Skip to content

Comments

chore(deps): update dependency eslint-plugin-n to v17#42

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-n-17.x
Open

chore(deps): update dependency eslint-plugin-n to v17#42
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-n-17.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-n ^16.6.2^17.0.0 age confidence

Release Notes

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

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)

v17.10.3

Compare Source

🩹 Fixes
  • Use our data set to work out if a module is a node module (#​338) (6a1b2c5)
📚 Documentation

v17.10.2

Compare Source

🩹 Fixes

v17.10.1

Compare Source

🩹 Fixes

v17.10.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores
  • upgrade compatible deps (8f6f11d)

v17.9.0

Compare Source

🌟 Features
  • Add flag ignorePrivate to no-unpublished-x rules (#​298) (0609431)

v17.8.1

Compare Source

🩹 Fixes

v17.8.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.7.0

Compare Source

🌟 Features
  • hashbang: Add support to map extensions to executables (#​278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#​276) (4a685c0)
🩹 Fixes
  • node-builtins: Remove "node:" prefix from "ignores" message (#​277) (704f0b9)
📚 Documentation
  • node-builtins: Specify that only static properties are supported (#​272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#​275) (cb8ffa6)

v17.6.0

Compare Source

🌟 Features
📚 Documentation

v17.5.1

Compare Source

🩹 Fixes

v17.5.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

v17.4.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules version comparation (#​257) (5c67787)
🧹 Chores

v17.3.1

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules version comparation (#​257) (5c67787)
🧹 Chores

v17.3.0

Compare Source

🌟 Features
🩹 Fixes
  • unsupported-features/node-builtins-modules range compare (#​252) (d50ae85)
🧹 Chores

v17.2.1

Compare Source

🩹 Fixes
🧹 Chores

v17.2.0

Compare Source

🌟 Features
  • no-missing-imports: add tryExtensions option (#​228) (ae5329c)
  • no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#​229) (a8d0539)
🩹 Fixes

v17.1.0

Compare Source

🌟 Features
📚 Documentation

v17.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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
Copy link
Contributor Author

renovate bot commented Dec 25, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: eslint-config-standard-with-typescript@43.0.1
npm ERR! Found: eslint-plugin-n@17.24.0
npm ERR! node_modules/eslint-plugin-n
npm ERR!   dev eslint-plugin-n@"^17.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-n@"^15.0.0 || ^16.0.0 " from eslint-config-standard-with-typescript@43.0.1
npm ERR! node_modules/eslint-config-standard-with-typescript
npm ERR!   dev eslint-config-standard-with-typescript@"^43.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint-plugin-n@16.6.2
npm ERR! node_modules/eslint-plugin-n
npm ERR!   peer eslint-plugin-n@"^15.0.0 || ^16.0.0 " from eslint-config-standard-with-typescript@43.0.1
npm ERR!   node_modules/eslint-config-standard-with-typescript
npm ERR!     dev eslint-config-standard-with-typescript@"^43.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-02-17T16_43_38_697Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 7 times, most recently from e86c5bf to f0916df Compare December 27, 2024 10:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from 3e61cff to 658efd4 Compare January 9, 2025 02:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 658efd4 to bd279ba Compare January 22, 2025 22:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from a9f8978 to 14260e5 Compare February 16, 2025 01:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 14260e5 to f9d3503 Compare February 28, 2025 21:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from 202d4d1 to abc99d3 Compare March 18, 2025 11:06
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from 4e7a159 to fbcdf52 Compare March 24, 2025 07:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from ed2a606 to e1cc95e Compare April 5, 2025 06:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from e1cc95e to daeb26d Compare April 23, 2025 22:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from daeb26d to 99aef19 Compare May 1, 2025 22:27
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 5 times, most recently from 4b2c523 to 3ce79ce Compare May 17, 2025 02:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from fba44d2 to b7aec54 Compare May 22, 2025 11:20
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from 3f5b5ee to c648da3 Compare September 1, 2025 20:37
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from c648da3 to e77c839 Compare September 11, 2025 01:02
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from 950c1b9 to 50c48e0 Compare September 25, 2025 05:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 4 times, most recently from f93178a to 4442ec6 Compare October 2, 2025 06:02
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 4 times, most recently from d76437f to ab198f7 Compare October 21, 2025 10:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 7 times, most recently from 2e9f6b1 to 4111128 Compare November 19, 2025 21:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from 7668f01 to fd16c2c Compare December 11, 2025 22:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from fd16c2c to 0b545d2 Compare January 14, 2026 10:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from 53c2b43 to d51457c Compare February 2, 2026 09:16
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from d51457c to 2ed4e1f Compare February 11, 2026 09:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 2ed4e1f to 71609e1 Compare February 16, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants