RobLoach / jquery-once

:heavy_dollar_sign: Act on jQuery elements only once.
http://npm.im/jquery-once
Other
61 stars 20 forks source link

An in-range update of xo is breaking the build 🚨 #69

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.22.0 of xo was just published.

Branch Build failing 🚨
Dependency xo
Current Version 0.21.1
Type devDependency

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.0

Highlights

  • Upgraded to ESLint 5.
  • Removed some patterns from the list of default ignores. They were too opinionated. 00d6b7c 8e4f435
    • fixture{-*,}.{js,jsx}
    • fixture{s,}/**
    • {test,tests,spec,__tests__}/fixture{s,}/**
    • **/bundle.js
  • Added support for TypeScript and documented usage with Flow. 957b0d9
  • Now respects nodeVersion option set in an override block. 98dee9a
  • Fixed the CLI's --space option parsing. f76c901

New rules

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 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

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:

greenkeeper[bot] commented 6 years ago

After pinning to 0.21.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 0.23.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.23.0

Highlights

New rules

All changes

v0.22.0...v0.23.0

Commits

The new version differs by 6 commits.

See the full diff