diff --git a/.changeset/add-arabic-turkish-languages.md b/.changeset/add-arabic-turkish-languages.md deleted file mode 100644 index 92fcfb14..00000000 --- a/.changeset/add-arabic-turkish-languages.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/i18n": minor ---- - -feat: add support for Arabic and Turkish languages diff --git a/.changeset/extra-files-count.md b/.changeset/extra-files-count.md deleted file mode 100644 index 17a8b788..00000000 --- a/.changeset/extra-files-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/scanner": patch ---- - -fix: support string format for 'repository' field in comparePayloads diff --git a/.changeset/fast-foxes-sing.md b/.changeset/fast-foxes-sing.md deleted file mode 100644 index 47b07e21..00000000 --- a/.changeset/fast-foxes-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/i18n": minor ---- - -feat: add force option to setLocalLang diff --git a/.changeset/four-icons-enjoy.md b/.changeset/four-icons-enjoy.md deleted file mode 100644 index 37c776b5..00000000 --- a/.changeset/four-icons-enjoy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@nodesecure/tree-walker": minor -"@nodesecure/scanner": minor -"@nodesecure/tarball": minor -"@nodesecure/rc": minor ---- - -feat: highlight infrastructure components diff --git a/workspaces/i18n/CHANGELOG.md b/workspaces/i18n/CHANGELOG.md index 6d24a35f..1bed7161 100644 --- a/workspaces/i18n/CHANGELOG.md +++ b/workspaces/i18n/CHANGELOG.md @@ -1,5 +1,13 @@ # @nodesecure/i18n +## 4.1.0 + +### Minor Changes + +- [#627](https://github.com/NodeSecure/scanner/pull/627) [`ce22eb8`](https://github.com/NodeSecure/scanner/commit/ce22eb8161278eacdf993bc3e3cb4b6235ad7910) Thanks [@7amed3li](https://github.com/7amed3li)! - feat: add support for Arabic and Turkish languages + +- [#622](https://github.com/NodeSecure/scanner/pull/622) [`442b364`](https://github.com/NodeSecure/scanner/commit/442b364b8a5d568e267a11f91bd6360f341a24ff) Thanks [@7amed3li](https://github.com/7amed3li)! - feat: add force option to setLocalLang + ## 4.0.3 ### Patch Changes diff --git a/workspaces/i18n/package.json b/workspaces/i18n/package.json index 9cffdb60..11904b2b 100644 --- a/workspaces/i18n/package.json +++ b/workspaces/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/i18n", - "version": "4.0.3", + "version": "4.1.0", "description": "NodeSecure Internationalization", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/workspaces/rc/CHANGELOG.md b/workspaces/rc/CHANGELOG.md index ffb2b7e8..758243ef 100644 --- a/workspaces/rc/CHANGELOG.md +++ b/workspaces/rc/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/rc +## 5.2.0 + +### Minor Changes + +- [#632](https://github.com/NodeSecure/scanner/pull/632) [`36dc1fc`](https://github.com/NodeSecure/scanner/commit/36dc1fca73ed74bcba0b272b2eecdb66f24e2b30) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: highlight infrastructure components + ## 5.1.0 ### Minor Changes diff --git a/workspaces/rc/package.json b/workspaces/rc/package.json index e308a154..96b196fe 100644 --- a/workspaces/rc/package.json +++ b/workspaces/rc/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/rc", - "version": "5.1.0", + "version": "5.2.0", "description": "NodeSecure runtime configuration", "type": "module", "main": "./dist/index.js", diff --git a/workspaces/scanner/CHANGELOG.md b/workspaces/scanner/CHANGELOG.md index 373888cd..868ccdb7 100644 --- a/workspaces/scanner/CHANGELOG.md +++ b/workspaces/scanner/CHANGELOG.md @@ -1,5 +1,21 @@ # @nodesecure/scanner +## 10.2.0 + +### Minor Changes + +- [#632](https://github.com/NodeSecure/scanner/pull/632) [`36dc1fc`](https://github.com/NodeSecure/scanner/commit/36dc1fca73ed74bcba0b272b2eecdb66f24e2b30) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: highlight infrastructure components + +### Patch Changes + +- [#624](https://github.com/NodeSecure/scanner/pull/624) [`e338410`](https://github.com/NodeSecure/scanner/commit/e33841050a13a79f49ab27696ae025746387576d) Thanks [@7amed3li](https://github.com/7amed3li)! - fix: support string format for 'repository' field in comparePayloads + +- Updated dependencies [[`ce22eb8`](https://github.com/NodeSecure/scanner/commit/ce22eb8161278eacdf993bc3e3cb4b6235ad7910), [`442b364`](https://github.com/NodeSecure/scanner/commit/442b364b8a5d568e267a11f91bd6360f341a24ff), [`36dc1fc`](https://github.com/NodeSecure/scanner/commit/36dc1fca73ed74bcba0b272b2eecdb66f24e2b30)]: + - @nodesecure/i18n@4.1.0 + - @nodesecure/tree-walker@2.3.0 + - @nodesecure/tarball@3.3.0 + - @nodesecure/rc@5.2.0 + ## 10.1.0 ### Minor Changes diff --git a/workspaces/scanner/package.json b/workspaces/scanner/package.json index 54ffcd6f..82dc8291 100644 --- a/workspaces/scanner/package.json +++ b/workspaces/scanner/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/scanner", - "version": "10.1.0", + "version": "10.2.0", "description": "A package API to run a static analysis of your module's dependencies.", "type": "module", "exports": { @@ -67,14 +67,14 @@ "@nodesecure/conformance": "^1.2.1", "@nodesecure/contact": "^3.0.0", "@nodesecure/flags": "^3.0.3", - "@nodesecure/i18n": "^4.0.2", + "@nodesecure/i18n": "^4.1.0", "@nodesecure/js-x-ray": "11.5.0", "@nodesecure/mama": "^2.1.1", "@nodesecure/npm-registry-sdk": "^4.4.0", "@nodesecure/npm-types": "^1.3.0", - "@nodesecure/rc": "^5.1.0", - "@nodesecure/tarball": "^3.2.0", - "@nodesecure/tree-walker": "^2.2.0", + "@nodesecure/rc": "^5.2.0", + "@nodesecure/tarball": "^3.3.0", + "@nodesecure/tree-walker": "^2.3.0", "@nodesecure/utils": "^2.3.0", "@nodesecure/vulnera": "^2.0.1", "@openally/mutex": "^2.0.0", diff --git a/workspaces/tarball/CHANGELOG.md b/workspaces/tarball/CHANGELOG.md index 7bfca5c6..ab283fdb 100644 --- a/workspaces/tarball/CHANGELOG.md +++ b/workspaces/tarball/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/tarball +## 3.3.0 + +### Minor Changes + +- [#632](https://github.com/NodeSecure/scanner/pull/632) [`36dc1fc`](https://github.com/NodeSecure/scanner/commit/36dc1fca73ed74bcba0b272b2eecdb66f24e2b30) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: highlight infrastructure components + ## 3.2.0 ### Minor Changes diff --git a/workspaces/tarball/package.json b/workspaces/tarball/package.json index 1f7daefa..e2f4e917 100644 --- a/workspaces/tarball/package.json +++ b/workspaces/tarball/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tarball", - "version": "3.2.0", + "version": "3.3.0", "description": "NodeSecure tarball scanner", "type": "module", "exports": { diff --git a/workspaces/tree-walker/CHANGELOG.md b/workspaces/tree-walker/CHANGELOG.md index 8b4243a8..14f12096 100644 --- a/workspaces/tree-walker/CHANGELOG.md +++ b/workspaces/tree-walker/CHANGELOG.md @@ -1,5 +1,11 @@ # @nodesecure/tree-walker +## 2.3.0 + +### Minor Changes + +- [#632](https://github.com/NodeSecure/scanner/pull/632) [`36dc1fc`](https://github.com/NodeSecure/scanner/commit/36dc1fca73ed74bcba0b272b2eecdb66f24e2b30) Thanks [@clemgbld](https://github.com/clemgbld)! - feat: highlight infrastructure components + ## 2.2.0 ### Minor Changes diff --git a/workspaces/tree-walker/package.json b/workspaces/tree-walker/package.json index 756fb019..5a74205b 100644 --- a/workspaces/tree-walker/package.json +++ b/workspaces/tree-walker/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/tree-walker", - "version": "2.2.0", + "version": "2.3.0", "description": "NodeSecure tree walker", "type": "module", "exports": "./dist/index.js",