Skip to content

Commit

Permalink
chore: bump dependencies to match peer
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed Oct 11, 2024
1 parent d51e79e commit 19d8772
Show file tree
Hide file tree
Showing 54 changed files with 533 additions and 291 deletions.
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ nodeLinker: pnp

packageExtensions:
# TODO: Could be removed once https://github.com/actions/toolkit/issues/1684 is fixed
"nx@^20.0.0":
dependencies:
"@swc-node/register": "~1.10.9"
"@swc/core": "~1.7.35"

"@actions/github@^6.0.0":
dependencies:
undici: ^5.25.4
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 @@ -71,7 +71,7 @@
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"nx": "~19.8.0",
"nx": "~20.0.0",
"rimraf": "^5.0.1",
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4"
Expand Down Expand Up @@ -108,6 +108,6 @@
"rxjs": "^7.8.1",
"tinycolor2": "^1.6.0",
"tslib": "^2.6.2",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
}
}
4 changes: 2 additions & 2 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"nock": "^13.0.5",
"nx": "~19.8.0",
"nx": "~20.0.0",
"rxjs": "^7.8.1",
"smee-client": "^2.0.0",
"ts-jest": "~29.2.0",
"tslib": "^2.6.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"rxjs": "^7.8.1",
"sass-loader": "^14.0.0",
"tslib": "^2.6.2",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@amadeus-it-group/kassette": "^1.7.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 @@ -386,10 +386,10 @@
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"pngjs": "^7.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand Down Expand Up @@ -202,8 +202,8 @@
"@popperjs/core": "^2.11.5",
"@schematics/angular": "~18.2.0",
"@stylistic/eslint-plugin-ts": "~2.4.0",
"@swc-node/register": "^1.9.2",
"@swc/core": "~1.7.0",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.35",
"@swc/helpers": "~0.5.0",
"@types/eslint": "~9.6.0",
"@types/estree": "^1.0.5",
Expand Down Expand Up @@ -247,7 +247,7 @@
"ng-packagr": "~18.2.0",
"ngx-highlightjs": "^12.0.0",
"npm-run-all2": "^6.0.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"playwright-lighthouse": "~4.0.0",
"postcss": "~8.4.31",
"postcss-scss": "~4.0.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/client-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@schematics/angular": "~18.2.0",
"@stylistic/eslint-plugin-ts": "~2.4.0",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.0",
"@swc/core": "~1.7.35",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
Expand All @@ -114,7 +114,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/client-beacon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@schematics/angular": "~18.2.0",
"@stylistic/eslint-plugin-ts": "~2.4.0",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.0",
"@swc/core": "~1.7.35",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
Expand All @@ -113,7 +113,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/client-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@schematics/angular": "~18.2.0",
"@stylistic/eslint-plugin-ts": "~2.4.0",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.0",
"@swc/core": "~1.7.35",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
Expand All @@ -118,7 +118,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@schematics/angular": "~18.2.0",
"@stylistic/eslint-plugin-ts": "~2.4.0",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.0",
"@swc/core": "~1.7.35",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
Expand All @@ -163,7 +163,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.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 @@ -69,7 +69,7 @@
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
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 @@ -118,7 +118,7 @@
"jsonc-eslint-parser": "~2.4.0",
"mem-fs": "^4.0.0",
"npm-run-all2": "^6.0.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"openapi-types": "^12.0.0",
"pid-from-port": "^1.1.3",
"semver": "^7.5.2",
Expand All @@ -129,7 +129,7 @@
},
"generatorDependencies": {
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.0",
"@swc/core": "~1.7.35",
"@swc/helpers": "~0.5.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@schematics/angular": "~18.2.0",
"@stylistic/eslint-plugin-ts": "~2.4.0",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.0",
"@swc/core": "~1.7.35",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
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 @@ -57,7 +57,7 @@
"jsonschema": "~1.4.1",
"loglevel": "^1.8.0",
"minimist": "^1.2.6",
"nx": "~19.8.0",
"nx": "~20.0.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.2.0",
"ts-loader": "^9.2.6",
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 @@ -38,7 +38,7 @@
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"loglevel": "^1.8.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"yargs": "^17.6.2"
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 @@ -49,7 +49,7 @@
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4"
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 @@ -42,7 +42,7 @@
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4"
},
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 @@ -54,7 +54,7 @@
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4"
},
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 @@ -53,7 +53,7 @@
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4"
},
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 @@ -42,7 +42,7 @@
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
Expand All @@ -110,7 +110,7 @@
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"webpack": "~5.95.0",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"exports": {
"./plugins/webpack": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/apis-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"schematics": "./collection.json",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/artifactory-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-unicorn": "^54.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"ts-jest": "~29.2.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/azure-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-unicorn": "^54.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"ts-jest": "~29.2.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^9.0.0",
"memfs": "~4.12.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
Expand All @@ -203,7 +203,7 @@
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"unionfs": "~4.5.1",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.2.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~19.8.0",
"nx": "~20.0.0",
"pid-from-port": "^1.1.3",
"rxjs": "^7.8.1",
"semver": "^7.5.2",
"ts-jest": "~29.2.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4",
"zone.js": "~0.15.0"
"zone.js": "~0.14.10"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
Loading

0 comments on commit 19d8772

Please sign in to comment.