Skip to content

Bump eslint-plugin-node from 6.0.1 to 7.0.1 - #290

Closed
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/eslint-plugin-node-7.0.1
Closed

Bump eslint-plugin-node from 6.0.1 to 7.0.1#290
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/eslint-plugin-node-7.0.1

Conversation

@dependabot-preview

@dependabot-previewdependabot-previewBot commented Sep 20, 2018

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-node from 6.0.1 to 7.0.1.

Release notes

Sourced from eslint-plugin-node's releases.

v7.0.1

Bug fixes

  • It fixed false positive that the node/no-unsupported-features/node-builtins reports the process.emitWarning method on Node.js >=6 <8. It was supported since Node.js 6.0.0.

v7.0.0

Breaking changes

New rules

  • node/no-unsupported-features/es-builtins ... disallow unsupported ECMAScript built-in globals on the configured Node.js version.
  • node/no-unsupported-features/es-syntax ... disallow unsupported ECMAScript syntax on the configured Node.js version.
  • node/no-unsupported-features/node-builtins ... disallow unsupported Node.js built-in modules and globals on the configured Node.js version.
  • node/prefer-global/buffer ... enforce the use of either Buffer or require("buffer").Buffer consistently.
  • [node/prefer-global/console] ... enforce the use of either console or require("console") consistently.
  • [node/prefer-global/process] ... enforce the use of either process or require("process") consistently.
  • [node/prefer-global/url-search-params] ... enforce the use of either URLSearchParams or require("url").URLSearchParams consistently.
  • [node/prefer-global/url] ... enforce the use of either URL or require("url").URL consistently.

Deprecated rules

Chore

I extracted the logic which detects certain globals and modules and those properties to the [eslint-utils] package. I wish it to be useful for your ESLint plugins.


All commits: 5260039c77fd7e6368c1a5808f90462e5beec6f3...890ee63e98ef95ec5a27f50f42188102526d81b1

... (truncated)
Commits
  • a4a7ad2 7.0.1
  • 44b57ed Fix: false positive 'no-unsupported-features/node-builtins'
  • cde4c82 Docs: update README.md
  • 890ee63 7.0.0
  • 7ab875a Chore: refactoring no-deprecated-api
  • fa25150 Chore: refactoring for no-unsupported-features/*
  • 8f25248 Chore: refactoring for prefer-global/*
  • 4dd9baf Chore: move data into rules
  • 069efe9 Breaking: update 'no-deprecated-api' rule
  • 7137055 7.0.0-beta.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
dependabot-previewBotforce-pushed the dependabot/npm_and_yarn/eslint-plugin-node-7.0.1 branch from 1f59202 to 8d61bfaCompareOctober 1, 2018 12:06
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 6.0.1 to 7.0.1.
- [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases)
- [Commits](mysticatea/eslint-plugin-node@v6.0.1...v7.0.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
dependabot-previewBotforce-pushed the dependabot/npm_and_yarn/eslint-plugin-node-7.0.1 branch from 8d61bfa to 5f86e8aCompareOctober 17, 2018 21:16
@dependabot-preview

Copy link
Copy Markdown
ContributorAuthor

Superseded by #371.

@dependabot-preview
dependabot-previewBot deleted the dependabot/npm_and_yarn/eslint-plugin-node-7.0.1 branch February 12, 2019 04:24
Sign up for freeto 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

@dependabot-support