Open greenkeeper[bot] opened 5 years ago
devDependency
eslint was updated from 5.15.2
to 5.16.0
.Update to this version instead ๐
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 11 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)
See the full diff
devDependency
eslint was updated from 5.15.2
to 6.0.0
.Update to this version instead ๐
81aa06b
Upgrade: espree@6.0.0 (#11869) (Teddy Katz)5f022bc
Fix: no-else-return autofix produces name collisions (fixes #11069) (#11867) (Milos Djermanovic)ded9548
Fix: multiline-comment-style incorrect message (#11864) (golopot)cad074d
Docs: Add JSHint W047 compat to no-floating-decimal (#11861) (Timo Tijhof)41f6304
Upgrade: sinon (#11855) (Toru Nagashima)167ce87
Chore: remove unuseable profile command (#11854) (Toru Nagashima)c844c6f
Fix: max-len properly ignore trailing comments (fixes #11838) (#11841) (ZYSzys)1b5661a
Fix: no-var should not fix variables named 'let' (fixes #11830) (#11832) (Milos Djermanovic)4d75956
Build: CI with Azure Pipelines (#11845) (Toru Nagashima)1db3462
Chore: rm superfluous argument & fix perf-multifiles-targets (#11834) (่ๅฎ่ฐ็็ซ)c57a4a4
Upgrade: @babel/polyfill => core-js v3 (#11833) (่ๅฎ่ฐ็็ซ)65faa04
Docs: Clarify prefer-destructuring array/object difference (fixes #9970) (#11851) (Oliver Sieweke)81c3823
Fix: require-atomic-updates reports parameters (fixes #11723) (#11774) (Toru Nagashima)aef8ea1
Sponsors: Sync README with website (ESLint Jenkins)The new version differs by 134 commits.
a7985a6
6.0.0
be74dd9
Build: changelog update for 6.0.0
81aa06b
Upgrade: espree@6.0.0 (#11869)
5f022bc
Fix: no-else-return autofix produces name collisions (fixes #11069) (#11867)
ded9548
Fix: multiline-comment-style incorrect message (#11864)
cad074d
Docs: Add JSHint W047 compat to no-floating-decimal (#11861)
41f6304
Upgrade: sinon (#11855)
167ce87
Chore: remove unuseable profile command (#11854)
c844c6f
Fix: max-len properly ignore trailing comments (fixes #11838) (#11841)
1b5661a
Fix: no-var should not fix variables named 'let' (fixes #11830) (#11832)
4d75956
Build: CI with Azure Pipelines (#11845)
1db3462
Chore: rm superfluous argument & fix perf-multifiles-targets (#11834)
c57a4a4
Upgrade: @babel/polyfill => core-js v3 (#11833)
65faa04
Docs: Clarify prefer-destructuring array/object difference (fixes #9970) (#11851)
81c3823
Fix: require-atomic-updates reports parameters (fixes #11723) (#11774)
There are 134 commits in total.
See the full diff
devDependency
eslint was updated from 5.15.2
to 6.0.1
.devDependency
eslint was updated from 5.15.2
to 6.1.0
.devDependency
eslint was updated from 5.15.2
to 6.2.0
.devDependency
eslint was updated from 5.15.2
to 6.2.1
.devDependency
eslint was updated from 5.15.2
to 6.2.2
.devDependency
eslint was updated from 5.15.2
to 6.3.0
.devDependency
eslint was updated from 5.15.2
to 6.4.0
.devDependency
eslint was updated from 5.15.2
to 6.5.0
.devDependency
eslint was updated from 5.15.2
to 6.5.1
.devDependency
eslint was updated from 5.15.2
to 6.6.0
.devDependency
eslint was updated from 5.15.2
to 6.7.0
.devDependency
eslint was updated from 5.15.2
to 6.7.1
.devDependency
eslint was updated from 5.15.2
to 6.7.2
.devDependency
eslint was updated from 5.15.2
to 6.8.0
.
The devDependency eslint was updated from
5.15.2
to5.15.3
.This version is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v5.15.3
71adc66
Fix: avoid moving comments in implicit-arrow-linebreak (fixes #11521) (#11522) (Teddy Katz)1f715a2
Chore: make test-case-property-ordering reasonable (#11511) (Toru Nagashima)Commits
The new version differs by 4 commits.
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
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: