Skip to content

Commit fc6e07a

Browse files
authoredAug 29, 2024
Replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0
1 parent 87068d2 commit fc6e07a

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
@@ -59,7 +59,7 @@
5959
"eslint": "7.32.0",
6060
"eslint-config-prettier": "8.5.0",
6161
"eslint-plugin-ember": "10.6.1",
62-
"eslint-plugin-node": "11.1.0",
62+
"eslint-plugin-n": "14.0.0",
6363
"eslint-plugin-prettier": "4.2.1",
6464
"eslint-plugin-qunit": "7.3.3",
6565
"loader.js": "4.7.0",

‎yarn.lock

+27-19
Original file line numberDiff line numberDiff line change
@@ -5667,22 +5667,23 @@ eslint-plugin-ember@10.6.1:
56675667
requireindex "^1.2.0"
56685668
snake-case "^3.0.3"
56695669

5670-
eslint-plugin-es@^3.0.0:
5671-
version "3.0.1"
5672-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
5673-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
5670+
eslint-plugin-es@^4.1.0:
5671+
version "4.1.0"
5672+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
5673+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
56745674
dependencies:
56755675
eslint-utils "^2.0.0"
56765676
regexpp "^3.0.0"
56775677

5678-
eslint-plugin-node@11.1.0:
5679-
version "11.1.0"
5680-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
5681-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
5678+
eslint-plugin-n@14.0.0:
5679+
version "14.0.0"
5680+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
5681+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
56825682
dependencies:
5683-
eslint-plugin-es "^3.0.0"
5684-
eslint-utils "^2.0.0"
5683+
eslint-plugin-es "^4.1.0"
5684+
eslint-utils "^3.0.0"
56855685
ignore "^5.1.1"
5686+
is-core-module "^2.3.0"
56865687
minimatch "^3.0.4"
56875688
resolve "^1.10.1"
56885689
semver "^6.1.0"
@@ -6593,10 +6594,10 @@ ftp@^0.3.10:
65936594
readable-stream "1.1.x"
65946595
xregexp "2.0.0"
65956596

6596-
function-bind@^1.1.1:
6597-
version "1.1.1"
6598-
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
6599-
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
6597+
function-bind@^1.1.1, function-bind@^1.1.2:
6598+
version "1.1.2"
6599+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6600+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
66006601

66016602
function.prototype.name@^1.1.5:
66026603
version "1.1.5"
@@ -7057,6 +7058,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
70577058
inherits "^2.0.3"
70587059
minimalistic-assert "^1.0.1"
70597060

7061+
hasown@^2.0.2:
7062+
version "2.0.2"
7063+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
7064+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
7065+
dependencies:
7066+
function-bind "^1.1.2"
7067+
70607068
heimdalljs-fs-monitor@^1.1.1:
70617069
version "1.1.1"
70627070
resolved "https://registry.yarnpkg.com/heimdalljs-fs-monitor/-/heimdalljs-fs-monitor-1.1.1.tgz#bb4021007e88484202402cdf594e3962d70dc4f4"
@@ -7551,12 +7559,12 @@ is-ci@^2.0.0:
75517559
dependencies:
75527560
ci-info "^2.0.0"
75537561

7554-
is-core-module@^2.9.0:
7555-
version "2.11.0"
7556-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
7557-
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
7562+
is-core-module@^2.3.0, is-core-module@^2.9.0:
7563+
version "2.15.1"
7564+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
7565+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
75587566
dependencies:
7559-
has "^1.0.3"
7567+
hasown "^2.0.2"
75607568

75617569
is-data-descriptor@^0.1.4:
75627570
version "0.1.4"

0 commit comments

Comments
 (0)