[Snyk] Upgrade eslint from 6.8.0 to 8.16.0 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade eslint from 6.8.0 to 8.16.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: eslint
-
8.16.0 - 2022-05-20
-
8.15.0 - 2022-05-06
-
8.14.0 - 2022-04-22
-
8.13.0 - 2022-04-08
-
8.12.0 - 2022-03-25
-
8.11.0 - 2022-03-11
-
8.10.0 - 2022-02-25
-
8.9.0 - 2022-02-12
-
8.8.0 - 2022-01-28
-
8.7.0 - 2022-01-16
-
8.6.0 - 2021-12-31
-
8.5.0 - 2021-12-17
-
8.4.1 - 2021-12-07
-
8.4.0 - 2021-12-04
-
8.3.0 - 2021-11-21
-
8.2.0 - 2021-11-05
-
8.1.0 - 2021-10-22
-
8.0.1 - 2021-10-14
-
8.0.0 - 2021-10-09
-
8.0.0-rc.0 - 2021-09-24
-
8.0.0-beta.2 - 2021-09-10
-
8.0.0-beta.1 - 2021-08-27
-
8.0.0-beta.0 - 2021-08-15
-
7.32.0 - 2021-07-30
-
7.31.0 - 2021-07-17
-
7.30.0 - 2021-07-02
-
7.29.0 - 2021-06-18
-
7.28.0 - 2021-06-04
-
7.27.0 - 2021-05-22
-
7.26.0 - 2021-05-08
-
7.25.0 - 2021-04-23
-
7.24.0 - 2021-04-09
-
7.23.0 - 2021-03-26
-
7.22.0 - 2021-03-12
-
7.21.0 - 2021-02-27
-
7.20.0 - 2021-02-12
-
7.19.0 - 2021-01-31
-
7.18.0 - 2021-01-15
-
7.17.0 - 2021-01-02
-
7.16.0 - 2020-12-18
-
7.15.0 - 2020-12-05
-
7.14.0 - 2020-11-20
-
7.13.0 - 2020-11-07
-
7.12.1 - 2020-10-27
-
7.12.0 - 2020-10-24
-
7.11.0 - 2020-10-09
-
7.10.0 - 2020-09-26
-
7.9.0 - 2020-09-12
-
7.8.1 - 2020-09-01
-
7.8.0 - 2020-08-31
-
7.7.0 - 2020-08-14
-
7.6.0 - 2020-07-31
-
7.5.0 - 2020-07-18
-
7.4.0 - 2020-07-03
-
7.3.1 - 2020-06-23
-
7.3.0 - 2020-06-19
-
7.2.0 - 2020-06-05
-
7.1.0 - 2020-05-23
-
7.0.0 - 2020-05-08
-
7.0.0-rc.0 - 2020-04-24
-
7.0.0-alpha.3 - 2020-03-28
-
7.0.0-alpha.2 - 2020-02-28
-
7.0.0-alpha.1 - 2020-02-14
-
7.0.0-alpha.0 - 2020-01-17
-
6.8.0 - 2019-12-20
from eslint GitHub release notesFeatures
cab0c22feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic)38ae956feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic)ee69cd3feat: Update global variables (#15871) (Sébastien Règne)Bug Fixes
3f09aabfix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser)Documentation
050d5f4docs: Static further reading links (#15890) (Nicholas C. Zakas)36287c0docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic)90b6990docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic)f437249docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas)6e16025docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic)1d39f69docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic)3071d76docs: Fix some grammar issues (#15837) (byodian)Chores
1768d0dchore: upgrade @ eslint/[email protected] (#15903) (Milos Djermanovic)c686e4cchore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas)c7894cdchore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin)ea65cb5chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然)cc29c69chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien)5891c75chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)Features
ab37d3bfeat: addenforceInClassFieldsoption to no-underscore-dangle (#15818) (Roberto Cestari)Bug Fixes
8bf9440fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)Documentation
28116ccdocs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)272965fdocs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)a798166docs: update example for running individual rule tests (#15833) (Milos Djermanovic)57e732bdocs: markSourceCode#getJSDocCommentdeprecated in working-with-rules (#15829) (Milos Djermanovic)9a90abfdocs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)810addadocs: add more examples for prefer-object-spread (#15831) (coderaiser)06b1edbdocs: clarify no-control-regex rule (#15808) (Milos Djermanovic)9ecd42fdocs: Fixed typo in code comment (#15812) (Addison G)de992b7docs: remove links to 2fa document (#15804) (Milos Djermanovic)5222659docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)e70ae81docs: Update README team and sponsors (ESLint Jenkins)Chores
1ba6a92chore: upgrade @ eslint/[email protected] (#15847) (Milos Djermanovic)8167aa7chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)b8995a4chore: Implement docs site (#15815) (Nicholas C. Zakas)6494e3echore: update link incodeql-analysis.yml(#15817) (Milos Djermanovic)36503ecchore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)Features
ab6363dfeat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)Bug Fixes
35fa1ddfix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)413f1d5fix: updateastUtils.isDirectiveCommentwithglobalsandexported(#15775) (Milos Djermanovic)Build Related
c2407e8build: add node v18 (#15791) (唯然)Chores
735458cchore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)db28f2cchore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)3bca59echore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)Read more
Features
685a67afeat: fix logic for top-levelthisin no-invalid-this and no-eval (#15712) (Milos Djermanovic)Chores
18f5e05chore: padding-line-between-statements remove uselessadditionalItems(#15706) (Martin Sadovy)Read more
Read more
Read more
Read more
Read more
Commit messages
Package name: eslint
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:

🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs