Skip to content

Bump axios from 1.1.0 to 1.1.2 in /webapp

Dependabot requested to merge dependabot-npm_and_yarn-webapp-axios-1.1.2 into master

Bumps axios from 1.1.0 to 1.1.2.

Release notes

Sourced from axios's releases.

v1.1.2

[1.1.2] - 2022-10-07

Fixed

  • Fixed broken exports for UMD builds.

Contributors to this release

v1.1.1

[1.1.1] - 2022-10-07

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

Changelog

Sourced from axios's changelog.

[1.1.0] - 2022-10-06

Fixed

  • Fixed missing exports in type definition index.d.ts #5003
  • Fixed query params composing #5018
  • Fixed GenericAbortSignal interface by making it more generic #5021
  • Fixed adding "clear" to AxiosInterceptorManager #5010
  • Fixed commonjs & umd exports #5030
  • Fixed inability to access response headers when using axios 1.x with Jest #5036

Contributors to this release

[1.1.1] - 2022-10-07

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

[1.1.2] - 2022-10-07

Fixed

  • Fixed broken exports for UMD builds.

Contributors to this release

Commits
  • 1b29f4e chore: release v1.1.2
  • 1315e22 chore: release v1.1.1
  • 6140fcf chore: updated changelog
  • 9fc94b7 fix: revert named exports
  • a46beab fix: keep compatability with other changes
  • 2149464 fix: issue with exports not working correctly in common js scenarios
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports