gts
gts copied to clipboard
fix(deps): update dependency eslint-plugin-n to v17
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-n | 15.7.0 -> 17.20.0 |
Release Notes
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.20.0
🌟 Features
v17.19.0
🌟 Features
- add
no-top-level-awaitrule (#440) (a500a48) - add support for ignoring sync methods from certain locations (#424) (ef94e49)
v17.18.0
🌟 Features
- Allow to use
tryExtensionsin the ruleno-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
httpsinprefer-node-protocol, and false negatives fornode:sqliteinnode-builtins(#432) (bb21bd0)
v17.17.0
🌟 Features
- allow-modules: include
virtual:in the modules pattern (#425) (a109793) - node-builtin: Add support for import.meta properties (#420) (76fc219)
🩹 Fixes
- no-unpublished:
allowModulesoption was disabled when using TS alias (#423) (9ae39fb) - type errors (#427) (8e3c290)
v17.16.2
🩹 Fixes
v17.16.1
🩹 Fixes
🧹 Chores
v17.15.1
🩹 Fixes
v17.15.0
🌟 Features
- no-unsupported: support node 22.12.0 (#393) (af4f774)
- resolve: allow overriding enhanced-resolve's options (#384) (1466bec)
🩹 Fixes
v17.14.0
🌟 Features
- no-sync: Add ignores option (#386) (c8fbf00)
- no-unsupported: support Node 23.2.0 & 23.3.0 (#390) (a52c968)
v17.13.2
🩹 Fixes
v17.13.1
🩹 Fixes
v17.13.0
🌟 Features
🩹 Fixes
🧹 Chores
v17.12.0
🌟 Features
- no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
- no-unsupported: Support node 23.1.0 (#370) (06d60ae)
🩹 Fixes
- no-unsupported:
getCallSiteis experimental (#363) (d15c63a) - no-unsupported: support missing
process.features(#362) (9552a4a) - update dependencies (#365) (bf34ca5)
🧹 Chores
v17.11.1
🩹 Fixes
v17.11.0
🌟 Features
- no-missing-import: Add
ignoreTypeImportoptions (#344) (e022aba) - no-process-env: Allow users to exclude specific variables (#345) (b16a475)
- Update no-unsupported to node v22.9.0 (#342) (87fb484)
🩹 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
v17.10.3
🩹 Fixes
📚 Documentation
v17.10.2
🩹 Fixes
v17.10.1
🩹 Fixes
v17.10.0
🌟 Features
- no-unsupported: Support node 20.16.0 (73e2bed)
- no-unsupported: Support node 22.3.0 and 20.16.0 (#315) (73e2bed)
- Update to node v22.4.0 (#310) (f7a74eb), closes #308
- Update to node v22.5.0 (#312) (2539c9d)
📚 Documentation
🧹 Chores
- upgrade compatible deps (8f6f11d)
v17.9.0
🌟 Features
v17.8.1
🩹 Fixes
v17.8.0
🌟 Features
🩹 Fixes
🧹 Chores
- add a test for self-ref (#280) (4f50dfe)
- update dependency markdownlint-cli to ^0.41.0 (#287) (0efe751)
v17.7.0
🌟 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
📚 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
🌟 Features
📚 Documentation
v17.5.1
🩹 Fixes
v17.5.0
🌟 Features
- import-target: Add resolution error reason (#264) (982a723)
- node-builtins: Add node globals (#261) (9466731)
🩹 Fixes
🧹 Chores
v17.4.0
🌟 Features
🩹 Fixes
🧹 Chores
v17.3.1: Release 17.3.1
v17.3.0
🌟 Features
🩹 Fixes
🧹 Chores
v17.2.1
🩹 Fixes
🧹 Chores
- update dependency @typescript-eslint/typescript-estree to v7 (#236) (a0b45ee)
- update dependency eslint-plugin-eslint-plugin to v6 (#237) (7addf99)
v17.2.0
🌟 Features
- no-missing-imports: add
tryExtensionsoption (#228) (ae5329c) - no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#229) (a8d0539)
🩹 Fixes
stream/promisesis stable (02a264e)- no-unsupported-features:
stream/promisesis stable (#235) (02a264e), closes #234
v17.1.0
🌟 Features
- add
nameto flat configs (#224) (24512a0) - import-target: Add resolution error reason (ed7b25c)
- remove "is-builtin-module" dependency (fixes #232) (#227) (03619ee)
📚 Documentation
v17.0.0
v16.6.2
v16.6.1
v16.6.0
v16.5.0
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
- feat: eslint v9.0.0 compatibility (fixes #143) (#144) (
b075568) - docs: add playground (fixes #25) (#145) (
8bd6c7e)
v16.3.1
v16.3.0
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
Features
Bugfixes
- fix: Normalise
package.json#filesbefore checking ignores and whitelist (#123) (fixes #122) (2d43f48)
Docs & Chores
- docs: fix repository URL:s, tweak badges + remove old non-working
codecov(#125) (5507f43) - chore: Add a .editorconfig file (#126) (
574df88) - chore: use maintained
npm-run-allfork (#124) (98ea90e) - ci: fix
actions/setup-nodesetup for linting (7f54d0c) - chore: remove unused funding.yml (
4f3891c) - docs: Create a shared settings document (#115) (
7d855e6) - chore: remove usage of @eslint/eslintrc (#116) (
150b34f) - build: add node v20 (#117) (
b7d0536)
v16.1.0
- feat: Allow for automatic ts mapping detection (#114) (
2ab30ce) - feat: add config
flat/recommendedandflat/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
v16.0.1
- fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. (
44cec62)
v16.0.0
breaking changes
- feat!: update default
ecmaVersionto 2021 (#96) (49d3ee7) - feat!: engines.node defaults to 16.0.0 (#91) (
075f0c5) - feat!: drop node.js < 16 (#90) (
38a67ef)
features
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.