diff --git a/.changeset/all-chairs-camp.md b/.changeset/all-chairs-camp.md deleted file mode 100644 index a75e37ac..00000000 --- a/.changeset/all-chairs-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/tarball": minor ---- - -Allow injecting an AstAnalyser instance into NpmTarball. diff --git a/.changeset/curvy-clouds-drive.md b/.changeset/curvy-clouds-drive.md deleted file mode 100644 index 6c09cc8d..00000000 --- a/.changeset/curvy-clouds-drive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@nodesecure/contact": minor -"@nodesecure/scanner": minor ---- - -feat(scanner): add highlighted packages and contacts extractors diff --git a/workspaces/contact/CHANGELOG.md b/workspaces/contact/CHANGELOG.md index f44088de..923c6d48 100644 --- a/workspaces/contact/CHANGELOG.md +++ b/workspaces/contact/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/contact +## 3.2.0 + +### Minor Changes + +- [#718](https://github.com/NodeSecure/scanner/pull/718) [`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add highlighted packages and contacts extractors + ## 3.1.0 ### Minor Changes diff --git a/workspaces/contact/package.json b/workspaces/contact/package.json index 3f436c00..af88cce0 100644 --- a/workspaces/contact/package.json +++ b/workspaces/contact/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/contact", - "version": "3.1.0", + "version": "3.2.0", "description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)", "type": "module", "exports": "./dist/index.js", diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 1c6dbf8a..b6eacccf 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,17 @@ # @nodesecure/scanner +## 10.12.0 + +### Minor Changes + +- [#718](https://github.com/NodeSecure/scanner/pull/718) [`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21) Thanks [@clemgbld](https://github.com/clemgbld)! - feat(scanner): add highlighted packages and contacts extractors + +### Patch Changes + +- Updated dependencies [[`0fed7c8`](https://github.com/NodeSecure/scanner/commit/0fed7c8d8c89c12ef99728aa370a7217d8543f28), [`022dd83`](https://github.com/NodeSecure/scanner/commit/022dd83fe50b930dc23d0ed809f3a2fa00e61b21)]: + - @nodesecure/tarball@4.2.0 + - @nodesecure/contact@3.2.0 + ## 10.11.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index de08ea1a..d91d2595 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.11.0", + "version": "10.12.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": { @@ -65,7 +65,7 @@ "dependencies": { "@fastify/deepmerge": "^3.1.0", "@nodesecure/conformance": "^1.2.1", - "@nodesecure/contact": "^3.0.0", + "@nodesecure/contact": "^3.2.0", "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.1.0", "@nodesecure/js-x-ray": "15.1.0", @@ -73,7 +73,7 @@ "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", "@nodesecure/rc": "^5.6.0", - "@nodesecure/tarball": "^4.1.0", + "@nodesecure/tarball": "^4.2.0", "@nodesecure/tree-walker": "^4.0.1", "@nodesecure/utils": "^2.3.0", "@nodesecure/vulnera": "3.1.0", diff --git a/workspaces/tarball/CHANGELOG.md b/workspaces/tarball/CHANGELOG.md index 827b6784..5bf2c40c 100644 --- a/workspaces/tarball/CHANGELOG.md +++ b/workspaces/tarball/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/tarball +## 4.2.0 + +### Minor Changes + +- [#720](https://github.com/NodeSecure/scanner/pull/720) [`0fed7c8`](https://github.com/NodeSecure/scanner/commit/0fed7c8d8c89c12ef99728aa370a7217d8543f28) Thanks [@kulturman](https://github.com/kulturman)! - Allow injecting an AstAnalyser instance into NpmTarball. + ## 4.1.0 ### Minor Changes diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 2872643f..9bbc8e19 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tarball", - "version": "4.1.0", + "version": "4.2.0", "description": "NodeSecure tarball scanner", "type": "module", "exports": {