An in-range update of eslint is breaking the build ๐จ
greenkeeper opened this issue ยท 3 comments
The devDependency eslint was updated from 5.15.1
to 5.15.2
.
๐จ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- โ Travis CI - Branch: The build errored.
Release Notes for v5.15.2
29dbca7
Fix: implicit-arrow-linebreak adds extra characters (fixes #11268) (#11407) (Mark de Dios)5d2083f
Upgrade: eslint-scope@4.0.3 (#11513) (Teddy Katz)a5dae7c
Fix: Empty glob pattern incorrectly expands to "/**" (#11476) (Ben Chauvette)448e8da
Chore: improve crash reporting (fixes #11304) (#11463) (Alex Zherdev)0f56dc6
Chore: make config validator params more consistent (#11435) (่ๅฎ่ฐ็็ซ)d6c1122
Docs: Add working groups to maintainer guide (#11400) (Nicholas C. Zakas)5fdb4d3
Build: compile deps to ES5 when generating browser file (fixes #11504) (#11505) (Teddy Katz)06fa165
Build: update CI testing configuration (#11500) (Reece Dunham)956e883
Docs: Fix example in no-restricted-modules docs (#11454) (Paul OโShannessy)2c7431d
Docs: fix json schema example dead link (#11498) (kazuya kawaguchi)e7266c2
Docs: Fix invalid JSON in "Specifying Parser Options" (#11492) (Mihira Jayasekera)6693161
Sponsors: Sync README with website (ESLint Jenkins)62fee4a
Chore: eslint-config-eslint enable comma-dangle functions: "never" (#11434) (่ๅฎ่ฐ็็ซ)34a5382
Build: copy bundled espree to website directory (#11478) (Pig Fang)f078f9a
Chore: use "file:" dependencies for internal rules/config (#11465) (Teddy Katz)0756128
Docs: Addvisualstudio
to formatter list (#11480) (Patrick Eriksson)44de9d7
Docs: Fix typo in func-name-matching rule docs (#11484) (Iulian Onofrei)
Commits
The new version differs by 19 commits.
f354770
5.15.2
cada7a1
Build: changelog update for 5.15.2
29dbca7
Fix: implicit-arrow-linebreak adds extra characters (fixes #11268) (#11407)
5d2083f
Upgrade: eslint-scope@4.0.3 (#11513)
a5dae7c
Fix: Empty glob pattern incorrectly expands to "/**" (#11476)
448e8da
Chore: improve crash reporting (fixes #11304) (#11463)
0f56dc6
Chore: make config validator params more consistent (#11435)
d6c1122
Docs: Add working groups to maintainer guide (#11400)
5fdb4d3
Build: compile deps to ES5 when generating browser file (fixes #11504) (#11505)
06fa165
Build: update CI testing configuration (#11500)
956e883
Docs: Fix example in no-restricted-modules docs (#11454)
2c7431d
Docs: fix json schema example dead link (#11498)
e7266c2
Docs: Fix invalid JSON in "Specifying Parser Options" (#11492)
6693161
Sponsors: Sync README with website
62fee4a
Chore: eslint-config-eslint enable comma-dangle functions: "never" (#11434)
There are 19 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donโt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot ๐ด
After pinning to 5.15.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
eslint was updated from5.15.2
to5.15.3
.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v5.15.3
- The
devDependency
eslint was updated from5.15.3
to5.16.0
.
Your tests are passing again with this update. Explicitly upgrade to this version ๐
Release Notes for v5.16.0
dfef227
Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)c06d38c
Fix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)87a5c03
Docs:func-style
: clarify whenallowArrowFunctions
is used (#11548) (Oliver Joseph Ash)bc3e427
Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)b452f27
Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)afe3d25
Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)4fe7eb7
Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)f16af43
Chore: fix formatters/table test (#11534) (Toru Nagashima)78358a8
Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Commits
The new version differs by 15 commits.
ded2f94
5.16.0
ea36e13
Build: changelog update for 5.16.0
dfef227
Build: gensite passes rulesMeta to formatter rendering (#11567)
c06d38c
Fix: Allow HTML formatter to handle no meta data (#11566)
87a5c03
Docs:
func-style
: clarify whenallowArrowFunctions
is used (#11548)bc3e427
Update: pass rule meta to formatters RFC 10 (#11551)
b452f27
Chore: Update README to pull in reviewer data (#11506)
afe3d25
Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)
4fe7eb7
Chore: use nyc instead of istanbul (#11532)
f16af43
Chore: fix formatters/table test (#11534)
78358a8
Docs: fix duplicate punctuation in CLI docs (#11528)
a6168f8
5.15.3
cb57316
Build: changelog update for 5.15.3
71adc66
Fix: avoid moving comments in implicit-arrow-linebreak (fixes #11521) (#11522)
1f715a2
Chore: make test-case-property-ordering reasonable (#11511)
See the full diff