Skip to content

Commit

Permalink
chore(deps): update eslint related dependencies (#16880)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fisker Cheung <[email protected]>
  • Loading branch information
renovate[bot] and fisker authored Nov 25, 2024
1 parent 11e948a commit 96cff76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ export default [

/* eslint-plugin-unicorn */
"unicorn/escape-case": "off",
// https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2496
"unicorn/expiring-todo-comments": "off",
"unicorn/catch-error-name": "off",
"unicorn/consistent-destructuring": "off",
"unicorn/consistent-function-scoping": "off",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@
"eslint-formatter-friendly": "7.0.0",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-n": "17.13.2",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-unicorn": "56.0.1",
"esm-utils": "4.3.0",
"execa": "7.2.0",
"globals": "15.12.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3841,9 +3841,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:17.13.2":
version: 17.13.2
resolution: "eslint-plugin-n@npm:17.13.2"
"eslint-plugin-n@npm:17.14.0":
version: 17.14.0
resolution: "eslint-plugin-n@npm:17.14.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.1"
enhanced-resolve: "npm:^5.17.1"
Expand All @@ -3855,7 +3855,7 @@ __metadata:
semver: "npm:^7.6.3"
peerDependencies:
eslint: ">=8.23.0"
checksum: 10/94d5c7e016771d9072561efd975489f66879c933711b2e30ad2cdc83209fbd2e7d738c6cfc33b22b2d84b69d098a097b4fd15b79513d9d41f182233eeed1bc3c
checksum: 10/5ae20b62c6830da07d75c081c1a7e3a5596a5e2605561a890d5d4aa5efa49438f64df1e9be35592137daa7cdfb098944c4af4a34dcb805ae99d53f8d1e3778e0
languageName: node
linkType: hard

Expand Down Expand Up @@ -3913,9 +3913,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-unicorn@npm:56.0.0":
version: 56.0.0
resolution: "eslint-plugin-unicorn@npm:56.0.0"
"eslint-plugin-unicorn@npm:56.0.1":
version: 56.0.1
resolution: "eslint-plugin-unicorn@npm:56.0.1"
dependencies:
"@babel/helper-validator-identifier": "npm:^7.24.7"
"@eslint-community/eslint-utils": "npm:^4.4.0"
Expand All @@ -3935,7 +3935,7 @@ __metadata:
strip-indent: "npm:^3.0.0"
peerDependencies:
eslint: ">=8.56.0"
checksum: 10/142c66c65b2fd53136727a434b0fc77e9a9f9614aebe09330aeab83b021c842c3a5f9dafe3130c0f39fbd3562e91aadcc55a9de4312639e70fe7efb475cd358e
checksum: 10/59e13ded0e6bf4eff96018f3156829044d6edc37f66d25bc8ca99ed2b44e0cd3e9959587cf5a111498ff2d267a92bed49ade4f4dad98dcd8544e9edd9f6642b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7317,11 +7317,11 @@ __metadata:
eslint-formatter-friendly: "npm:7.0.0"
eslint-plugin-compat: "npm:6.0.1"
eslint-plugin-jest: "npm:28.9.0"
eslint-plugin-n: "npm:17.13.2"
eslint-plugin-n: "npm:17.14.0"
eslint-plugin-react: "npm:7.37.2"
eslint-plugin-regexp: "npm:2.7.0"
eslint-plugin-simple-import-sort: "npm:12.1.1"
eslint-plugin-unicorn: "npm:56.0.0"
eslint-plugin-unicorn: "npm:56.0.1"
esm-utils: "npm:4.3.0"
espree: "npm:10.3.0"
execa: "npm:7.2.0"
Expand Down

0 comments on commit 96cff76

Please sign in to comment.