Skip to content

fix(deps): update eslint monorepo to v9.19.0 #10752

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

Merged
merged 1 commit into from
Feb 3, 2025
Merged
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
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3392,10 +3392,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:*, @eslint/js@npm:9.18.0, @eslint/js@npm:^9.15.0":
version: 9.18.0
resolution: "@eslint/js@npm:9.18.0"
checksum: a47cfcc684f87094992fe4a5c5e54018393231d8d42bd2150a08eb167813a6bf8d7c7ccbc9611933e5f782ff3b96a06c9be8d19342965cadd4530a45521b8981
"@eslint/js@npm:*, @eslint/js@npm:9.19.0, @eslint/js@npm:^9.15.0":
version: 9.19.0
resolution: "@eslint/js@npm:9.19.0"
checksum: bf4077b390894408408c8b5ca48c2cdaf91bce94e0a3b7ff4e79a2cb2d3ecc76d87b52b30af812285acf550e7a849138d2aad2cab0b0b5c0c9f7944fd45ba31f
languageName: node
linkType: hard

Expand Down Expand Up @@ -9947,15 +9947,15 @@ __metadata:
linkType: hard

"eslint@npm:*, eslint@npm:^9.15.0":
version: 9.18.0
resolution: "eslint@npm:9.18.0"
version: 9.19.0
resolution: "eslint@npm:9.19.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@eslint-community/regexpp": ^4.12.1
"@eslint/config-array": ^0.19.0
"@eslint/core": ^0.10.0
"@eslint/eslintrc": ^3.2.0
"@eslint/js": 9.18.0
"@eslint/js": 9.19.0
"@eslint/plugin-kit": ^0.2.5
"@humanfs/node": ^0.16.6
"@humanwhocodes/module-importer": ^1.0.1
Expand Down Expand Up @@ -9991,7 +9991,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 5e05ae9d25a42ae8cad86a0118ea45107b42446f3614cd0ba822affa3eb85d746e0820529b1fde72820f24aa3c3447d3260505a5ee5e95be1b8b7455740a2256
checksum: 173c77ac3fd8fa69a9367c457f8048088450911f6f927b189bcc2fd1dcca71422346952cdb7217948d692f67b3e36238f5264717187e83a1cdbd1b37b89e3877
languageName: node
linkType: hard

Expand Down
Loading