Skip to content

chore(deps-dev): bump eslint from 9.25.0 to 9.25.1 in /docs-site #5593

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

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 docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint": "^9.25.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
Expand Down
21 changes: 14 additions & 7 deletions docs-site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,14 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.25.0, @eslint/js@npm:^9.25.0":
"@eslint/js@npm:9.25.1":
version: 9.25.1
resolution: "@eslint/js@npm:9.25.1"
checksum: 10c0/87d86b512ab109bfd3b9317ced3220ea3d444ac3bfa7abd853ca7f724d72c36e213062f9def16a632365d97dc29e0094312e3682a9767590ee6f43b3d5d873fd
languageName: node
linkType: hard

"@eslint/js@npm:^9.25.0":
version: 9.25.0
resolution: "@eslint/js@npm:9.25.0"
checksum: 10c0/4a03e2b218e086af89465563151610f30c1ff38e53a4b09fa71d2e7d1f1b37d72e3aacaf2ccb949544b6fcbc12b118162f5edb6e7deee9b3bfd816745fe74dfa
Expand Down Expand Up @@ -2272,17 +2279,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.25.0":
version: 9.25.0
resolution: "eslint@npm:9.25.0"
"eslint@npm:^9.25.1":
version: 9.25.1
resolution: "eslint@npm:9.25.1"
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.13.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.25.0"
"@eslint/js": "npm:9.25.1"
"@eslint/plugin-kit": "npm:^0.2.8"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -2318,7 +2325,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/eb984c0bad4f42ab02f5275fc02ebba98ff29dcecf1995065ec0a642e9c47a9b86a1407efa76fcdc1f096d09473160122a91a4acc18c54eb36a91cb36bffae20
checksum: 10c0/3bb1997ae994253d441e56aba2fc64a71b3b8dce32756de3dedae5e85416ba33eb07e19ede94a6fa8ce7ef3a0a3b0dd8b6836f41be46a3ab52e5345ad59a553f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4156,7 +4163,7 @@ __metadata:
"@types/react-dom": "npm:^19.1.2"
"@vitejs/plugin-react": "npm:^4.4.1"
date-fns: "npm:^4.1.0"
eslint: "npm:^9.25.0"
eslint: "npm:^9.25.1"
eslint-plugin-react: "npm:^7.37.5"
eslint-plugin-react-hooks: "npm:^5.2.0"
eslint-plugin-react-refresh: "npm:^0.4.19"
Expand Down
Loading