Skip to content

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

Open
@greenkeeper

Description

@greenkeeper

The dependency @nuxtjs/axios was updated from 5.4.0 to 5.4.1.

🚨 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
  • ci/circleci: build-job: Your tests failed on CircleCI (Details).

Commits

The new version differs by 2 commits.

  • f007b4d chore(release): 5.4.1
  • 1ed6e2f fix(types): correct Vuex Store instance (#227)

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 🌴

Activity

greenkeeper

greenkeeper commented on May 21, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Release Notes for v5.4.2

Fixes

  • chore(ts): update types for nuxt 2.7.1 (PR #249)
  • chore(deps): update dependency consola to ^2.6.2 (PR #246)
Commits

The new version differs by 8 commits.

  • 4583988 5.4.2
  • 76e1c17 chore(deps): update dependency consola to ^2.6.2 (#246)
  • 8315251 Merge pull request #249 from simllll/patch-2
  • 6a2923d update types for nuxt 2.7.1
  • f744666 chore(deps): update dependency consola to ^2.6.0
  • 30f9bd6 chore(deps): update dependency consola to ^2.5.8
  • 334c888 docs: replace baseUrl to baseURL (#233)
  • 624a3bd chore: fix issue template

See the full diff

greenkeeper

greenkeeper commented on May 22, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Release Notes for v5.5.0

Bug Fixes

  • lowercase accept-encoding header (nuxt/http#43) (c17fec2)

Features

  • convert header names to lowercase (nuxt/http#45) (2e514a4)
  • use server of nuxt.config.js to set default baseURL (#245) (e1120a9)
Commits

The new version differs by 6 commits.

  • 062027f chore(release): 5.5.0
  • 2e514a4 feat: convert header names to lowercase (nuxt/http#45)
  • 90e8c13 chore: lint fixture
  • c17fec2 fix: lowercase accept-encoding header (nuxt/http#43)
  • d0982b6 docs: update proxyHeadersIgnore
  • e1120a9 feat: use server of nuxt.config.js to set default baseURL (#245)

See the full diff

greenkeeper

greenkeeper commented on May 23, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Release Notes for v5.5.1

Bug Fixes

  • don't toLowerCase headers for setHeader and setToken (#250) (93469f0)
Commits

The new version differs by 2 commits.

  • 2259038 chore(release): 5.5.1
  • 93469f0 fix: don't toLowerCase headers for setHeader and setToken (#250)

See the full diff

greenkeeper

greenkeeper commented on May 26, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • 03c5aad chore(release): 5.5.2
  • 9205fdf fix: vuex typescript type (#253)

See the full diff

greenkeeper

greenkeeper commented on May 30, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

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

greenkeeper

greenkeeper commented on Jun 5, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

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

greenkeeper commented on Aug 20, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Release Notes for v5.6.0

Features

Commits

The new version differs by 8 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)

See the full diff

greenkeeper

greenkeeper commented on Oct 23, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

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

See the full diff

greenkeeper

greenkeeper commented on Dec 17, 2019

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Release Notes for v5.9.0

Features

Commits

The new version differs by 31 commits ahead by 31, behind by 13.

  • 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 31 commits in total.

See the full diff

greenkeeper

greenkeeper commented on Jan 9, 2020

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 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'
  • 2b23378 docs: update migration.md (#309)

See the full diff

greenkeeper

greenkeeper commented on Jan 11, 2020

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

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

See the full diff

greenkeeper

greenkeeper commented on Jan 30, 2020

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Release Notes for v5.9.4

Bug Fixes

Dependency upgrades

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

The new version differs by 3 commits.

  • 09c58e3 chore(release): 5.9.4
  • af7e213 chore(deps): update dependency axios to ^0.19.2 (#327)
  • 9d00d6a fix(types): add setBaseURL (#329)

See the full diff

greenkeeper

greenkeeper commented on Feb 2, 2020

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • b6f88ae chore(release): 5.9.5
  • cf5cc3a chore(deps): update dependency defu to v1 (#332)

See the full diff

greenkeeper

greenkeeper commented on Mar 27, 2020

@greenkeeper
ContributorAuthor

Your tests are still failing with this version. Compare changes

Release Notes for v5.9.6

Bug Fixes

  • module: always set protocol to https when https: true is set (#344) (6f82570)
Commits

The new version differs by 7 commits.

  • d8a03bb chore(release): 5.9.6
  • f9b2b62 chore: fix netlify publish dir
  • 3c285dc chore: add netlify.toml
  • 5be7405 chore(deps): update devdependency vuepress to ^1.4.0 (#346)
  • 191f869 docs: migrate to vuepress
  • c41013b chore: update yarn.lock
  • 6f82570 fix(module): always set protocol to https when https: true is set (#344)

See the full diff

5 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      An in-range update of @nuxtjs/axios is breaking the build 🚨 · Issue #132 · medfreeman/nuxt-netlify-cms-module