Skip to content

Commit

Permalink
chore: update major deps for o3r 12
Browse files Browse the repository at this point in the history
  • Loading branch information
vscaiceanu-1a committed Dec 9, 2024
1 parent 5cb8aeb commit b3bcdb7
Show file tree
Hide file tree
Showing 25 changed files with 99 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packageExtensions:
"@swc/types": "*"
"@typescript-eslint/rule-tester@*":
dependencies:
"@typescript-eslint/parser": ~8.16.0
"@typescript-eslint/parser": ~8.17.0
"@angular-eslint/eslint-plugin-template@*":
dependencies:
"@typescript-eslint/types": "^8.0.0"
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 @@ -51,7 +51,7 @@
"archiver": "^7.0.0",
"chokidar": "^3.5.2",
"chrome-webstore-upload": "^3.0.0",
"concurrently": "^8.0.0",
"concurrently": "^9.1.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -72,7 +72,7 @@
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"nx": "~19.5.0",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4",
"typescript-eslint": "~8.17.0"
Expand Down
6 changes: 3 additions & 3 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"ngx-markdown": "^18.1.0",
"ngx-monaco-editor-v2": "^18.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",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@typescript-eslint/parser": "~8.17.0",
"@webcontainer/api": "~1.5.0",
"angular-eslint": "~18.4.0",
"concurrently": "^8.0.0",
"concurrently": "^9.1.0",
"eslint": "~9.14.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.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.17.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,9 @@
"@types/glob": "^8.0.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/vscode": "^1.67.0",
"@types/vscode": "^1.95.0",
"@typescript-eslint/parser": "~8.17.0",
"@vscode/vsce": "^2.16.0",
"@vscode/vsce": "^3.2.1",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"esbuild": "~0.24.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"dependencies": {
"@angular/core": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"pixelmatch": "^5.2.1",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
Expand Down Expand Up @@ -216,7 +216,7 @@
"browserslist": "^4.21.4",
"clipboard": "^2.0.11",
"commit-and-tag-version": "^12.0.0",
"concurrently": "^8.0.0",
"concurrently": "^9.1.0",
"cpy-cli": "^5.0.0",
"editorconfig-checker": "^5.1.8",
"eslint": "~9.14.0",
Expand Down Expand Up @@ -256,7 +256,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"replace-in-files-cli": "^2.2.0",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"sass": "~1.81.0",
"sass-loader": "^14.0.0",
"semver": "^7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/client-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/client-beacon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/client-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.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 @@ -74,7 +74,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@
},
"generatorDependencies": {
"@swc/cli": "~0.5.0",
"@swc/core": "~1.9.0",
"@swc/core": "~1.10.0",
"@swc/helpers": "~0.5.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"jest-junit": "~16.0.0",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"typedoc": "~0.26.0",
"tsc-watch": "^6.0.4",
"yaml-eslint-parser": "^1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/swagger-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/swagger-schema-official": "^2.0.22",
"@typescript-eslint/parser": "~8.17.0",
"angular-eslint": "~18.4.0",
"concurrently": "^8.0.0",
"concurrently": "^9.1.0",
"copyfiles": "^2.4.1",
"eslint": "~9.14.0",
"eslint-import-resolver-node": "^0.3.9",
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 @@ -108,7 +108,7 @@
"jsonc-eslint-parser": "~2.4.0",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"ts-jest": "~29.2.0",
"tsc-watch": "^6.0.4",
"typedoc": "~0.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"@o3r/store-sync": "workspace:^",
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@typescript-eslint/parser": "~8.16.0",
"@typescript-eslint/parser": "~8.17.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -174,7 +174,7 @@
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"typescript-eslint": "~8.16.0",
"typescript-eslint": "~8.17.0",
"zone.js": "~0.14.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"minimatch": "~9.0.3",
"request": "^2.88.0",
"request-promise-native": "^1.0.9",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"semver": "^7.5.2",
"tslib": "^2.6.2",
"type-fest": "^4.10.2",
Expand Down Expand Up @@ -101,7 +101,7 @@
"jsonc-eslint-parser": "~2.4.0",
"node-fetch": "^3.0.0",
"nx": "~19.5.0",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"ts-jest": "~29.2.0",
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/eslint-config-otter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
},
"generatorDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "~8.16.0",
"@typescript-eslint/utils": "~8.16.0",
"@typescript-eslint/parser": "~8.17.0",
"@typescript-eslint/utils": "~8.17.0",
"eslint": "~9.14.0",
"eslint-plugin-jsdoc": "~50.2.0",
"eslint-plugin-unicorn": "^56.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
"type-fest": "^4.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/extractors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/rules-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"memfs": "~4.14.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@types/react": "^18.0.0",
"@typescript-eslint/parser": "~8.17.0",
"angular-eslint": "~18.4.0",
"concurrently": "^8.0.0",
"concurrently": "^9.1.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -136,7 +136,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"pid-from-port": "^1.1.3",
"postcss": "~8.4.31",
"postcss-scss": "~4.0.9",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"stylelint": "^16.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/@o3r/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@o3r/schematics": "workspace:^",
"@playwright/test": "~1.49.0",
"@schematics/angular": "~18.2.0",
"pixelmatch": "^5.2.1",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"protractor": "^7.0.0",
"rxjs": "^7.8.1",
Expand Down Expand Up @@ -213,7 +213,7 @@
"@types/pngjs": "^6.0.0",
"@typescript-eslint/parser": "~8.17.0",
"angular-eslint": "~18.4.0",
"concurrently": "^8.0.0",
"concurrently": "^9.1.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
"eslint-import-resolver-node": "^0.3.9",
Expand All @@ -234,7 +234,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"pixelmatch": "^5.2.1",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"protractor": "^7.0.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/third-party/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.5.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
Expand Down
Loading

0 comments on commit b3bcdb7

Please sign in to comment.