From 19671bc24a77af34ca9c9cfa394165f33f18fd22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:16:46 +0000 Subject: [PATCH] chore: update versions --- .changeset/large-signs-look.md | 5 ----- .changeset/odd-emus-drive.md | 8 -------- .changeset/six-clowns-punch.md | 5 ----- workspaces/mama/CHANGELOG.md | 11 +++++++++++ workspaces/mama/package.json | 4 ++-- workspaces/npm-types/CHANGELOG.md | 6 ++++++ workspaces/npm-types/package.json | 2 +- workspaces/scanner/CHANGELOG.md | 17 +++++++++++++++++ workspaces/scanner/package.json | 8 ++++---- workspaces/tree-walker/CHANGELOG.md | 12 ++++++++++++ workspaces/tree-walker/package.json | 6 +++--- 11 files changed, 56 insertions(+), 28 deletions(-) delete mode 100644 .changeset/large-signs-look.md delete mode 100644 .changeset/odd-emus-drive.md delete mode 100644 .changeset/six-clowns-punch.md diff --git a/.changeset/large-signs-look.md b/.changeset/large-signs-look.md deleted file mode 100644 index 57efe33a..00000000 --- a/.changeset/large-signs-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": patch ---- - -Rename packageName argument in from and verify APIs to spec diff --git a/.changeset/odd-emus-drive.md b/.changeset/odd-emus-drive.md deleted file mode 100644 index c83cb92f..00000000 --- a/.changeset/odd-emus-drive.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@nodesecure/tree-walker": major -"@nodesecure/npm-types": minor -"@nodesecure/scanner": minor -"@nodesecure/mama": minor ---- - -Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type. diff --git a/.changeset/six-clowns-punch.md b/.changeset/six-clowns-punch.md deleted file mode 100644 index 9cf72d72..00000000 --- a/.changeset/six-clowns-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": minor ---- - -Add integrity as second argument of cacheLookup for workingDir API. diff --git a/workspaces/mama/CHANGELOG.md b/workspaces/mama/CHANGELOG.md index bc1dfd34..a1ade9c8 100644 --- a/workspaces/mama/CHANGELOG.md +++ b/workspaces/mama/CHANGELOG.md @@ -1,5 +1,16 @@ # @nodesecure/mama +## 2.3.0 + +### Minor Changes + +- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type. + +### Patch Changes + +- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]: + - @nodesecure/npm-types@1.4.0 + ## 2.2.0 ### Minor Changes diff --git a/workspaces/mama/package.json b/workspaces/mama/package.json index 1293c5c9..6d5d2e12 100644 --- a/workspaces/mama/package.json +++ b/workspaces/mama/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/mama", - "version": "2.2.0", + "version": "2.3.0", "description": "Manifest Manager", "type": "module", "exports": "./dist/index.js", @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/NodeSecure/tree/master/workspaces/mama#readme", "dependencies": { - "@nodesecure/npm-types": "^1.3.0", + "@nodesecure/npm-types": "^1.4.0", "@nodesecure/utils": "^2.3.0", "object-hash": "^3.0.0", "ssri": "13.0.1" diff --git a/workspaces/npm-types/CHANGELOG.md b/workspaces/npm-types/CHANGELOG.md index eb54d4d3..9e1c313a 100644 --- a/workspaces/npm-types/CHANGELOG.md +++ b/workspaces/npm-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/npm-types +## 1.4.0 + +### Minor Changes + +- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type. + ## 1.3.0 ### Minor Changes diff --git a/workspaces/npm-types/package.json b/workspaces/npm-types/package.json index 5174e7e9..a7a0fb60 100644 --- a/workspaces/npm-types/package.json +++ b/workspaces/npm-types/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/npm-types", - "version": "1.3.0", + "version": "1.4.0", "description": "Up to date typescript definitions for npm registry content", "types": "./src/index.d.ts", "exports": "./src/index.d.ts", diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 208884bb..553c0c73 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,22 @@ # @nodesecure/scanner +## 10.10.0 + +### Minor Changes + +- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type. + +- [#700](https://github.com/NodeSecure/scanner/pull/700) [`1e3c971`](https://github.com/NodeSecure/scanner/commit/1e3c9719da3a0b113aa31a20f606f44d80050ed1) Thanks [@fraxken](https://github.com/fraxken)! - Add integrity as second argument of cacheLookup for workingDir API. + +### Patch Changes + +- [#705](https://github.com/NodeSecure/scanner/pull/705) [`05c5331`](https://github.com/NodeSecure/scanner/commit/05c5331223575de9a575fa874af9ac207a86b3aa) Thanks [@fraxken](https://github.com/fraxken)! - Rename packageName argument in from and verify APIs to spec + +- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]: + - @nodesecure/tree-walker@4.0.0 + - @nodesecure/npm-types@1.4.0 + - @nodesecure/mama@2.3.0 + ## 10.9.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index f94024c1..bd1fc41e 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.9.0", + "version": "10.10.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": { @@ -69,12 +69,12 @@ "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.1.0", "@nodesecure/js-x-ray": "15.0.0", - "@nodesecure/mama": "^2.2.0", + "@nodesecure/mama": "^2.3.0", "@nodesecure/npm-registry-sdk": "4.5.2", - "@nodesecure/npm-types": "^1.3.0", + "@nodesecure/npm-types": "^1.4.0", "@nodesecure/rc": "^5.6.0", "@nodesecure/tarball": "^4.0.1", - "@nodesecure/tree-walker": "^3.0.0", + "@nodesecure/tree-walker": "^4.0.0", "@nodesecure/utils": "^2.3.0", "@nodesecure/vulnera": "3.1.0", "@openally/mutex": "^2.0.0", diff --git a/workspaces/tree-walker/CHANGELOG.md b/workspaces/tree-walker/CHANGELOG.md index eb92b1d9..a5ec3b85 100644 --- a/workspaces/tree-walker/CHANGELOG.md +++ b/workspaces/tree-walker/CHANGELOG.md @@ -1,5 +1,17 @@ # @nodesecure/tree-walker +## 4.0.0 + +### Major Changes + +- [#704](https://github.com/NodeSecure/scanner/pull/704) [`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4) Thanks [@fraxken](https://github.com/fraxken)! - Implement ManifestManager class deep into scanner and tree-walker. Implement documentDigest into ManifestManager class and fix issue with pacote.manifest type. + +### Patch Changes + +- Updated dependencies [[`7178972`](https://github.com/NodeSecure/scanner/commit/71789723b69915903f41440066daf56c8998e5a4)]: + - @nodesecure/npm-types@1.4.0 + - @nodesecure/mama@2.3.0 + ## 3.0.0 ### Major Changes diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 93b7a586..5979c913 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tree-walker", - "version": "3.0.0", + "version": "4.0.0", "description": "NodeSecure tree walker", "type": "module", "exports": "./dist/index.js", @@ -38,9 +38,9 @@ "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme", "dependencies": { "@nodesecure/js-x-ray": "15.0.0", - "@nodesecure/mama": "2.2.0", + "@nodesecure/mama": "2.3.0", "@nodesecure/npm-registry-sdk": "4.5.2", - "@nodesecure/npm-types": "^1.1.0", + "@nodesecure/npm-types": "^1.4.0", "@npmcli/arborist": "9.4.2", "combine-async-iterators": "^3.0.0", "itertools": "^2.3.1",