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 retry-axios from 2.6.0 to 3.0.0 #922

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps retry-axios from 2.6.0 to 3.0.0.

Release notes

Sourced from retry-axios's releases.

v3.0.0

3.0.0 (2022-05-04)

  • feat!: support the latest versions of node.js (#188) (ef74217), closes #188

BREAKING CHANGES

  • This release drops support for node.js 12 and 14. It also drops support for the browser specific compilation, as the entire toolchain was deprecated. I am open to this being re-added if someone wants to take it on :)
Commits
  • ef74217 feat!: support the latest versions of node.js (#188)
  • a2cfde0 chore(deps): update codecov/codecov-action action to v3 (#185)
  • 1be27a6 chore(deps): update dependency axios to ^0.26.0 (#180)
  • 26da0a1 chore(deps): update actions/checkout action to v3 (#183)
  • 34eb022 chore(deps): update actions/setup-node action to v3 (#182)
  • 2f8be7d chore(deps): update dependency sinon to v13 (#179)
  • c28b386 chore(deps): update dependency axios to ^0.25.0 (#170)
  • d87d905 chore(deps): update dependency @​types/node to v16 (#173)
  • cfd2616 chore(deps): update dependency sinon to v12 (#175)
  • 19788c6 chore(deps): update dependency semantic-release to v18 (#169)
  • See full diff 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) January 9, 2023 22:01
Bumps [retry-axios](https://github.com/JustinBeckwith/retry-axios) from 2.6.0 to 3.0.0.
- [Release notes](https://github.com/JustinBeckwith/retry-axios/releases)
- [Commits](JustinBeckwith/retry-axios@v2.6.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/retry-axios-3.0.0 branch from 6b72720 to e0d926e Compare January 9, 2023 22:26
@googlemaps-bot googlemaps-bot merged commit bdadbbf into master Jan 9, 2023
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/retry-axios-3.0.0 branch January 9, 2023 22:28
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