Skip to content

Commit

Permalink
chore(deps): update major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 8e8555b commit a016fff
Show file tree
Hide file tree
Showing 59 changed files with 2,410 additions and 3,339 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Publish tests reports
if: always()
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: ut-reports-${{ matrix.os }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-showcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: build
run: yarn nx build showcase
- name: Setup Pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Upload artifact
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Publish tests reports
if: failure()
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: e2e-report
path: apps/showcase/playwright-reports
2 changes: 1 addition & 1 deletion .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Publish tests reports
if: always()
# TODO upgrade to v4 when https://github.com/AmadeusITGroup/otter/issues/1198 is fixed
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: it-reports-${{ matrix.os }}-${{ matrix.packageManager }}
path: 'packages/**/dist-test/it-report.xml'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false

Expand All @@ -58,14 +58,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
with:
sarif_file: results.sarif
16 changes: 8 additions & 8 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,40 +38,40 @@
"@angular/cli": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@nx/eslint-plugin": "~18.3.0",
"@nx/jest": "~18.3.0",
"@nx/eslint-plugin": "~19.0.0",
"@nx/jest": "~19.0.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/localization": "workspace:^",
"@o3r/logger": "workspace:^",
"@o3r/rules-engine": "workspace:^",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@types/chrome": "^0.0.267",
"@types/jest": "~29.5.2",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/types": "^7.2.0",
"archiver": "^6.0.1",
"archiver": "^7.0.0",
"chokidar": "^3.5.2",
"chrome-webstore-upload": "^3.0.0",
"concurrently": "^8.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.5.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"globby": "^11.1.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.0.3",
"jsonc-eslint-parser": "~2.4.0",
"minimist": "^1.2.6",
"nx": "~18.3.0",
"nx": "~19.0.0",
"rimraf": "^5.0.1",
"tsc-watch": "^6.0.4",
"typescript": "~5.4.2"
Expand Down
18 changes: 9 additions & 9 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@angular/core": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@nx/eslint": "~18.3.0",
"@nx/eslint-plugin": "~18.3.0",
"@nx/jest": "~18.3.0",
"@nx/js": "~18.3.0",
"@nx/eslint": "~19.0.0",
"@nx/eslint-plugin": "~19.0.0",
"@nx/jest": "~19.0.0",
"@nx/js": "~19.0.0",
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@types/ejs": "^3.1.2",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
Expand All @@ -50,19 +50,19 @@
"@typescript-eslint/parser": "^7.2.0",
"cpy-cli": "^5.0.0",
"ejs": "^3.1.9",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.5.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.0.3",
"jsonc-eslint-parser": "~2.4.0",
"nock": "^13.0.5",
"nx": "~18.3.0",
"nx": "~19.0.0",
"rxjs": "^7.8.1",
"smee-client": "^2.0.0",
"ts-jest": "~29.1.2",
Expand Down
16 changes: 8 additions & 8 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@ngrx/store": "~17.2.0",
"@ngrx/store-devtools": "~17.2.0",
"@ngx-translate/core": "~15.0.0",
"@nx/jest": "~18.3.0",
"@nx/jest": "~19.0.0",
"@o3r/application": "workspace:^",
"@o3r/components": "workspace:^",
"@o3r/configuration": "workspace:^",
Expand Down Expand Up @@ -85,36 +85,36 @@
"@angular-eslint/template-parser": "~17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@nx/eslint-plugin": "~18.3.0",
"@nx/eslint-plugin": "~19.0.0",
"@o3r/design": "workspace:^",
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/schematics": "workspace:^",
"@o3r/testing": "workspace:^",
"@playwright/test": "~1.43.0",
"@schematics/angular": "~17.3.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@types/bootstrap": "^5.2.10",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/types": "^7.2.0",
"concurrently": "^8.0.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.5.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"globby": "^11.1.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jest-preset-angular": "~14.0.3",
"jsonc-eslint-parser": "~2.4.0",
"lighthouse": "9.6.8",
"playwright-lighthouse": "2.2.2",
"lighthouse": "12.0.0",
"playwright-lighthouse": "4.0.0",
"rimraf": "^5.0.1",
"ts-jest": "~29.1.2",
"typescript": "~5.4.2",
Expand Down
14 changes: 7 additions & 7 deletions apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
"dependencies": {
"@o3r/design": "workspace:^",
"@o3r/schematics": "workspace:^",
"eslint": "^8.57.0"
"eslint": "^9.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.0",
Expand All @@ -359,13 +359,13 @@
"@angular/core": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@nx/eslint-plugin": "~18.3.0",
"@nx/jest": "~18.3.0",
"@nx/eslint-plugin": "~19.0.0",
"@nx/jest": "~19.0.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/core": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/schematics": "workspace:^",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@types/eslint": "^8.42.0",
"@types/glob": "^8.0.0",
"@types/jest": "~29.5.2",
Expand All @@ -377,15 +377,15 @@
"cpy-cli": "^5.0.0",
"esbuild": "~0.20.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.5.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~18.3.0",
"nx": "~19.0.0",
"rxjs": "^7.8.1",
"ts-jest": "~29.1.2",
"typescript": "~5.4.2",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
"@angular/router": "~17.3.0",
"@babel/core": "~7.24.0",
"@babel/preset-typescript": "~7.24.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@compodoc/compodoc": "^1.1.19",
"@design-factory/design-factory": "~17.1.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
Expand All @@ -176,12 +176,12 @@
"@ngrx/store": "~17.2.0",
"@ngrx/store-devtools": "~17.2.0",
"@ngx-translate/core": "~15.0.0",
"@nx/angular": "~18.3.0",
"@nx/eslint": "~18.3.0",
"@nx/eslint-plugin": "~18.3.0",
"@nx/jest": "~18.3.0",
"@nx/js": "~18.3.0",
"@nx/workspace": "~18.3.0",
"@nx/angular": "~19.0.0",
"@nx/eslint": "~19.0.0",
"@nx/eslint-plugin": "~19.0.0",
"@nx/jest": "~19.0.0",
"@nx/js": "~19.0.0",
"@nx/workspace": "~19.0.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
Expand All @@ -190,7 +190,7 @@
"@playwright/test": "~1.43.0",
"@popperjs/core": "^2.11.5",
"@schematics/angular": "~17.3.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@swc-node/register": "^1.6.7",
"@swc/core": "^1.3.85",
"@types/estree": "^1.0.5",
Expand All @@ -210,12 +210,12 @@
"concurrently": "^8.0.0",
"cpy-cli": "^5.0.0",
"editorconfig-checker": "^5.0.1",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.5.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"globby": "^11.1.0",
"highlight.js": "^11.8.0",
"husky": "~9.0.11",
Expand All @@ -226,14 +226,14 @@
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^8.0.0",
"lighthouse": "9.6.8",
"lighthouse": "12.0.0",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
"ng-packagr": "~17.3.0",
"ngx-highlightjs": "^10.0.0",
"npm-run-all2": "^6.0.0",
"nx": "~18.3.0",
"playwright-lighthouse": "2.2.2",
"nx": "~19.0.0",
"playwright-lighthouse": "4.0.0",
"postcss": "~8.4.31",
"postcss-scss": "~4.0.9",
"react": "^18.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/core": "~17.3.0",
"@nx/eslint-plugin": "~18.3.0",
"@nx/jest": "~18.3.0",
"@nx/eslint-plugin": "~19.0.0",
"@nx/jest": "~19.0.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/test-helpers": "workspace:^",
"@schematics/angular": "~17.3.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@swc/cli": "^0.3.0",
"@swc/core": "^1.3.85",
"@types/jest": "~29.5.2",
Expand All @@ -142,12 +142,12 @@
"chokidar": "^3.5.2",
"copyfiles": "^2.4.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.5.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"globby": "^11.1.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"devDependencies": {
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@nx/eslint": "~18.3.0",
"@nx/eslint-plugin": "~18.3.0",
"@nx/jest": "~18.3.0",
"@nx/js": "~18.3.0",
"@nx/eslint": "~19.0.0",
"@nx/eslint-plugin": "~19.0.0",
"@nx/jest": "~19.0.0",
"@nx/js": "~19.0.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@o3r/test-helpers": "workspace:^",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@types/jest": "~29.5.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
Expand All @@ -50,16 +50,16 @@
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.5.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~18.3.0",
"nx": "~19.0.0",
"pid-from-port": "^1.1.3",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
Expand Down

0 comments on commit a016fff

Please sign in to comment.