Skip to content

Commit

Permalink
chore: upgrade major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Jun 24, 2024
1 parent d0f62d9 commit e8e1c65
Show file tree
Hide file tree
Showing 60 changed files with 1,542 additions and 2,541 deletions.
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
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a073c66b2accf653a511d88537804dcafa07812e # v2.25.10
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions apps/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
"@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.268",
"@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-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"globby": "^11.1.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@nx/js": "~19.3.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 @@ -53,10 +53,10 @@
"ejs": "^3.1.9",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/intellij-extension/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.9.24"
id("org.jetbrains.kotlin.jvm") version "2.0.0"
id("org.jetbrains.intellij") version "1.17.3"
}

Expand Down
8 changes: 4 additions & 4 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"bootstrap": "5.3.3",
"highlight.js": "^11.8.0",
"intl-messageformat": "~10.5.1",
"ngx-highlightjs": "^10.0.0",
"ngx-highlightjs": "^12.0.0",
"pixelmatch": "^5.2.1",
"pngjs": "^7.0.0",
"rxjs": "^7.8.1",
Expand All @@ -93,7 +93,7 @@
"@o3r/testing": "workspace:^",
"@playwright/test": "~1.44.0",
"@schematics/angular": "~18.0.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",
Expand All @@ -104,10 +104,10 @@
"concurrently": "^8.0.0",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"globby": "^11.1.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="d-flex bg-body-tertiary">
<pre class="me-4" [class.text-wrap]="wrap"><code [highlight]="text" [languages]="language ? [language] : defaultLanguages"></code></pre>
<pre class="me-4" [class.text-wrap]="wrap"><code [highlightAuto]="text" [languages]="language ? [language] : defaultLanguages"></code></pre>
<button class="btn btn-outline-secondary ms-auto df-btn-icononly icon-copy" (click)="copy()" title="Click to copy"></button>
</div>
6 changes: 3 additions & 3 deletions apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"@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 @@ -378,10 +378,10 @@
"cpy-cli": "^5.0.0",
"esbuild": "~0.21.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-junit": "~16.0.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
"@angular/router": "~18.0.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": "^17.0.0",
Expand All @@ -192,7 +192,7 @@
"@playwright/test": "~1.44.0",
"@popperjs/core": "^2.11.5",
"@schematics/angular": "~18.0.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@swc-node/register": "^1.9.2",
"@swc/core": "~1.6.0",
"@types/estree": "^1.0.5",
Expand All @@ -210,16 +210,16 @@
"bootstrap": "5.3.3",
"bootstrap-icons": "^1.11.3",
"browserslist": "^4.21.4",
"commit-and-tag-version": "^9.5.0",
"commit-and-tag-version": "^12.0.0",
"concurrently": "^8.0.0",
"cpy-cli": "^5.0.0",
"editorconfig-checker": "^5.0.1",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"globby": "^11.1.0",
"highlight.js": "^11.8.0",
"husky": "~9.0.11",
Expand All @@ -229,12 +229,12 @@
"jest-preset-angular": "~14.1.0",
"js-yaml": "^4.1.0",
"jsonc-eslint-parser": "~2.4.0",
"jsonpath-plus": "^8.0.0",
"jsonpath-plus": "^9.0.0",
"lighthouse": "9.6.8",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
"ng-packagr": "~18.0.0",
"ngx-highlightjs": "^10.0.0",
"ngx-highlightjs": "^12.0.0",
"npm-run-all2": "^6.0.0",
"nx": "~19.3.0",
"playwright-lighthouse": "2.2.2",
Expand All @@ -253,7 +253,7 @@
"ts-node": "~10.9.2",
"tsc-watch": "^6.0.4",
"typescript": "~5.4.2",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"webpack": "~5.92.0",
"winston": "^3.8.2",
"yaml-eslint-parser": "^1.2.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/@ama-sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"@swc/helpers": "~0.5.0",
"tslib": "^2.6.2",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"peerDependencies": {
"@angular-devkit/schematics": "~18.0.0",
Expand Down Expand Up @@ -123,7 +123,7 @@
"@o3r/eslint-plugin": "workspace:^",
"@o3r/test-helpers": "workspace:^",
"@schematics/angular": "~18.0.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@swc/cli": "~0.3.0",
"@swc/core": "~1.6.0",
"@types/jest": "~29.5.2",
Expand All @@ -136,10 +136,10 @@
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@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 @@ -53,10 +53,10 @@
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@o3r/test-helpers": "workspace:^",
"@openapitools/openapi-generator-cli": "~2.13.0",
"@schematics/angular": "~18.0.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
Expand All @@ -102,15 +102,15 @@
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/utils": "~7.13.1",
"commit-and-tag-version": "^9.5.0",
"commit-and-tag-version": "^12.0.0",
"copyfiles": "^2.4.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
Expand All @@ -130,8 +130,8 @@
"@swc/cli": "~0.3.0",
"@swc/core": "~1.6.0",
"@swc/helpers": "~0.5.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.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",
Expand Down
12 changes: 6 additions & 6 deletions packages/@ama-sdk/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
"@angular-eslint/eslint-plugin-template": "~18.0.0",
"@angular-eslint/utils": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@nx/eslint-plugin": "~19.3.0",
"@nx/jest": "~19.3.0",
"@o3r/eslint-config-otter": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@openapitools/openapi-generator-cli": "~2.13.0",
"@schematics/angular": "~18.0.0",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@swc/cli": "~0.3.0",
"@swc/core": "~1.6.0",
"@types/jest": "~29.5.2",
Expand All @@ -90,13 +90,13 @@
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/utils": "~7.13.1",
"chokidar": "^3.5.2",
"commit-and-tag-version": "^9.5.0",
"commit-and-tag-version": "^12.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"globby": "^11.1.0",
"isomorphic-fetch": "~3.0.0",
"jest": "~29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-sdk/swagger-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nx/jest": "~19.3.0",
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@stylistic/eslint-plugin-ts": "^1.5.4",
"@stylistic/eslint-plugin-ts": "^2.0.0",
"@types/glob": "^8.0.0",
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
Expand All @@ -51,10 +51,10 @@
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-terasu/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@o3r/build-helpers": "workspace:^",
"@o3r/eslint-plugin": "workspace:^",
"@schematics/angular": "~18.0.0",
"@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 @@ -46,10 +46,10 @@
"@typescript-eslint/utils": "~7.13.1",
"eslint": "^8.57.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jest": "~28.6.0",
"eslint-plugin-jsdoc": "~48.2.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^54.0.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
Expand Down
Loading

0 comments on commit e8e1c65

Please sign in to comment.