Skip to content

build(deps-dev): Bump eslint-plugin-n from 17.15.1 to 17.18.0 #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-jsonc": "2.19.1",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-n": "17.18.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-yml": "1.17.0",
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1238,14 +1238,14 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.1.2, @eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.4.1":
version: 4.4.1
resolution: "@eslint-community/eslint-utils@npm:4.4.1"
"@eslint-community/eslint-utils@npm:^4.1.2, @eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.5.0":
version: 4.7.0
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
dependencies:
eslint-visitor-keys: "npm:^3.4.3"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 10/ae92a11412674329b4bd38422518601ec9ceae28e251104d1cad83715da9d38e321f68c817c39b64e66d0af7d98df6f9a10ad2dc638911254b47fb8932df00ef
checksum: 10/43ed5d391526d9f5bbe452aef336389a473026fca92057cf97c576db11401ce9bcf8ef0bf72625bbaf6207ed8ba6bf0dcf4d7e809c24f08faa68a28533c491a7
languageName: node
linkType: hard

@@ -1488,7 +1488,7 @@ __metadata:
eslint-plugin-jsdoc: "npm:50.6.3"
eslint-plugin-jsonc: "npm:2.19.1"
eslint-plugin-mdx: "npm:3.1.5"
eslint-plugin-n: "npm:17.15.1"
eslint-plugin-n: "npm:17.18.0"
eslint-plugin-promise: "npm:7.2.1"
eslint-plugin-unicorn: "npm:56.0.1"
eslint-plugin-yml: "npm:1.17.0"
@@ -4834,11 +4834,11 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:17.15.1":
version: 17.15.1
resolution: "eslint-plugin-n@npm:17.15.1"
"eslint-plugin-n@npm:17.18.0":
version: 17.18.0
resolution: "eslint-plugin-n@npm:17.18.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.1"
"@eslint-community/eslint-utils": "npm:^4.5.0"
enhanced-resolve: "npm:^5.17.1"
eslint-plugin-es-x: "npm:^7.8.0"
get-tsconfig: "npm:^4.8.1"
@@ -4848,7 +4848,7 @@ __metadata:
semver: "npm:^7.6.3"
peerDependencies:
eslint: ">=8.23.0"
checksum: 10/43fc161949fa0346ac7063a30580cd0db27e216b8e6a48d73d0bf4f10b88e9b65f263399843b3fe2087f766f264d16f0cbe8f2f898591516842201dc115a2d21
checksum: 10/ed2a1c25b51a13174a3f3773a718f1bbcafdf0434fdb37cc109e6609bb72f59f48f412d484b9afd757b2ee4de36d9283f9e388627ca830a06b022d741d4203d2
languageName: node
linkType: hard


Unchanged files with check annotations Beta

extraFileExtensions: [],
program: null,
project: null,
tsconfigRootDir: import.meta.dirname,

Check failure on line 184 in eslint.base.config.mjs

GitHub Actions / lint

The 'import.meta.dirname' is still an experimental feature and is not supported until Node.js 21.2.0 (backported: ^20.11.0). The configured version range is '>=16.0.0'
warnOnUnsupportedTypeScriptVersion: true
}
},
languageOptions: {
parserOptions: {
project: ['./tsconfig.json', './tsconfig.typecheck.json'],
tsconfigRootDir: import.meta.dirname

Check failure on line 825 in eslint.base.config.mjs

GitHub Actions / lint

The 'import.meta.dirname' is still an experimental feature and is not supported until Node.js 21.2.0 (backported: ^20.11.0). The configured version range is '>=16.0.0'
}
},
rules: {