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

Update dependency eslint to v9 #1844

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/express/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/passport-local": "^1.0.38",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^27.5.1",
"nodemon": "^2.0.22",
Expand Down
268 changes: 136 additions & 132 deletions generators/express/templates/base/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generators/next-js/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.14",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
Expand Down
278 changes: 118 additions & 160 deletions generators/next-js/templates/base/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generators/react-admin/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^7.32.0",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
Expand Down
542 changes: 250 additions & 292 deletions generators/react-admin/templates/base/yarn.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/runtime": "^7.25.7",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.32.0",
"eslint": "9.12.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
Expand Down
446 changes: 223 additions & 223 deletions generators/react-native-mobile/templates/base/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generators/react/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^7.32.0",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
Expand Down
576 changes: 241 additions & 335 deletions generators/react/templates/base/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generators/symfony/templates/base-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.1",
Expand Down
247 changes: 125 additions & 122 deletions generators/symfony/templates/base-twig/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/yeoman-test": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint": "^9.12.0",
"eslint-plugin-import": "^2.31.0",
"execa": "^5.1.1",
"fast-plist": "^0.1.3",
Expand Down
Loading
Loading