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

Bump eslint-plugin-node from 4.2.2 to 6.0.1 #9

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

Conversation

dependabot-preview[bot]
Copy link

Bumps eslint-plugin-node from 4.2.2 to 6.0.1.

Release notes

Sourced from eslint-plugin-node's releases.

v6.0.1

Bug fixes

  • 234703cc58d1d8ebfdf0be367d958bf6682b299f fixed a regression that node/no-unsupported-features crashes if engines field exists but engines.node field doesn't exist in package.json (#109). Thanks ZauberNerd !

v6.0.0

Breaking Changes

v5.2.0

Bug fixes

v5.1.1

Bug fixes

  • 0295a7f6608be458f5a380108bdc1406137b0ebe fixed that no-deprecated-api crashs on self-assigning of objects which have deprecated API. (#87)

v5.1.0

Enhancements

  • 47e0cc280856c5414b01fb331a71df222a857dcc added resolvePaths option to no-missing-require and no-missing-import rules. You can customize paths to try for when resolving importing.

v5.0.0

Notable changes are 2:

  1. Node.js 8 support were added.
  2. The check of extraneous packages were separated from no-unpublish-import rule and no-unpublish-require rule.

Breaking changes

  • 3387336175d0ac5e5d47650218667320cabb3a0e updated no-unsupported-features rule for Node.js 8.
    • Node.js 8 newly supports trailing commas in functions.
    • This rule went to use 4.0.0 if you don't specify the node version. It has been 0.10.0 before.
      ... (truncated)
Commits
  • 5260039 6.0.1
  • 9ccc91d Chore: add a test for #109
  • 234703c Fix: ensure "version" always has a valid value in parseOptions (#109)
  • bbf4b60 6.0.0
  • e8d757b Breaking: update node/recommended preset
  • 400e20a Breaking: update no-deprecated-api rule
  • 49c060a Breaking: no-unsupported-features supports ES2018 (fixes #94, fixes #103)
  • 2e2d464 Chore: upgrade dependencies
  • dc32ab5 Docs: Use link to tagged version for rule docs (#104)
  • 27ac4a8 Docs: Add URL to rule documentation to the metadata (#102)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant