Skip to content

Commit 3165b75

Browse files
chore(deps-dev): bump eslint from 9.29.0 to 9.30.1 in /docs-site
Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.30.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.29.0...v9.30.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7e26d1 commit 3165b75

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"@vitejs/plugin-react": "^4.6.0",
28-
"eslint": "^9.29.0",
28+
"eslint": "^9.30.1",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^6.0.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",

docs-site/yarn.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -786,21 +786,21 @@ __metadata:
786786
languageName: node
787787
linkType: hard
788788

789-
"@eslint/config-array@npm:^0.20.1":
790-
version: 0.20.1
791-
resolution: "@eslint/config-array@npm:0.20.1"
789+
"@eslint/config-array@npm:^0.21.0":
790+
version: 0.21.0
791+
resolution: "@eslint/config-array@npm:0.21.0"
792792
dependencies:
793793
"@eslint/object-schema": "npm:^2.1.6"
794794
debug: "npm:^4.3.1"
795795
minimatch: "npm:^3.1.2"
796-
checksum: 10c0/709108c3925d83c2166024646829ab61ba5fa85c6568daefd32508899f46ed8dc36d7153042df6dcc7e58ad543bc93298b646575daecb5eb4e39a43d838dab42
796+
checksum: 10c0/0ea801139166c4aa56465b309af512ef9b2d3c68f9198751bbc3e21894fe70f25fbf26e1b0e9fffff41857bc21bfddeee58649ae6d79aadcd747db0c5dca771f
797797
languageName: node
798798
linkType: hard
799799

800-
"@eslint/config-helpers@npm:^0.2.1":
801-
version: 0.2.1
802-
resolution: "@eslint/config-helpers@npm:0.2.1"
803-
checksum: 10c0/3e829a78b0bb4f7c44384ba1df3986e5de24b7f440ad5c6bb3cfc366ded773a869ca9ee8d212b5a563ae94596c5940dea6fd2ea1ee53a84c6241ac953dcb8bb7
800+
"@eslint/config-helpers@npm:^0.3.0":
801+
version: 0.3.0
802+
resolution: "@eslint/config-helpers@npm:0.3.0"
803+
checksum: 10c0/013ae7b189eeae8b30cc2ee87bc5c9c091a9cd615579003290eb28bebad5d78806a478e74ba10b3fe08ed66975b52af7d2cd4b4b43990376412b14e5664878c8
804804
languageName: node
805805
linkType: hard
806806

@@ -830,7 +830,14 @@ __metadata:
830830
languageName: node
831831
linkType: hard
832832

833-
"@eslint/js@npm:9.29.0, @eslint/js@npm:^9.29.0":
833+
"@eslint/js@npm:9.30.1":
834+
version: 9.30.1
835+
resolution: "@eslint/js@npm:9.30.1"
836+
checksum: 10c0/17fc382a0deafdb1cadac1269d9c2f2464f025bde6e4d12fc4f4775eb9886b41340d4650b72e85a53423644fdc89bf59c987a852f27379ad25feecf2c5bbc1c9
837+
languageName: node
838+
linkType: hard
839+
840+
"@eslint/js@npm:^9.29.0":
834841
version: 9.29.0
835842
resolution: "@eslint/js@npm:9.29.0"
836843
checksum: 10c0/d0ccf37063fa27a3fae9347cb044f84ca10b5a2fa19ffb2b3fedf3b96843ac1ff359ea9f0ab0e80f2f16fda4cb0dc61ea0fed0375090f050fe0a029e7d6de3a3
@@ -2558,17 +2565,17 @@ __metadata:
25582565
languageName: node
25592566
linkType: hard
25602567

2561-
"eslint@npm:^9.29.0":
2562-
version: 9.29.0
2563-
resolution: "eslint@npm:9.29.0"
2568+
"eslint@npm:^9.30.1":
2569+
version: 9.30.1
2570+
resolution: "eslint@npm:9.30.1"
25642571
dependencies:
25652572
"@eslint-community/eslint-utils": "npm:^4.2.0"
25662573
"@eslint-community/regexpp": "npm:^4.12.1"
2567-
"@eslint/config-array": "npm:^0.20.1"
2568-
"@eslint/config-helpers": "npm:^0.2.1"
2574+
"@eslint/config-array": "npm:^0.21.0"
2575+
"@eslint/config-helpers": "npm:^0.3.0"
25692576
"@eslint/core": "npm:^0.14.0"
25702577
"@eslint/eslintrc": "npm:^3.3.1"
2571-
"@eslint/js": "npm:9.29.0"
2578+
"@eslint/js": "npm:9.30.1"
25722579
"@eslint/plugin-kit": "npm:^0.3.1"
25732580
"@humanfs/node": "npm:^0.16.6"
25742581
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -2604,7 +2611,7 @@ __metadata:
26042611
optional: true
26052612
bin:
26062613
eslint: bin/eslint.js
2607-
checksum: 10c0/75e3f841e0f8b0fa93dbb2ba6ae538bd8b611c3654117bc3dadf90bb009923dfd2c15ec2948dc6e6b8b571317cc125c5cceb9255da8cd644ee740020df645dd8
2614+
checksum: 10c0/5a5867078e03ea56a1b6d1ee1548659abc38a6d5136c7ef94e21c5dbeb28e3ed50b15d2e0da25fce85600f6cf7ea7715eae650c41e8ae826c34490e9ec73d5d6
26082615
languageName: node
26092616
linkType: hard
26102617

@@ -4469,7 +4476,7 @@ __metadata:
44694476
"@types/react-dom": "npm:^19.1.6"
44704477
"@vitejs/plugin-react": "npm:^4.6.0"
44714478
date-fns: "npm:^4.1.0"
4472-
eslint: "npm:^9.29.0"
4479+
eslint: "npm:^9.30.1"
44734480
eslint-plugin-react: "npm:^7.37.5"
44744481
eslint-plugin-react-hooks: "npm:^6.0.0"
44754482
eslint-plugin-react-refresh: "npm:^0.4.20"

0 commit comments

Comments
 (0)