Closed greenkeeper[bot] closed 4 years ago
After pinning to 0.25.4 your tests are passing again. Downgrade this dependency π.
devDependency
xo was updated from 0.26.0
to 0.26.1
.Your tests are still failing with this version. Compare changes
devDependency
xo was updated from 0.26.1
to 0.27.0
.Your tests are still failing with this version. Compare changes
d.ts
files in JS projects. Read more.extends
, envs
, globals
, plugins
(#429) 4cefdbcnode/no-unsupported-features
rules (#341) 2297c07import/no-unassigned-import
settings (#430) 0c78113The new version differs by 7 commits.
ee7b08e
0.27.0
482e209
Minor tweaks
b0dfcbd
Add TypeScript support (#426)
4cefdbc
Fix overrides handling for extends
, envs
, globals
, plugins
(#429)
0c78113
Improve import/no-unassigned-import
settings (#430)
2297c07
Add node/no-unsupported-features
rules and fix unit tests (#341)
e0f81a7
Find XO config based on linted file path (#425)
See the full diff
devDependency
xo was updated from 0.27.0
to 0.27.1
.Your tests are still failing with this version. Compare changes
Important: We changed the cache structure, so you'll need to delete node_modules/.cache/xo
:
$ rm node_modules/.cache/xo
devDependency
xo was updated from 0.27.1
to 0.27.2
.Your tests are still failing with this version. Compare changes
devDependency
xo was updated from 0.28.0
to 0.28.1
.Your tests are still failing with this version. Compare changes
The new version differs by 9 commits.
2e39794
0.28.1
6c57ff7
Add xo-typescript
and prettier/@typescript-eslint
before user extends (#442)
fc30597
Change XO cache path to avoid conflicts when upgrading (#443)
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
rule
0d63c64
Get extensions
and ignores
from config files (#436)
See the full diff
devDependency
xo was updated from 0.29.1
to 0.30.0
.Your tests are still failing with this version. Compare changes
@typescript-eslint/class-literal-property-style
rule@typescript-eslint/prefer-readonly-parameter-types
rule@typescript-eslint/no-base-to-string
rule@typescript-eslint/keyword-spacing
rule@typescript-eslint/method-signature-style
rule@typescript-eslint/prefer-reduce-type-parameter
rule@typescript-eslint/no-floating-promises
ruleThe new version differs by 16 commits.
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)
f20f6d2
Allow nodeVersion
in XO config to override engines.node
(#457)
ec87ef3
0.28.3
c47a0c6
Support semicolon
option with TypeScript (#446)
a4625a7
Add TS extends after base XO extends and before user extends (#453)
5da0bbc
0.28.2
41b1bd7
Set indent
rule for TS files too (#451)
There are 16 commits in total.
See the full diff
The devDependency xo was updated from
0.25.4
to0.26.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/jstransformers/jstransformer-just/builds/649722762?utm_source=github_status&utm_medium=notification)).Release Notes for v0.26.0
Breaking
$ xo --init
to$ npm init xo
6463dfeNew rules
20 new rulesπ
ESLint
default-param-last
function-call-argument-newline
grouped-accessor-pairs
no-constructor-return
no-dupe-else-if
no-import-assign
no-setter-return
no-useless-catch
prefer-exponentiation-operator
prefer-named-capture-group
prefer-object-spread
prefer-regex-literals
Unicorn
unicorn/prefer-modern-dom-apis
unicorn/prefer-negative-index
unicorn/prefer-replace-all
unicorn/prefer-string-slice
unicorn/prefer-trim-start-end
Other
node/prefer-global/url-search-params
node/prefer-global/url
promise/prefer-await-to-then
Enhancements
es2020
environment by default eb5ea2cFixes
v0.25.3...v0.26.0
Commits
The new version differs by 10 commits ahead by 10, behind by 2.
c2bb1bf
0.26.0
eb5ea2c
Set the
es2020
environment by default08af7c1
Fix compatibility with being run in a child process (#405)
d7fa875
Require Node.js 10
ab3e01a
Temporarily disable the
import/order
rulec50eaf0
Add some overrides to
unicorn/prevent-abbreviations
e8c43d2
Replace destructing import with one-by-one import (#417)
5cddaec
Replace singular Lodash packages with the main one (#413)
1fdc2f9
Fix Node.js range for
prefer-object-spread
rule (#408)6463dfe
Move
xo --init
tonpm init xo
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: