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

build(deps): bump axios from 1.2.2 to 1.2.3 #927

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps axios from 1.2.2 to 1.2.3.

Release notes

Sourced from axios's releases.

1.2.3

Release notes:

Bug Fixes

  • types: fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (#5420) (0811963)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.2.3 (2023-01-10)

Bug Fixes

  • types: fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (#5420) (0811963)

Contributors to this release

Commits
  • 557ed0a chore(ci): fixed publish action; (#5470)
  • 484e0b6 chore(release): v1.2.3 (#5459)
  • d83316d chore(ci): enabled npm publishing; (#5460)
  • d750901 chore(ci): added an action to make GitHub & NPM releases when merging a relea...
  • 477c714 chore(ci): fixed error in generating changelog with unnecessary spaces; (#5455)
  • e2a1e28 chore(ci): improved contributors & PRs sections generator; (#5453)
  • 18772ed chore(ci): improved logging; (#5451)
  • 259f5f5 chore(ci): added step of generating a list of contributors for CHANELOG.md; (...
  • d33a3de chore(ci): added commit message config; (#5447)
  • ebb9e81 chore(deps): bump json5 from 1.0.1 to 1.0.2 (#5438)
  • 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)

Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@1.2.2...v1.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) January 23, 2023 22:01
@googlemaps-bot googlemaps-bot merged commit 583f30e into master Jan 23, 2023
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/axios-1.2.3 branch January 23, 2023 22:01
googlemaps-bot added a commit that referenced this pull request Feb 11, 2023
### [3.3.27](v3.3.26...v3.3.27) (2023-02-11)

### Bug Fixes

* set fixed deps to mitigate ESM breakage ([#935](#935)) ([8fa0a9b](8fa0a9b))
* set fixed version for semantic release ([#936](#936)) ([5854ceb](5854ceb))

### Build System

* **deps-dev:** bump @types/node from 18.11.18 to 18.11.19 ([#932](#932)) ([258b1fb](258b1fb))
* **deps-dev:** bump nock from 13.2.9 to 13.3.0 ([#926](#926)) ([685f3a3](685f3a3))
* **deps-dev:** bump prettier from 2.8.1 to 2.8.2 ([#921](#921)) ([2ed54c5](2ed54c5))
* **deps-dev:** bump prettier from 2.8.2 to 2.8.3 ([#925](#925)) ([baad991](baad991))
* **deps-dev:** bump typedoc from 0.23.23 to 0.23.24 ([#924](#924)) ([578a1bb](578a1bb))
* **deps-dev:** bump typescript from 4.9.4 to 4.9.5 ([#930](#930)) ([17d152f](17d152f))
* **deps:** bump axios from 0.27.2 to 1.2.2 ([#920](#920)) ([4d14d12](4d14d12))
* **deps:** bump axios from 1.2.2 to 1.2.3 ([#927](#927)) ([583f30e](583f30e))
* **deps:** bump axios from 1.2.3 to 1.2.6 ([#929](#929)) ([77d92dd](77d92dd))
* **deps:** bump axios from 1.2.6 to 1.3.2 ([#931](#931)) ([1011451](1011451))
* **deps:** bump query-string from 7.1.3 to 8.1.0 ([#923](#923)) ([0a5af94](0a5af94))
* **deps:** bump retry-axios from 2.6.0 to 3.0.0 ([#922](#922)) ([bdadbbf](bdadbbf))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 3.3.27 🎉

The release is available on:

Your semantic-release bot 📦🚀

Smile4192 added a commit to Smile4192/google-maps-service-js that referenced this pull request Mar 7, 2023
### [3.3.27](googlemaps/google-maps-services-js@v3.3.26...v3.3.27) (2023-02-11)

### Bug Fixes

* set fixed deps to mitigate ESM breakage ([#935](googlemaps/google-maps-services-js#935)) ([8fa0a9b](googlemaps/google-maps-services-js@8fa0a9b))
* set fixed version for semantic release ([#936](googlemaps/google-maps-services-js#936)) ([5854ceb](googlemaps/google-maps-services-js@5854ceb))

### Build System

* **deps-dev:** bump @types/node from 18.11.18 to 18.11.19 ([#932](googlemaps/google-maps-services-js#932)) ([258b1fb](googlemaps/google-maps-services-js@258b1fb))
* **deps-dev:** bump nock from 13.2.9 to 13.3.0 ([#926](googlemaps/google-maps-services-js#926)) ([685f3a3](googlemaps/google-maps-services-js@685f3a3))
* **deps-dev:** bump prettier from 2.8.1 to 2.8.2 ([#921](googlemaps/google-maps-services-js#921)) ([2ed54c5](googlemaps/google-maps-services-js@2ed54c5))
* **deps-dev:** bump prettier from 2.8.2 to 2.8.3 ([#925](googlemaps/google-maps-services-js#925)) ([baad991](googlemaps/google-maps-services-js@baad991))
* **deps-dev:** bump typedoc from 0.23.23 to 0.23.24 ([#924](googlemaps/google-maps-services-js#924)) ([578a1bb](googlemaps/google-maps-services-js@578a1bb))
* **deps-dev:** bump typescript from 4.9.4 to 4.9.5 ([#930](googlemaps/google-maps-services-js#930)) ([17d152f](googlemaps/google-maps-services-js@17d152f))
* **deps:** bump axios from 0.27.2 to 1.2.2 ([#920](googlemaps/google-maps-services-js#920)) ([4d14d12](googlemaps/google-maps-services-js@4d14d12))
* **deps:** bump axios from 1.2.2 to 1.2.3 ([#927](googlemaps/google-maps-services-js#927)) ([583f30e](googlemaps/google-maps-services-js@583f30e))
* **deps:** bump axios from 1.2.3 to 1.2.6 ([#929](googlemaps/google-maps-services-js#929)) ([77d92dd](googlemaps/google-maps-services-js@77d92dd))
* **deps:** bump axios from 1.2.6 to 1.3.2 ([#931](googlemaps/google-maps-services-js#931)) ([1011451](googlemaps/google-maps-services-js@1011451))
* **deps:** bump query-string from 7.1.3 to 8.1.0 ([#923](googlemaps/google-maps-services-js#923)) ([0a5af94](googlemaps/google-maps-services-js@0a5af94))
* **deps:** bump retry-axios from 2.6.0 to 3.0.0 ([#922](googlemaps/google-maps-services-js#922)) ([bdadbbf](googlemaps/google-maps-services-js@bdadbbf))
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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants