Closed greenkeeper[bot] closed 4 years ago
After pinning to 0.20.3 your tests are passing again. Downgrade this dependency π.
Your tests are still failing with this version. Compare the changes π¨
Fix space
/useTabs
conflict message with Prettier. 36f7f38
Your tests are passing again with this version. Explicitly upgrade to this version π
fixture{-*,}.{js,jsx}
fixture{s,}/**
{test,tests,spec,__tests__}/fixture{s,}/**
**/bundle.js
nodeVersion
option set in an override
block. 98dee9a--space
option parsing. f76c901no-misleading-character-class
require-atomic-updates
no-async-promise-executor
ava/no-import-test-file
The new version differs by 10 commits.
be8c1d1
0.22.0
142744a
Bump dependencies
8e4f435
Remove **/bundle.js
as default ignore
f76c901
Fix CLI's --space
option parsing (#342)
98dee9a
Respect nodeVersion
option set in override
block (#345)
e783704
Update dependencies and fix unit tests (#344)
404d81b
Fix links in documentation (#343)
71d06a0
Upgrade to ESLint 5 (#333)
00d6b7c
Don't ignore fixture directories by default (#317)
957b0d9
Add support for TypeScript and document usage with Flow (#326)
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
.ts
and .tsx
extensions by default. This caused a lot of problems for non-TS projects, so it has been reverted pending a better solution.quotes
rule is now set to disallow using template literals when you're not using any interpolation. xojs/eslint-config-xo@ea693f3no-use-before-define
rule. It has too many false-positives. xojs/eslint-config-xo@1257597require-await
unicorn/prefer-exponentiation-operator
unicorn/catch-error-name
(See this thread if you're wondering why error
is preferred over err
)The new version differs by 16 commits.
f435698
0.23.0
e29cacb
Update dependencies
594f7f4
Remove ts
and tsx
from default extensions
4acb8f0
Rename main.js
to cli-main.js
for clarity
50a97fd
Tiny travis.yml tweak
be0e8cd
Fix typo in readme (#350)
be8c1d1
0.22.0
142744a
Bump dependencies
8e4f435
Remove **/bundle.js
as default ignore
f76c901
Fix CLI's --space
option parsing (#342)
98dee9a
Respect nodeVersion
option set in override
block (#345)
e783704
Update dependencies and fix unit tests (#344)
404d81b
Fix links in documentation (#343)
71d06a0
Upgrade to ESLint 5 (#333)
00d6b7c
Don't ignore fixture directories by default (#317)
There are 16 commits in total.
See the full diff
devDependency
xo was updated from 0.23.0
to 0.24.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 29 commits.
a64ffc4
0.24.0
71ea1e3
Update dependencies
510d02e
CI updates (#360)
7017abe
Add no-useless-catch
rule
0b411fb
Add eslint-plugin-eslint-comments
ESLint plugin (#359)
3dd8f7e
Update readme
to match #305 (#357)
dd2c015
Drop support for Babel 6 in the import/no-unassigned-import
rule
61f9582
Support parsing ES2019
92f2870
Various code style improvements
9e75826
Add some new eslint-plugin-node
rules
c7054f3
Update dependencies
e656fd4
Mention the badgen.net XO badges in the readme
d1fd3e1
Move default ESLint cache to node_modules/.cache/xo. (#351)
f435698
0.23.0
e29cacb
Update dependencies
There are 29 commits in total.
See the full diff
devDependency
xo was updated from 0.24.0
to 0.25.0
.Your tests are still failing with this version. Compare changes
.json
extension for JSON files in imports 7e56730prefer-named-capture-group
rule (for Node.js >=10 target) 21e7b57unicorn/expiring-todo-comments
ruleunicorn/no-nested-ternary
ruleunicorn/prefer-reflect-apply
ruleunicorn/prefer-string-slice
ruleunicorn/prefer-dataset
ruleunicorn/no-for-loop
ruleunicorn/no-zero-fractions
ruleunicorn/prefer-includes
ruleunicorn/prefer-text-content
ruleunicorn/prefer-node-remove
ruleunicorn/prefer-event-key
ruleunicorn/prefer-flat-map
rulenode/prefer-promises/fs
rule a3d74a6node/prefer-promises/dns
rule 8f8fc94The new version differs by 56 commits.
1c8e762
0.25.0
042b726
Disable some problematic rules
97e32b9
Upgrade dependencies
5cde9aa
Fix lint test error on Windows (#401)
f6bf4c0
Respect .eslintignore
(#377)
05c30e2
Disable the unicorn/prevent-abbreviations
rule temporarily
97aa2b0
Upgrade dependencies
ee145cb
Disable the import/named
rule for now
03daca9
Minor code refactor (#397)
d09f87c
Readme tweaks
c55f962
Make the unicorn/prevent-abbreviations
rule less strict
8a213ef
Require Node.js 8
4f50816
Lint fixes
8d6c5c5
Add option to import/no-useless-path-segments
rule
77e9e93
Update eslint-plugin-unicorn
There are 56 commits in total.
See the full diff
devDependency
xo was updated from 0.25.0
to 0.25.1
.Your tests are still failing with this version. Compare changes
devDependency
xo was updated from 0.25.1
to 0.25.2
.Your tests are still failing with this version. Compare changes
devDependency
xo was updated from 0.25.2
to 0.25.3
.Your tests are still failing with this version. Compare changes
devDependency
xo was updated from 0.25.3
to 0.25.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
devDependency
xo was updated from 0.25.4
to 0.26.0
.Your tests are still failing with this version. Compare changes
20 new rules
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/prefer-modern-dom-apis
unicorn/prefer-negative-index
unicorn/prefer-replace-all
unicorn/prefer-string-slice
unicorn/prefer-trim-start-end
es2020
environment by default eb5ea2cThe new version differs by 10 commits.
c2bb1bf
0.26.0
eb5ea2c
Set the es2020
environment by default
08af7c1
Fix compatibility with being run in a child process (#405)
d7fa875
Require Node.js 10
ab3e01a
Temporarily disable the import/order
rule
c50eaf0
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
to npm init xo
See the full diff
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.27.2
to 0.28.0
.Your tests are still failing with this version. Compare changes
unicorn/string-content
rule (#439) 5a22b77unicorn/prevent-abbreviations
rule ba4efc9The 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
rule
0d63c64
Get extensions
and ignores
from config files (#436)
See the full diff
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.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
Version 0.21.0 of xo was just published.
xo
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-lebab/builds/375052740?utm_source=github_status&utm_medium=notification)Release Notes
v0.21.0Highlights
trailingComma
Prettier option is nownone
. f67ff58prettier-ignore
comments in capitalized-comments rule. xojs/eslint-config-xo@6e417ffNew rules
Removed rules
Commits
The new version differs by 8 commits.
b633e92
Do not override default options with absent CLI flags (#316)
cec0853
Update plugins and add some new rules
d1eb47c
Require Node.js 6
6254110
GitHub now natively supports SVG
4fd6991
Disable number-literal-case rule when using Prettier (#311)
7190640
Remove
import/prefer-default-export
rulef67ff58
Default Prettier
trailingComma
conf tonone
(#305)11c35c8
Upgrade prettier to last version (#306)
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: