Skip to content

Bump eslint from 5.6.1 to 5.9.0

Bucknell, Mary S. requested to merge dependabot/npm_and_yarn/eslint-5.9.0 into master

Created by: dependabot-preview[bot]

Bumps eslint from 5.6.1 to 5.9.0.

Release notes

Sourced from eslint's releases.

v5.9.0

  • 9436712 Fix: Unused recursive function expressions (fixes #10982) (#11032) (Sergei Startsev)
  • c832cd5 Update: add ignoreDestructuring option to id-match rule (#10554) (一名宅。)
  • 54687a8 Fix: prefer-const autofix multiline assignment (fixes #10582) (#10987) (Scott Stern)
  • ae2b61d Update: "off" options for "space-before-blocks" (refs #10906) (#10907) (Sophie Kirschner)
  • 57f357e Docs: Update require-await docs with exception (fixes #9540) (#11063) (Nicholas C. Zakas)
  • 79a27976 Update: no-restricted-imports to check re-export (fixes #9678) (#11064) (Nicholas C. Zakas)
  • 3dd7493 Docs: update ecmaVersion to include 2019/10 values (#11059) (Vse Mozhet Byt)
  • 607635d Upgrade: eslint-plugin-node & eslint-plugin (#11067) (薛定谔的猫)
  • dcc6233 Fix: Ignore empty statements in no-unreachable (fixes #9081) (#11058) (Nicholas C. Zakas)
  • 7ad86de New: Add --fix-type option to CLI (fixes #10855) (#10912) (Nicholas C. Zakas)
  • 0800b20 Chore: fix invalid super() calls in tests (#11054) (Teddy Katz)
  • 4fe3287 Docs: Cross-reference two rules (refs #11041) (#11042) (Paul Melnikow)
  • 5525eb6 Fix: rule deprecation warnings did not consider all rules (#11044) (Teddy Katz)
  • 44d37ca Docs: Update steps for adding new TSC member (#11038) (Nicholas C. Zakas)
  • 802e926 Update: Warn for deprecation in Node output (fixes #7443) (#10953) (Colin Chang)

v5.8.0

  • 9152417 Fix: deprecation warning in RuleTester using Node v11 (#11009) (Teddy Katz)
  • e349a03 Docs: Update issue templates to ask for PRs (#11012) (Nicholas C. Zakas)
  • 3d88b38 Chore: avoid using legacy report API in no-irregular-whitespace (#11013) (Teddy Katz)
  • 5a31a92 Build: compile espree's deps to ES5 when generating site (fixes #11014) (#11015) (Teddy Katz)
  • 3943635 Update: Create Linter.version API (fixes #9271) (#11010) (Nicholas C. Zakas)
  • a940cf4 Docs: Mention version for config glob patterns (fixes #8793) (Nicholas C. Zakas)
  • 6e1c530 Build: run tests on Node 11 (#11008) (Teddy Katz)
  • 58ff359 Docs: add instructions for npm 2FA (refs #10631) (#10992) (Teddy Katz)
  • 2f87bb3 Upgrade: eslint-release@1.0.0 (refs #10631) (#10991) (Teddy Katz)
  • 57ef0fd Fix: prefer-const when using destructuring assign (fixes #8308) (#10924) (Nicholas C. Zakas)
  • 577cbf1 Chore: Add typescript-specific edge case tests to space-infix-ops (#10986) (Bence Dányi)
  • d45b184 Chore: Using deconstruction assignment for shelljs (#10974) (ZYSzys)

v5.7.0

  • 6cb63fd Update: Add iife to padding-line-between-statements (fixes #10853) (#10916) (Kevin Partington)
  • 5fd1bda Update: no-tabs allowIndentationTabs option (fixes #10256) (#10925) (Kevin Partington)
  • d12be69 Fix: no-extra-bind No autofix if arg may have side effect (fixes #10846) (#10918) (Kevin Partington)
  • 847372f Fix: no-unused-vars false pos. with markVariableAsUsed (fixes #10952) (#10954) (Roy Sutton)
  • 4132de7 Chore: Simplify space-infix-ops (#10935) (Bence Dányi)
  • 543edfa Fix: Fix error with one-var (fixes #10937) (#10938) (Justin Krup)
  • 95c4cb1 Docs: Fix typo for no-unsafe-finally (#10945) (Sergio Santoro)
  • 5fe0e1a Fix: no-invalid-regexp disallows \ at end of pattern (fixes #10861) (#10920) (Toru Nagashima)
  • f85547a Docs: Add 'When Not To Use' section to space-infix-ops (#10931) (Bence Dányi)
  • 3dccac4 Docs: Update working-with-parsers link (#10929) (Azeem Bande-Ali)
  • 557a8bb Docs: Remove old note about caching, add a new one (fixes #10739) (#10913) (Zac)
  • fe8111a Chore: Add more test cases to space-infix-ops (#10936) (Bence Dányi)
  • 066f7e0 Update: camelcase rule ignoreList added (#10783) (Julien Martin)
  • 70bde69 Upgrade: table to version 5 (#10903) (Rouven Weßling)
  • 2e52bca Chore: Update issue templates (#10900) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v5.9.0 - November 9, 2018

  • 9436712 Fix: Unused recursive function expressions (fixes #10982) (#11032) (Sergei Startsev)
  • c832cd5 Update: add ignoreDestructuring option to id-match rule (#10554) (一名宅。)
  • 54687a8 Fix: prefer-const autofix multiline assignment (fixes #10582) (#10987) (Scott Stern)
  • ae2b61d Update: "off" options for "space-before-blocks" (refs #10906) (#10907) (Sophie Kirschner)
  • 57f357e Docs: Update require-await docs with exception (fixes #9540) (#11063) (Nicholas C. Zakas)
  • 79a2797 Update: no-restricted-imports to check re-export (fixes #9678) (#11064) (Nicholas C. Zakas)
  • 3dd7493 Docs: update ecmaVersion to include 2019/10 values (#11059) (Vse Mozhet Byt)
  • 607635d Upgrade: eslint-plugin-node & eslint-plugin (#11067) (薛定谔的猫)
  • dcc6233 Fix: Ignore empty statements in no-unreachable (fixes #9081) (#11058) (Nicholas C. Zakas)
  • 7ad86de New: Add --fix-type option to CLI (fixes #10855) (#10912) (Nicholas C. Zakas)
  • 0800b20 Chore: fix invalid super() calls in tests (#11054) (Teddy Katz)
  • 4fe3287 Docs: Cross-reference two rules (refs #11041) (#11042) (Paul Melnikow)
  • 5525eb6 Fix: rule deprecation warnings did not consider all rules (#11044) (Teddy Katz)
  • 44d37ca Docs: Update steps for adding new TSC member (#11038) (Nicholas C. Zakas)
  • 802e926 Update: Warn for deprecation in Node output (fixes #7443) (#10953) (Colin Chang)

v5.8.0 - October 26, 2018

  • 9152417 Fix: deprecation warning in RuleTester using Node v11 (#11009) (Teddy Katz)
  • e349a03 Docs: Update issue templates to ask for PRs (#11012) (Nicholas C. Zakas)
  • 3d88b38 Chore: avoid using legacy report API in no-irregular-whitespace (#11013) (Teddy Katz)
  • 5a31a92 Build: compile espree's deps to ES5 when generating site (fixes #11014) (#11015) (Teddy Katz)
  • 3943635 Update: Create Linter.version API (fixes #9271) (#11010) (Nicholas C. Zakas)
  • a940cf4 Docs: Mention version for config glob patterns (fixes #8793) (Nicholas C. Zakas)
  • 6e1c530 Build: run tests on Node 11 (#11008) (Teddy Katz)
  • 58ff359 Docs: add instructions for npm 2FA (refs #10631) (#10992) (Teddy Katz)
  • 2f87bb3 Upgrade: eslint-release@1.0.0 (refs #10631) (#10991) (Teddy Katz)
  • 57ef0fd Fix: prefer-const when using destructuring assign (fixes #8308) (#10924) (Nicholas C. Zakas)
  • 577cbf1 Chore: Add typescript-specific edge case tests to space-infix-ops (#10986) (Bence Dányi)
  • d45b184 Chore: Using deconstruction assignment for shelljs (#10974) (ZYSzys)

v5.7.0 - October 12, 2018

  • 6cb63fd Update: Add iife to padding-line-between-statements (fixes #10853) (#10916) (Kevin Partington)
  • 5fd1bda Update: no-tabs allowIndentationTabs option (fixes #10256) (#10925) (Kevin Partington)
  • d12be69 Fix: no-extra-bind No autofix if arg may have side effect (fixes #10846) (#10918) (Kevin Partington)
  • 847372f Fix: no-unused-vars false pos. with markVariableAsUsed (fixes #10952) (#10954) (Roy Sutton)
  • 4132de7 Chore: Simplify space-infix-ops (#10935) (Bence Dányi)
  • 543edfa Fix: Fix error with one-var (fixes #10937) (#10938) (Justin Krup)
  • 95c4cb1 Docs: Fix typo for no-unsafe-finally (#10945) (Sergio Santoro)
  • 5fe0e1a Fix: no-invalid-regexp disallows \ at end of pattern (fixes #10861) (#10920) (Toru Nagashima)
  • f85547a Docs: Add 'When Not To Use' section to space-infix-ops (#10931) (Bence Dányi)
  • 3dccac4 Docs: Update working-with-parsers link (#10929) (Azeem Bande-Ali)
  • 557a8bb Docs: Remove old note about caching, add a new one (fixes #10739) (#10913) (Zac)
  • fe8111a Chore: Add more test cases to space-infix-ops (#10936) (Bence Dányi)
  • 066f7e0 Update: camelcase rule ignoreList added (#10783) (Julien Martin)
  • 70bde69 Upgrade: table to version 5 (#10903) (Rouven Weßling)
  • 2e52bca Chore: Update issue templates (#10900) (Nicholas C. Zakas)
... (truncated)
Commits

Dependabot compatibility score

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 cancel merge will cancel a previously requested merge
  • @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.

Merge request reports