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

chore(deps): update dependency eslint-plugin-node to v10 #1480

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-node devDependencies major ^9.1.0 -> ^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 = {}.

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.

@codecov
Copy link

codecov bot commented Sep 27, 2019

Codecov Report

Merging #1480 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1480   +/-   ##
========================================
  Coverage    41.46%   41.46%           
========================================
  Files          237      237           
  Lines         6622     6622           
  Branches      1307     1307           
========================================
  Hits          2746     2746           
  Misses        3645     3645           
  Partials       231      231

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4452ff6...d81a557. Read the comment docs.

@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch 2 times, most recently from f3e7707 to 23ecab9 Compare October 1, 2019 03:30
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-10.x branch from 282e5a5 to d81a557 Compare October 1, 2019 03:49
@faustbrian faustbrian merged commit 6c29e2a into develop Oct 1, 2019
@faustbrian faustbrian deleted the renovate/eslint-plugin-node-10.x branch October 1, 2019 03:56
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.

2 participants