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

[js] Upgrade eslint to version 5.10.0 #230

Merged
merged 2 commits into from Dec 12, 2018

Conversation

Projects
None yet
2 participants
@depfu
Contributor

depfu bot commented Dec 11, 2018

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ eslint (^3.19.0 → ^5.10.0) · Repo · Changelog

Release Notes

5.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)
Commits

See the full diff on Github. The new version differs by 27 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Dec 11, 2018

@codecov-io

This comment has been minimized.

codecov-io commented Dec 11, 2018

Codecov Report

Merging #230 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   92.49%   92.49%           
=======================================
  Files          35       35           
  Lines         533      533           
=======================================
  Hits          493      493           
  Misses         40       40

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07df9f4...00b1422. Read the comment docs.

@ruebot

ruebot approved these changes Dec 12, 2018

Updated, and tested locally.

@ruebot ruebot merged commit 286e0f5 into master Dec 12, 2018

3 checks passed

codecov/patch Coverage not affected when comparing 07df9f4...00b1422
Details
codecov/project 92.49% remains the same compared to 07df9f4
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@depfu depfu bot deleted the depfu/update/npm/eslint-5.10.0 branch Dec 12, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment