Skip to content

Bump eslint from 5.2.0 to 5.3.0

TTtie requested to merge dependabot/npm_and_yarn/eslint-5.3.0 into master

Created by: dependabot-preview[bot]

Bumps eslint from 5.2.0 to 5.3.0.

Release notes

Sourced from eslint's releases.

v5.3.0

  • dd6cb19 Docs: Updated no-return-await Rule Documentation (fixes #9695) (#10699) (Marla Foreman)
  • 6009239 Chore: rename utils for consistency (#10727) (薛定谔的猫)
  • 6eb972c New: require-unicode-regexp rule (fixes #9961) (#10698) (Toru Nagashima)
  • 5c5d64d Fix: ignored-paths for Windows path (fixes #10687) (#10691) (Toru Nagashima)
  • 5f6a765 Build: ensure URL fragments remain in documentation links (fixes #10717) (#10720) (Teddy Katz)
  • 863aa78 Docs: add another example for when not to use no-await-in-loop (#10714) (Valeri Karpov)
  • 6e78b7d Docs: remove links to terminated jscs.info domain (#10706) (Piotr Kuczynski)
  • d56c39d Fix: ESLint cache no longer stops autofix (fixes #10679) (#10694) (Kevin Partington)
  • 2cc3240 New: add no-misleading-character-class (fixes #10049) (#10511) (Toru Nagashima)
  • 877f4b8 Fix: The "../.." folder is always ignored (fixes #10675) (#10682) (Sridhar)
  • 5984820 Chore: Move lib/file-finder.js to lib/util/ (refs #10559) (#10695) (Kevin Partington)
  • e37a593 Update: Fix incorrect default value for position (#10670) (Iulian Onofrei)
  • 8084bfc Docs: change when not to use object spread (#10621) (Benny Powers)
  • 7f496e2 Chore: Update require path for ast-utils (#10693) (Kevin Partington)
  • 648a33a Chore: reorganize code structure of utilities (refs #10599) (#10680) (薛定谔的猫)
  • f026fe1 Update: Fix 'function' in padding-line-between-statements (fixes #10487) (#10676) (Kevin Partington)
  • c2bb8bb Docs: Remove superfluous object option sample code (#10652) (Iulian Onofrei)
  • d34a13b Docs: add subheader in configuring/configuring-rules (#10686) (薛定谔的猫)
  • d8aea28 Chore: rm unnecessary plugin in eslint-config-eslint (#10685) (薛定谔的猫)
  • 9e76be7 Update: indent comments w/ nearby code if no blank lines (fixes #9733) (#10640) (Kevin Partington)
  • 9e93d46 New: add no-async-promise-executor rule (fixes #10217) (#10661) (Teddy Katz)
  • 5a2538c New: require-atomic-updates rule (fixes #10405) (#10655) (Teddy Katz)
  • 8b83d2b Fix: always resolve default ignore patterns from CWD (fixes #9227) (#10638) (Teddy Katz)
  • acb6658 Fix: ESLint crash with prefer-object-spread (fixes #10646) (#10649) (薛定谔的猫)
  • 99fb7d3 Docs: fix misleading no-prototype-builtins description (#10666) (薛定谔的猫)
  • 005b849 Docs: fix outdated description of baseConfig option (#10657) (Teddy Katz)
  • 15a77c4 Docs: fix broken links (fixes eslint/eslint-jp#6) (#10658) (Toru Nagashima)
  • 87cd344 Docs: Make marking a default option consistent with other rules (#10650) (Iulian Onofrei)
  • 0cb5e3e Chore: Replace some function application with spread operators (#10645) (Kevin Partington)
  • b6daf0e Docs: Remove superfluous section from no-unsafe-negation (#10648) (Iulian Onofrei)
  • e1a3cac Chore: rm deprecated experimentalObjectRestSpread option in tests (#10647) (薛定谔的猫)
Changelog

Sourced from eslint's changelog.

v5.3.0 - August 3, 2018

  • dd6cb19 Docs: Updated no-return-await Rule Documentation (fixes #9695) (#10699) (Marla Foreman)
  • 6009239 Chore: rename utils for consistency (#10727) (薛定谔的猫)
  • 6eb972c New: require-unicode-regexp rule (fixes #9961) (#10698) (Toru Nagashima)
  • 5c5d64d Fix: ignored-paths for Windows path (fixes #10687) (#10691) (Toru Nagashima)
  • 5f6a765 Build: ensure URL fragments remain in documentation links (fixes #10717) (#10720) (Teddy Katz)
  • 863aa78 Docs: add another example for when not to use no-await-in-loop (#10714) (Valeri Karpov)
  • 6e78b7d Docs: remove links to terminated jscs.info domain (#10706) (Piotr Kuczynski)
  • d56c39d Fix: ESLint cache no longer stops autofix (fixes #10679) (#10694) (Kevin Partington)
  • 2cc3240 New: add no-misleading-character-class (fixes #10049) (#10511) (Toru Nagashima)
  • 877f4b8 Fix: The "../.." folder is always ignored (fixes #10675) (#10682) (Sridhar)
  • 5984820 Chore: Move lib/file-finder.js to lib/util/ (refs #10559) (#10695) (Kevin Partington)
  • e37a593 Update: Fix incorrect default value for position (#10670) (Iulian Onofrei)
  • 8084bfc Docs: change when not to use object spread (#10621) (Benny Powers)
  • 7f496e2 Chore: Update require path for ast-utils (#10693) (Kevin Partington)
  • 648a33a Chore: reorganize code structure of utilities (refs #10599) (#10680) (薛定谔的猫)
  • f026fe1 Update: Fix 'function' in padding-line-between-statements (fixes #10487) (#10676) (Kevin Partington)
  • c2bb8bb Docs: Remove superfluous object option sample code (#10652) (Iulian Onofrei)
  • d34a13b Docs: add subheader in configuring/configuring-rules (#10686) (薛定谔的猫)
  • d8aea28 Chore: rm unnecessary plugin in eslint-config-eslint (#10685) (薛定谔的猫)
  • 9e76be7 Update: indent comments w/ nearby code if no blank lines (fixes #9733) (#10640) (Kevin Partington)
  • 9e93d46 New: add no-async-promise-executor rule (fixes #10217) (#10661) (Teddy Katz)
  • 5a2538c New: require-atomic-updates rule (fixes #10405) (#10655) (Teddy Katz)
  • 8b83d2b Fix: always resolve default ignore patterns from CWD (fixes #9227) (#10638) (Teddy Katz)
  • acb6658 Fix: ESLint crash with prefer-object-spread (fixes #10646) (#10649) (薛定谔的猫)
  • 99fb7d3 Docs: fix misleading no-prototype-builtins description (#10666) (薛定谔的猫)
  • 005b849 Docs: fix outdated description of baseConfig option (#10657) (Teddy Katz)
  • 15a77c4 Docs: fix broken links (fixes eslint/eslint-jp#6) (#10658) (Toru Nagashima)
  • 87cd344 Docs: Make marking a default option consistent with other rules (#10650) (Iulian Onofrei)
  • 0cb5e3e Chore: Replace some function application with spread operators (#10645) (Kevin Partington)
  • b6daf0e Docs: Remove superfluous section from no-unsafe-negation (#10648) (Iulian Onofrei)
  • e1a3cac Chore: rm deprecated experimentalObjectRestSpread option in tests (#10647) (薛定谔的猫)
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 merge will merge this PR after your CI passes on it
  • @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 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