Skip to content
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

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

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-n ^16.0.0 -> ^17.15.1 age adoption passing confidence

Release Notes

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

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: Release 17.3.1

Compare Source

  • Revert "fix: unsupported-features/node-builtins-modules range compare" (#​254) (caecf3e)

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

Chores
  • use ts-ignore-import to lighten the dependencies (#​219) (fb0aaae)

v16.6.2

Compare Source

v16.6.1

Compare Source

v16.6.0

Compare Source

  • feat: supported new globals added in the new node.js versions (#​154) (7628925)

v16.5.0

Compare Source

Features
  • feat: Add builtins check for ES2021 to no-unsupported-features/es-builtins rule (#​153) (15a5850)
  • feat: Add syntax check for ES2021 to no-unsupported-features/es-syntax rule (#​152) (6835a10)
Docs & Chores
  • docs: Auto-generate configs list with eslint-doc-generator (#​146) (6409e34)
  • chore: Configure Renovate (0d6a0fe)

v16.4.0

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

Features:

Chores:

  • chore: Remove unused "meta.docs.category" property (#​133) (22ba54c)
  • docs: Fix spelling in no-callback-literal.md (#​135) (79c8afd)
  • docs: change rule desc input to textarea in new-rule template (446e744)
  • docs: add issue templates (#​130) (2200c43)
  • docs: Fix grammatically incorrect Additional ESLint's rules (#​129) (fba650a)

v16.2.0

Compare Source

Features

  • feat: detect non-member expressions in n/no-sync (#​127) (6d02512)

Bugfixes

  • fix: Normalise package.json#files before checking ignores and whitelist (#​123) (fixes #​122) (2d43f48)

Docs & Chores

v16.1.0

Compare Source

  • feat: Allow for automatic ts mapping detection (#​114) (2ab30ce)
  • feat: add config flat/recommended and flat/mixed-esm-and-cjs (#​111) (78595c4)
  • feat: export flat/recommended-script and flat/recommended-module (#​113) (1f8fdc8)
  • feat: add the ability to configure typescript to javascript file extension conversion (#​112) (20d2713)

v16.0.2

Compare Source

v16.0.1

Compare Source

  • fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. (44cec62)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 the dependencies Pull requests that update a dependency file label Apr 8, 2024
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from 7614eca to 22674f7 Compare April 15, 2024 08:02
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from 3a2c6df to 0f405c1 Compare April 30, 2024 07:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from 2633fee to 3a3f559 Compare May 10, 2024 07:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 3a3f559 to f4eb1df Compare May 14, 2024 11:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from 27bce5e to 2be8fc9 Compare June 6, 2024 09:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 2be8fc9 to 30157cc Compare June 14, 2024 03:07
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from dded699 to 3561ec3 Compare July 26, 2024 12:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 3561ec3 to 52ffce6 Compare August 5, 2024 07:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from abddc12 to 1216d62 Compare September 9, 2024 08:35
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 1216d62 to 8b927c0 Compare September 18, 2024 03:26
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from 6581180 to 79f05fe Compare October 13, 2024 17:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 79f05fe to 98b56f7 Compare October 30, 2024 13:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from 00c4cd9 to c9117fd Compare November 7, 2024 12:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 2 times, most recently from e38bc40 to 37268dc Compare November 21, 2024 23:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 37268dc to 66f68fe Compare December 10, 2024 03:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch from 66f68fe to f2d50c3 Compare December 20, 2024 14:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants