sapuri / dominion-calc

Dominion's victory point calculator
https://dominion-calc.pages.dev
MIT License
1 stars 0 forks source link

An in-range update of @nuxtjs/axios is breaking the build 🚨 #9

Closed greenkeeper[bot] closed 2 years ago

greenkeeper[bot] commented 5 years ago

The dependency @nuxtjs/axios was updated from 5.5.2 to 5.5.3.

🚨 View failing branch.

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

@nuxtjs/axios 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](https://travis-ci.org/sapuri/dominion-calc/builds/539304056?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 4 commits.

  • e58983d chore(release): 5.5.3
  • ee8f999 fix: bump axios to ^0.19.0
  • c7cbf4e chore(deps): update dependency consola to ^2.7.1 (#252)
  • f56c4fb chore(deps): bump webpack-bundle-analyzer from 3.1.0 to 3.3.2 (#251)

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 5.5.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 v5.5.4

Bug Fixes

  • ignore content-length header (41ff27a)
Commits

The new version differs by 2 commits.

  • c4e73d0 chore(release): 5.5.4
  • 41ff27a fix: ignore content-length header

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 v5.6.0

Features

Commits

The new version differs by 10 commits.

  • fdb9837 chore(release): 5.6.0
  • 7aee77b feat(types): provide nuxt 2.9 compatible types (#277)
  • 11cf821 chore(deps): update dependency consola to ^2.10.1 (#272)
  • 06db3a1 chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#267)
  • aa88d0f chore: fix README link to original axios repo (#269)
  • c0fd64f chore(deps): update dependency consola to ^2.9.0 (#262)
  • 8977bf9 docs: add typescript instructions (#264)
  • 953ab8c feat: https detection (#260)
  • c4e73d0 chore(release): 5.5.4
  • 41ff27a fix: ignore content-length header

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 v5.7.0

Features

  • add function helper setBaseURL (#296) (1028bbc)
  • allow adding custom headers with nuxt config (#294) (3e38906)

Bug Fixes

  • headers: don't proxy content-md5 and content-type (#300) (f959c58)
  • progress: handle canceled requests (#301) (5096060)
Commits

The new version differs by 19 commits.

  • 153f181 chore(release): 5.7.0
  • fd779fc chore: update yarn.lock
  • f959c58 fix(headers): don't proxy content-md5 and content-type (#300)
  • 5096060 fix(progress): handle canceled requests (#301)
  • 709bd7c chore: update yarn.lock
  • b096fc7 refactor: lint code
  • 762e9d4 docs: add a note regarding setBaseURL
  • 1028bbc feat: add function helper setBaseURL (#296)
  • 3e38906 feat: allow adding custom headers with nuxt config (#294)
  • fdb9837 chore(release): 5.6.0
  • 7aee77b feat(types): provide nuxt 2.9 compatible types (#277)
  • 11cf821 chore(deps): update dependency consola to ^2.10.1 (#272)
  • 06db3a1 chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#267)
  • aa88d0f chore: fix README link to original axios repo (#269)
  • c0fd64f chore(deps): update dependency consola to ^2.9.0 (#262)

There are 19 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 v5.7.1

Bug Fixes

Commits

The new version differs by 21 commits.

  • 170e399 chore(release): 5.7.1
  • 82dfccc fix: use Axios for isCancel (fixes #301)
  • 153f181 chore(release): 5.7.0
  • fd779fc chore: update yarn.lock
  • f959c58 fix(headers): don't proxy content-md5 and content-type (#300)
  • 5096060 fix(progress): handle canceled requests (#301)
  • 709bd7c chore: update yarn.lock
  • b096fc7 refactor: lint code
  • 762e9d4 docs: add a note regarding setBaseURL
  • 1028bbc feat: add function helper setBaseURL (#296)
  • 3e38906 feat: allow adding custom headers with nuxt config (#294)
  • fdb9837 chore(release): 5.6.0
  • 7aee77b feat(types): provide nuxt 2.9 compatible types (#277)
  • 11cf821 chore(deps): update dependency consola to ^2.10.1 (#272)
  • 06db3a1 chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#267)

There are 21 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 v5.8.0

Features

  • add CancelToken and isCancel to axios instance (#292) (b9335b1)

Thanks to @3b3ziz, @SaulIO, @ricardogobbosouza, @Amrmak for this feature and docs ❀️

Commits

The new version differs by 23 commits.

  • b96e1bb chore(release): 5.8.0
  • b9335b1 feat: add CancelToken and isCancel to axios instance (#292)
  • 170e399 chore(release): 5.7.1
  • 82dfccc fix: use Axios for isCancel (fixes #301)
  • 153f181 chore(release): 5.7.0
  • fd779fc chore: update yarn.lock
  • f959c58 fix(headers): don't proxy content-md5 and content-type (#300)
  • 5096060 fix(progress): handle canceled requests (#301)
  • 709bd7c chore: update yarn.lock
  • b096fc7 refactor: lint code
  • 762e9d4 docs: add a note regarding setBaseURL
  • 1028bbc feat: add function helper setBaseURL (#296)
  • 3e38906 feat: allow adding custom headers with nuxt config (#294)
  • fdb9837 chore(release): 5.6.0
  • 7aee77b feat(types): provide nuxt 2.9 compatible types (#277)

There are 23 commits in total.

See the full diff