Bump eslint from 5.16.0 to 6.0.0
Created by: dependabot-preview[bot]
Bumps eslint from 5.16.0 to 6.0.0.
Release notes
Sourced from eslint's releases.
v6.0.0
81aa06b
Upgrade: espree@6.0.0 (#11869) (Teddy Katz)5f022bc
Fix: no-else-return autofix produces name collisions (fixes #11069) (#11867) (Milos Djermanovic)ded9548
Fix: multiline-comment-style incorrect message (#11864) (golopot)cad074d
Docs: Add JSHint W047 compat to no-floating-decimal (#11861) (Timo Tijhof)41f6304
Upgrade: sinon (#11855) (Toru Nagashima)167ce87
Chore: remove unuseable profile command (#11854) (Toru Nagashima)c844c6f
Fix: max-len properly ignore trailing comments (fixes #11838) (#11841) (ZYSzys)1b5661a
Fix: no-var should not fix variables named 'let' (fixes #11830) (#11832) (Milos Djermanovic)4d75956
Build: CI with Azure Pipelines (#11845) (Toru Nagashima)1db3462
Chore: rm superfluous argument & fix perf-multifiles-targets (#11834) (薛定谔的猫)c57a4a4
Upgrade: @babel/polyfill => core-js v3 (#11833) (薛定谔的猫)65faa04
Docs: Clarify prefer-destructuring array/object difference (fixes #9970) (#11851) (Oliver Sieweke)81c3823
Fix: require-atomic-updates reports parameters (fixes #11723) (#11774) (Toru Nagashima)aef8ea1
Sponsors: Sync README with website (ESLint Jenkins)v6.0.0-rc.0
f403b07
Update: introduce minKeys option to sort-keys rule (fixes #11624) (#11625) (Christian)87451f4
Fix: no-octal should report NonOctalDecimalIntegerLiteral (fixes #11794) (#11805) (Milos Djermanovic)e4ab053
Update: support "bigint" in valid-typeof rule (#11802) (Colin Ihrig)e0fafc8
Chore: removes unnecessary assignment in loop (#11780) (Dimitri Mitropoulos)20908a3
Docs: removed '>' prefix from from docs/working-with-rules (#11818) (Alok Takshak)1c43eef
Sponsors: Sync README with website (ESLint Jenkins)21f3131
Fix:overrides
handle relative paths as expected (fixes #11577) (#11799) (Toru Nagashima)5509cdf
Fix: fails the test case if autofix made syntax error (fixes #11615) (#11798) (Toru Nagashima)cb1922b
Fix: show custom message for namespace import (fixes #11580) (#11791) (Pig Fang)37e5193
Update: addendColumn
to no-useless-escape (fixes #11629) (#11790) (Pig Fang)ad4b048
Build: Fix typo in blog post template (fixes #11614) (#11782) (Kai Cataldo)9590587
Update: improve reported location of arrow-parens (fixes #11773) (#11775) (Pig Fang)d662b17
New: Add classname attribute to JUnit testcase (refs #11068) (#11683) (Fabio Pitino)8eaa9b2
Chore: remove incorrect comment (#11769) (薛定谔的猫)4039a49
Chore: add .github/funding.yml (#11764) (Toru Nagashima)v6.0.0-alpha.2
... (truncated)
9b87fee
Chore: Fix formatter documentation generation (#11767) (Ilya Volodin)f116208
Chore: Fix site generation script for releases (#11766) (Ilya Volodin)cf9cce8
Update: Add never option for new-parens (refs #10034) (#11379) (pfgithub)b5fa149
New: multiple processors support (fixes #11035, fixes #11725) (#11552) (Toru Nagashima)2d32a9e
Breaking: stricter rule config validating (fixes #9505) (#11742) (薛定谔的猫)71716eb
Update: add fixer for no-div-regex rule (fixes #11355) (#11744) (joe-re)53f7f4c
Update: Uniform messages for the rules in "complexity" section (#11759) (Igor Novozhilov)0a801d7
Chore: improve perf test (#11756) (薛定谔的猫)45bd336
Docs: add about RuleTester's parser to migration guide (fixes #11728) (#11761) (Toru Nagashima)1374be4
Docs: add table of contents in readme (#11765) (薛定谔的猫)54e6eda
New: extends in glob-based config (fixes #8813) (#11554) (Toru Nagashima)ec105b2
Chore: typo in JSDoc on timing.display's return value (#11755) (Dimitri Mitropoulos)e45cc3f
Docs: updated no-proto rule (fixes #11743) (#11746) (Francesco Trotta)15c6c63
Chore: eslint-config-eslint require node >= 8 (#11718) (薛定谔的猫)f9790ca
Fix: typo: missing word in docs (#11750) (Dimitri Mitropoulos)219aecb
Chore: restructure files (#11555) (Toru Nagashima)
Changelog
Sourced from eslint's changelog.
v6.0.0 - June 21, 2019
81aa06b
Upgrade: espree@6.0.0 (#11869) (Teddy Katz)5f022bc
Fix: no-else-return autofix produces name collisions (fixes #11069) (#11867) (Milos Djermanovic)ded9548
Fix: multiline-comment-style incorrect message (#11864) (golopot)cad074d
Docs: Add JSHint W047 compat to no-floating-decimal (#11861) (Timo Tijhof)41f6304
Upgrade: sinon (#11855) (Toru Nagashima)167ce87
Chore: remove unuseable profile command (#11854) (Toru Nagashima)c844c6f
Fix: max-len properly ignore trailing comments (fixes #11838) (#11841) (ZYSzys)1b5661a
Fix: no-var should not fix variables named 'let' (fixes #11830) (#11832) (Milos Djermanovic)4d75956
Build: CI with Azure Pipelines (#11845) (Toru Nagashima)1db3462
Chore: rm superfluous argument & fix perf-multifiles-targets (#11834) (薛定谔的猫)c57a4a4
Upgrade: @babel/polyfill => core-js v3 (#11833) (薛定谔的猫)65faa04
Docs: Clarify prefer-destructuring array/object difference (fixes #9970) (#11851) (Oliver Sieweke)81c3823
Fix: require-atomic-updates reports parameters (fixes #11723) (#11774) (Toru Nagashima)aef8ea1
Sponsors: Sync README with website (ESLint Jenkins)v6.0.0-rc.0 - June 9, 2019
f403b07
Update: introduce minKeys option to sort-keys rule (fixes #11624) (#11625) (Christian)87451f4
Fix: no-octal should report NonOctalDecimalIntegerLiteral (fixes #11794) (#11805) (Milos Djermanovic)e4ab053
Update: support "bigint" in valid-typeof rule (#11802) (Colin Ihrig)e0fafc8
Chore: removes unnecessary assignment in loop (#11780) (Dimitri Mitropoulos)20908a3
Docs: removed '>' prefix from from docs/working-with-rules (#11818) (Alok Takshak)1c43eef
Sponsors: Sync README with website (ESLint Jenkins)21f3131
Fix:overrides
handle relative paths as expected (fixes #11577) (#11799) (Toru Nagashima)5509cdf
Fix: fails the test case if autofix made syntax error (fixes #11615) (#11798) (Toru Nagashima)cb1922b
Fix: show custom message for namespace import (fixes #11580) (#11791) (Pig Fang)37e5193
Update: addendColumn
to no-useless-escape (fixes #11629) (#11790) (Pig Fang)ad4b048
Build: Fix typo in blog post template (fixes #11614) (#11782) (Kai Cataldo)9590587
Update: improve reported location of arrow-parens (fixes #11773) (#11775) (Pig Fang)d662b17
New: Add classname attribute to JUnit testcase (refs #11068) (#11683) (Fabio Pitino)8eaa9b2
Chore: remove incorrect comment (#11769) (薛定谔的猫)4039a49
Chore: add .github/funding.yml (#11764) (Toru Nagashima)v6.0.0-alpha.2 - May 25, 2019
... (truncated)
9b87fee
Chore: Fix formatter documentation generation (#11767) (Ilya Volodin)f116208
Chore: Fix site generation script for releases (#11766) (Ilya Volodin)cf9cce8
Update: Add never option for new-parens (refs #10034) (#11379) (pfgithub)b5fa149
New: multiple processors support (fixes #11035, fixes #11725) (#11552) (Toru Nagashima)2d32a9e
Breaking: stricter rule config validating (fixes #9505) (#11742) (薛定谔的猫)71716eb
Update: add fixer for no-div-regex rule (fixes #11355) (#11744) (joe-re)53f7f4c
Update: Uniform messages for the rules in "complexity" section (#11759) (Igor Novozhilov)0a801d7
Chore: improve perf test (#11756) (薛定谔的猫)45bd336
Docs: add about RuleTester's parser to migration guide (fixes #11728) (#11761) (Toru Nagashima)1374be4
Docs: add table of contents in readme (#11765) (薛定谔的猫)54e6eda
New: extends in glob-based config (fixes #8813) (#11554) (Toru Nagashima)ec105b2
Chore: typo in JSDoc on timing.display's return value (#11755) (Dimitri Mitropoulos)e45cc3f
Docs: updated no-proto rule (fixes #11743) (#11746) (Francesco Trotta)
Commits
-
a7985a6
6.0.0 -
be74dd9
Build: changelog update for 6.0.0 -
81aa06b
Upgrade: espree@6.0.0 (#11869) -
5f022bc
Fix: no-else-return autofix produces name collisions (fixes #11069) (#11867) -
ded9548
Fix: multiline-comment-style incorrect message (#11864) -
cad074d
Docs: Add JSHint W047 compat to no-floating-decimal (#11861) -
41f6304
Upgrade: sinon (#11855) -
167ce87
Chore: remove unuseable profile command (#11854) -
c844c6f
Fix: max-len properly ignore trailing comments (fixes #11838) (#11841) -
1b5661a
Fix: no-var should not fix variables named 'let' (fixes #11830) (#11832) - Additional commits viewable in compare view
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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will 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 labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.