Skip to content

chore(deps): update dependency eslint-plugin-n to v18#2204

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-plugin-n-18.x
Open

chore(deps): update dependency eslint-plugin-n to v18#2204
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/eslint-plugin-n-18.x

Conversation

@renovate

@renovate renovate Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-n 17.10.318.2.2 age confidence

Release Notes

eslint-community/eslint-plugin-n (eslint-plugin-n)

v18.2.2

Compare Source

🩹 Fixes
  • Ignore HTTP imports in no-missing-import (#​547) (3ff929d)
  • no-callback-literal: report object, array, and template literals (#​552) (dca2330)

v18.2.1

Compare Source

🩹 Fixes

v18.2.0

Compare Source

🌟 Features

v18.1.0

Compare Source

🌟 Features
  • Allow workspace root dependencies for no-extraneous-import (#​536) (fd4f84e)
  • support devEngines.runtime from package.json (#​530) (9ef3c32)
🩹 Fixes
📚 Documentation
  • fix usage in README.md (c1b1b84)
  • Update online playground link in README (058916a)

v18.0.1

Compare Source

🩹 Fixes
  • Update TypeScript peer dependency version constraint (8906195)

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • migrate commonjs to esm (#​510)
  • no-sync: move ts-declaration-location to peerDependencies
  • no-unpublished-bin: disallow extra properties in options (#​456)
  • remove no-unpublished-bin from recommended (#​485)
  • requires node.js >=20 & eslint >= 8.57.1 (#​503)
🌟 Features
  • migrate commonjs to esm (#​510) (db64bd1)
  • no-sync: move ts-declaration-location to peerDependencies (4729438)
  • node-builtins: add support data for Node.js 22.20–22.21 and 24.0–24.12 (#​496) (e8e0b00)
  • requires node.js >=20 & eslint >= 8.57.1 (#​503) (1d6770e)
🩹 Fixes
  • Add explicit mapping for TypeScript extensions (#​521) (1ad05c5)
  • no-unpublished-bin: disallow extra properties in options (#​456) (6da92b1)
  • prefer-promises/fs: add missing fs.promises APIs (#​519) (2164cd5)
  • prefer-promises/fs: add missing fs.promises APIs (cp, glob, lutimes, opendir, rm, statfs) (#​522) (2de9f06)
  • remove no-unpublished-bin from recommended (#​485) (f95aae7)
📚 Documentation
  • update README for new ESLint config usage and examples (4daac0c)
🧹 Chores
  • adopt deprecated: DeprecatedInfo meta rule option (df9878a)
  • dedupe prefer-global/timers trace map (#​516) (9d8d3cb)
  • fix ts errors (2a6f77b)
  • remove unnecessary type properties from error objects in rule tests (f3d02b0)
  • rm eslint-compat.js (#​513) (235a6d7)
  • simplify valid patterns handling in no-unsupported-features tests (52664e6)
  • test on eslint v10 (59d827c)
  • test on eslint v10 (2c7c0c1)

v17.24.0

Compare Source

🌟 Features
🧹 Chores
  • add v17.x to release-please (9c5e437)

v17.23.2

Compare Source

🩹 Fixes
  • avoid any type for no-top-level-await listener node (build issue) (#​498) (f071703)
  • file-extension-in-import: handle directory index imports (#​499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#​506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#​501) (047301a)
📚 Documentation
🧹 Chores
  • no-missing-import: align fixture message with latest resolver output (#​500) (a3719d2)

v17.23.1

Compare Source

🩹 Fixes
  • node-builtins-modules/tls.js: Update minimal version (#​484) (fe94432)
📚 Documentation
  • improve clarity of no-missing-import and no-missing-require (#​455) (92ea876)

v17.23.0

Compare Source

🌟 Features

v17.22.0

Compare Source

🌟 Features
🩹 Fixes
  • ci: bump markdowncli-lint version (#​468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#​471) (844155c)

v17.21.3

Compare Source

🩹 Fixes

v17.21.2

Compare Source

🧹 Chores

v17.21.1

Compare Source

🩹 Fixes
  • ci: Ignore type test failures for types present in ESLint 8 that we removed in ESLint 9.31.0 (#​460) (76f8150)
  • no-restricted-require: Handle .. paths (#​458) (34719e8)

v17.21.0

Compare Source

🌟 Features
🩹 Fixes
  • correctly handle version ranges in prefer-node-protocol (#​454) (d60439d)
🧹 Chores

v17.20.0

Compare Source

🌟 Features

v17.19.0

Compare Source

🌟 Features

v17.18.0

Compare Source

🌟 Features
  • Allow to use tryExtensions in the rule no-unpublished-import (#​429) (002ac9c)
  • no-deprecated-api: Add support for process.getBuiltinModule() (#​435) (fca7cf4)
  • node-builtins: Add support for process.getBuiltinModule() (#​433) (d4c7831)
  • prefer-global: Add support for process.getBuiltinModule() (#​436) (83aa3a7)
  • prefer-node-protocol: Add support for process.getBuiltinModule() (#​430) (9e97d8e)
  • prefer-promises: Add support for process.getBuiltinModule() (#​437) (6f5e81d)
🩹 Fixes
  • false negatives for https in prefer-node-protocol, and false negatives for node:sqlite in node-builtins (#​432) (bb21bd0)

v17.17.0

Compare Source

🌟 Features
  • allow-modules: include virtual: in the modules pattern (#​425) (a109793)
  • node-builtin: Add support for import.meta properties (#​420) (76fc219)
🩹 Fixes

v17.16.2

Compare Source

🩹 Fixes
  • Revert "feat: add support for ignoring sync methods from certain locations" (#​416) (0779e2f)

v17.16.1

Compare Source

🩹 Fixes
🧹 Chores

v17.15.1

Compare Source

🩹 Fixes
  • Promise.withResolvers is supported since node 22.11 (#​398) (c5bcb3a)

v17.15.0

Compare Source

🌟 Features
🩹 Fixes
  • no-unsupported: Correctly handle recursive objects on a per module basis (#​396) (db384d1)

v17.14.0

Compare Source

🌟 Features

v17.13.2

Compare Source

🩹 Fixes
  • no-missing-require: handle multiple resolvePaths (#​383) (df6ad2a)

v17.13.1

Compare Source

🩹 Fixes

v17.13.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.12.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovatebot labels May 5, 2026
@renovate renovate Bot force-pushed the renovate/eslint-plugin-n-18.x branch 2 times, most recently from 742e13d to 1b3f655 Compare May 12, 2026 10:42
@renovate renovate Bot force-pushed the renovate/eslint-plugin-n-18.x branch from 1b3f655 to 09439b2 Compare May 28, 2026 17:17
@renovate renovate Bot force-pushed the renovate/eslint-plugin-n-18.x branch 2 times, most recently from 0ec5ee2 to 68a5630 Compare June 11, 2026 16:17
@renovate renovate Bot force-pushed the renovate/eslint-plugin-n-18.x branch 2 times, most recently from 3a3c4bb to 26b2b29 Compare June 26, 2026 06:53
@renovate renovate Bot force-pushed the renovate/eslint-plugin-n-18.x branch from 26b2b29 to d8e79c2 Compare July 11, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovatebot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants