github-sponsors
github-sponsors copied to clipboard
Bump eslint from 5.16.0 to 7.17.0
Bumps eslint from 5.16.0 to 7.17.0.
Release notes
Sourced from eslint's releases.
v7.17.0
e128e77Update: check logical assignment in no-constant-condition (#13946) (Milos Djermanovic)cc48713Chore: refactor calculating range and loc in no-useless-escape (#13964) (Milos Djermanovic)535fe47Update: use regexpp's default ecmaVersion in no-control-regex (#13969) (Milos Djermanovic)83e98cdFix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968) (Milos Djermanovic)7297363Docs: fix examples for no-multi-str (#13966) (Milos Djermanovic)0649871Update: add autofix to rule multiline-ternary (#13958) (薛定谔的猫)f6e7e32Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953) (Milos Djermanovic)19c69c0Fix: one-var shouldn't split declaration if it isn't in a statement list (#13959) (Milos Djermanovic)e451b96Docs: update build tool for webpack (#13962) (Sam Chen)c3e9accChore: fix typos (#13960) (YeonJuan)7289ecfSponsors: Sync README with website (ESLint Jenkins)v7.16.0
a62ad6fUpdate: fix false negative of no-extra-parens with NewExpression (#13930) (Milos Djermanovic)f85b4c7Fix: require-atomic-updates false positive across await (fixes #11954) (#13915) (buhi)301d0c0Fix: no-constant-condition false positives with unary expressions (#13927) (Milos Djermanovic)555c128Fix: false positive with await and ** in no-extra-parens (fixes #12739) (#13923) (Milos Djermanovic)d93c935Docs: update JSON Schema links (#13936) (Milos Djermanovic)8d0c93aUpgrade: [email protected] (#13920) (Rouven Weßling)9247683Docs: Remove for deleted npm run profile script (#13931) (Brandon Mills)ab240d4Fix: prefer-exponentiation-operator invalid autofix with await (#13924) (Milos Djermanovic)dc76911Chore: Add .pre-commit-hooks.yaml file (#13628) (Álvaro Mondéjar)2124e1bDocs: Fix wrong rule name (#13913) (noisyboy25)06b5809Sponsors: Sync README with website (ESLint Jenkins)26fc12fDocs: Update README team and sponsors (ESLint Jenkins)v7.15.0
5c11aabUpgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills)0eb7957Upgrade: [email protected] (#13877) (Rouven Weßling)683ad00New: no-unsafe-optional-chaining rule (fixes #13431) (#13859) (YeonJuan)cbc57fbFix: one-var autofixing for export (fixes #13834) (#13891) (Anix)110cf96Docs: Fix a broken link in working-with-rules.md (#13875) (Anton Niklasson)v7.14.0
5f09073Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853) (Milos Djermanovic)1861b40Docs: correct the function-call-argument-newline 'default' descriptions (#13866) (Trevin Hofmann)98c00c4New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845) (Milos Djermanovic)95d2fe6Chore: remove eslint comment from no-octal-escape tests (#13846) (Milos Djermanovic)2004b7eFix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861) (Milos Djermanovic)d2239a1Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842) (Ari Perkkiö)eda0aa1Docs: no-restricted-imports is only for static imports (#13863) (Robat Williams)042ae44Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828) (Raphael LANG)038dc73Chore: Test on Node.js 15 (#13844) (Brandon Mills)37a06d6Sponsors: Sync README with website (ESLint Jenkins)v7.13.0
Changelog
Sourced from eslint's changelog.
v7.17.0 - January 1, 2021
e128e77Update: check logical assignment in no-constant-condition (#13946) (Milos Djermanovic)cc48713Chore: refactor calculating range and loc in no-useless-escape (#13964) (Milos Djermanovic)535fe47Update: use regexpp's default ecmaVersion in no-control-regex (#13969) (Milos Djermanovic)83e98cdFix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968) (Milos Djermanovic)7297363Docs: fix examples for no-multi-str (#13966) (Milos Djermanovic)0649871Update: add autofix to rule multiline-ternary (#13958) (薛定谔的猫)f6e7e32Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953) (Milos Djermanovic)19c69c0Fix: one-var shouldn't split declaration if it isn't in a statement list (#13959) (Milos Djermanovic)e451b96Docs: update build tool for webpack (#13962) (Sam Chen)c3e9accChore: fix typos (#13960) (YeonJuan)7289ecfSponsors: Sync README with website (ESLint Jenkins)v7.16.0 - December 18, 2020
a62ad6fUpdate: fix false negative of no-extra-parens with NewExpression (#13930) (Milos Djermanovic)f85b4c7Fix: require-atomic-updates false positive across await (fixes #11954) (#13915) (buhi)301d0c0Fix: no-constant-condition false positives with unary expressions (#13927) (Milos Djermanovic)555c128Fix: false positive with await and ** in no-extra-parens (fixes #12739) (#13923) (Milos Djermanovic)d93c935Docs: update JSON Schema links (#13936) (Milos Djermanovic)8d0c93aUpgrade: [email protected] (#13920) (Rouven Weßling)9247683Docs: Remove for deleted npm run profile script (#13931) (Brandon Mills)ab240d4Fix: prefer-exponentiation-operator invalid autofix with await (#13924) (Milos Djermanovic)dc76911Chore: Add .pre-commit-hooks.yaml file (#13628) (Álvaro Mondéjar)2124e1bDocs: Fix wrong rule name (#13913) (noisyboy25)06b5809Sponsors: Sync README with website (ESLint Jenkins)26fc12fDocs: Update README team and sponsors (ESLint Jenkins)v7.15.0 - December 5, 2020
5c11aabUpgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills)0eb7957Upgrade: [email protected] (#13877) (Rouven Weßling)683ad00New: no-unsafe-optional-chaining rule (fixes #13431) (#13859) (YeonJuan)cbc57fbFix: one-var autofixing for export (fixes #13834) (#13891) (Anix)110cf96Docs: Fix a broken link in working-with-rules.md (#13875) (Anton Niklasson)v7.14.0 - November 20, 2020
5f09073Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853) (Milos Djermanovic)1861b40Docs: correct the function-call-argument-newline 'default' descriptions (#13866) (Trevin Hofmann)98c00c4New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845) (Milos Djermanovic)95d2fe6Chore: remove eslint comment from no-octal-escape tests (#13846) (Milos Djermanovic)2004b7eFix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861) (Milos Djermanovic)d2239a1Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842) (Ari Perkkiö)eda0aa1Docs: no-restricted-imports is only for static imports (#13863) (Robat Williams)042ae44Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828) (Raphael LANG)038dc73Chore: Test on Node.js 15 (#13844) (Brandon Mills)37a06d6Sponsors: Sync README with website (ESLint Jenkins)
Commits
896273f7.17.0be40effBuild: changelog update for 7.17.0e128e77Update: check logical assignment in no-constant-condition (#13946)cc48713Chore: refactor calculating range and loc in no-useless-escape (#13964)535fe47Update: use regexpp's default ecmaVersion in no-control-regex (#13969)83e98cdFix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968)7297363Docs: fix examples for no-multi-str (#13966)0649871Update: add autofix to rule multiline-ternary (#13958)f6e7e32Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953)19c69c0Fix: one-var shouldn't split declaration if it isn't in a statement list (#13...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)