Skip to content

Commit

Permalink
chore(deps): update eslint major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 91be6bd commit b5a1844
Show file tree
Hide file tree
Showing 11 changed files with 488 additions and 358 deletions.
2 changes: 1 addition & 1 deletion packages/components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"cypress": "13.13.1",
"eslint": "8.57.0",
"eslint": "9.8.0",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"eslint-config-love": "43.1.0",
"eslint": "9.8.0",
"eslint-config-love": "62.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-n": "17.10.1",
"eslint-plugin-promise": "7.0.0",
"eslint-plugin-react": "7.35.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"cypress": "13.13.1",
"cypress-axe": "1.5.0",
"cypress-storybook": "1.0.0",
"eslint": "8.57.0",
"eslint": "9.8.0",
"eslint-plugin-react": "7.35.0",
"rimraf": "6.0.1",
"rollup-plugin-postcss": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"eslint": "9.8.0",
"jasmine-core": "5.2.0",
"jasmine-marbles": "0.9.2",
"jasmine-spec-reporter": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@typescript-eslint/parser": "7.17.0",
"cypress": "13.13.1",
"cypress-axe": "1.5.0",
"eslint": "8.57.0",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-storybook": "0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint": "9.8.0",
"http-server": "14.1.1",
"https-proxy-agent": "7.0.5",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"cypress": "13.13.1",
"cypress-each": "1.14.0",
"cypress-storybook": "1.0.0",
"eslint": "8.57.0",
"eslint": "9.8.0",
"eslint-plugin-react": "7.35.0",
"focus-trap": "7.5.4",
"globby": "14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"eslint": "9.8.0",
"jasmine-core": "5.2.0",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"copyfiles": "2.4.1",
"eslint": "8.57.0",
"eslint": "9.8.0",
"rimraf": "6.0.1"
},
"schematics": "./dist/migrations.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint": "^9.0.0",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"sass": "1.77.8",
Expand Down
820 changes: 475 additions & 345 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit b5a1844

Please sign in to comment.