Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of luxon is breaking the build 🚨 #147

Open
greenkeeper bot opened this issue Nov 27, 2018 · 10 comments
Open

An in-range update of luxon is breaking the build 🚨 #147

greenkeeper bot opened this issue Nov 27, 2018 · 10 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Nov 27, 2018

The dependency luxon was updated from 1.8.0 to 1.8.1.

🚨 View failing branch.

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

luxon 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 could not complete due to an error (Details).

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

  • 93a8fdc rereleasing as 1.8.1
  • f38823e bump to 1.8.0
  • af1c686 Add support for Unix timestamps in seconds. (#371)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 27, 2018

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2018

  • The dependency luxon was updated from 1.8.1 to 1.8.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • c4ffba8 bump to 1.8.2
  • 7fdd27c trim leading weird whitespace from offset name in Edge

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 21, 2018

  • The dependency luxon was updated from 1.8.2 to 1.8.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • fa6eafe bump to 1.8.3
  • 8e9ce75 Make isDateTime and isDuration return false instead of undefined
  • 9e97c08 allow 'UTC' as a zone in fromSql
  • b11fa28 Fixed output examples for toLocaleString (#379)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 31, 2018

  • The dependency luxon was updated from 1.8.3 to 1.9.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 709f8ec fix fickle test
  • 6516222 Relative time formatting (#390)
  • d7a9c5b DateTime format pollyfill bug fixed (#391)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2019

  • The dependency luxon was updated from 1.11.0 to 1.11.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 17 commits.

  • ebf73ae bump to 1.11.1
  • c16d7d1 fix plus operations that cross AD 100
  • 652cd94 bump to 1.11
  • 96fd4a6 fix low-year handling for IANA zones
  • 8ad70df prevent zone leakage
  • 157af93 changes made for toLocal to accept the default locale
  • b1bda45 fix toRelative docs
  • 0369be0 formatting
  • 42457cd added .js to imports (#419)
  • b546e72 fix zero duration formatting invalid value (#420)
  • 0ffb82a Make matrix relflect MDN compatibility table (#424)
  • 972be59 Doc typos. (#414)
  • c2b58c8 bump to 1.10.0
  • 66d5e89 Add Interval#mapEndpoints (#400)
  • 5c449fe Make time zone functionality public (#404)

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2019

  • The dependency luxon was updated from 1.11.1 to 1.11.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • b5cf0c7 bump to 1.11.2
  • 3dcaa28 makde scripts/repl executable
  • 394ccab fixed special character issue in format string (#432)
  • bc89c38 Add docs for comparing DateTimes by units. (#435)
  • 3c63234 Add Math.sign polyfil for IE (#436)
  • b4667a0 handled string values while normalizeObject (#421)
  • c858915 fixed issue "toRelativeCalendar shows today twice when using setZone" (#430)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2019

  • The dependency luxon was updated from 1.11.2 to 1.11.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 560c636 bump to 1.11.3
  • 4c4f902 Fix up typecheckers
  • a4379c3 add instructions to console output for website
  • d216f69 Allow 24 in hours strings (#444)
  • 7e98ec1 Fix typo in PolyNumberFormatter (#442)
  • 648e640 Add missing polyfill to docs (#440)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 3, 2019

  • The dependency luxon was updated from 1.11.3 to 1.11.4.

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

Commits

The new version differs by 6 commits.

  • 09be499 fix up package lock to not use my company's npm
  • a68acf9 fix inline token docs for DateTime.fromFormat
  • c9fdefa bump to 1.11.4
  • b12d7fa document zone objects
  • 9cdb2e7 add sign to polyfill build
  • 5b9e59d Return defaultZone from normalizeZone if input is local

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2019

  • The dependency luxon was updated from 1.11.4 to 1.12.0.

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

Commits

The new version differs by 24 commits.

  • ac1ab99 bump to 1.12.0
  • cf7e464 fix helper lint again
  • eaa3f39 package-lock.json refresh
  • 7668317 Rework support matrix chart
  • af3b796 Update default locale documentation in factories: defaults to system locale instead of null/en-US
  • a600bbe Revert "Add system alias to LocalZone in normalizeZone (#475)" (#476)
  • 64094e1 fixed spelling mistake (#465)
  • a7388b9 Make available via CDNs (#468)
  • 4dc1b94 Adds week token to Duration ISO format (#470)
  • 751b099 Fix linting errors in test/helpers.js (#472)
  • b667074 Add system alias to LocalZone in normalizeZone (#475)
  • 10f71b1 fixing up package-lock.json
  • 7b383aa Export helper functions individually
  • a0da1bc Duration 100% coverage, prettier and jest configuration (#463)
  • cd7072c fix changelog formatting

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 6, 2019

  • The dependency luxon was updated from 1.12.0 to 1.12.1.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants