This repository was archived by the owner on Mar 28, 2022. It is now read-only.
chore(deps): update dependency eslint to v7.19.0 #81
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.
This PR contains the following updates:
7.12.1->7.19.0Release Notes
eslint/eslint
v7.19.0Compare Source
ce7f061Update: add shadowed variable loc to message in no-shadow (fixes #13646) (#13841) (t-mangoe)c60e23fUpdate: fixletlogic in for-in and for-of loops in no-extra-parens (#14011) (Milos Djermanovic)d76e8f6Fix: no-useless-rename invalid autofix with parenthesized identifiers (#14032) (Milos Djermanovic)5800d92Docs: Clarify stylistic rule update policy (#14052) (Brandon Mills)0ccf6d2Docs: remove configuring.md (#14036) (Milos Djermanovic)65bb0abChore: Clean up new issue workflow (#14040) (Nicholas C. Zakas)e1da90fFix: nested indenting for offsetTernaryExpressions: true (fixes #13971) (#13972) (Chris Brody)1a078b9Update: check ternary:even if?was reported in space-infix-ops (#13963) (Milos Djermanovic)fb27422Fix: extend prefer-const fixer range to whole declaration (fixes #13899) (#14033) (Nitin Kumar)e0b05c7Docs: add a correct example to no-unsafe-optional-chaining (refs #14029) (#14050) (armin yahya)46e836dSponsors: Sync README with website (ESLint Jenkins)3fc4fa4Docs: update configuring links (#14038) (Milos Djermanovic)8561c21Docs: fix broken links in configuring/README.md (#14046) (Milos Djermanovic)1c309ebUpdate: fix no-invalid-regexp false negatives with no flags specified (#14018) (Milos Djermanovic)f6602d5Docs: Reorganize Configuration Documentation (#13837) (klkhan)c753b44Sponsors: Sync README with website (ESLint Jenkins)a4fdb70Docs: Fixed Typo (#14007) (Yash Singh)f7ca481Docs: Explain why we disable lock files (refs eslint/tsc-meetings#234) (#14006) (Brandon Mills)v7.18.0Compare Source
e3264b2Upgrade: @eslint/eslintrc to improve error message for invalid extends (#14009) (Milos Djermanovic)f17c3c3Update: check logical assignment operators in the complexity rule (#13979) (Milos Djermanovic)672deb0Docs: fix no-invalid-regexp docs regarding ecmaVersion (#13991) (Milos Djermanovic)179a910Fix: --init crash on question to upgrade/downgrade ESLint (fixes #13978) (#13995) (Milos Djermanovic)292b1c0Fix: no-extra-parens false positive withletidentifier in for-loop (#13981) (Milos Djermanovic)de61f94Sponsors: Sync README with website (ESLint Jenkins)9250d16Upgrade: Bump lodash to fix security issue (#13993) (Frederik Prijck)75fea9bSponsors: Sync README with website (ESLint Jenkins)f2687e7Docs: update space-in-parens related rules (#13985) (Chris Brody)4a38bbeDocs: space-in-parens examples with no arguments etc. (#13987) (Chris Brody)3e49169Sponsors: Sync README with website (ESLint Jenkins)c5bf1f2Sponsors: Sync README with website (ESLint Jenkins)98a729cSponsors: Sync README with website (ESLint Jenkins)e83a696Sponsors: Sync README with website (ESLint Jenkins)78cb483Chore: testfoo( )with space-in-parens option "always" (#13986) (Chris Brody)f6948f6Docs: Update semantic versioning policy (#13970) (Nicholas C. Zakas)0688212Sponsors: Sync README with website (ESLint Jenkins)aeba5e5Chore: fix typo (#13975) (Nitin Kumar)4ee1134Sponsors: Sync README with website (ESLint Jenkins)v7.17.0Compare Source
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.0Compare Source
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: table@6.0.4 (#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.0Compare Source
5c11aabUpgrade: @eslint/esintrc and espree for bug fixes (refs #13878) (#13908) (Brandon Mills)0eb7957Upgrade: file-entry-cache@6.0.0 (#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.0Compare Source
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.0Compare Source
254e00fNew: Configurable List Size For Per-Rule Performance Metrics (#13812) (Bryan Mishkin)6c3c710Docs: fix broken url in docs (#13815) (SaintMalik)4a09149Sponsors: Sync README with website (ESLint Jenkins)fb6fcbfDocs: Fix reference to Code of Conduct (#13797) (Tobias Nießen)1b89ebeSponsors: Sync README with website (ESLint Jenkins)Renovate configuration
📅 Schedule: "after 9pm every weekday,before 5pm every weekday" in timezone Europe/Madrid.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.