Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint to v9 - abandoned #5612

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/ui": "^1.2.2",
"concurrently": "^8.0.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "^7.32.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -83,7 +83,7 @@
"@trpc/server": "^10.45.1",
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^20.10.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"isomorphic-fetch": "^3.0.0",
"node-fetch": "^3.3.0",
"rollup": "^4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -98,7 +98,7 @@
"@types/node": "^20.10.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"express": "^4.17.1",
"next": "^14.1.4",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Expand Up @@ -71,7 +71,7 @@
"@types/express": "^4.17.17",
"@types/node": "^20.10.0",
"@types/react": "^18.2.33",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"express": "^4.17.1",
"next": "^14.1.4",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -140,7 +140,7 @@
"@web3-storage/multipart-parser": "^1.0.0",
"aws-lambda": "^1.0.7",
"devalue": "^4.0.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"express": "^4.17.1",
"fastify": "^4.16.0",
"fastify-plugin": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Expand Up @@ -28,7 +28,7 @@
"arktype": "1.0.14-alpha",
"dataloader": "^2.2.2",
"devalue": "^4.0.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"fastify": "^4.16.0",
"fastify-plugin": "^4.5.0",
"jsdom": "^24.0.0",
Expand Down
429 changes: 341 additions & 88 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/package.json
Expand Up @@ -76,7 +76,7 @@
"autoprefixer": "^10.4.7",
"docusaurus-plugin-typedoc": "^1.0.0-next.12",
"dotenv": "^16.0.1",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"next": "^14.1.4",
"next-auth": "^4.22.1",
"npm-run-all2": "^6.0.0",
Expand Down