knit-pk / homepage-nuxtjs

Here we're trying to ship the front of homepage of KNIT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

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).

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 5.5.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

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

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

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

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

Release Notes for v5.9.0

Features

Commits

The new version differs by 41 commits.

  • 17f9367 chore(release): 5.9.0
  • 2ee5cfc docs: update migration.md (#309)
  • 2ca95e5 feat: allow creating new instances (#306)
  • 6425515 chore(deps): update dependency consola to ^2.11.1 (#307)
  • 520d6d7 chore(release): 5.8.0
  • 474910b feat: add CancelToken and isCancel to axios instance (#292)
  • 0d616f8 chore(release): 5.7.1
  • 4f71479 fix: use Axios for isCancel (fixes #301)
  • 6a146b3 chore(release): 5.7.0
  • d239c38 chore: update yarn.lock
  • 46c49e2 fix(headers): don't proxy content-md5 and content-type (#300)
  • 2903fd5 fix(progress): handle canceled requests (#301)
  • cbf5131 chore: update yarn.lock
  • 11264ff refactor: lint code
  • 2444772 docs: add a note regarding setBaseURL

There are 41 commits in total.

See the full diff

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

Commits

The new version differs by 48 commits.

  • 8435a83 chore(release): 5.9.2
  • 1d3592c Merge branch 'master' into dev
  • 6385072 chore(release): 5.9.1
  • 8ed688e chore: update yarn.lock
  • 45a562f chore(deps): update all non-major dependencies (#317)
  • 30b0782 Merge branch 'dev'
  • 17f9367 chore(release): 5.9.0
  • 2ee5cfc docs: update migration.md (#309)
  • 2ca95e5 feat: allow creating new instances (#306)
  • 6425515 chore(deps): update dependency consola to ^2.11.1 (#307)
  • 2b23378 docs: update migration.md (#309)
  • 520d6d7 chore(release): 5.8.0
  • 474910b feat: add CancelToken and isCancel to axios instance (#292)
  • 0d616f8 chore(release): 5.7.1
  • 4f71479 fix: use Axios for isCancel (fixes #301)

There are 48 commits in total.

See the full diff

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

Release Notes for v5.9.3

Bug Fixes

  • axios: Upgrade to 0.19.1 with lots of bug fixes. (changelog)
  • types: extend from AxiosStatic (#319) (9223a57)
Commits

The new version differs by 51 commits.

  • 623ac7b chore(release): 5.9.3
  • 9223a57 fix(types): extend from AxiosStatic (#319)
  • 150aebf chore(deps): update dependency axios to ^0.19.1 (#321)
  • 8435a83 chore(release): 5.9.2
  • 1d3592c Merge branch 'master' into dev
  • 6385072 chore(release): 5.9.1
  • 8ed688e chore: update yarn.lock
  • 45a562f chore(deps): update all non-major dependencies (#317)
  • 30b0782 Merge branch 'dev'
  • 17f9367 chore(release): 5.9.0
  • 2ee5cfc docs: update migration.md (#309)
  • 2ca95e5 feat: allow creating new instances (#306)
  • 6425515 chore(deps): update dependency consola to ^2.11.1 (#307)
  • 2b23378 docs: update migration.md (#309)
  • 520d6d7 chore(release): 5.8.0

There are 51 commits in total.

See the full diff

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

Release Notes for v5.9.4

Bug Fixes

Dependency upgrades

  • update dependency axios to ^0.19.2 (#327)
Commits

The new version differs by 54 commits.

  • 09c58e3 chore(release): 5.9.4
  • af7e213 chore(deps): update dependency axios to ^0.19.2 (#327)
  • 9d00d6a fix(types): add setBaseURL (#329)
  • 623ac7b chore(release): 5.9.3
  • 9223a57 fix(types): extend from AxiosStatic (#319)
  • 150aebf chore(deps): update dependency axios to ^0.19.1 (#321)
  • 8435a83 chore(release): 5.9.2
  • 1d3592c Merge branch 'master' into dev
  • 6385072 chore(release): 5.9.1
  • 8ed688e chore: update yarn.lock
  • 45a562f chore(deps): update all non-major dependencies (#317)
  • 30b0782 Merge branch 'dev'
  • 17f9367 chore(release): 5.9.0
  • 2ee5cfc docs: update migration.md (#309)
  • 2ca95e5 feat: allow creating new instances (#306)

There are 54 commits in total.

See the full diff

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

Commits

The new version differs by 56 commits.

  • b6f88ae chore(release): 5.9.5
  • cf5cc3a chore(deps): update dependency defu to v1 (#332)
  • 09c58e3 chore(release): 5.9.4
  • af7e213 chore(deps): update dependency axios to ^0.19.2 (#327)
  • 9d00d6a fix(types): add setBaseURL (#329)
  • 623ac7b chore(release): 5.9.3
  • 9223a57 fix(types): extend from AxiosStatic (#319)
  • 150aebf chore(deps): update dependency axios to ^0.19.1 (#321)
  • 8435a83 chore(release): 5.9.2
  • 1d3592c Merge branch 'master' into dev
  • 6385072 chore(release): 5.9.1
  • 8ed688e chore: update yarn.lock
  • 45a562f chore(deps): update all non-major dependencies (#317)
  • 30b0782 Merge branch 'dev'
  • 17f9367 chore(release): 5.9.0

There are 56 commits in total.

See the full diff