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 🚨 #68

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency dayjs was updated from 1.8.6 to 1.8.7.

🚨 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:** has failed - ❌ **now:** Deployment has failed ([Details](https://zeit.co/github/deployment?deploymentId=dpl_5dVJS5Qn7TFqQP2vz36UoY8bmKxx)).

Release Notes for v1.8.7

1.8.7 (2019-02-24)

Bug Fixes

  • Add plugin type definitions (#418) (361d437)
  • Add Swahili locale (#508) (b9cee84)
  • Parse month string 'MMMM MMM (February, Feb)' in customParseFormat (#457) (f343206)
  • Update declaration file .diff .isBefore .isSame .isAfter (#496) (4523275)
  • Word orders corrections for locale 'fa' (#491) (56050c2)
Commits

The new version differs by 28 commits.

  • 3671e36 chore(release): 1.8.7 [skip ci]
  • 9ffe8b7 Merge pull request #510 from iamkun/dev
  • 2ae6207 chore: update sw locale
  • 1e4bc66 chore: swahili version (#509)
  • b9cee84 fix: Add Swahili locale (#508)
  • 9815467 build: update locale import path in esm
  • 6b555bf docs: update docs customParseFormat
  • a0a97ff refactor: update customParseFormat, allow parse locale from argument
  • bbc2ed7 docs: update customParseFormat docs
  • e868095 test: remove useless test
  • f343206 fix: Parse month string 'MMMM MMM (February, Feb)' in customParseFormat (#457)
  • 44e9680 chore: update isBetween.d.ts
  • 8480919 chore: update d.ts
  • bc4383e chore: Update index.d.ts
  • e72f71e build: switch to ncp

There are 28 commits in total.

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.6 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.8

1.8.8 (2019-02-25)

Bug Fixes

  • Update relativeTime plugin type definition (de56f2c)
Commits

The new version differs by 14 commits.

  • 2e75247 chore(release): 1.8.8 [skip ci]
  • fd5f138 Merge pull request #511 from iamkun/dev
  • a606acb docs: Fix doc error
  • 25e6d4f test: Update plugin advancedFormat test
  • 6a73c95 docs: Update zh-cn plugin CustomParseFormat translation
  • b7f0159 Merge branch 'dev' of github.com:iamkun/dayjs into dev
  • 56da1a2 docs: update zh-cn format ’SSSβ€˜ translation (#512)
  • fb1bb90 docs: Update zh-cn doc add missing format tokens
  • 18155de test: Update display.test test
  • 3d73d77 refactor: Refactor .format('h hh')
  • a849515 docs: update zh-cn doc
  • de56f2c fix: Update relativeTime plugin type definition
  • a0d4c6e docs: update doc plugin WeekOfYear
  • 9cea573 chore: update npmignore

See the full diff