hothouse icon indicating copy to clipboard operation
hothouse copied to clipboard

Update eslint-plugin-node to the latest version

Open Leko opened this issue 4 years ago • 0 comments

Version 11.0.0 of eslint-plugin-node was just published.

The version(11.0.0) is not covered by your current version range(^6.0.1).

Release Notes

💥 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.

Powered by hothouse :honeybee:

Leko avatar Mar 24 '20 00:03 Leko