Skip to content

chore(deps-dev): bump eslint from 9.27.0 to 9.28.0 in /docs-site #5671

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

Merged
Merged
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 docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.5.0",
"eslint": "^9.27.0",
"eslint": "^9.28.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^6.0.0",
"eslint-plugin-react-refresh": "^0.4.20",
Expand Down
21 changes: 7 additions & 14 deletions docs-site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -655,14 +655,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.27.0":
version: 9.27.0
resolution: "@eslint/js@npm:9.27.0"
checksum: 10c0/79b219ceda79182732954b52f7a494f49995a9a6419c7ae0316866e324d3706afeb857e1306bb6f35a4caaf176a5174d00228fc93d36781a570d32c587736564
languageName: node
linkType: hard

"@eslint/js@npm:^9.28.0":
"@eslint/js@npm:9.28.0, @eslint/js@npm:^9.28.0":
version: 9.28.0
resolution: "@eslint/js@npm:9.28.0"
checksum: 10c0/5a6759542490dd9f778993edfbc8d2f55168fd0f7336ceed20fe3870c65499d72fc0bca8d1ae00ea246b0923ea4cba2e0758a8a5507a3506ddcf41c92282abb8
Expand Down Expand Up @@ -2374,17 +2367,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.27.0":
version: 9.27.0
resolution: "eslint@npm:9.27.0"
"eslint@npm:^9.28.0":
version: 9.28.0
resolution: "eslint@npm:9.28.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.20.0"
"@eslint/config-helpers": "npm:^0.2.1"
"@eslint/core": "npm:^0.14.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.27.0"
"@eslint/js": "npm:9.28.0"
"@eslint/plugin-kit": "npm:^0.3.1"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -2420,7 +2413,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/135d301e37cd961000a9c1d3f0e1863bed29a61435dfddedba3db295973193024382190fd8790a8de83777d10f450082a29eaee8bc9ce0fb1bc1f2b0bb882280
checksum: 10c0/513ea7e69d88a0905d4ed35cef3a8f31ebce7ca9f2cdbda3474495c63ad6831d52357aad65094be7a144d6e51850980ced7d25efb807e8ab06a427241f7cd730
languageName: node
linkType: hard

Expand Down Expand Up @@ -4274,7 +4267,7 @@ __metadata:
"@types/react-dom": "npm:^19.1.5"
"@vitejs/plugin-react": "npm:^4.5.0"
date-fns: "npm:^4.1.0"
eslint: "npm:^9.27.0"
eslint: "npm:^9.28.0"
eslint-plugin-react: "npm:^7.37.5"
eslint-plugin-react-hooks: "npm:^6.0.0"
eslint-plugin-react-refresh: "npm:^0.4.20"
Expand Down
Loading