chore(deps): bump axios from 0.26.1 to 0.27.0 - #249
Merged
Conversation
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@dependabot merge
…On Tue, 26 Apr 2022, 03:02 dependabot[bot], ***@***.***> wrote:
Bumps axios <https://github.com/axios/axios> from 0.26.1 to 0.27.0.
Release notes
*Sourced from axios's releases <https://github.com/axios/axios/releases>.*
v0.27.0 0.27.0 (April 25, 2022)
Breaking changes:
- New toFormData helper function that allows the implementor to pass
an object and allow axios to convert it to FormData (#3757
<https://github-redirect.dependabot.com/axios/axios/pull/3757>)
- Removed functionality that removed the the Content-Type request
header when passing FormData (#3785
<https://github-redirect.dependabot.com/axios/axios/pull/3785>)
- *(*)* Refactored error handling implementing AxiosError as a
constructor, this is a large change to error handling on the whole (
#3645 <https://github-redirect.dependabot.com/axios/axios/pull/3645>)
- Separated responsibility for FormData instantiation between
transformRequest and toFormData (#4470
<https://github-redirect.dependabot.com/axios/axios/pull/4470>)
- *(*)* Improved and fixed multiple issues with FormData support (#4448
<https://github-redirect.dependabot.com/axios/axios/pull/4448>)
QOL and DevX improvements:
- Added a multipart/form-data testing playground allowing contributors
to debug changes easily (#4465
<https://github-redirect.dependabot.com/axios/axios/pull/4465>)
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#4515
<https://github-redirect.dependabot.com/axios/axios/pull/4516>) & (
#4516 <https://github-redirect.dependabot.com/axios/axios/pull/4516>)
- Bumped follow-redirects to ^1.14.9 (#4562
<https://github-redirect.dependabot.com/axios/axios/pull/4562>)
Internal and Tests:
- Updated dev dependencies to latest version
Documentation:
- Fixing incorrect link in changelog (#4551
<https://github-redirect.dependabot.com/axios/axios/pull/4551>)
Notes:
- *(*)* Please read these pull requests before updating, these changes
are very impactful and far reaching.
Changelog
*Sourced from axios's changelog
<https://github.com/axios/axios/blob/master/CHANGELOG.md>.*
0.27.0 (April 25, 2022)
Breaking changes:
- New toFormData helper function that allows the implementor to pass
an object and allow axios to convert it to FormData (#3757
<https://github-redirect.dependabot.com/axios/axios/pull/3757>)
- Removed functionality that removed the the Content-Type request
header when passing FormData (#3785
<https://github-redirect.dependabot.com/axios/axios/pull/3785>)
- *(*)* Refactored error handling implementing AxiosError as a
constructor, this is a large change to error handling on the whole (
#3645 <https://github-redirect.dependabot.com/axios/axios/pull/3645>)
- Separated responsibility for FormData instantiation between
transformRequest and toFormData (#4470
<https://github-redirect.dependabot.com/axios/axios/pull/4470>)
- *(*)* Improved and fixed multiple issues with FormData support (#4448
<https://github-redirect.dependabot.com/axios/axios/pull/4448>)
QOL and DevX improvements:
- Added a multipart/form-data testing playground allowing contributors
to debug changes easily (#4465
<https://github-redirect.dependabot.com/axios/axios/pull/4465>)
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#4515
<https://github-redirect.dependabot.com/axios/axios/pull/4516>) & (
#4516 <https://github-redirect.dependabot.com/axios/axios/pull/4516>)
- Bumped follow-redirects to ^1.14.9 (#4562
<https://github-redirect.dependabot.com/axios/axios/pull/4562>)
Internal and Tests:
- Updated dev dependencies to latest version
Documentation:
- Fixing incorrect link in changelog (#4551
<https://github-redirect.dependabot.com/axios/axios/pull/4551>)
Notes:
- *(*)* Please read these pull requests before updating, these changes
are very impactful and far reaching.
Commits
- 008dd9d
<axios/axios@008dd9d>
Releaseing version 0.27.0
- ee151a7
<axios/axios@ee151a7>
Revert some changes that are only required when we actually release
- 499d3be
<axios/axios@499d3be>
follow-redirects to ^1.14.9 (#4562
<https://github-redirect.dependabot.com/axios/axios/issues/4562>)
- d24ce8e
<axios/axios@d24ce8e>
Updated a number of out of date dev packages
- 5b0d492
<axios/axios@5b0d492>
Bump minimist from 1.2.5 to 1.2.6 (#4574
<https://github-redirect.dependabot.com/axios/axios/issues/4574>)
- cdda1ad
<axios/axios@cdda1ad>
Merge branch 'carpben-env-form-data'
- 3e0954d
<axios/axios@3e0954d>
Fixed merge conflicts
- a3dd603
<axios/axios@a3dd603>
Merge branch 'Tivix-fix#1603'
- 9b8e004
<axios/axios@9b8e004>
Merge branch 'fix#1603' of https://github.com/Tivix/axios into
Tivix-fix#1603
- 1f13dd7
<axios/axios@1f13dd7>
Fixed some imports that were not correct
- Additional commits viewable in compare view
<axios/axios@v0.26.1...v0.27.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#249
Commit Summary
- 9179fe0
<9179fe0>
chore(deps): bump axios from 0.26.1 to 0.27.0
File Changes
(2 files <https://github.com/nodebots/nodebots-interchange/pull/249/files>
)
- *M* package-lock.json
<https://github.com/nodebots/nodebots-interchange/pull/249/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(32)
- *M* package.json
<https://github.com/nodebots/nodebots-interchange/pull/249/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/nodebots/nodebots-interchange/pull/249.patch
- https://github.com/nodebots/nodebots-interchange/pull/249.diff
—
Reply to this email directly, view it on GitHub
<#249>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5DI72VNSJRKDEQTBJWL3VG3FZXANCNFSM5UJGJCCA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps axios from 0.26.1 to 0.27.0.
Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
008dd9dReleaseing version 0.27.0ee151a7Revert some changes that are only required when we actually release499d3befollow-redirects to ^1.14.9 (#4562)d24ce8eUpdated a number of out of date dev packages5b0d492Bump minimist from 1.2.5 to 1.2.6 (#4574)cdda1adMerge branch 'carpben-env-form-data'3e0954dFixed merge conflictsa3dd603Merge branch 'Tivix-fix#1603'9b8e004Merge branch 'fix#1603' of https://github.com/Tivix/axios into Tivix-fix#16031f13dd7Fixed some imports that were not correctDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)