Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Coverage remained the same at 92.267% when pulling 68f2142affa82626393fb070318d0da370f933c7 on depfu/update/npm/eslint-plugin-node-10.0.0 into 2dcb80c0fe4726c7485ab3b04609ef35f7c430c4 on master.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-plugin-node (^9.1.0 → ^10.0.0) · Repo
Release Notes
10.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
🔖 10.0.0
📝 update README.md
💥 update node/recommended
⚒ revive the tests of deprecated rules
💥 update node/no-deprecated-api
⚒ fix tests on old ESLint
💥 update node/*-import rules to recognize dynamic imports
🎨 refactor how to collect 'require/import'
💥 update node/no-unsupported-features/es-builtins rule to recognize bigint and Promise.allSettled
💥 update node/no-unsupported-features/es-syntax to recognize bigint and import()
🎨 remove unused files
🎨 trivial update
🐛 fix no-deprecated-api to hide unsupported alts correctly (fixes #176)
✨ add node/no-exports-assign rule (fixes #175)
⚒ add 'npm run new' command
⚒ improve CI
⚒ switch CI to GitHub Actions
🐛 fix resolution of bin field (#172)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands