Skip to content

Commit

Permalink
fix(deps): update major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 1cf2769 commit 5ddc575
Show file tree
Hide file tree
Showing 66 changed files with 395 additions and 311 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
NODE_OPTIONS: ${{ runner.os == 'Windows' && '--max_old_space_size=4096' || '' }}
run: yarn ${{ env.testCmd }} --collectCoverage
- name: Upload results to Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
node-version: 22
- name: New Version
if: github.event_name != 'merge_group'
id: newVersion
Expand Down
4 changes: 2 additions & 2 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@angular/router": "~19.0.0",
"@design-factory/design-factory": "~18.1.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-select/ng-select": "~13.9.0",
"@ng-select/ng-select": "~14.2.0",
"@ngrx/entity": "~19.0.0",
"@ngrx/store": "~19.0.0",
"@o3r/application": "workspace:^",
Expand All @@ -109,7 +109,7 @@
"@o3r/rules-engine": "workspace:^",
"@o3r/styling": "workspace:^",
"@popperjs/core": "^2.11.5",
"@types/color": "^3.0.6",
"@types/color": "^4.0.0",
"ag-grid-angular": "~32.3.0",
"ag-grid-community": "~32.3.0",
"bootstrap": "5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@o3r/eslint-plugin": "workspace:^",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/ejs": "^3.1.2",
"@types/express-serve-static-core": "^4.19.5",
"@types/express-serve-static-core": "^5.0.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@design-factory/design-factory": "~18.1.0",
"@formatjs/intl-numberformat": "~8.15.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-select/ng-select": "~13.9.0",
"@ng-select/ng-select": "~14.2.0",
"@ngrx/effects": "~19.0.0",
"@ngrx/entity": "~19.0.0",
"@ngrx/store": "~19.0.0",
"@ngrx/store-devtools": "~19.0.0",
"@ngx-translate/core": "~15.0.0",
"@ngx-translate/core": "~16.0.0",
"@nx/jest": "~20.2.0",
"@o3r-training/showcase-sdk": "workspace:^",
"@o3r-training/training-tools": "workspace:^",
Expand Down Expand Up @@ -78,10 +78,10 @@
"bootstrap": "5.3.3",
"clipboard": "^2.0.11",
"intl-messageformat": "~10.7.0",
"marked": "^12.0.0",
"marked": "^15.0.0",
"monaco-editor": "~0.52.0",
"ngx-markdown": "^19.0.0",
"ngx-monaco-editor-v2": "^18.0.0",
"ngx-monaco-editor-v2": "^19.0.0",
"ngx-monaco-tree": "^18.4.0",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/bootstrap": "^5.2.10",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"@webcontainer/api": "~1.5.0",
"angular-eslint": "~19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"@types/eslint": "~9.6.0",
"@types/glob": "^8.0.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/vscode": "^1.95.0",
"@typescript-eslint/parser": "~8.21.0",
"@typescript-eslint/utils": "~8.21.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
}
],
"resolutions": {
"@sinonjs/fake-timers": "^13.0.0",
"@types/node": "^20.0.0",
"@sinonjs/fake-timers": "^14.0.0",
"@types/node": "^22.0.0",
"typescript-json-schema/typescript": "~5.7.2"
},
"dependencies": {
Expand Down Expand Up @@ -171,13 +171,13 @@
"@design-factory/design-factory": "~18.1.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-select/ng-select": "~13.9.0",
"@ng-select/ng-select": "~14.2.0",
"@ngrx/effects": "~19.0.0",
"@ngrx/entity": "~19.0.0",
"@ngrx/router-store": "~19.0.0",
"@ngrx/store": "~19.0.0",
"@ngrx/store-devtools": "~19.0.0",
"@ngx-translate/core": "~15.0.0",
"@ngx-translate/core": "~16.0.0",
"@nx/angular": "~20.2.0",
"@nx/eslint": "~20.2.0",
"@nx/eslint-plugin": "~20.2.0",
Expand All @@ -199,7 +199,7 @@
"@types/eslint": "~9.6.0",
"@types/estree": "^1.0.5",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.21.0",
"@typescript-eslint/rule-tester": "~8.21.0",
Expand All @@ -219,7 +219,7 @@
"commit-and-tag-version": "^12.0.0",
"concurrently": "^9.1.0",
"cpy-cli": "^5.0.0",
"editorconfig-checker": "^5.1.8",
"editorconfig-checker": "^6.0.0",
"eslint": "~9.17.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -242,11 +242,11 @@
"jsonpath-plus": "~10.2.0",
"lighthouse": "~12.3.0",
"lint-staged": "^15.0.0",
"marked": "^12.0.0",
"marked": "^15.0.0",
"minimist": "^1.2.6",
"ng-packagr": "~19.0.0",
"ngx-markdown": "^19.0.0",
"ngx-monaco-editor-v2": "^18.0.0",
"ngx-monaco-editor-v2": "^19.0.0",
"ngx-monaco-tree": "^18.4.0",
"npm-run-all2": "^7.0.0",
"nx": "~20.2.0",
Expand All @@ -268,7 +268,7 @@
"tsc-watch": "^6.0.4",
"typescript": "~5.6.2",
"typescript-eslint": "~8.21.0",
"uuid": "^10.0.0",
"uuid": "^11.0.0",
"webpack": "~5.97.0",
"winston": "^3.8.2",
"yaml-eslint-parser": "^1.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-sdk/client-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@swc/helpers": "~0.5.0",
"tslib": "^2.6.2",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"peerDependencies": {
"@ama-sdk/core": "workspace:^",
Expand Down Expand Up @@ -92,8 +92,8 @@
"@swc/cli": "~0.6.0",
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-sdk/client-beacon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@swc/helpers": "~0.5.0",
"tslib": "^2.6.2",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"peerDependencies": {
"@ama-sdk/core": "workspace:^",
Expand Down Expand Up @@ -91,8 +91,8 @@
"@swc/cli": "~0.6.0",
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-sdk/client-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc/helpers": "~0.5.0",
"ts-node": "~10.9.2",
"tslib": "^2.6.2",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"peerDependencies": {
"@ama-sdk/core": "workspace:^",
Expand Down Expand Up @@ -96,8 +96,8 @@
"@swc/cli": "~0.6.0",
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@swc/helpers": "~0.5.0",
"ts-node": "~10.9.2",
"tslib": "^2.6.2",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"peerDependencies": {
"@angular-devkit/schematics": "^19.0.0",
Expand Down Expand Up @@ -140,8 +140,8 @@
"@swc/cli": "~0.6.0",
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.21.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/swagger-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.0",
"commander": "^12.0.0",
"commander": "^13.0.0",
"globby": "^11.1.0",
"js-yaml": "^4.1.0",
"jsonschema": "~1.5.0",
Expand All @@ -41,7 +41,7 @@
"@types/glob": "^8.0.0",
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.3.13",
"@types/swagger-schema-official": "^2.0.22",
"@typescript-eslint/parser": "~8.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/progress": "^2.0.5",
"@types/prompts": "^2.0.14",
"@types/yargs": "^17.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/yargs": "^17.0.20",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-terasu/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@schematics/angular": "~19.0.0",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r-training/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@swc/cli": "~0.6.0",
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"chokidar": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r-training/training-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@swc/cli": "~0.6.0",
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"commit-and-tag-version": "^12.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@o3r-training/training-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
},
"dependencies": {
"commander": "^12.0.0",
"commander": "^13.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down Expand Up @@ -91,9 +91,9 @@
"@swc/cli": "~0.6.0",
"@swc/core": "~1.10.0",
"@swc/helpers": "~0.5.0",
"@types/inquirer": "~8.2.10",
"@types/inquirer": "~9.0.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.21.0",
"@webcontainer/api": "~1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-api-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-dodo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@o3r/eslint-plugin": "workspace:^",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/tar": "~6.1.1",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-otter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/amaterasu/amaterasu-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jasmine": "~5.1.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/apis-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@schematics/angular": "~19.0.0",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
Expand Down
Loading

0 comments on commit 5ddc575

Please sign in to comment.