new-issue
new-issue copied to clipboard
Update eslint: 5.15.1 → 5.16.0 (minor)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (5.15.1 → 5.16.0) · Repo · Changelog
Release Notes
5.16.0
dfef227Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)c06d38cFix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)87a5c03Docs:func-style: clarify whenallowArrowFunctionsis used (#11548) (Oliver Joseph Ash)bc3e427Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)b452f27Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)afe3d25Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)4fe7eb7Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)f16af43Chore: fix formatters/table test (#11534) (Toru Nagashima)78358a8Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
5.15.3
5.15.2
29dbca7Fix: implicit-arrow-linebreak adds extra characters (fixes #11268) (#11407) (Mark de Dios)5d2083fUpgrade: [email protected] (#11513) (Teddy Katz)a5dae7cFix: Empty glob pattern incorrectly expands to "/**" (#11476) (Ben Chauvette)448e8daChore: improve crash reporting (fixes #11304) (#11463) (Alex Zherdev)0f56dc6Chore: make config validator params more consistent (#11435) (薛定谔的猫)d6c1122Docs: Add working groups to maintainer guide (#11400) (Nicholas C. Zakas)5fdb4d3Build: compile deps to ES5 when generating browser file (fixes #11504) (#11505) (Teddy Katz)06fa165Build: update CI testing configuration (#11500) (Reece Dunham)956e883Docs: Fix example in no-restricted-modules docs (#11454) (Paul O’Shannessy)2c7431dDocs: fix json schema example dead link (#11498) (kazuya kawaguchi)e7266c2Docs: Fix invalid JSON in "Specifying Parser Options" (#11492) (Mihira Jayasekera)6693161Sponsors: Sync README with website (ESLint Jenkins)62fee4aChore: eslint-config-eslint enable comma-dangle functions: "never" (#11434) (薛定谔的猫)34a5382Build: copy bundled espree to website directory (#11478) (Pig Fang)f078f9aChore: use "file:" dependencies for internal rules/config (#11465) (Teddy Katz)0756128Docs: Addvisualstudioto formatter list (#11480) (Patrick Eriksson)44de9d7Docs: Fix typo in func-name-matching rule docs (#11484) (Iulian Onofrei)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
5.16.0Build: changelog update for 5.16.0Build: gensite passes rulesMeta to formatter rendering (#11567)Fix: Allow HTML formatter to handle no meta data (#11566)Docs: `func-style`: clarify when `allowArrowFunctions` is used (#11548)Update: pass rule meta to formatters RFC 10 (#11551)Chore: Update README to pull in reviewer data (#11506)Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)Chore: use nyc instead of istanbul (#11532)Chore: fix formatters/table test (#11534)Docs: fix duplicate punctuation in CLI docs (#11528)5.15.3Build: changelog update for 5.15.3Fix: avoid moving comments in implicit-arrow-linebreak (fixes #11521) (#11522)Chore: make test-case-property-ordering reasonable (#11511)5.15.2Build: changelog update for 5.15.2Fix: implicit-arrow-linebreak adds extra characters (fixes #11268) (#11407)Upgrade: [email protected] (#11513)Fix: Empty glob pattern incorrectly expands to "/**" (#11476)Chore: improve crash reporting (fixes #11304) (#11463)Chore: make config validator params more consistent (#11435)Docs: Add working groups to maintainer guide (#11400)Build: compile deps to ES5 when generating browser file (fixes #11504) (#11505)Build: update CI testing configuration (#11500)Docs: Fix example in no-restricted-modules docs (#11454)Docs: fix json schema example dead link (#11498)Docs: Fix invalid JSON in "Specifying Parser Options" (#11492)Sponsors: Sync README with websiteChore: eslint-config-eslint enable comma-dangle functions: "never" (#11434)Build: copy bundled espree to website directory (#11478)Chore: use "file:" dependencies for internal rules/config (#11465)Docs: Add `visualstudio` to formatter list (#11480)Docs: Fix typo in func-name-matching rule docs (#11484)
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 close
- Closes this PR and deletes the branch
- @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)