Skip to content

Commit f422397

Browse files
build(deps-dev): bump @eslint/js from 9.34.0 to 9.35.0 in /code
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.34.0 to 9.35.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.35.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1e7fbd commit f422397

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:ui": "yarn run test --ui --coverage --open=false"
5353
},
5454
"devDependencies": {
55-
"@eslint/js": "^9.34.0",
55+
"@eslint/js": "^9.35.0",
5656
"@faker-js/faker": "^10.0.0",
5757
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5858
"@types/node": "^24.3.0",

code/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,16 @@
269269
minimatch "^3.1.2"
270270
strip-json-comments "^3.1.1"
271271

272-
"@eslint/js@9.34.0", "@eslint/js@^9.34.0":
272+
"@eslint/js@9.34.0":
273273
version "9.34.0"
274274
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.34.0.tgz#fc423168b9d10e08dea9088d083788ec6442996b"
275275
integrity sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==
276276

277+
"@eslint/js@^9.35.0":
278+
version "9.35.0"
279+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.35.0.tgz#ffbc7e13cf1204db18552e9cd9d4a8e17c692d07"
280+
integrity sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==
281+
277282
"@eslint/object-schema@^2.1.6":
278283
version "2.1.6"
279284
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"

0 commit comments

Comments
 (0)