Bump eslint from 5.0.1 to 5.2.0
Created by: dependabot-preview[bot]
Bumps eslint from 5.0.1 to 5.2.0.
Release notes
Sourced from eslint's releases.
v5.2.0
- 81283d0 Update: Cache files that failed linting (fixes #9948) (#10571) (Kevin Partington)
- 13cc63e Upgrade: ignore@4.0.2 (#10619) (Rouven Weßling)
- ac77a80 Chore: Fixing a call to Object.assign.apply in Linter (#10629) (Kevin Partington)
- 761f802 Upgrade: eslint-plugin-node to 7.0.1 (#10612) (Toru Nagashima)
- c517b2a Build: fix npm run perf failing(fixes #10577) (#10607) (薛定谔的猫)
- e596939 Chore: fix redundant equality check (#10617) (Toru Nagashima)
- 9f93d5f Docs: Updated Working with Custom Formatters (fixes #9950) (#10592) (Marla Foreman)
- 9aaf195 Chore: Extract lint result cache logic (refs #9948) (#10562) (Kevin Partington)
- 80b296e Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
- e4e7ff2 Chore: fix error message in eslint-config-eslint (#10588) (薛定谔的猫)
- 1e88170 Chore: Move lib/logging and lib/timing to lib/util/ (refs #10559) (#10579) (Kevin Partington)
- 64dfa21 Build: Fix prerelease logic in blog post generation (fixes #10578) (#10581) (Kevin Partington)
- 0faf633 Chore: Simplify helper method in Linter tests (#10580) (Kevin Partington)
v5.1.0
- 7328f99 Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
- b161f6b Build: Include prerelease install info in release blog post (#10463) (Kevin Partington)
- b2df738 Fix: prefer-object-spread duplicated comma (fixes #10512, fixes #10532) (#10524) (Toru Nagashima)
- d8c3a25 Fix: wrap-regex doesn't work in some expression(fixes #10573) (#10576) (薛定谔的猫)
- 114f42e Docs: Clarify option defaults in max-lines-per-function docs (#10569) (Chris Harwood)
- 63f36f7 Fix: sort-keys in an object that contains spread (fixes #10261) (#10495) (katerberg)
- 601a5c4 Fix: Prefer-const rule crashing on array destructuring (fixes #10520) (#10527) (Michael Mason)
- 143890a Update: Adjust grammar of error/warnings fixable (#10546) (Matt Mischuk)
- 8ee39c5 Chore: small refactor config-validator (#10565) (薛定谔的猫)
- 100f1be Docs: add note about release issues to readme (#10572) (Teddy Katz)
- 02efeac Fix: do not fail on nested unknown operators (#10561) (Rubén Norte)
- 92b19ca Chore: use eslintrc overrides(dogfooding) (#10566) (薛定谔的猫)
- 076a6b6 Docs: add actionable fix to no-irregular-whitespace (#10558) (Matteo Collina)
- de663ec Docs: Only successfully linted files are cached (fixes #9802) (#10557) (Kevin Partington)
- f0e22fc Upgrade: globals@11.7.0 (#10497) (薛定谔的猫)
- 8a2ff2c Docs: adding a section about disable rules for some files (#10536) (Wellington Soares)
- f22a3f8 Docs: fix a word in no-implied-eval (#10539) (Dan Homola)
- 20d8bbd Docs: add missing paragraph about "custom parsers" (#10547) (Pig Fang)
- b7addf6 Update: deprecate no-catch-shadow (fixes #10466) (#10526) (Toru Nagashima)
- e862dc3 Fix: Remove autofixer for no-debugger (fixes #10242) (#10509) (Teddy Katz)
Changelog
Sourced from eslint's changelog.
v5.2.0 - July 20, 2018
- 81283d0 Update: Cache files that failed linting (fixes #9948) (#10571) (Kevin Partington)
- 13cc63e Upgrade: ignore@4.0.2 (#10619) (Rouven Weßling)
- ac77a80 Chore: Fixing a call to Object.assign.apply in Linter (#10629) (Kevin Partington)
- 761f802 Upgrade: eslint-plugin-node to 7.0.1 (#10612) (Toru Nagashima)
- c517b2a Build: fix npm run perf failing(fixes #10577) (#10607) (薛定谔的猫)
- e596939 Chore: fix redundant equality check (#10617) (Toru Nagashima)
- 9f93d5f Docs: Updated Working with Custom Formatters (fixes #9950) (#10592) (Marla Foreman)
- 9aaf195 Chore: Extract lint result cache logic (refs #9948) (#10562) (Kevin Partington)
- 80b296e Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
- e4e7ff2 Chore: fix error message in eslint-config-eslint (#10588) (薛定谔的猫)
- 1e88170 Chore: Move lib/logging and lib/timing to lib/util/ (refs #10559) (#10579) (Kevin Partington)
- 64dfa21 Build: Fix prerelease logic in blog post generation (fixes #10578) (#10581) (Kevin Partington)
- 0faf633 Chore: Simplify helper method in Linter tests (#10580) (Kevin Partington)
v5.1.0 - July 8, 2018
- 7328f99 Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
- b161f6b Build: Include prerelease install info in release blog post (#10463) (Kevin Partington)
- b2df738 Fix: prefer-object-spread duplicated comma (fixes #10512, fixes #10532) (#10524) (Toru Nagashima)
- d8c3a25 Fix: wrap-regex doesn't work in some expression(fixes #10573) (#10576) (薛定谔的猫)
- 114f42e Docs: Clarify option defaults in max-lines-per-function docs (#10569) (Chris Harwood)
- 63f36f7 Fix: sort-keys in an object that contains spread (fixes #10261) (#10495) (katerberg)
- 601a5c4 Fix: Prefer-const rule crashing on array destructuring (fixes #10520) (#10527) (Michael Mason)
- 143890a Update: Adjust grammar of error/warnings fixable (#10546) (Matt Mischuk)
- 8ee39c5 Chore: small refactor config-validator (#10565) (薛定谔的猫)
- 100f1be Docs: add note about release issues to readme (#10572) (Teddy Katz)
- 02efeac Fix: do not fail on nested unknown operators (#10561) (Rubén Norte)
- 92b19ca Chore: use eslintrc overrides(dogfooding) (#10566) (薛定谔的猫)
- 076a6b6 Docs: add actionable fix to no-irregular-whitespace (#10558) (Matteo Collina)
- de663ec Docs: Only successfully linted files are cached (fixes #9802) (#10557) (Kevin Partington)
- f0e22fc Upgrade: globals@11.7.0 (#10497) (薛定谔的猫)
- 8a2ff2c Docs: adding a section about disable rules for some files (#10536) (Wellington Soares)
- f22a3f8 Docs: fix a word in no-implied-eval (#10539) (Dan Homola)
- 20d8bbd Docs: add missing paragraph about "custom parsers" (#10547) (Pig Fang)
- b7addf6 Update: deprecate no-catch-shadow (fixes #10466) (#10526) (Toru Nagashima)
- e862dc3 Fix: Remove autofixer for no-debugger (fixes #10242) (#10509) (Teddy Katz)
Commits
-
a9c678b
5.2.0 -
8370a31
Build: changelog update for 5.2.0 -
81283d0
Update: Cache files that failed linting (fixes #9948) (#10571) -
13cc63e
Upgrade: ignore@4.0.2 (#10619) -
ac77a80
Chore: Fixing a call to Object.assign.apply in Linter (#10629) -
761f802
Upgrade: eslint-plugin-node to 7.0.1 (#10612) -
c517b2a
Build: fix npm run perf failing(fixes #10577) (#10607) -
e596939
Chore: fix redundant equality check (#10617) -
9f93d5f
Docs: Updated Working with Custom Formatters (fixes #9950) (#10592) -
9aaf195
Chore: Extract lint result cache logic (refs #9948) (#10562) - 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 merge
will merge this PR after your CI passes on it -
@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 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.