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 v11 #51

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-node 6.0.1 -> 11.1.0 age adoption passing confidence

Release Notes

mysticatea/eslint-plugin-node (eslint-plugin-node)

v11.1.0

Compare Source

The many rules for Node.js in the ESLint core will be deprecated in ESLint 7.0.0. This release includes the clone of those core rules.

✨ Enhancements

v11.0.0

Compare Source

πŸ’₯ Breaking changes
  • b6cb9a0 updated node/no-unsupported-features/node-builtins rule based on Node.js 13.2.0.
  • fb9ce15 updated node/no-unsupported-features/es-syntax rule to recognize BigInt literal property names.
  • 4295f6a updated the rules that check global variables to recognize globalThis.*.
  • 04051ed updated node/no-unsupported-features/es-builtins rule to recognize globalThis.
✨ Enhancements
  • 276a9ad updated node/no-deprecated-api rule to allow revoked deprecations.
  • 972f828 updated node/no-unsupported-features/node-builtins rule to handle backporting properly.
πŸ› Bug fixes
  • 4f74fbf fixed a crash bug around dynamic import syntax.

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

v8.0.1

Compare Source

πŸ› Bug fixes

  • 62ba642 fixed the wrong messages of node/no-deprecated-api rule (#​142).
  • 0225b02...0593c67576c86b2cbf4990db38d1cc4707b2f309 fixed the false positives of no-unpublished-(bin|import|require) rules (#​115, #​126).

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...890ee63e98ef95ec5a27f50f42188102526d81b1


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• 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 Mend Renovate. View repository job log here.

@commit-lint
Copy link

commit-lint bot commented Dec 26, 2019

Chore

  • deps: update dependency eslint-plugin-node to v11 (478b594)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@coveralls
Copy link

coveralls commented Dec 26, 2019

Pull Request Test Coverage Report for Build 621

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

πŸ’› - Coveralls

@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from 739c617 to d726cdd Compare January 11, 2020 09:45
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from d726cdd to 1d558f3 Compare February 2, 2020 10:45
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch 2 times, most recently from 7a24e36 to f80811a Compare March 29, 2020 07:41
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from f80811a to 45920fb Compare July 4, 2020 15:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from 45920fb to 87ed9ad Compare December 11, 2020 01:53
@renovate
Copy link
Contributor Author

renovate bot commented Dec 11, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! Found: eslint-plugin-node@6.0.1
npm ERR! node_modules/eslint-plugin-node
npm ERR!   dev eslint-plugin-node@"11.1.0" from the root project
npm ERR!   peer eslint-plugin-node@">=5.2.1" from eslint-config-standard@11.0.0
npm ERR!   node_modules/eslint-config-standard
npm ERR!     dev eslint-config-standard@"11.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! dev eslint-plugin-node@"11.1.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@7.15.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@">=5.16.0" from eslint-plugin-node@11.1.0
npm ERR!   node_modules/eslint-plugin-node
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2020-12-11T01_53_27_993Z-debug.log

@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from 87ed9ad to 5386a4b Compare June 16, 2021 10:07
@renovate
Copy link
Contributor Author

renovate bot commented Jun 16, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: graphql-type-ms@1.0.0
npm ERR! Found: eslint@4.19.1
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"4.19.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">=5.16.0" from eslint-plugin-node@11.1.0
npm ERR! node_modules/eslint-plugin-node
npm ERR!   dev eslint-plugin-node@"11.1.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/2437f8/dd0b31/cache/others/npm/_logs/2023-10-23T11_39_25_459Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/2437f8/dd0b31/cache/others/npm/_logs/2023-10-23T11_39_25_459Z-debug-0.log

@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from 5386a4b to 968a2d1 Compare March 26, 2022 15:38
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from 968a2d1 to de92ff3 Compare June 18, 2022 23:46
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from de92ff3 to 7d5f357 Compare July 28, 2023 10:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-node-11.x branch from 7d5f357 to 478b594 Compare October 23, 2023 11:39
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

1 participant