freaktechnik / mines.js

Yet another Minesweeper clone with custom boards and mine-flagging
https://humanoids.be/mines
Mozilla Public License 2.0
3 stars 1 forks source link

An in-range update of what-input is breaking the build 🚨 #205

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency what-input was updated from 5.1.2 to 5.1.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

what-input is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/freaktechnik/mines.js/builds/453073774?utm_source=github_status&utm_medium=notification)).

Release Notes for v5.1.3

Added sourcemap for the minified version.

Commits

The new version differs by 3 commits.

  • c8676a5 Version bump
  • 0c847d6 Updating some build tools, and adding sourcemaps, ref #82
  • e370a58 Adding prettierrc and updating how Gulp plugins are loaded

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 5 years ago

After pinning to 5.1.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.1.4
  • Fixed: Increase buffering time by 20ms to fix iOS reporting mousedown
  • Fixed: Adds touchend to input map
Commits

The new version differs by 3 commits.

  • b3eb739 Adds touchend to input map, ref #92
  • 7cd6589 Increase buffering time by 20ms to fix iOS reporting mousedown
  • 536f0ed Prettier formatting

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.2.1
  • Fixed: iOS was occasionally reporting mouse because of event execution order.
  • Added: touchend to input map
  • Added: Allows buttons inside forms to be treated like other form inputs.
  • Added: iTouch intent indicator in demo page (it worked all along, you just couldn't see it).
Commits

The new version differs by 14 commits.

  • 5566379 Fixing polyfill bug
  • 93335ed Add back support for closest for supporting browsers
  • 1229446 Using manual version of closest() to mitigate browser support
  • 8c6a5e2 README update
  • 8a66035 Add intent indicator for touch
  • 20fdfa3 Increment version
  • 4333405 Merging notFormInput logic
  • f7f5338 Allows buttons inside forms to be treated like other form inputs
  • a357ddf Styling updates
  • 8afef53 Adding to README
  • 9d8fa66 Prettier formatting
  • 750e925 Fix for iOS reporting mouse because of event execution order, ref #88
  • 1ae5b4c Update README.md
  • 77414d4 Merge pull request #91 from ten1seven/touch-buffering

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.2.3
  • activeElement is null bug in IE is fixed (thanks @EasterPeanut).
  • Mousewheel event detection works correctly again.
Commits

The new version differs by 3 commits.

  • 6fd86fd README Update
  • fc23b9e Fix test for mousewheel
  • a73ddba Update conditional logic to maintain activeElement check, ref #38

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.2.4
  • Added: Ability to add data-whatpersist="false" attribute to the <html> or <body> tag to disable usage of session storage to persist input/intent across pages.
  • Updated: Build tools and added linting.
Commits

The new version differs by 6 commits.

  • ec9a7d2 Add data-whatpersist
  • 0612dfe Adding linting configs
  • 25c3bf4 Fixing linter errors
  • 835879c Update build tools
  • b2ee26d Use different variable name for form control selection
  • e045a2a Don't block footer links in demo

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.2.5
  • Fixed: Hotfix for shaky support of dataset in IE10.
Commits

The new version differs by 2 commits.

  • cfe8745 Update README.md
  • a481cdd Hotfix for shaky support of dataset in IE10

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.2.6
  • Fixed: adds DOMContentLoaded event before looking for data-whatpersist attribute on body.
Commits

The new version differs by 2 commits.

  • 05fe7c7 Update README.md
  • 68e9f7a Fixed: adds DOMContentLoaded event before looking for body

See the full diff