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

fix(deps): update dependency eslint-plugin-node to v8 #75

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 28, 2018

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-node dependencies major 5.2.1 -> 8.0.1 source

Release Notes

mysticatea/eslint-plugin-node

v8.0.1

Compare Source

🐛 Bug fixes

v8.0.0

Compare Source

This release focuses on supporting new things that were added between Node.js 8.7.0 and 11.0.0.

Breaking changes

  • 5860795 updated node/no-deprecated-api rule to disallow new deprecated APIs.
    Especially, it includes legacy URL API.
  • d153b93 updated node/no-unsupported-features/node-builtins rule to detect new APIs.

New rules

  • 46ed54d added node/prefer-global/text-decoder rule for new global varaible TextDecoder.
  • 46ed54d added node/prefer-global/text-encoder rule for new global varaible TextEncoder.

v7.0.1

Compare Source

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

Compare Source

Breaking changes

New rules

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: 5260039...890ee63

v6.0.1

Compare Source

Bug fixes

  • 234703c 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

Compare Source

Breaking Changes


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 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. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch from fa0eccc to cf9b5ea Compare November 3, 2018 01:48
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch 2 times, most recently from e19163c to fdcfe8e Compare November 14, 2018 16:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch from fdcfe8e to f9963d9 Compare November 22, 2018 06:05
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch 4 times, most recently from de036df to 5c10a9f Compare December 15, 2018 00:21
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch 3 times, most recently from 074e0e7 to 61b0723 Compare December 24, 2018 06:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch 5 times, most recently from 6dde10e to 790328b Compare January 3, 2019 00:09
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch 4 times, most recently from bad8a0e to 85c1a21 Compare January 6, 2019 23:44
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch 2 times, most recently from 558d151 to e40b4d2 Compare January 19, 2019 23:57
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-8.x branch from e40b4d2 to 3ac9cbc Compare January 23, 2019 20:53
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

1 participant