Skip to content

Commit

Permalink
chore: upgrade linters (#2728)
Browse files Browse the repository at this point in the history
## Proposed change

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
fpaul-1A authored Jan 23, 2025
2 parents a35c774 + 185719b commit 5e04468
Show file tree
Hide file tree
Showing 66 changed files with 366 additions and 365 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.20.0
"@typescript-eslint/parser": ~8.21.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 @@
"@types/chrome": "^0.0.297",
"@types/jest": "~29.5.2",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"archiver": "^7.0.0",
"chokidar": "^3.5.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"rimraf": "^5.0.1",
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"dependencies": {
"@agnos-ui/angular-bootstrap": "~0.4.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/github-cascading-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"ejs": "^3.1.9",
Expand All @@ -70,7 +70,7 @@
"ts-jest": "~29.2.0",
"tslib": "^2.6.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"zone.js": "~0.14.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@types/bootstrap": "^5.2.10",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"@webcontainer/api": "~1.5.0",
"angular-eslint": "~18.4.0",
"concurrently": "^8.0.0",
Expand All @@ -142,7 +142,7 @@
"rimraf": "^5.0.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"webpack": "~5.97.0"
}
}
6 changes: 3 additions & 3 deletions apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/vscode": "^1.67.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/utils": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"@typescript-eslint/utils": "~8.21.0",
"@vscode/vsce": "^2.16.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
Expand All @@ -396,7 +396,7 @@
"rxjs": "^7.8.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"zone.js": "~0.14.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/rule-tester": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"@typescript-eslint/rule-tester": "~8.21.0",
"@webcontainer/api": "~1.5.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.0.0",
Expand Down Expand Up @@ -270,7 +270,7 @@
"ts-node": "~10.9.2",
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"uuid": "^10.0.0",
"webpack": "~5.97.0",
"winston": "^3.8.2",
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 @@ -94,7 +94,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -120,7 +120,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"zone.js": "~0.14.2"
},
"engines": {
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 @@ -93,7 +93,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -118,7 +118,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"zone.js": "~0.14.2"
},
"engines": {
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 @@ -97,7 +97,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -123,7 +123,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"zone.js": "~0.14.2"
},
"engines": {
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 @@ -141,7 +141,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -168,7 +168,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"zone.js": "~0.14.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/node": "^20.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -80,7 +80,7 @@
"ts-jest": "~29.2.0",
"tslib": "^2.6.2",
"type-fest": "^4.10.2",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ama-sdk/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@types/node": "^20.0.0",
"@types/pid-from-port": "^1.1.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"commit-and-tag-version": "^12.0.0",
"copyfiles": "^2.4.1",
Expand Down Expand Up @@ -135,15 +135,15 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"generatorDependencies": {
"@swc/cli": "~0.5.0",
"@swc/core": "~1.10.0",
"@swc/helpers": "~0.5.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@typescript-eslint/eslint-plugin": "~8.20.0",
"@typescript-eslint/eslint-plugin": "~8.21.0",
"jest-junit": "~16.0.0",
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-sdk/swagger-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@types/swagger-schema-official": "^2.0.22",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"concurrently": "^8.0.0",
"copyfiles": "^2.4.1",
Expand All @@ -66,7 +66,7 @@
"ts-jest": "~29.2.0",
"ts-node": "~10.9.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-terasu/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/progress": "^2.0.5",
"@types/prompts": "^2.0.14",
"@types/yargs": "^17.0.20",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -70,7 +70,7 @@
"tslib": "^2.6.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"webpack": "~5.97.0",
"webpack-cli": "~5.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-terasu/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/minimist": "^1.2.2",
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.20",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -47,7 +47,7 @@
"nx": "~19.8.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"yargs": "^17.6.2"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@ama-terasu/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@stylistic/eslint-plugin": "~2.7.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -59,6 +59,6 @@
"rxjs": "^7.8.1",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
}
}
4 changes: 2 additions & 2 deletions packages/@o3r-training/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"chokidar": "^3.5.2",
"commit-and-tag-version": "^12.0.0",
Expand All @@ -123,7 +123,7 @@
"tsc-watch": "^6.0.4",
"typedoc": "~0.26.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"peerDependencies": {
"@ama-sdk/client-fetch": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r-training/training-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@swc/core": "~1.10.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"commit-and-tag-version": "^12.0.0",
"cpy-cli": "^5.0.0",
Expand All @@ -115,7 +115,7 @@
"ts-jest": "~29.2.0",
"tsc-watch": "^6.0.4",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"yaml-eslint-parser": "^1.2.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r-training/training-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"@webcontainer/api": "~1.5.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
Expand All @@ -117,7 +117,7 @@
"ts-node": "~10.9.2",
"type-fest": "^4.10.2",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0",
"typescript-eslint": "~8.21.0",
"zone.js": "~0.14.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/amaterasu/amaterasu-api-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -51,7 +51,7 @@
"nx": "~19.8.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"dependencies": {
"js-yaml": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/amaterasu/amaterasu-dodo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/tar": "~6.1.1",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -63,7 +63,7 @@
"nx": "~19.8.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"peerDependencies": {
"@ama-terasu/core": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/@o3r/amaterasu/amaterasu-otter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jest": "~29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.20.0",
"@typescript-eslint/parser": "~8.21.0",
"angular-eslint": "~18.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.14.0",
Expand All @@ -62,7 +62,7 @@
"nx": "~19.8.0",
"ts-jest": "~29.2.0",
"typescript": "~5.5.4",
"typescript-eslint": "~8.20.0"
"typescript-eslint": "~8.21.0"
},
"peerDependencies": {
"@ama-terasu/core": "workspace:^",
Expand Down
Loading

0 comments on commit 5e04468

Please sign in to comment.