Open
Description
The dependency @nuxtjs/axios was updated from 5.4.0
to 5.4.1
.
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).
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 commentedon May 21, 2019
dependency
@nuxtjs/axios was updated from5.4.1
to5.4.2
.Your tests are still failing with this version. Compare changes
Release Notes for v5.4.2
Fixes
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 commentedon May 22, 2019
dependency
@nuxtjs/axios was updated from5.4.2
to5.5.0
.Your tests are still failing with this version. Compare changes
Release Notes for v5.5.0
Bug Fixes
accept-encoding
header (nuxt/http#43) (c17fec2)Features
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 commentedon May 23, 2019
dependency
@nuxtjs/axios was updated from5.5.0
to5.5.1
.Your tests are still failing with this version. Compare changes
Release Notes for v5.5.1
Bug Fixes
setHeader
andsetToken
(#250) (93469f0)Commits
The new version differs by 2 commits.
2259038
chore(release): 5.5.1
93469f0
fix: don't toLowerCase headers for
setHeader
andsetToken
(#250)See the full diff
greenkeeper commentedon May 26, 2019
dependency
@nuxtjs/axios was updated from5.5.1
to5.5.2
.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 commentedon May 30, 2019
dependency
@nuxtjs/axios was updated from5.5.2
to5.5.3
.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 commentedon Jun 5, 2019
dependency
@nuxtjs/axios was updated from5.5.3
to5.5.4
.Your tests are still failing with this version. Compare changes
Release Notes for v5.5.4
Bug Fixes
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 commentedon Aug 20, 2019
dependency
@nuxtjs/axios was updated from5.5.4
to5.6.0
.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 commentedon Oct 23, 2019
dependency
@nuxtjs/axios was updated from5.7.1
to5.8.0
.Your tests are still failing with this version. Compare changes
Release Notes for v5.8.0
Features
CancelToken
andisCancel
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
andisCancel
to axios instance (#292)170e399
chore(release): 5.7.1
82dfccc
fix: use
Axios
forisCancel
(fixes #301)153f181
chore(release): 5.7.0
fd779fc
chore: update yarn.lock
f959c58
fix(headers): don't proxy
content-md5
andcontent-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 commentedon Dec 17, 2019
dependency
@nuxtjs/axios was updated from5.8.0
to5.9.0
.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
andisCancel
to axios instance (#292)0d616f8
chore(release): 5.7.1
4f71479
fix: use
Axios
forisCancel
(fixes #301)6a146b3
chore(release): 5.7.0
d239c38
chore: update yarn.lock
46c49e2
fix(headers): don't proxy
content-md5
andcontent-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 commentedon Jan 9, 2020
dependency
@nuxtjs/axios was updated from5.9.1
to5.9.2
.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 commentedon Jan 11, 2020
dependency
@nuxtjs/axios was updated from5.9.2
to5.9.3
.Your tests are still failing with this version. Compare changes
Release Notes for v5.9.3
Bug Fixes
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 commentedon Jan 30, 2020
dependency
@nuxtjs/axios was updated from5.9.3
to5.9.4
.Your tests are still failing with this version. Compare changes
Release Notes for v5.9.4
Bug Fixes
setBaseURL
(#329) (9d00d6a)Dependency upgrades
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 commentedon Feb 2, 2020
dependency
@nuxtjs/axios was updated from5.9.4
to5.9.5
.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 commentedon Mar 27, 2020
dependency
@nuxtjs/axios was updated from5.9.5
to5.9.6
.Your tests are still failing with this version. Compare changes
Release Notes for v5.9.6
Bug Fixes
https
whenhttps: 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
whenhttps: true
is set (#344)See the full diff
5 remaining items