Skip to content

fix(deps): update dependency eslint-plugin-n to v17.24.0#447

Merged
wakamsha merged 4 commits intomainfrom
renovate/eslint-plugin-n-17.x
Apr 17, 2026
Merged

fix(deps): update dependency eslint-plugin-n to v17.24.0#447
wakamsha merged 4 commits intomainfrom
renovate/eslint-plugin-n-17.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 17, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-n 17.14.017.24.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)

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 4am on the first day of the month"
  • 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 renovate bot added the dependencies Pull requests that update a dependency file label Apr 17, 2026
@renovate renovate bot force-pushed the renovate/eslint-plugin-n-17.x branch 3 times, most recently from 001bd21 to f806e9e Compare April 17, 2026 12:24
@wakamsha wakamsha force-pushed the renovate/eslint-plugin-n-17.x branch from f806e9e to 83c765d Compare April 17, 2026 12:32
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 17, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@wakamsha wakamsha force-pushed the renovate/eslint-plugin-n-17.x branch from fdd5bb5 to 2184f68 Compare April 17, 2026 12:46
@wakamsha wakamsha merged commit 975af80 into main Apr 17, 2026
2 checks passed
@wakamsha wakamsha deleted the renovate/eslint-plugin-n-17.x branch April 17, 2026 12:55
oss-frontend-github-app bot pushed a commit that referenced this pull request Apr 18, 2026
## [eslint-config-moneyforward-v6.0.0](5.1.4...6.0.0) (2026-04-18)

### ⚠ BREAKING CHANGES

* **eslint-config:** 13 new error-level react-hooks rules are now enabled
by default (component-hook-factories, config, error-boundaries, gating,
globals, immutability, preserve-manual-memoization, purity, refs,
set-state-in-effect, set-state-in-render, static-components, use-memo),
plus 2 new warn-level rules (incompatible-library, unsupported-syntax).
Downstream consumers may see new lint errors on existing React code
and should either fix the violations or explicitly override these rules.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* chore: fix ci

### Features

* **eslint-config:** enable recommended react-hooks rules from v6 ([#424](#424)) ([5308724](5308724))

### Bug Fixes

* **deps:** update dependency @next/eslint-plugin-next to v15.5.15 ([#441](#441)) ([65bd3d1](65bd3d1))
* **deps:** update dependency eslint-plugin-import to v2.32.0 ([#430](#430)) ([c638eb9](c638eb9))
* **deps:** update dependency eslint-plugin-jest to v29 ([#425](#425)) ([6e84da9](6e84da9))
* **deps:** update dependency eslint-plugin-jsdoc to v62 ([#426](#426)) ([bd6bbc2](bd6bbc2))
* **deps:** update dependency eslint-plugin-n to v17.24.0 ([#447](#447)) ([975af80](975af80))
* **deps:** update dependency eslint-plugin-react-hooks to v7.1.0 ([#443](#443)) ([789ee77](789ee77))
* **deps:** update dependency eslint-plugin-storybook to v10 ([#427](#427)) ([f75c9f6](f75c9f6))
* **deps:** update dependency eslint-plugin-storybook to v9.1.20 ([#445](#445)) ([c2378b1](c2378b1))
* **deps:** update dependency eslint-plugin-testing-library to v7.16.2 ([#446](#446)) ([148c9f3](148c9f3))
* **deps:** update dependency globals to v17 ([#429](#429)) ([83b3424](83b3424))
* **deps:** update typescript-eslint monorepo to v8.58.2 ([#448](#448)) ([de7dc10](de7dc10))
@oss-frontend-github-app
Copy link
Copy Markdown

🎉 This PR is included in version eslint-config-moneyforward-v6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

oss-frontend-github-app bot pushed a commit that referenced this pull request Apr 18, 2026
## [stylelint-config-moneyforward-v3.0.1](stylelint-config-moneyforward-v3.0.0...stylelint-config-moneyforward-v3.0.1) (2026-04-18)

### Bug Fixes

* **deps:** update dependency eslint-plugin-n to v17.24.0 ([#447](#447)) ([975af80](975af80))
@oss-frontend-github-app
Copy link
Copy Markdown

🎉 This PR is included in version stylelint-config-moneyforward-v3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant