Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-arabic-turkish-languages.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/extra-files-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-foxes-sing.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/four-icons-enjoy.md

This file was deleted.

8 changes: 8 additions & 0 deletions workspaces/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/i18n/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/rc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/rc/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions workspaces/scanner/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/tarball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tarball/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/tarball",
"version": "3.2.0",
"version": "3.3.0",
"description": "NodeSecure tarball scanner",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions workspaces/tree-walker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tree-walker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down