You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the ESLint parserOptions.ecmaVersion config from 2019 to 2021 in order to support linting code containing dynamic imports. This change breaks support for eslint v6.
Patch
Updated dependencies.
Updated GitHub Actions CI config:
Updated actions/checkout to v2.
Updated actions/setup-node to v2.
Also test Node.js v15.
Don’t specify the CI environment variable as it’s set by default.
Removed npm-debug.log from the .gitignore file as npm v4.2.0+ doesn’t create it in the current working directory.