From 5e0add5410f714d03c48a6aa65101e485d718167 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:59:40 +0000 Subject: [PATCH] chore: update versions --- .changeset/real-clowns-stare.md | 7 ------- .changeset/wacky-files-melt.md | 7 ------- workspaces/contact/CHANGELOG.md | 8 ++++++++ workspaces/contact/package.json | 2 +- workspaces/mama/CHANGELOG.md | 13 +++++++++++++ workspaces/mama/package.json | 4 ++-- workspaces/scanner/CHANGELOG.md | 15 +++++++++++++++ workspaces/scanner/package.json | 8 ++++---- workspaces/tree-walker/CHANGELOG.md | 7 +++++++ workspaces/tree-walker/package.json | 4 ++-- 10 files changed, 52 insertions(+), 23 deletions(-) delete mode 100644 .changeset/real-clowns-stare.md delete mode 100644 .changeset/wacky-files-melt.md diff --git a/.changeset/real-clowns-stare.md b/.changeset/real-clowns-stare.md deleted file mode 100644 index 76a75116..00000000 --- a/.changeset/real-clowns-stare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nodesecure/contact": minor -"@nodesecure/mama": minor -"@nodesecure/scanner": patch ---- - -Refactor highlight extractors to make them work in a web env. Add unit-test to scanner to ensure compatibility and CI break. diff --git a/.changeset/wacky-files-melt.md b/.changeset/wacky-files-melt.md deleted file mode 100644 index f896735c..00000000 --- a/.changeset/wacky-files-melt.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@nodesecure/contact": minor -"@nodesecure/scanner": minor -"@nodesecure/mama": minor ---- - -feat: extend contact with free email service flag diff --git a/workspaces/contact/CHANGELOG.md b/workspaces/contact/CHANGELOG.md index 923c6d48..181c14ec 100644 --- a/workspaces/contact/CHANGELOG.md +++ b/workspaces/contact/CHANGELOG.md @@ -1,5 +1,13 @@ # @nodesecure/contact +## 3.3.0 + +### Minor Changes + +- [#741](https://github.com/NodeSecure/scanner/pull/741) [`53c60c1`](https://github.com/NodeSecure/scanner/commit/53c60c15358805ec9e91b12daf1ae64f0d652387) Thanks [@fraxken](https://github.com/fraxken)! - Refactor highlight extractors to make them work in a web env. Add unit-test to scanner to ensure compatibility and CI break. + +- [#735](https://github.com/NodeSecure/scanner/pull/735) [`f17981a`](https://github.com/NodeSecure/scanner/commit/f17981ad512cb879cf13690b327a51ec1ff910d2) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: extend contact with free email service flag + ## 3.2.0 ### Minor Changes diff --git a/workspaces/contact/package.json b/workspaces/contact/package.json index 084b4258..e7298a63 100644 --- a/workspaces/contact/package.json +++ b/workspaces/contact/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/contact", - "version": "3.2.0", + "version": "3.3.0", "description": "Utilities to extract/fetch data on NPM contacts (author, maintainers ..)", "type": "module", "exports": { diff --git a/workspaces/mama/CHANGELOG.md b/workspaces/mama/CHANGELOG.md index df6746e9..335e3fe9 100644 --- a/workspaces/mama/CHANGELOG.md +++ b/workspaces/mama/CHANGELOG.md @@ -1,5 +1,18 @@ # @nodesecure/mama +## 2.4.0 + +### Minor Changes + +- [#741](https://github.com/NodeSecure/scanner/pull/741) [`53c60c1`](https://github.com/NodeSecure/scanner/commit/53c60c15358805ec9e91b12daf1ae64f0d652387) Thanks [@fraxken](https://github.com/fraxken)! - Refactor highlight extractors to make them work in a web env. Add unit-test to scanner to ensure compatibility and CI break. + +- [#735](https://github.com/NodeSecure/scanner/pull/735) [`f17981a`](https://github.com/NodeSecure/scanner/commit/f17981ad512cb879cf13690b327a51ec1ff910d2) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: extend contact with free email service flag + +### Patch Changes + +- Updated dependencies [[`53c60c1`](https://github.com/NodeSecure/scanner/commit/53c60c15358805ec9e91b12daf1ae64f0d652387), [`f17981a`](https://github.com/NodeSecure/scanner/commit/f17981ad512cb879cf13690b327a51ec1ff910d2)]: + - @nodesecure/contact@3.3.0 + ## 2.3.1 ### Patch Changes diff --git a/workspaces/mama/package.json b/workspaces/mama/package.json index 46999b97..bb3a2889 100644 --- a/workspaces/mama/package.json +++ b/workspaces/mama/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/mama", - "version": "2.3.1", + "version": "2.4.0", "description": "Manifest Manager", "type": "module", "exports": { @@ -44,7 +44,7 @@ "dependencies": { "@nodesecure/npm-types": "^1.4.0", "@nodesecure/utils": "^2.3.0", - "@nodesecure/contact": "^3.2.0", + "@nodesecure/contact": "^3.3.0", "object-hash": "^3.0.0", "ssri": "14.0.0" }, diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index b6eacccf..33142441 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,20 @@ # @nodesecure/scanner +## 10.13.0 + +### Minor Changes + +- [#735](https://github.com/NodeSecure/scanner/pull/735) [`f17981a`](https://github.com/NodeSecure/scanner/commit/f17981ad512cb879cf13690b327a51ec1ff910d2) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: extend contact with free email service flag + +### Patch Changes + +- [#741](https://github.com/NodeSecure/scanner/pull/741) [`53c60c1`](https://github.com/NodeSecure/scanner/commit/53c60c15358805ec9e91b12daf1ae64f0d652387) Thanks [@fraxken](https://github.com/fraxken)! - Refactor highlight extractors to make them work in a web env. Add unit-test to scanner to ensure compatibility and CI break. + +- Updated dependencies [[`53c60c1`](https://github.com/NodeSecure/scanner/commit/53c60c15358805ec9e91b12daf1ae64f0d652387), [`f17981a`](https://github.com/NodeSecure/scanner/commit/f17981ad512cb879cf13690b327a51ec1ff910d2)]: + - @nodesecure/contact@3.3.0 + - @nodesecure/mama@2.4.0 + - @nodesecure/tree-walker@4.0.2 + ## 10.12.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 6ccd7d84..81257ca3 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.12.0", + "version": "10.13.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": { @@ -66,16 +66,16 @@ "dependencies": { "@fastify/deepmerge": "^3.1.0", "@nodesecure/conformance": "^1.2.1", - "@nodesecure/contact": "^3.2.0", + "@nodesecure/contact": "^3.3.0", "@nodesecure/flags": "^3.0.3", "@nodesecure/i18n": "^4.1.0", "@nodesecure/js-x-ray": "15.1.0", - "@nodesecure/mama": "^2.3.1", + "@nodesecure/mama": "^2.4.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", "@nodesecure/rc": "^5.6.0", "@nodesecure/tarball": "^4.2.0", - "@nodesecure/tree-walker": "^4.0.1", + "@nodesecure/tree-walker": "^4.0.2", "@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 d090b969..eb505a6d 100644 --- a/workspaces/tree-walker/CHANGELOG.md +++ b/workspaces/tree-walker/CHANGELOG.md @@ -1,5 +1,12 @@ # @nodesecure/tree-walker +## 4.0.2 + +### Patch Changes + +- Updated dependencies [[`53c60c1`](https://github.com/NodeSecure/scanner/commit/53c60c15358805ec9e91b12daf1ae64f0d652387), [`f17981a`](https://github.com/NodeSecure/scanner/commit/f17981ad512cb879cf13690b327a51ec1ff910d2)]: + - @nodesecure/mama@2.4.0 + ## 4.0.1 ### Patch Changes diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index c793bafa..aef10f13 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tree-walker", - "version": "4.0.1", + "version": "4.0.2", "description": "NodeSecure tree walker", "type": "module", "exports": "./dist/index.js", @@ -38,7 +38,7 @@ "homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme", "dependencies": { "@nodesecure/js-x-ray": "15.1.0", - "@nodesecure/mama": "2.3.1", + "@nodesecure/mama": "2.4.0", "@nodesecure/npm-registry-sdk": "4.5.2", "@nodesecure/npm-types": "^1.4.0", "@npmcli/arborist": "9.9.0",