Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up[js] Upgrade eslint to version 5.10.0 #230
Conversation
depfu
bot
added
the
depfu
label
Dec 11, 2018
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Dec 11, 2018
•
Codecov Report
@@ 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.
|
ruebot
merged commit 286e0f5
into
master
Dec 12, 2018
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
depfu bot commentedDec 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?
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 validatedefault
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:
5.10.0
Build: changelog update for 5.10.0
Upgrade: single- and multiline const, let, var statements (fixes #10721) (#10919)
Update: space-infix-ops reports violating operator (#10934)
Fix: Update all-files-ignored.txt message to be less confusing (#11075)
Docs: Clarify the CLIEngine options (#10995)
Chore: refactor template literal feature detection in 'quotes' rule (#11125)
Fix: fix the fixer of lone comma with comments (fixes #10632) (#11154)
Upgrade: Espree v5.0.0 (#11161)
Update: deprecate valid-jsdoc and require-jsdoc (#11145)
Docs: Update issue templates (#11163)
Docs: Fix link to rule no-useless-rename (#11165)
Update: Amend keyword-spacing to validate `default` keywords (#11097)
Chore: fix some jsdoc-related issues (#11148)
Docs: fix typo in issue-templates/new-rule (#11149)
Chore: Remove dependency on is-resolvable (#11128)
Chore: Move ignored-paths, report-translator to lib/util (refs #10559) (#11116)
Fix: Do not strip underscores in camelcase allow (fixes #11000) (#11001)
Docs: (Grammar) "the setup" -> "to set up" (#11117)
Fix: Typo in function comment parameters (#11111)
Docs: switch incorrect example with correct one (#11107)
Docs: no-console#When-Not-To-Use provides incorrect rule snippet (#11093)
Chore: Extract config comment parsing (#11091)
Build: fix test failure on Node 11 (#11100)
Update: don't indent leading semi in line after import (fixes #11082) (#11085)
Chore: refactor linter#parseBooleanConfig to improve readability (#11074)
Upgrade: eslint-release@1.2.0 (#11073)
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