julesbonnard / afpnews-deck

My dream reader for AFP feeds
https://afpdeck.app
0 stars 4 forks source link

An in-range update of dayjs is breaking the build 🚨 #62

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency dayjs was updated from 1.8.2 to 1.8.3.

🚨 View failing branch.

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

dayjs 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 - βœ… **now/package.json:** is ready - ❌ **now:** deployment did not complete within 45 minutes ([Details](https://zeit.co/github/deployment?deploymentId=dpl_DaAVtEfxJRgzyznDNVPopVr6Fs41)).

Release Notes for v1.8.3

1.8.3 (2019-02-04)

Bug Fixes

  • fix ios safari YYYY-MM-DD HH:mm parse BUG (e02ae82), closes #254
Commits

The new version differs by 8 commits.

  • bdfb7c8 chore(release): 1.8.3 [skip ci]
  • 922b4e1 Merge pull request #474 from iamkun/dev
  • e02ae82 fix: fix ios safari YYYY-MM-DD HH:mm parse BUG
  • 457c435 Merge branch 'dev' of github.com:iamkun/dayjs into dev
  • fdb32cd docs: add how to get back to english doc
  • 58a4d78 support ios 'YYYY-MM-DD HH:mm' formation. (#411)
  • b734422 docs: add how to get back to english doc
  • 73eb122 chore: update change log

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.8.2 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 πŸš€

Release Notes for v1.8.4

1.8.4 (2019-02-05)

Bug Fixes

  • Allow set start day of week in locale && Allow set week in weekOfYear plugin (1295591)
  • Revert default export (b00da1b)
  • update all locale files with correct week start (5b03412)
  • update es es-do locale adding weekStart && update weekStart test (66e42ec)
Commits

The new version differs by 10 commits.

  • 9b434c9 chore(release): 1.8.4 [skip ci]
  • 7726b21 Merge pull request #476 from iamkun/dev
  • ca49e7c docs: update week start docs
  • 5b03412 fix: update all locale files with correct week start
  • 66e42ec fix: update es es-do locale adding weekStart && update weekStart test
  • 1295591 fix: Allow set start day of week in locale && Allow set week in weekOfYear plugin
  • 9ad732c Merge remote-tracking branch 'origin/master' into dev
  • 209a5f2 add setting start day of a week in locale (#379)
  • 142b763 add setWeek fucntion to weekOfYear (#368)
  • b00da1b fix: Revert default export

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.8.5

1.8.5 (2019-02-07)

Bug Fixes

  • Add en-gb locale (#478) (508c3a7)
  • module: transpile everything except ES6 modules in the 'module' entrypoint (#477) (#480) (#482) (767017d)
  • update customParseFormat plugin support hh:mm (54947cc), closes #484
  • Update module in package.json (5c5a7a0)
Commits

The new version differs by 21 commits.

  • f251493 chore(release): 1.8.5 [skip ci]
  • 57d60ba Merge pull request #483 from iamkun/dev
  • 700f047 Merge branch 'master' into dev
  • 2a6d95c test: update locale test
  • 54947cc fix: update customParseFormat plugin support hh:mm
  • 5c5a7a0 fix: Update module in package.json
  • e2f1f6c build: update build setting
  • 767017d fix(module): transpile everything except ES6 modules in the 'module' entrypoint (#477) (#480) (#482)
  • 508c3a7 fix: Add en-gb locale (#478)
  • a4cbf1d docs: Updated CONTRIBUTING.md (#479)
  • 69d5d47 docs: update changelog
  • 9b434c9 chore(release): 1.8.4 [skip ci]
  • 7726b21 Merge pull request #476 from iamkun/dev
  • ca49e7c docs: update week start docs
  • 5b03412 fix: update all locale files with correct week start

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

Release Notes for v1.8.6

1.8.6 (2019-02-14)

Bug Fixes

  • Add Bahasa Melayu (Malaysia) locale (#485) (cb208b0)
  • Copy & export built-in en locale to /locale folder as a separate file (a7e05e0)
  • Fix bug in customParseFormat plugin while month(MM) is '01' (9884ca5), closes #494
  • Fix commonJS require ES Module bug in webpack4 (23f9f3d)
  • Fix startOf week bug while week start is not Sunday (5eaf77b)
  • Implemented isBetween inclusivity (#464) (af2f4f1)
  • Update Swedish and Finnish locales (#488) (f142082)
Commits

The new version differs by 35 commits.

  • 8a6a365 chore(release): 1.8.6 [skip ci]
  • 4ca5ad1 Merge pull request #495 from iamkun/dev
  • 23f9f3d fix: Fix commonJS require ES Module bug in webpack4
  • 9884ca5 fix: Fix bug in customParseFormat plugin while month(MM) is '01'
  • 41eb641 docs: fix doc error
  • 6d30744 Update I18n.md (#489)
  • f142082 fix: Update Swedish and Finnish locales (#488)
  • c27697d chore: update prettier setting
  • 0034349 chore: Add prettier (#467)
  • a7e05e0 fix: Copy & export built-in en locale to /locale folder as a separate file
  • 5eaf77b fix: Fix startOf week bug while week start is not Sunday
  • 85396c2 docs: update isBetween inclusivity docs
  • af2f4f1 fix: Implemented isBetween inclusivity (#464)
  • cb208b0 fix: Add Bahasa Melayu (Malaysia) locale (#485)
  • f251493 chore(release): 1.8.5 [skip ci]

There are 35 commits in total.

See the full diff