cinecove / defunctr

Browser detection based on feature inspection
BSD 3-Clause "New" or "Revised" License
27 stars 2 forks source link

An in-range update of modernizr is breaking the build 🚨 #159

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.6.0 of modernizr was just published.

Branch Build failing 🚨
Dependency modernizr
Current Version 3.5.0
Type dependency

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

modernizr 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 is in progress [Details](https://travis-ci.org/cinecove/defunctr/builds/349108896?utm_source=github_status&utm_medium=notification) - ❌ **bitHound - Dependencies** 1 failing dependency. [Details](https://www.bithound.io/github/cinecove/defunctr/b4c3b85864fdc4120a1b46a90fa9a40353893d3c/dependencies/npm#filter-failing-dep) - ✅ **bitHound - Code** No failing files. [Details](https://www.bithound.io/github/cinecove/defunctr/b4c3b85864fdc4120a1b46a90fa9a40353893d3c/files?status=passing)

Commits

The new version differs by 14 commits.

  • 9120b22 tag 3.6.0
  • a9369b0 Brought across @myakura's code changes to fix #1812 (#2250)
  • baab13f Use roundedEquals to test vw and vh units (#2264)
  • 0239cb1 Remove ancient (and expensive) logic for verifying CSS transform support. (#2291)
  • d4f5651 Add test for CSS :focus-within pseudo-selector (#2287)
  • e6aafde Update version number in License file (#2279)
  • 0cbd75c Ensure elem.parentNode exists before remove its child (#2274)
  • d5f881a Fix typo (#2243)
  • 4b01e64 add detect for variable fonts (#2202)
  • bfd4b3f set fitting npm version according to nodejs version (and add nodejs 4, 6, 8) (#2222)
  • b335b0f Remove hand.js polyfill, expand notes/description for Pointer Events (#2218)
  • 80db109 chore(readme): fix missing COC link (#2211)
  • b822492 Update autoplay.js (#2207)
  • 78b29cd Update hairline.js (#2198)

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 3.5.0 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 passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 58 commits.

  • 7da8cdb v3.7.0
  • 8f37d1f fix #1663 - Configuration Options not working (#2413)
  • 0b9eaa5 Add auto-changelog for generating a CHANGELOG.md (#2421)
  • c21ecfe Fix IE caniuse conflict for svgasimg (#2397)
  • 3ed2d7f Update inputsearchevent.js (#2405)
  • e8bb349 Adding PublicKeyCredential feature detect for webauthn (#2393)
  • 1ef3bc8 Add caniuse "meta" property to es5/specification (#2390)
  • e05f001 Check for property and value support for CSS custom properites (#2387)
  • 8960932 Cleanup caniuse tags and other properties (#2388)
  • 4d10f04 Cleanup some extra whitespace
  • bd34db8 Autogenerate info for license file (#2353)
  • c1a3e04 Fix exception in indexedDB check on Safari (#2336)
  • a747f33 Issue 2338 - Cleanup JSdoc (#2368)
  • e14a7ae Adding feature detection for navigator.connection.effectiveType (#2381)
  • 3a6adb5 Replace defunct caniuse jsonp.php?callback (#2352)

There are 58 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 64 commits.

  • c52f781 v3.7.1
  • b7454c3 Switch to markdown-it from remarkable (#2424)
  • 6f34ec8 Move find-parent-dir into devDependencies, since its only used in tests.
  • b66558e Add minify: false to default config, it is the current behaviour anyway
  • 342bcd5 Add missing tests to default config file
  • ab5febb Fix touch event detection for Chrome >= 70, see https://www.chromestatus.com/feature/4764225348042752 (#2409)
  • 7da8cdb v3.7.0
  • 8f37d1f fix #1663 - Configuration Options not working (#2413)
  • 0b9eaa5 Add auto-changelog for generating a CHANGELOG.md (#2421)
  • c21ecfe Fix IE caniuse conflict for svgasimg (#2397)
  • 3ed2d7f Update inputsearchevent.js (#2405)
  • e8bb349 Adding PublicKeyCredential feature detect for webauthn (#2393)
  • 1ef3bc8 Add caniuse "meta" property to es5/specification (#2390)
  • e05f001 Check for property and value support for CSS custom properites (#2387)
  • 8960932 Cleanup caniuse tags and other properties (#2388)

There are 64 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v3.8.0

A tribute to Tilda :-)

Commits

The new version differs by 97 commits.

  • 775670e v3.8.0
  • 1c15567 Fix vh unit issue on ios safari / android chrome #1805 (#2452)
  • bbb28ae [BUGFIX] Prevent viewport jumping when using CSS Hyphens (#1781) (#2369)
  • 4aeac3d Deprecate some tests (#2472)
  • 154b85c Add new CodeOfConduct (#2427)
  • d11cd99 Add support for ShadowRoot DOM api feature detect through shadowroot and shadowroot-legacy (#2475)
  • c2a9465 Update dependencies and appveyor (#2474)
  • e0413ee Use addTest for some tests like inputtypes (#2469)
  • be97c78 Check if userAgent is empty (#2471)
  • 032899e Catch exception when running in headless chrome (#2436)
  • 9b09410 Bump eslint-utils from 1.3.1 to 1.4.2 (#2467)
  • a335662 Fix typo in README, Update dependencies and gitignore
  • 377a630 Update main entry in package.json
  • 332a68b Add npm shortcuts to some gulp tasks
  • 569b682 Update dependencies

There are 97 commits in total.

See the full diff