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

Bump axios from 0.27.2 to 1.1.3 #827

Merged
merged 1 commit into from Oct 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps axios from 0.27.2 to 1.1.3.

Release notes

Sourced from axios's releases.

v1.1.3

Added

Added custom params serializer support #5113

Fixed

Fixed top-level export to keep them in-line with static properties #5109 Stopped including null values to query string. #5108 Restored proxy config backwards compatibility with 0.x #5097 Added back AxiosHeaders in AxiosHeaderValue #5103 Pin CDN install instructions to a specific version #5060 Handling of array values fixed for AxiosHeaders #5085

Chores

docs: match badge style, add link to them #5046 chore: fixing comments typo #5054 chore: update issue template #5061 chore: added progress capturing section to the docs; #5084

Contributors to this release

v1.1.2

Fixed

  • Fixed broken exports for UMD builds.

Contributors to this release

v1.1.1

Fixed

  • Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

[1.1.3] - 2022-10-15

Added

Added custom params serializer support #5113

Fixed

Fixed top-level export to keep them in-line with static properties #5109 Stopped including null values to query string. #5108 Restored proxy config backwards compatibility with 0.x #5097 Added back AxiosHeaders in AxiosHeaderValue #5103 Pin CDN install instructions to a specific version #5060 Handling of array values fixed for AxiosHeaders #5085

Chores

docs: match badge style, add link to them #5046 chore: fixing comments typo #5054 chore: update issue template #5061 chore: added progress capturing section to the docs; #5084

Contributors to this release

Commits

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)

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.1.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Maintenance Major A major upgrade (e.g., dependency) labels Oct 17, 2022
@chartgerink chartgerink temporarily deployed to researchequa-dependabot-v2juyx October 17, 2022 03:24 Inactive
@chartgerink
Copy link
Member

Considering this is a major upgrade for a critical library (e.g., DOI minting): Please do not merge without discussing this so we can assure quality and continued operations.

@nsunami
Copy link
Collaborator

nsunami commented Oct 18, 2022

@chartgerink Agreed!

I have my notes when I peeked on the previous PR here. That time, it was breaking our app.
#785

@chartgerink
Copy link
Member

Thanks for linking! It got buried in the repeated upgrades 😅

This seems like something we should get some sync time on maybe?

@nsunami
Copy link
Collaborator

nsunami commented Oct 18, 2022

Sync time sounds good to me---given the importance of the package!

@chartgerink chartgerink self-assigned this Oct 19, 2022
@nsunami nsunami temporarily deployed to researchequa-dependabot-9utgs7 October 20, 2022 10:48 Inactive
@nsunami
Copy link
Collaborator

nsunami commented Oct 20, 2022

It looks like the problem that we had was fixed by v 1.1.0 release 🎉

Fixed query params composing axios/axios#5018

I checked on the test app & local that I can add reference by DOI now!
image

Copy link
Collaborator

@nsunami nsunami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I mentioned in the above comment, I think this issue is fixed now ✅

@chartgerink
Copy link
Member

I also tested the publishing process and that works as expected. Merging :) Thanks for pulling this forward @nsunami!

@chartgerink chartgerink merged commit 715d0c2 into main Oct 20, 2022
@chartgerink chartgerink deleted the dependabot/npm_and_yarn/axios-1.1.3 branch October 20, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Major A major upgrade (e.g., dependency)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants