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

🐼 - Update dependency eslint-plugin-node to v10 #53

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 5, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-node devDependencies major 8.0.1 -> 10.0.0

Release Notes

mysticatea/eslint-plugin-node

v10.0.0

Compare Source

This release supports BigInt and Dynamic Imports if you are using ESLint 6.2.0 or later.

💥 Breaking Changes

  • 9ea67c9 updated node/no-unsupported-features/es-syntax rule to recognize BigInt literals and import().
  • b91b48d updated node/no-unsupported-features/es-builtins rule to recognize BigInt, BigInt64Array, BigUint64Array, and Promise.allSettled.
  • b57a4f9 updated node/file-extension-in-import, node/no-extraneous-import, node/no-missing-import, and node/no-unpublished-import rules to recognize import().
  • 4b9c4d7 updated node/no-deprecated-api rule to recognize module.createRequireFromPath.
  • 9c574ba updated plugin:node/recommended and the other configs.
    • It added node/no-exports-assign rule.
    • It changed exports global variable writable.
    • It enabled node/*-import rules in CommonJS mode as well.

✨ New rules

  • a0f0ee1 added node/no-exports-assign rule that disallows exports = {}.

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


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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot changed the title 🐼 - Update dependency eslint-plugin-node to v10 🐼 - Update dependency eslint-plugin-node to v10 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch 4 times, most recently from 48ce240 to c187814 Compare September 16, 2019 16:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch from c187814 to 756ad13 Compare September 24, 2019 19:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch from 756ad13 to 0e2ac99 Compare October 2, 2019 18:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch 2 times, most recently from 1de5f40 to e10af37 Compare October 15, 2019 16:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch from e10af37 to 22e2756 Compare October 22, 2019 19:52
@renovate renovate bot changed the title 🐼 - Update dependency eslint-plugin-node to v10 🐼 - Update dependency eslint-plugin-node to v10 Nov 14, 2019
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch from 22e2756 to 1c79e24 Compare December 9, 2019 16:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant