Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
descope[bot] authored Feb 4, 2025
1 parent 9c2ff1f commit 9e254c5
Show file tree
Hide file tree
Showing 10 changed files with 523 additions and 398 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@nrwl/workspace": "19.3.2",
"@types/jest": "29.5.14",
"@types/node": "20.17.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "~9.18.0",
"eslint-config-prettier": "9.1.0",
"husky": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/escape-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/sdk-component-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/jest": "^29.0.0",
"@types/node": "20.17.12",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/sdk-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/jest": "^29.0.0",
"@types/node": "20.17.12",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/sdk-mixins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/jest": "^29.0.0",
"@types/node": "20.17.12",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdks/angular-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "^8.51.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/core-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.0.0",
"@types/node": "20.17.12",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/parser": "^8.0.0",
"esbuild": "^0.24.0",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdks/vue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@types/node": "20.17.12",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/parser": "^8.0.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/web-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/jest": "^29.0.0",
"@types/node": "20.17.12",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
897 changes: 511 additions & 386 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 9e254c5

Please sign in to comment.