Closed greenkeeper[bot] closed 5 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
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-mold/builds/375051257?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: