Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint from 5.6.1 to 5.11.0 #34

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps eslint from 5.6.1 to 5.11.0.

Release notes

Sourced from eslint's releases.

v5.11.0

  • b4395f6 New: add option first for VariableDeclarator in indent (fixes #8976) (#11193) (Pig Fang)
  • 2b5a602 New: no-useless-catch rule (fixes #11174) (#11198) (Alexander Grasley)
  • 06b3b5b Fix: Account for comments in implicit-arrow-linebreak (#10545) (Mark de Dios)
  • 4242314 Update: handle computed properties in camelcase (fixes #11084) (#11113) (Bence Dányi)
  • 1009304 Docs: add a note for no-unused-expressions (fixes #11169) (#11192) (Pig Fang)
  • 88f99d3 Docs: clarify how to use configs in plugins (#11199) (Kai Cataldo)
  • bcf558b Docs: Clarify the no-unused-vars docs (#11195) (Jed Fox)
  • a470eb7 Docs: Fix no-irregular-whitespace description (#11196) (Jed Fox)
  • 8abc8af Docs: Remove a misleading example (#11204) (Bogdan Gradinariu)
  • 733d936 Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc (#11191) (Nathan Diddle)
  • d5eb108 Docs: Ensure triage label is added to new issues (#11182) (Teddy Katz)
  • 617a287 Docs: add missing deprecation notices for jsdoc rules (#11171) (Teddy Katz)

v5.10.0

  • 4b0f517 Upgrade: single- and multiline const, let, var statements (fixes #10721) (#10919) (Tom Panier)
  • 9666aba Update: space-infix-ops reports violating operator (#10934) (Bence Dányi)
  • c14f717 Fix: Update all-files-ignored.txt message to be less confusing (#11075) (z.ky)
  • 9f3573d Docs: Clarify the CLIEngine options (#10995) (Ed Morley)
  • dd7b0cb Chore: refactor template literal feature detection in 'quotes' rule (#11125) (Bryan)
  • 3bf0332 Fix: fix the fixer of lone comma with comments (fixes #10632) (#11154) (Pig Fang)
  • f850726 Upgrade: Espree v5.0.0 (#11161) (Kai Cataldo)
  • 4490d7a Update: deprecate valid-jsdoc and require-jsdoc (#11145) (Teddy Katz)
  • 60dfb6c Docs: Update issue templates (#11163) (Teddy Katz)
  • 958987a Docs: Fix link to rule no-useless-rename (#11165) (Brian)
  • 62fd2b9 Update: Amend keyword-spacing to validate default keywords (#11097) (Bin Ury)
  • 4bcdfd0 Chore: fix some jsdoc-related issues (#11148) (薛定谔的猫)
  • c6471ed Docs: fix typo in issue-templates/new-rule (#11149) (薛定谔的猫)
  • 5d451c5 Chore: Remove dependency on is-resolvable (#11128) (Matt Grande)
  • bc50dc7 Chore: Move ignored-paths, report-translator to lib/util (refs #10559) (#11116) (Kevin Partington)
  • c0a80d0 Fix: Do not strip underscores in camelcase allow (fixes #11000) (#11001) (Luke Page)
  • a675c89 Docs: (Grammar) "the setup" -> "to set up" (#11117) (MarvinJWendt)
  • 54dfa60 Fix: Typo in function comment parameters (#11111) (Pierre Maoui)
  • cf296bd Docs: switch incorrect example with correct one (#11107) (Romain Le Quellec)
  • d2d500c Docs: no-console#When-Not-To-Use provides incorrect rule snippet (#11093) (Lawrence Chou)
  • f394a1d Chore: Extract config comment parsing (#11091) (Nicholas C. Zakas)
  • 709190f Build: fix test failure on Node 11 (#11100) (Teddy Katz)
  • 3025cdd Update: don't indent leading semi in line after import (fixes #11082) (#11085) (Pig Fang)
  • e18c827 Chore: refactor linter#parseBooleanConfig to improve readability (#11074) (薛定谔的猫)
  • 5da378a Upgrade: eslint-release@1.2.0 (#11073) (Teddy Katz)

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) (薛定谔的猫)
... (truncated)
Changelog

Sourced from eslint's changelog.

v5.11.0 - December 22, 2018

  • b4395f6 New: add option first for VariableDeclarator in indent (fixes #8976) (#11193) (Pig Fang)
  • 2b5a602 New: no-useless-catch rule (fixes #11174) (#11198) (Alexander Grasley)
  • 06b3b5b Fix: Account for comments in implicit-arrow-linebreak (#10545) (Mark de Dios)
  • 4242314 Update: handle computed properties in camelcase (fixes #11084) (#11113) (Bence Dányi)
  • 1009304 Docs: add a note for no-unused-expressions (fixes #11169) (#11192) (Pig Fang)
  • 88f99d3 Docs: clarify how to use configs in plugins (#11199) (Kai Cataldo)
  • bcf558b Docs: Clarify the no-unused-vars docs (#11195) (Jed Fox)
  • a470eb7 Docs: Fix no-irregular-whitespace description (#11196) (Jed Fox)
  • 8abc8af Docs: Remove a misleading example (#11204) (Bogdan Gradinariu)
  • 733d936 Docs: link to JSDoc EOL blogpost in valid-jsdoc and require-jsdoc (#11191) (Nathan Diddle)
  • d5eb108 Docs: Ensure triage label is added to new issues (#11182) (Teddy Katz)
  • 617a287 Docs: add missing deprecation notices for jsdoc rules (#11171) (Teddy Katz)

v5.10.0 - December 8, 2018

  • 4b0f517 Upgrade: single- and multiline const, let, var statements (fixes #10721) (#10919) (Tom Panier)
  • 9666aba Update: space-infix-ops reports violating operator (#10934) (Bence Dányi)
  • c14f717 Fix: Update all-files-ignored.txt message to be less confusing (#11075) (z.ky)
  • 9f3573d Docs: Clarify the CLIEngine options (#10995) (Ed Morley)
  • dd7b0cb Chore: refactor template literal feature detection in 'quotes' rule (#11125) (Bryan)
  • 3bf0332 Fix: fix the fixer of lone comma with comments (fixes #10632) (#11154) (Pig Fang)
  • f850726 Upgrade: Espree v5.0.0 (#11161) (Kai Cataldo)
  • 4490d7a Update: deprecate valid-jsdoc and require-jsdoc (#11145) (Teddy Katz)
  • 60dfb6c Docs: Update issue templates (#11163) (Teddy Katz)
  • 958987a Docs: Fix link to rule no-useless-rename (#11165) (Brian)
  • 62fd2b9 Update: Amend keyword-spacing to validate default keywords (#11097) (Bin Ury)
  • 4bcdfd0 Chore: fix some jsdoc-related issues (#11148) (薛定谔的猫)
  • c6471ed Docs: fix typo in issue-templates/new-rule (#11149) (薛定谔的猫)
  • 5d451c5 Chore: Remove dependency on is-resolvable (#11128) (Matt Grande)
  • bc50dc7 Chore: Move ignored-paths, report-translator to lib/util (refs #10559) (#11116) (Kevin Partington)
  • c0a80d0 Fix: Do not strip underscores in camelcase allow (fixes #11000) (#11001) (Luke Page)
  • a675c89 Docs: (Grammar) "the setup" -> "to set up" (#11117) (MarvinJWendt)
  • 54dfa60 Fix: Typo in function comment parameters (#11111) (Pierre Maoui)
  • cf296bd Docs: switch incorrect example with correct one (#11107) (Romain Le Quellec)
  • d2d500c Docs: no-console#When-Not-To-Use provides incorrect rule snippet (#11093) (Lawrence Chou)
  • f394a1d Chore: Extract config comment parsing (#11091) (Nicholas C. Zakas)
  • 709190f Build: fix test failure on Node 11 (#11100) (Teddy Katz)
  • 3025cdd Update: don't indent leading semi in line after import (fixes #11082) (#11085) (Pig Fang)
  • e18c827 Chore: refactor linter#parseBooleanConfig to improve readability (#11074) (薛定谔的猫)
  • 5da378a Upgrade: eslint-release@1.2.0 (#11073) (Teddy Katz)

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)
... (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.

Bumps [eslint](https://github.com/eslint/eslint) from 5.6.1 to 5.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v5.6.1...v5.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 24, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 120

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.002%

Totals Coverage Status
Change from base Build 92: 0.0%
Covered Lines: 351
Relevant Lines: 354

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 120

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.002%

Totals Coverage Status
Change from base Build 92: 0.0%
Covered Lines: 351
Relevant Lines: 354

💛 - Coveralls

@dependabot-preview
Copy link
Contributor Author

Superseded by #35.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-5.11.0 branch December 27, 2018 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants