Skip to content

Commit 79f6abe

Browse files
build(deps-dev): bump @eslint/js from 9.10.0 to 9.11.0 in /code
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.10.0 to 9.11.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.11.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4f7b28 commit 79f6abe

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
@@ -53,7 +53,7 @@
5353
"test:ui": "yarn run test --ui --coverage --open=false"
5454
},
5555
"devDependencies": {
56-
"@eslint/js": "^9.9.0",
56+
"@eslint/js": "^9.11.0",
5757
"@types/node": "^22.5.5",
5858
"@vitest/coverage-v8": "^2.0.5",
5959
"@vitest/ui": "^2.0.5",

code/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,16 @@
192192
minimatch "^3.1.2"
193193
strip-json-comments "^3.1.1"
194194

195-
"@eslint/[email protected]", "@eslint/js@^9.9.0":
195+
196196
version "9.10.0"
197197
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.10.0.tgz#eaa3cb0baec497970bb29e43a153d0d5650143c6"
198198
integrity sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==
199199

200+
"@eslint/js@^9.11.0":
201+
version "9.11.0"
202+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.0.tgz#fca7533ef33aa608770734786e02f1041847f9bb"
203+
integrity sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==
204+
200205
"@eslint/object-schema@^2.1.4":
201206
version "2.1.4"
202207
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"

0 commit comments

Comments
 (0)