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 Dec 23, 2024
1 parent 595d12f commit f64d7fd
Show file tree
Hide file tree
Showing 64 changed files with 4,286 additions and 4,660 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
50 changes: 25 additions & 25 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@
"dist/"
],
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/cli": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular-devkit/build-angular": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/cli": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint-plugin": "~19.8.0",
"@nx/jest": "~19.8.0",
"@nx/eslint-plugin": "~20.2.0",
"@nx/jest": "~20.2.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-config": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/localization": "workspace:^",
"@o3r/logger": "workspace:^",
"@o3r/rules-engine": "workspace:^",
"@schematics/angular": "~18.2.0",
"@schematics/angular": "~19.0.0",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/chrome": "^0.0.283",
"@types/jest": "~29.5.2",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/parser": "~8.18.0",
"angular-eslint": "~18.4.0",
"angular-eslint": "~19.0.0",
"archiver": "^7.0.0",
"chokidar": "^3.5.2",
"chokidar": "^4.0.0",
"chrome-webstore-upload": "^3.0.0",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.17.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -72,8 +72,8 @@
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"nx": "~19.8.0",
"rimraf": "^5.0.1",
"nx": "~20.2.0",
"rimraf": "^6.0.0",
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4",
"typescript-eslint": "~8.18.0"
Expand All @@ -82,19 +82,19 @@
"@agnos-ui/angular-bootstrap": "~0.4.1",
"@agnos-ui/core-bootstrap": "~0.4.1",
"@amadeus-it-group/tansu": "~1.0.0",
"@angular/animations": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/forms": "~18.2.0",
"@angular/localize": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"@angular/animations": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/forms": "~19.0.0",
"@angular/localize": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@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",
"@ngrx/entity": "~18.0.0",
"@ngrx/store": "~18.0.0",
"@ng-select/ng-select": "~14.1.0",
"@ngrx/entity": "~19.0.0",
"@ngrx/store": "~19.0.0",
"@o3r/application": "workspace:^",
"@o3r/components": "workspace:^",
"@o3r/configuration": "workspace:^",
Expand All @@ -103,7 +103,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
32 changes: 16 additions & 16 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/animations": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/animations": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint": "~19.8.0",
"@nx/eslint-plugin": "~19.8.0",
"@nx/jest": "~19.8.0",
"@nx/js": "~19.8.0",
"@nx/eslint": "~20.2.0",
"@nx/eslint-plugin": "~20.2.0",
"@nx/jest": "~20.2.0",
"@nx/js": "~20.2.0",
"@o3r/eslint-config": "workspace:^",
"@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.18.0",
"angular-eslint": "~18.4.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
"ejs": "^3.1.9",
"eslint": "~9.17.0",
Expand All @@ -64,7 +64,7 @@
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nock": "^13.0.5",
"nx": "~19.8.0",
"nx": "~20.2.0",
"rxjs": "^7.8.1",
"smee-client": "^2.0.0",
"ts-jest": "~29.2.0",
Expand Down
66 changes: 33 additions & 33 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"@ama-sdk/core": "workspace:^",
"@ama-sdk/schematics": "workspace:^",
"@amadeus-it-group/tansu": "~1.0.0",
"@angular/animations": "~18.2.0",
"@angular/cdk": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/forms": "~18.2.0",
"@angular/localize": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"@angular/animations": "~19.0.0",
"@angular/cdk": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/forms": "~19.0.0",
"@angular/localize": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@angular/router": "~19.0.0",
"@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",
"@ngrx/effects": "~18.0.0",
"@ngrx/entity": "~18.0.0",
"@ngrx/store": "~18.0.0",
"@ngrx/store-devtools": "~18.0.0",
"@ngx-translate/core": "~15.0.0",
"@nx/jest": "~19.8.0",
"@ng-select/ng-select": "~14.1.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": "~16.0.0",
"@nx/jest": "~20.2.0",
"@o3r-training/showcase-sdk": "workspace:^",
"@o3r-training/training-tools": "workspace:^",
"@o3r/application": "workspace:^",
Expand All @@ -74,46 +74,46 @@
"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": "^18.1.0",
"ngx-monaco-editor-v2": "^18.0.0",
"ngx-markdown": "^19.0.0",
"ngx-monaco-editor-v2": "^19.0.0",
"ngx-monaco-tree": "^18.1.0",
"pixelmatch": "^5.2.1",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"rxjs": "^7.8.1",
"sass-loader": "^14.0.0",
"sass-loader": "^16.0.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@amadeus-it-group/kassette": "^1.7.0",
"@angular-devkit/architect": "~0.1802.0",
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/core": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular-devkit/build-angular": "~19.0.0",
"@angular-devkit/core": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint-plugin": "~19.8.0",
"@nx/eslint-plugin": "~20.2.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/design": "workspace:^",
"@o3r/eslint-config": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/schematics": "workspace:^",
"@o3r/testing": "workspace:^",
"@playwright/test": "~1.49.0",
"@schematics/angular": "~18.2.0",
"@schematics/angular": "~19.0.0",
"@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.18.0",
"@webcontainer/api": "~1.5.0",
"angular-eslint": "~18.4.0",
"concurrently": "^8.0.0",
"angular-eslint": "~19.0.0",
"concurrently": "^9.0.0",
"eslint": "~9.17.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -134,7 +134,7 @@
"lighthouse": "~12.2.0",
"minimist": "^1.2.6",
"playwright-lighthouse": "~4.0.0",
"rimraf": "^5.0.1",
"rimraf": "^6.0.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.18.0",
Expand Down
34 changes: 17 additions & 17 deletions apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,33 +347,33 @@
"eslint": "~9.17.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.0",
"@angular-devkit/core": "~18.2.0",
"@angular-devkit/schematics": "~18.2.0",
"@angular/animations": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/compiler-cli": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular-devkit/build-angular": "~19.0.0",
"@angular-devkit/core": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/animations": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@nx/eslint-plugin": "~19.8.0",
"@nx/jest": "~19.8.0",
"@nx/eslint-plugin": "~20.2.0",
"@nx/jest": "~20.2.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/core": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/schematics": "workspace:^",
"@schematics/angular": "~18.2.0",
"@schematics/angular": "~19.0.0",
"@stylistic/eslint-plugin": "~2.7.0",
"@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.67.0",
"@typescript-eslint/parser": "~8.18.0",
"@vscode/vsce": "^2.16.0",
"angular-eslint": "~18.4.0",
"@vscode/vsce": "^3.0.0",
"angular-eslint": "~19.0.0",
"cpy-cli": "^5.0.0",
"esbuild": "~0.24.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -391,7 +391,7 @@
"jest-junit": "~16.0.0",
"jiti": "^2.4.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.2.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
Expand Down
Loading

0 comments on commit f64d7fd

Please sign in to comment.