Bump eslint from 6.8.0 to 7.0.0
Created by: dependabot-preview[bot]
Bumps eslint from 6.8.0 to 7.0.0.
Release notes
Sourced from eslint's releases.
v7.0.0
... (truncated)
b98d8bd
Upgrade: eslint-release@2.0.0 (#13271) (Kai Cataldo)4c0b028
Fix: remove Node.js and CommonJS category from build process (#13242) (Kai Cataldo)401a687
Chore: fix rules list for prereleases (#13230) (Kai Cataldo)4ef6158
Breaking: espree@7.0.0 (#13270) (Kai Cataldo)b5c8d73
Docs: update 7.0.0 migration guide for consistency (#13267) (Kai Cataldo)356fdb4
Docs: add migration guide (#12692) (Toru Nagashima)015edf6
Sponsors: Sync README with website (ESLint Jenkins)fdfa364
7.0.0-rc.0 (ESLint Jenkins)8d1b4db
Build: changelog update for 7.0.0-rc.0 (ESLint Jenkins)0b1d65a
Update: Improve report location for array-callback-return (refs #12334) (#13109) (Milos Djermanovic)d85e291
Fix: yoda left string fix for exceptRange (fixes #12883) (#13052) (Anix)2ce6bed
Chore: added tests for nested arrays (#13145) (Anix)d3aac53
Update: report backtick loc in no-unexpected-multiline (refs #12334) (#13142) (Milos Djermanovic)8e7a2d9
Fix: func-call-spacing "never" reports wrong message (fixes #13190) (#13193) (Milos Djermanovic)bcafd0f
Update: Add ESLint API (refs eslint/rfcs#40) (#12939) (Kai Cataldo)3eeae56
Upgrade: some (dev) deps (#13155) (薛定谔的猫)6b7030b
Chore: Run tests on Node.js v14 (#13210) (fisker Cheung)ebc28d7
Fix: Remove default .js from --ext CLI option (#13176) (Brandon Mills)5c1bdeb
Update: Improve report location for getter-return (refs #12334) (#13164) (Milos Djermanovic)56d2bee
Docs: fix typos (#13204) (Nitin Kumar)e13256e
Chore: use espree.latestEcmaVersion in config-initializer (#13157) (Kai Cataldo)e4f57b7
Chore: add nested array tests for array-element-newline (#13161) (Anix)63ac918
Sponsors: Sync README with website (ESLint Jenkins)516f253
Docs: Adds import example for object-curly-newline rule (refs #12018) (#13177) (Luke Lewis)5a0e84e
Sponsors: Sync README with website (ESLint Jenkins)b398e0b
Docs: add rule comment in prefer-rest-params doc (#13191) (YeonJuan)ffaa4ba
Sponsors: Sync README with website (ESLint Jenkins)932869b
Sponsors: Sync README with website (ESLint Jenkins)54630f0
Sponsors: Sync README with website (ESLint Jenkins)c9a5035
Fix: newBasePath should be an absolute path (fixes #12850) (#13078) (Nick Harris)e7c1d4b
Update: deprecate Node.js & CommonJS rules (#12898) (Kai Cataldo)95e1c70
Upgrade: levn@0.4.1 (fixes #9366) (#13140) (Kai Cataldo)c41de38
Docs: fix curly multi-or-nest examples with comments (refs #12972) (#13151) (Milos Djermanovic)57221d5
Docs: fix eslint comment in no-inner-declarations examples (#13152) (Milos Djermanovic)301b450
Fix: no-extra-parens export default sequence expression false positive (#13096) (Milos Djermanovic)af4472f
Update: Improve report location for new-cap (refs #12334) (#13136) (Milos Djermanovic)bfa811c
Fix: init error in extending recommended config (fixes #12707) (#12738) (YeonJuan)5dfd4eb
Docs: examples with arrow functions in no-return-assign (fixes #13135) (#13138) (Anix)adc8fa8
Docs: clarify exceptions in spaced-comment (fixes #13032) (#13126) (Anix)a784dac
Update: Improve report location newline-per-chained-call (refs #12334) (#13116) (Milos Djermanovic)5e07574
Update: Improve report location for space-before-function-paren (#13128) (Chiawen Chen)d0d32a8
Sponsors: Sync README with website (ESLint Jenkins)17e2fe4
Update: Improve error message for fatal fixer errors (#13120) (Brad Zacher)7551f0c
Fix: no check for shadowed Object (fixes #12809) (#13115) (Anix)988d842
Fix: add end location to report in no-useless-concat (refs #12334) (#13110) (Milos Djermanovic)0518ebb
Sponsors: Sync README with website (ESLint Jenkins)252fd41
Sponsors: Sync README with website (ESLint Jenkins)438dcbb
Update: Improve report location for comma-style (refs #12334) (#13111) (Chiawen Chen)85b7254
Update: no-inner-declarations false negative in non-block (fixes #12222) (#13062) (Anix)
Changelog
Sourced from eslint's changelog.
v7.0.0 - May 8, 2020
... (truncated)
b98d8bd
Upgrade: eslint-release@2.0.0 (#13271) (Kai Cataldo)4c0b028
Fix: remove Node.js and CommonJS category from build process (#13242) (Kai Cataldo)401a687
Chore: fix rules list for prereleases (#13230) (Kai Cataldo)4ef6158
Breaking: espree@7.0.0 (#13270) (Kai Cataldo)b5c8d73
Docs: update 7.0.0 migration guide for consistency (#13267) (Kai Cataldo)356fdb4
Docs: add migration guide (#12692) (Toru Nagashima)015edf6
Sponsors: Sync README with website (ESLint Jenkins)fdfa364
7.0.0-rc.0 (ESLint Jenkins)8d1b4db
Build: changelog update for 7.0.0-rc.0 (ESLint Jenkins)0b1d65a
Update: Improve report location for array-callback-return (refs #12334) (#13109) (Milos Djermanovic)d85e291
Fix: yoda left string fix for exceptRange (fixes #12883) (#13052) (Anix)2ce6bed
Chore: added tests for nested arrays (#13145) (Anix)d3aac53
Update: report backtick loc in no-unexpected-multiline (refs #12334) (#13142) (Milos Djermanovic)8e7a2d9
Fix: func-call-spacing "never" reports wrong message (fixes #13190) (#13193) (Milos Djermanovic)bcafd0f
Update: Add ESLint API (refs eslint/rfcs#40) (#12939) (Kai Cataldo)3eeae56
Upgrade: some (dev) deps (#13155) (薛定谔的猫)6b7030b
Chore: Run tests on Node.js v14 (#13210) (fisker Cheung)ebc28d7
Fix: Remove default .js from --ext CLI option (#13176) (Brandon Mills)5c1bdeb
Update: Improve report location for getter-return (refs #12334) (#13164) (Milos Djermanovic)56d2bee
Docs: fix typos (#13204) (Nitin Kumar)e13256e
Chore: use espree.latestEcmaVersion in config-initializer (#13157) (Kai Cataldo)e4f57b7
Chore: add nested array tests for array-element-newline (#13161) (Anix)63ac918
Sponsors: Sync README with website (ESLint Jenkins)516f253
Docs: Adds import example for object-curly-newline rule (refs #12018) (#13177) (Luke Lewis)5a0e84e
Sponsors: Sync README with website (ESLint Jenkins)b398e0b
Docs: add rule comment in prefer-rest-params doc (#13191) (YeonJuan)ffaa4ba
Sponsors: Sync README with website (ESLint Jenkins)932869b
Sponsors: Sync README with website (ESLint Jenkins)54630f0
Sponsors: Sync README with website (ESLint Jenkins)c9a5035
Fix: newBasePath should be an absolute path (fixes #12850) (#13078) (Nick Harris)e7c1d4b
Update: deprecate Node.js & CommonJS rules (#12898) (Kai Cataldo)95e1c70
Upgrade: levn@0.4.1 (fixes #9366) (#13140) (Kai Cataldo)c41de38
Docs: fix curly multi-or-nest examples with comments (refs #12972) (#13151) (Milos Djermanovic)57221d5
Docs: fix eslint comment in no-inner-declarations examples (#13152) (Milos Djermanovic)301b450
Fix: no-extra-parens export default sequence expression false positive (#13096) (Milos Djermanovic)af4472f
Update: Improve report location for new-cap (refs #12334) (#13136) (Milos Djermanovic)bfa811c
Fix: init error in extending recommended config (fixes #12707) (#12738) (YeonJuan)5dfd4eb
Docs: examples with arrow functions in no-return-assign (fixes #13135) (#13138) (Anix)adc8fa8
Docs: clarify exceptions in spaced-comment (fixes #13032) (#13126) (Anix)a784dac
Update: Improve report location newline-per-chained-call (refs #12334) (#13116) (Milos Djermanovic)5e07574
Update: Improve report location for space-before-function-paren (#13128) (Chiawen Chen)d0d32a8
Sponsors: Sync README with website (ESLint Jenkins)17e2fe4
Update: Improve error message for fatal fixer errors (#13120) (Brad Zacher)7551f0c
Fix: no check for shadowed Object (fixes #12809) (#13115) (Anix)988d842
Fix: add end location to report in no-useless-concat (refs #12334) (#13110) (Milos Djermanovic)0518ebb
Sponsors: Sync README with website (ESLint Jenkins)252fd41
Sponsors: Sync README with website (ESLint Jenkins)438dcbb
Update: Improve report location for comma-style (refs #12334) (#13111) (Chiawen Chen)
Commits
-
3dd6741
7.0.0 -
9a722f9
Build: changelog update for 7.0.0 -
b98d8bd
Upgrade: eslint-release@2.0.0 (#13271) -
4c0b028
Fix: remove Node.js and CommonJS category from build process (#13242) -
401a687
Chore: fix rules list for prereleases (#13230) -
4ef6158
Breaking: espree@7.0.0 (#13270) -
b5c8d73
Docs: update 7.0.0 migration guide for consistency (#13267) -
356fdb4
Docs: add migration guide (#12692) -
015edf6
Sponsors: Sync README with website -
fdfa364
7.0.0-rc.0 - 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 close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)