juliuste / interrail

Find european train stations and routes. Client for the European Interrail / EuRail API.
ISC License
30 stars 4 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency luxon was updated from 1.6.0 to 1.6.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 failed ([Details](https://travis-ci.org/juliuste/interrail/builds/453157248?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 1 commits.

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 1.6.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

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 1 commits.

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 9 commits.

  • 73f04cf bump to 1.7.0
  • 733e467 fix rounding for toFormat('X') and clean up rounding in general
  • 1c10cfb update docs to reflect that zone isn't public
  • 17a09a8 Update zones.md
  • e7f98e5 grammar fix for matrix.md
  • ff425d5 removing vscode
  • c1b2d44 Fix milliseconds formatting example in readme. (#366)
  • ae074cc locking down prettier and fixing my precommit hooks
  • db49fa0 fixing broken build

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 10 commits.

  • 11bacfd reintroduce toFormat options, but this time for overriding config. release 1.7.1
  • 73f04cf bump to 1.7.0
  • 733e467 fix rounding for toFormat('X') and clean up rounding in general
  • 1c10cfb update docs to reflect that zone isn't public
  • 17a09a8 Update zones.md
  • e7f98e5 grammar fix for matrix.md
  • ff425d5 removing vscode
  • c1b2d44 Fix milliseconds formatting example in readme. (#366)
  • ae074cc locking down prettier and fixing my precommit hooks
  • db49fa0 fixing broken build

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • 4312385 bump to 1.8.0
  • 11bacfd reintroduce toFormat options, but this time for overriding config. release 1.7.1
  • 73f04cf bump to 1.7.0
  • 733e467 fix rounding for toFormat('X') and clean up rounding in general
  • 1c10cfb update docs to reflect that zone isn't public
  • 17a09a8 Update zones.md
  • e7f98e5 grammar fix for matrix.md
  • ff425d5 removing vscode
  • c1b2d44 Fix milliseconds formatting example in readme. (#366)
  • ae074cc locking down prettier and fixing my precommit hooks
  • db49fa0 fixing broken build

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 5 years ago

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[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 7 commits.

  • 709f8ec fix fickle test
  • 6516222 Relative time formatting (#390)
  • d7a9c5b DateTime format pollyfill bug fixed (#391)
  • 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[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 22 commits.

  • 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)
  • bfcad7c FIX: endOf("day") incorrect during DST (#399)
  • 32e6489 bump to 1.9.0

There are 22 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 24 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 24 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 31 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)
  • 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

There are 31 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 37 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)
  • 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)
  • ebf73ae bump to 1.11.1
  • c16d7d1 fix plus operations that cross AD 100

There are 37 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 43 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
  • 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)
  • b5cf0c7 bump to 1.11.2
  • 3dcaa28 makde scripts/repl executable
  • 394ccab fixed special character issue in format string (#432)

There are 43 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 61 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 61 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 πŸš€

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 76 commits.

  • c519128 bump to 1.13.0
  • cbc9e6e handle numbering systems in fromFormat and fromFormatExplain
  • c1d624b bump to 1.12.1
  • 1d7ff1b fix results in DateTime#plus examples
  • f6e0eb0 throw error on invalid date if throwOnInvalid is true (#497)
  • bb14969 Fix typo (#491)
  • df9e439 fixed ISO week format issue (#489)
  • e277642 more npm refresh
  • 6a926b2 fix diff that require month rollbacks
  • fac7fe3 npm refresh
  • 4326774 simplified token parser for the "z" zone token. added relevant fromFormatExplain test for the same. also fixed a failing test in create.test.js
  • 930a5fc Memoize IANAZone creation (#481)
  • 46944bb fix changelog headings
  • be032cd Fix some minor typos (#477)
  • b10b61a Fixing scripts/tag line endings

There are 76 commits in total.

See the full diff