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 #28

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@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

coveralls commented May 4, 2019

Pull Request Test Coverage Report for Build 388

  • 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 322: 0.0%
Covered Lines: 19
Relevant Lines: 19

πŸ’› - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 219

  • 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 217: 0.0%
Covered Lines: 19
Relevant Lines: 19

πŸ’› - Coveralls

@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch 2 times, most recently from 0d7fa55 to 38544e1 Compare May 24, 2019 23:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch from 38544e1 to aaa0e4b Compare June 24, 2019 23:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch 2 times, most recently from 19114fc to 9b601e3 Compare July 19, 2019 23:28
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-9.x branch from 9b601e3 to 8d8ace2 Compare August 29, 2019 10:15
@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:46
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