digital-bauhaus / Ferienpass

Anmeldung & Administration für den digitalen Ferienpass der Stadt Weimar
https://ferienpass.herokuapp.com/
MIT License
5 stars 0 forks source link

Bump axios from 0.21.1 to 1.1.2 in /frontend #407

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps axios from 0.21.1 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

v1.1.0

[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

v1.0.0

Changelog

[1.0.0] - 2022-10-04

Added

  • Added stack trace to AxiosError #4624

... (truncated)

Changelog

Sourced from axios's changelog.

[1.1.2] - 2022-10-07

Fixed

  • Fixed broken exports for UMD builds.

Contributors to this release

Commits
Maintainer changes

This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #407 (46e7a8a) into master (52f9a0e) will increase coverage by 0.27%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #407      +/-   ##
============================================
+ Coverage     94.30%   94.57%   +0.27%     
- Complexity      179      181       +2     
============================================
  Files            20       20              
  Lines           737      737              
  Branches         31       31              
============================================
+ Hits            695      697       +2     
  Misses           26       26              
+ Partials         16       14       -2     
Impacted Files Coverage Δ
...uhaus/digital/controller/TeilnehmerController.java 85.96% <0.00%> (+3.50%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 2 years ago

Superseded by #411.