Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

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

Merged
merged 1 commit into from Jul 23, 2018

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Jul 23, 2018

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 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 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.

@coveralls
Copy link

coveralls commented Jul 23, 2018

Pull Request Test Coverage Report for Build 109

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 106: 0.0%
Covered Lines: 4
Relevant Lines: 4

💛 - Coveralls

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-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-node-7.0.1 branch from 2602c78 to 91d22c1 Compare July 23, 2018 07:02
@sobolevn sobolevn merged commit d87cc9a into master Jul 23, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-node-7.0.1 branch July 23, 2018 07:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants