Open greenkeeper[bot] opened 5 years ago
After pinning to 5.14.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
eslint was updated from 5.15.0
to 5.15.1
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
devDependency
eslint was updated from 5.15.1
to 5.15.2
.Your tests are still failing with this version. Compare changes
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: Add visualstudio
to formatter list (#11480) (Patrick Eriksson)44de9d7
Docs: Fix typo in func-name-matching rule docs (#11484) (Iulian Onofrei)The new version differs by 23 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 23 commits in total.
See the full diff
devDependency
eslint was updated from 5.15.2
to 5.15.3
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
devDependency
eslint was updated from 5.15.3
to 5.16.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
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 when allowArrowFunctions
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)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 when allowArrowFunctions
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
The devDependency eslint was updated from
5.14.1
to5.15.0
.๐จ 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
- โ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/juliuste/ecolines/builds/500689833?utm_source=github_status&utm_medium=notification)).Release Notes for v5.15.0
4088c6c
Build: Remove path.resolve in webpack build (#11462) (Kevin Partington)ec59ec0
New: add rule "prefer-named-capture-group" (fixes #11381) (#11392) (Pig Fang)a44f750
Upgrade: eslint-scope@4.0.2 (#11461) (Teddy Katz)d3ce611
Sponsors: Sync README with website (ESLint Jenkins)ee88475
Chore: add utils for rule tests (#11453) (่ๅฎ่ฐ็็ซ)d4824e4
Sponsors: Sync README with website (ESLint Jenkins)6489518
Fix: no-extra-parens crash when code is "((let))" (#11444) (Teddy Katz)9d20de2
Sponsors: Sync README with website (ESLint Jenkins)3f14de4
Sponsors: Sync README with website (ESLint Jenkins)3d6c770
Sponsors: Sync README with website (ESLint Jenkins)de5cbc5
Update: remove invalid defaults from core rules (fixes #11415) (#11427) (Teddy Katz)eb0650b
Build: fix linting errors on master (#11428) (Teddy Katz)5018378
Chore: enable require-unicode-regexp on ESLint codebase (#11422) (Teddy Katz)f6ba633
Chore: lint all files in the repo at the same time (#11425) (Teddy Katz)8f3d717
Docs: Add non-attending TSC member info (#11411) (Nicholas C. Zakas)ce0777d
Docs: use more common spelling (#11417) (่ๅฎ่ฐ็็ซ)b9aabe3
Chore: run fuzzer along with unit tests (#11404) (Teddy Katz)db0c5e2
Build: switch from browserify to webpack (fixes #11366) (#11398) (Pig Fang)Commits
The new version differs by 22 commits.
b00a5e9
5.15.0
c3aebb1
Build: changelog update for 5.15.0
4088c6c
Build: Remove path.resolve in webpack build (#11462)
ec59ec0
New: add rule "prefer-named-capture-group" (fixes #11381) (#11392)
a44f750
Upgrade: eslint-scope@4.0.2 (#11461)
341140f
Revert "Chore: remove devDependency common-tags (#11455)" (#11460)
d3ce611
Sponsors: Sync README with website
aaba636
Chore: remove devDependency common-tags (#11455)
ee88475
Chore: add utils for rule tests (#11453)
d4824e4
Sponsors: Sync README with website
6489518
Fix: no-extra-parens crash when code is "((let))" (#11444)
9d20de2
Sponsors: Sync README with website
3f14de4
Sponsors: Sync README with website
3d6c770
Sponsors: Sync README with website
de5cbc5
Update: remove invalid defaults from core rules (fixes #11415) (#11427)
There are 22 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: