diff --git a/.changeset/fiery-ideas-peel.md b/.changeset/fiery-ideas-peel.md deleted file mode 100644 index b3dba5a3..00000000 --- a/.changeset/fiery-ideas-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": patch ---- - -Add attestations on first dependency enrichment diff --git a/.changeset/new-steaks-eat.md b/.changeset/new-steaks-eat.md deleted file mode 100644 index 5a112263..00000000 --- a/.changeset/new-steaks-eat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@nodesecure/tarball": major -"@nodesecure/scanner": minor -"@nodesecure/rc": minor -"@nodesecure/tree-walker": minor ---- - -Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray diff --git a/workspaces/rc/CHANGELOG.md b/workspaces/rc/CHANGELOG.md index a7a81d61..f03bdee5 100644 --- a/workspaces/rc/CHANGELOG.md +++ b/workspaces/rc/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/rc +## 5.6.0 + +### Minor Changes + +- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray + ## 5.5.0 ### Minor Changes diff --git a/workspaces/rc/package.json b/workspaces/rc/package.json index 2264a2e1..91fd3063 100644 --- a/workspaces/rc/package.json +++ b/workspaces/rc/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/rc", - "version": "5.5.0", + "version": "5.6.0", "description": "NodeSecure runtime configuration", "type": "module", "main": "./dist/index.js", diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 814d33a0..1e039376 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,20 @@ # @nodesecure/scanner +## 10.8.0 + +### Minor Changes + +- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray + +### Patch Changes + +- [#690](https://github.com/NodeSecure/scanner/pull/690) [`39bd5ce`](https://github.com/NodeSecure/scanner/commit/39bd5ce1fba5eef4ca7f8968c27d69dc31914a03) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Add attestations on first dependency enrichment + +- Updated dependencies [[`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af)]: + - @nodesecure/tarball@4.0.0 + - @nodesecure/rc@5.6.0 + - @nodesecure/tree-walker@2.8.0 + ## 10.7.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 66899c3e..744fa0d6 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.7.0", + "version": "10.8.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": { @@ -72,9 +72,9 @@ "@nodesecure/mama": "^2.2.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.3.0", - "@nodesecure/rc": "^5.5.0", - "@nodesecure/tarball": "^3.7.0", - "@nodesecure/tree-walker": "^2.7.0", + "@nodesecure/rc": "^5.6.0", + "@nodesecure/tarball": "^4.0.0", + "@nodesecure/tree-walker": "^2.8.0", "@nodesecure/utils": "^2.3.0", "@nodesecure/vulnera": "3.1.0", "@openally/mutex": "^2.0.0", diff --git a/workspaces/tarball/CHANGELOG.md b/workspaces/tarball/CHANGELOG.md index 1e1d1fba..ae52a338 100644 --- a/workspaces/tarball/CHANGELOG.md +++ b/workspaces/tarball/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/tarball +## 4.0.0 + +### Major Changes + +- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray + ## 3.7.0 ### Minor Changes diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index c0643d06..22a277ff 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tarball", - "version": "3.7.0", + "version": "4.0.0", "description": "NodeSecure tarball scanner", "type": "module", "exports": { diff --git a/workspaces/tree-walker/CHANGELOG.md b/workspaces/tree-walker/CHANGELOG.md index 7329d596..ab25bbaf 100644 --- a/workspaces/tree-walker/CHANGELOG.md +++ b/workspaces/tree-walker/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/tree-walker +## 2.8.0 + +### Minor Changes + +- [#687](https://github.com/NodeSecure/scanner/pull/687) [`d656c7b`](https://github.com/NodeSecure/scanner/commit/d656c7bb68649ace01ee21c0d9398bfacbd1e5af) Thanks [@fraxken](https://github.com/fraxken)! - Implement Node.js worker_threads with a custom Pool to scan packages tarball with JS-X-Ray + ## 2.7.0 ### Minor Changes diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 83369b74..ba19da4c 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tree-walker", - "version": "2.7.0", + "version": "2.8.0", "description": "NodeSecure tree walker", "type": "module", "exports": "./dist/index.js",