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

fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0 #334

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

open-turo-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
eslint-plugin-node dependencies replacement 11.1.0 -> 14.0.0

This is a special PR that replaces eslint-plugin-node with the community suggested minimal stable replacement version.


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 has been generated by Renovate Bot.

@open-turo-bot open-turo-bot requested a review from a team as a code owner October 2, 2024 00:21
@open-turo-bot open-turo-bot force-pushed the c/renovate_eslint-plugin-node-replacement branch 3 times, most recently from 660fa10 to 8095175 Compare October 9, 2024 00:21
@open-turo-bot open-turo-bot force-pushed the c/renovate_eslint-plugin-node-replacement branch 2 times, most recently from 13dbf0e to aa8c3eb Compare October 28, 2024 18:23
@open-turo-bot open-turo-bot force-pushed the c/renovate_eslint-plugin-node-replacement branch 2 times, most recently from 0eb6e57 to 3e01ec5 Compare November 5, 2024 00:21
@open-turo-bot open-turo-bot force-pushed the c/renovate_eslint-plugin-node-replacement branch 2 times, most recently from 2c342fe to 639a1bd Compare November 8, 2024 00:21
@open-turo-bot open-turo-bot force-pushed the c/renovate_eslint-plugin-node-replacement branch 4 times, most recently from 711a228 to a538f64 Compare November 29, 2024 00:23
@open-turo-bot open-turo-bot force-pushed the c/renovate_eslint-plugin-node-replacement branch from a538f64 to 4fbee48 Compare December 6, 2024 00:24
@tagoro9 tagoro9 force-pushed the c/renovate_eslint-plugin-node-replacement branch from 4fbee48 to 6543541 Compare December 9, 2024 17:58
…n 14.0.0

BREAKING CHANGE: Replace eslint-plugin-node with eslint-plugin-n
@tagoro9 tagoro9 force-pushed the c/renovate_eslint-plugin-node-replacement branch from 6543541 to df989a5 Compare December 9, 2024 18:13
Copy link

github-actions bot commented Dec 9, 2024

Release notes preview

Below is a preview of the release notes if your PR gets merged.


13.0.0 (2024-12-09)

⚠ BREAKING CHANGES

  • deps: Replace eslint-plugin-node with eslint-plugin-n

Features

  • deps: replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0 (df989a5)

Breaking changes file docs/breaking-changes/v13.md

Breaking changes in v13

We are replacing eslint-plugin-node with eslint-plugin-n. See https://github.com/eslint-community/eslint-plugin-n

If you were reconfiguring some of the node rules in your eslint config you will have to update them:

-    "node/no-missing-import": "off",
+    "n/no-missing-import": "off",

@tagoro9 tagoro9 merged commit a865bd7 into main Dec 9, 2024
2 checks passed
@tagoro9 tagoro9 deleted the c/renovate_eslint-plugin-node-replacement branch December 9, 2024 18:15
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.

3 participants