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

chore(deps): update dependency eslint-plugin-node to v9 - autoclosed #116

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 4, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-node devDependencies major 6.0.1 -> 9.2.0

Release Notes

mysticatea/eslint-plugin-node

v9.2.0

Compare Source

✨ New Rules

  • c1d5dbf added a new rule no-callback-literal.

🐛 Bug Fixes

  • 72de3a3 updated eslint-utils for security fix.

v9.1.0

Compare Source

✨ Features

  • fd9d19d updated no-deprecated-api to not suggest alternative APIs if it has not supported on configured Node.js version. Thank you, @​Lalem001 !

🐛 Bug Fixes

  • e5aee3c updated semver package to not crash on wildcard * version range.

v9.0.1

Compare Source

🐛 Bug Fixes

  • dfb4dc0 fixed the false positive of node/file-extension-in-import rule on scoped packages (#​160).

v9.0.0

Compare Source

Update for Node.js v12 🎉

💥 Breaking Changes

✨ New Rules

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


Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, 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.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f68d5cb on renovate/eslint-plugin-node-9.x into 14bb4a2 on master.

@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch 2 times, most recently from eaf9990 to e38005e Compare May 25, 2019 00:34
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch from e38005e to da393ad Compare June 25, 2019 00:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch 2 times, most recently from 9455ccc to a102655 Compare July 20, 2019 00:31
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch from a102655 to 4eb8c44 Compare August 29, 2019 10:14
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-node to v9 chore(deps): update dependency eslint-plugin-node to v9 - autoclosed Sep 5, 2019
@renovate renovate bot closed this Sep 5, 2019
@renovate renovate bot deleted the renovate/eslint-plugin-node-9.x branch September 5, 2019 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants