Open greenkeeper[bot] opened 4 years ago
devDependency
eslint-plugin-node was updated from 8.0.1
to 11.1.0
.Update to this version instead π
The new version differs by 6 commits.
4a348e7
π 11.1.0
7dc8f80
π fix rule names in documentation
e2da592
β improve no-path-concat
ade0b59
β¨ add no-restricted-import
578110e
β simplify the options of no-restricted-require
8788a11
Update: add ESLint core Node.js and CommonJS rules (#206)
See the full diff
The devDependency eslint-plugin-node was updated from
8.0.1
to11.0.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: mysticatea License: MIT
Release Notes for v11.0.0
node/no-unsupported-features/node-builtins
rule based on Node.js 13.2.0.node/no-unsupported-features/es-syntax
rule to recognize BigInt literal property names.globalThis.*
.node/no-unsupported-features/es-builtins
rule to recognizeglobalThis
.node/no-deprecated-api
rule to allow revoked deprecations.node/no-unsupported-features/node-builtins
rule to handle backporting properly.Commits
The new version differs by 74 commits.
b8f9945
π 11.0.0
04051ed
π₯ update node/no-unsupported-features/es-builtins to recognize globalThis
4295f6a
π₯ update rules to check
globalThis.*
a5f3ab2
revert ESM support versions
fb9ce15
π₯ add check of bigint literal property names to node/no-unsupported-features/es-syntax
4f74fbf
π fix crash on dynamic import with identifier (#201)
972f828
β¨ no-unsupported-features/node-builtins recognize backporting
276a9ad
β¨ update no-deprecated-api rule for revoked deprecations
b6cb9a0
π₯ update no-unsupported-features/node-builtins rule based on Node 13.2
0b0c2aa
β¨ Node.js 13 supports ES modules
3102915
β update CI.yml to add Node 13
0fb2dd0
Create FUNDING.yml
b16ac29
β remove && because Windows doesn't support it
eca48c8
π fix wrong links
dc067a1
π 10.0.0
There are 74 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: