Closed greenkeeper[bot] closed 6 years ago
After pinning to 0.21.1 your tests are passing again. Downgrade this dependency π.
Your tests are still failing with this version. Compare the changes π¨
.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
)
Version 0.22.0 of xo was just published.
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/RobLoach/jquery-once/builds/412557032?utm_source=github_status&utm_medium=notification)).Release Notes
v0.22.0Highlights
fixture{-*,}.{js,jsx}
fixture{s,}/**
{test,tests,spec,__tests__}/fixture{s,}/**
**/bundle.js
nodeVersion
option set in anoverride
block. 98dee9a--space
option parsing. f76c901New rules
no-misleading-character-class
require-atomic-updates
no-async-promise-executor
ava/no-import-test-file
All changes
v0.21.1...v0.22.0
Commits
The new version differs by 10 commits.
be8c1d1
0.22.0
142744a
Bump dependencies
8e4f435
Remove
**/bundle.js
as default ignoref76c901
Fix CLI's
--space
option parsing (#342)98dee9a
Respect
nodeVersion
option set inoverride
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
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: