Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 16e5469

Browse files
authored
Merge pull request #910 from kufu/renovate/eslint-monorepo
chore: update dependency @eslint/js to ^9.16.0
2 parents 2e9e8d6 + adcb431 commit 16e5469

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"typescript": "^3.4.5 || ^4.0.0 || ^5.0.0"
4747
},
4848
"dependencies": {
49-
"@eslint/js": "^9.15.0",
49+
"@eslint/js": "^9.16.0",
5050
"@typescript-eslint/eslint-plugin": "^8.17.0",
5151
"@typescript-eslint/parser": "^8.17.0",
5252
"eslint-config-prettier": "^9.1.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,16 @@
429429
minimatch "^3.1.2"
430430
strip-json-comments "^3.1.1"
431431

432-
"@eslint/[email protected]", "@eslint/js@^9.15.0":
432+
433433
version "9.15.0"
434434
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
435435
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
436436

437+
"@eslint/js@^9.16.0":
438+
version "9.16.0"
439+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
440+
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
441+
437442
"@eslint/object-schema@^2.1.4":
438443
version "2.1.4"
439444
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"

0 commit comments

Comments
 (0)