chore(deps-dev): bump eslint-plugin-n from 18.0.0 to 18.0.1 (#21924)
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v18.0.0...v18.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-n dependency-version: 18.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1410f03e6d
commit
ec7c38cb6d
|
|
@ -176,7 +176,7 @@
|
|||
"eslint": "10.3.0",
|
||||
"eslint-nibble": "9.1.1",
|
||||
"eslint-plugin-import-x": "4.16.2",
|
||||
"eslint-plugin-n": "18.0.0",
|
||||
"eslint-plugin-n": "18.0.1",
|
||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||
"eslint-plugin-unicorn": "64.0.0",
|
||||
"eslint-plugin-yml": "3.3.2",
|
||||
|
|
|
|||
|
|
@ -387,8 +387,8 @@ importers:
|
|||
specifier: 4.16.2
|
||||
version: 4.16.2(@typescript-eslint/utils@8.59.2(eslint@10.3.0(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@10.3.0(jiti@2.6.1))
|
||||
eslint-plugin-n:
|
||||
specifier: 18.0.0
|
||||
version: 18.0.0(eslint@10.3.0(jiti@2.6.1))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3)
|
||||
specifier: 18.0.1
|
||||
version: 18.0.1(eslint@10.3.0(jiti@2.6.1))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3)
|
||||
eslint-plugin-simple-import-sort:
|
||||
specifier: 13.0.0
|
||||
version: 13.0.0(eslint@10.3.0(jiti@2.6.1))
|
||||
|
|
@ -3791,13 +3791,13 @@ packages:
|
|||
eslint-import-resolver-node:
|
||||
optional: true
|
||||
|
||||
eslint-plugin-n@18.0.0:
|
||||
resolution: {integrity: sha512-a1S1CiOrfOyZbH69f/n5JQoKToGvALRk7Vt2yjCNFhipy7RDhjnLNLzigOb7YxDuHpUp/IOQsz10CKAjoU/0aA==}
|
||||
eslint-plugin-n@18.0.1:
|
||||
resolution: {integrity: sha512-q3ARhk+eZRc7myR0KHx+R3/GJeOHF+Ir6PK95Pu2tEX8Sl/4BIpmmVLva2kPrjC2gCmn6WHlHm+3yeo6Rxhycw==}
|
||||
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
||||
peerDependencies:
|
||||
eslint: '>=8.57.1'
|
||||
ts-declaration-location: ^1.0.6
|
||||
typescript: ^5.0.0
|
||||
typescript: '>=5.0.0'
|
||||
peerDependenciesMeta:
|
||||
ts-declaration-location:
|
||||
optional: true
|
||||
|
|
@ -9195,7 +9195,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-n@18.0.0(eslint@10.3.0(jiti@2.6.1))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3):
|
||||
eslint-plugin-n@18.0.1(eslint@10.3.0(jiti@2.6.1))(ts-declaration-location@1.0.7(typescript@5.9.3))(typescript@5.9.3):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.3.0(jiti@2.6.1))
|
||||
enhanced-resolve: 5.21.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue