Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump @nuxtjs/axios from 5.12.4 to 5.13.1 #7

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps @nuxtjs/axios from 5.12.4 to 5.13.1.

Release notes

Sourced from @​nuxtjs/axios's releases.

v5.13.1

Bug Fixes

v5.13.0

Features

  • Support baseUrl and browserBaseUrl to handle casing typos (8904847)

Bug Fixes

  • Add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore defaults (#465) (a1a1894)

v5.12.5

Bug Fixes

  • add x-forwarded-host to proxyHeaderIgnore defaults (#462) (433548b), closes #456

Dependencies

Changelog

Sourced from @​nuxtjs/axios's changelog.

5.13.1 (2021-02-08)

Bug Fixes

5.13.0 (2021-02-01)

Features

  • support baseUrl and browserBaseUrl to handle casing typos (8904847)

Bug Fixes

  • add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore defaults (#465) (a1a1894)

5.12.5 (2021-01-04)

Bug Fixes

  • add x-forwarded-host to proxyHeaderIgnore defaults (#462) (433548b), closes #456
Commits
  • b92b6e9 chore(release): 5.13.1
  • 32f0308 chore(deps): update all non-major dependencies (#471)
  • ecfab9a fix(types): update interceptors type (#476)
  • 62f17ca fix(types): add missing type for create() (#475)
  • a61b82b chore(release): 5.13.0
  • 8904847 feat: support baseUrl and browserBaseUrl to handle casing typos
  • a1a1894 fix: add x-forwarded-port and x-forwarded-proto to proxyHeaderIgnore de...
  • c6e256c chore(release): 5.12.5
  • b46a4b3 chore: update all deps
  • ab25b87 chore(deps): update dependency axios to ^0.21.1 (#460)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2021
@dependabot dependabot bot requested a review from yangwao March 18, 2021 12:55
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 18, 2021

Superseded by #38.

@dependabot dependabot bot closed this May 18, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxtjs/axios-5.13.1 branch May 18, 2021 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'x-forwarded-host' should be added to proxyHeadersIgnore by default
1 participant