Skip to content

Commit db5b6f5

Browse files
Replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0
1 parent 3ccdf4c commit db5b6f5

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint": "7.32.0",
6767
"eslint-config-prettier": "8.5.0",
6868
"eslint-plugin-ember": "10.6.1",
69-
"eslint-plugin-node": "11.1.0",
69+
"eslint-plugin-n": "14.0.0",
7070
"eslint-plugin-prettier": "4.2.1",
7171
"eslint-plugin-qunit": "7.3.1",
7272
"loader.js": "4.7.0",

yarn.lock

+27-19
Original file line numberDiff line numberDiff line change
@@ -5689,22 +5689,23 @@ eslint-plugin-ember@10.6.1:
56895689
requireindex "^1.2.0"
56905690
snake-case "^3.0.3"
56915691

5692-
eslint-plugin-es@^3.0.0:
5693-
version "3.0.1"
5694-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
5695-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
5692+
eslint-plugin-es@^4.1.0:
5693+
version "4.1.0"
5694+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
5695+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
56965696
dependencies:
56975697
eslint-utils "^2.0.0"
56985698
regexpp "^3.0.0"
56995699

5700-
eslint-plugin-node@11.1.0:
5701-
version "11.1.0"
5702-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
5703-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
5700+
eslint-plugin-n@14.0.0:
5701+
version "14.0.0"
5702+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
5703+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
57045704
dependencies:
5705-
eslint-plugin-es "^3.0.0"
5706-
eslint-utils "^2.0.0"
5705+
eslint-plugin-es "^4.1.0"
5706+
eslint-utils "^3.0.0"
57075707
ignore "^5.1.1"
5708+
is-core-module "^2.3.0"
57085709
minimatch "^3.0.4"
57095710
resolve "^1.10.1"
57105711
semver "^6.1.0"
@@ -6608,10 +6609,10 @@ ftp@^0.3.10:
66086609
readable-stream "1.1.x"
66096610
xregexp "2.0.0"
66106611

6611-
function-bind@^1.1.1:
6612-
version "1.1.1"
6613-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
6614-
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
6612+
function-bind@^1.1.1, function-bind@^1.1.2:
6613+
version "1.1.2"
6614+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6615+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
66156616

66166617
function.prototype.name@^1.1.5:
66176618
version "1.1.5"
@@ -7065,6 +7066,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
70657066
inherits "^2.0.3"
70667067
minimalistic-assert "^1.0.1"
70677068

7069+
hasown@^2.0.0:
7070+
version "2.0.2"
7071+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
7072+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
7073+
dependencies:
7074+
function-bind "^1.1.2"
7075+
70687076
heimdalljs-fs-monitor@^1.1.1:
70697077
version "1.1.1"
70707078
resolved "https://registry.yarnpkg.com/heimdalljs-fs-monitor/-/heimdalljs-fs-monitor-1.1.1.tgz#bb4021007e88484202402cdf594e3962d70dc4f4"
@@ -7559,12 +7567,12 @@ is-ci@^2.0.0:
75597567
dependencies:
75607568
ci-info "^2.0.0"
75617569

7562-
is-core-module@^2.9.0:
7563-
version "2.10.0"
7564-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"
7565-
integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==
7570+
is-core-module@^2.3.0, is-core-module@^2.9.0:
7571+
version "2.13.1"
7572+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
7573+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
75667574
dependencies:
7567-
has "^1.0.3"
7575+
hasown "^2.0.0"
75687576

75697577
is-data-descriptor@^0.1.4:
75707578
version "0.1.4"

0 commit comments

Comments
 (0)