Open greenkeeper[bot] opened 4 years ago
After pinning to 0.27.2 your tests are passing again. Downgrade this dependency π.
devDependency
xo was updated from 0.28.0
to 0.28.1
.Your tests are still failing with this version. Compare changes
devDependency
xo was updated from 0.30.0
to 0.31.0
.Your tests are still failing with this version. Compare changes
unicorn/prefer-optional-catch-binding
unicorn/no-reduce
@typescript-eslint/lines-between-class-members
@typescript-eslint/no-invalid-void-type
@typescript-eslint/prefer-ts-expect-error
@typescript-eslint/no-unnecessary-condition
import/no-anonymous-default-export
import/no-named-default
The new version differs by 22 commits.
aa8508b
0.31.0
32d96c3
Upgrade dependencies
1240dd2
Enable import/no-anonymous-default-export
and import/no-named-default
(#472)
6a05691
Add support for scoped shareable configs (#480)
ca21492
Add some eslint-plugin-node rules
bdc13e2
Fix Travis
c7d64de
0.30.0
ca31f1c
Upgrade dependencies
07e2762
Prevent extraneous newline from --stdin --fix
(#460)
a592d3d
0.29.1
4783f26
Add tap-snapshots/*.cjs
to default ignore list (#461)
967927d
Temporarily disable the unicorn/string-content
rule (#462)
87e3615
0.29.0
f59ec7b
Update dependencies
e05efc3
Upgrade to Prettier 2.0.4 (#458)
There are 22 commits in total.
See the full diff
βοΈ Important announcement: Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency xo was updated from
0.27.2
to0.28.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
xo 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/github/kalamuna/metalsmith-collections-convention/builds/661028654?utm_source=github_status&utm_medium=notification)).Release Notes for v0.28.0
New rules
unicorn/string-content
rule (#439) 5a22b77unicorn/prevent-abbreviations
rule ba4efc9This rule enforces more readable code by preventing the use of certain abbreviations in favor of the full word. Not everyone knows all abbreviations. Saving a few characters are not worth making your code less readable. List of abbreviations XO prevents.
Improvements
webpack
option (#375) f656ee3extensions
andignores
from config files (#436) 0d63c64v0.27.2...v0.28.0
Commits
The new version differs by 6 commits.
cf98e72
0.28.0
d3c5399
Update dependencies
f656ee3
Add
webpack
option (#375)5a22b77
Add
unicorn/string-content
rule (#439)ba4efc9
Enable the
unicorn/prevent-abbreviations
rule0d63c64
Get
extensions
andignores
from config files (#436)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: