Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent 9de58de commit fa9fc69
Show file tree
Hide file tree
Showing 12 changed files with 429 additions and 463 deletions.
2 changes: 1 addition & 1 deletion apps/userscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@lichthagel/eslint-config": "github:Lichthagel/eslint-config",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint": "9.7.0",
"eslint-config-lichthagel": "github:lichthagel/eslint-config#9a3b34517573a0ca4f475c060bc25cbd038816b2",
"eslint-config-next": "14.2.5",
"eslint-plugin-react": "^7.34.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/node": "^20.6.2",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint": "^9.0.0",
"eslint-config-lichthagel": "github:lichthagel/eslint-config#9a3b34517573a0ca4f475c060bc25cbd038816b2",
"eslint-config-prettier": "^9.0.0",
"nuxt": "^3.7.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint": "^9.0.0",
"eslint-config-lichthagel": "github:lichthagel/eslint-config#9a3b34517573a0ca4f475c060bc25cbd038816b2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepare": "husky"
},
"devDependencies": {
"eslint": "^8.49.0",
"eslint": "^9.0.0",
"eslint-config-lichthagel": "github:lichthagel/eslint-config#9a3b34517573a0ca4f475c060bc25cbd038816b2",
"husky": "^9.0.11",
"nx": "19.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@lichthagel/eslint-config": "github:Lichthagel/eslint-config",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"tsconfig": "workspace:^",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@lichthagel/eslint-config": "github:Lichthagel/eslint-config",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"tsconfig": "workspace:^",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@lichthagel/eslint-config": "github:Lichthagel/eslint-config",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"tsconfig": "workspace:^",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@lichthagel/eslint-config": "github:Lichthagel/eslint-config",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"tsconfig": "workspace:^",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@lichthagel/eslint-config": "github:Lichthagel/eslint-config",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"tsconfig": "workspace:^",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@lichthagel/eslint-config": "github:lichthagel/eslint-config",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"tsconfig": "workspace:*",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
Expand Down
870 changes: 418 additions & 452 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit fa9fc69

Please sign in to comment.