Skip to content

Commit d71f322

Browse files
chore(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.0.0 (#10870)
* chore(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.0.0 * fix(eslint): rename n/{shebang => hashbang} --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claas Augner <[email protected]>
1 parent 51b39a9 commit d71f322

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

Diff for: .eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
],
6969
"n/no-missing-import": "off",
7070
"n/no-unpublished-import": "off",
71-
"n/shebang": "off",
71+
"n/hashbang": "off",
7272
},
7373
},
7474
{

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"eslint-plugin-import": "^2.29.1",
191191
"eslint-plugin-jest": "^28.2.0",
192192
"eslint-plugin-jsx-a11y": "^6.8.0",
193-
"eslint-plugin-n": "^16.6.2",
193+
"eslint-plugin-n": "^17.0.0",
194194
"eslint-plugin-react": "^7.34.1",
195195
"eslint-plugin-react-hooks": "^4.6.0",
196196
"eslint-plugin-unicorn": "^52.0.0",

Diff for: yarn.lock

+24-21
Original file line numberDiff line numberDiff line change
@@ -4583,13 +4583,6 @@ builtin-modules@^3.1.0, builtin-modules@^3.3.0:
45834583
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
45844584
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
45854585

4586-
builtins@^5.0.1:
4587-
version "5.0.1"
4588-
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
4589-
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
4590-
dependencies:
4591-
semver "^7.0.0"
4592-
45934586
bundle-name@^4.1.0:
45944587
version "4.1.0"
45954588
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-4.1.0.tgz#f3b96b34160d6431a19d7688135af7cfb8797889"
@@ -6161,7 +6154,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
61616154
dependencies:
61626155
once "^1.4.0"
61636156

6164-
enhanced-resolve@^5.0.0, enhanced-resolve@^5.16.0:
6157+
enhanced-resolve@^5.0.0, enhanced-resolve@^5.15.0, enhanced-resolve@^5.16.0:
61656158
version "5.16.0"
61666159
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz#65ec88778083056cb32487faa9aef82ed0864787"
61676160
integrity sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==
@@ -6594,21 +6587,19 @@ eslint-plugin-jsx-a11y@^6.5.1, eslint-plugin-jsx-a11y@^6.8.0:
65946587
object.entries "^1.1.7"
65956588
object.fromentries "^2.0.7"
65966589

6597-
eslint-plugin-n@^16.6.2:
6598-
version "16.6.2"
6599-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz#6a60a1a376870064c906742272074d5d0b412b0b"
6600-
integrity sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==
6590+
eslint-plugin-n@^17.0.0:
6591+
version "17.0.0"
6592+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.0.0.tgz#c2af10481228fd6679f80aef31078e6d36ad7ec8"
6593+
integrity sha512-0Ihff+kWUIiXYTNTotGj/yRI1X5uCh/lef5Hr7ih/mFeYMQ3bPfN0KxlrfhU+Xn4x697l/TPO6zxqE33M1yD0w==
66016594
dependencies:
66026595
"@eslint-community/eslint-utils" "^4.4.0"
6603-
builtins "^5.0.1"
6596+
enhanced-resolve "^5.15.0"
66046597
eslint-plugin-es-x "^7.5.0"
66056598
get-tsconfig "^4.7.0"
6606-
globals "^13.24.0"
6599+
globals "^14.0.0"
66076600
ignore "^5.2.4"
66086601
is-builtin-module "^3.2.1"
6609-
is-core-module "^2.12.1"
6610-
minimatch "^3.1.2"
6611-
resolve "^1.22.2"
6602+
minimatch "^9.0.0"
66126603
semver "^7.5.3"
66136604

66146605
eslint-plugin-react-hooks@^4.3.0, eslint-plugin-react-hooks@^4.6.0:
@@ -7716,13 +7707,18 @@ globals@^11.1.0:
77167707
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
77177708
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
77187709

7719-
globals@^13.19.0, globals@^13.24.0:
7710+
globals@^13.19.0:
77207711
version "13.24.0"
77217712
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
77227713
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
77237714
dependencies:
77247715
type-fest "^0.20.2"
77257716

7717+
globals@^14.0.0:
7718+
version "14.0.0"
7719+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
7720+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
7721+
77267722
globalthis@^1.0.3:
77277723
version "1.0.3"
77287724
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -8795,7 +8791,7 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
87958791
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
87968792
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
87978793

8798-
is-core-module@^2.12.1, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
8794+
is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
87998795
version "2.13.1"
88008796
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
88018797
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
@@ -10913,7 +10909,7 @@ minimalistic-assert@^1.0.0:
1091310909
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
1091410910
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
1091510911

10916-
[email protected], minimatch@^9.0.1:
10912+
1091710913
version "9.0.3"
1091810914
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1091910915
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -10934,6 +10930,13 @@ minimatch@^5.0.1:
1093410930
dependencies:
1093510931
brace-expansion "^2.0.1"
1093610932

10933+
minimatch@^9.0.0, minimatch@^9.0.1:
10934+
version "9.0.4"
10935+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
10936+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
10937+
dependencies:
10938+
brace-expansion "^2.0.1"
10939+
1093710940
1093810941
version "4.1.0"
1093910942
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -13255,7 +13258,7 @@ resolve.exports@^2.0.0:
1325513258
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.0.tgz#c1a0028c2d166ec2fbf7d0644584927e76e7400e"
1325613259
integrity sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==
1325713260

13258-
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.2, resolve@^1.22.4, resolve@^1.22.8:
13261+
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.4, resolve@^1.22.8:
1325913262
version "1.22.8"
1326013263
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
1326113264
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==

0 commit comments

Comments
 (0)