Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps query-string from 7.1.3 to 8.1.0.

Release notes

Sourced from query-string's releases.

v8.1.0

  • Upgrade dependencies (#365) 20cc109

sindresorhus/query-string@v8.0.3...v8.1.0

v8.0.3

  • Fix typo in a TypeScript type 7bba5bb

sindresorhus/query-string@v8.0.2...v8.0.3

v8.0.2

  • Improve compatibility with bundlers (#361) 81f78e6

sindresorhus/query-string@v8.0.1...v8.0.2

v8.0.1

  • Fix TypeScript compatibility 76f8fc5

sindresorhus/query-string@v8.0.0...v8.0.1

v8.0.0

Breaking

Fixes

  • Fix encoding of fragmentIdentifier (#355) 16a7b8f

sindresorhus/query-string@v7.1.3...v8.0.0

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)

@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
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/query-string-8.1.0 branch from 1db34bd to f6e6c43 Compare January 9, 2023 22:26
Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.1.3 to 8.1.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](sindresorhus/query-string@v7.1.3...v8.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/query-string-8.1.0 branch from f6e6c43 to c572150 Compare January 9, 2023 22:29
@googlemaps-bot googlemaps-bot merged commit 0a5af94 into master Jan 9, 2023
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/query-string-8.1.0 branch January 9, 2023 22:44
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.

2 participants