Skip to content

Commit

Permalink
chore(deps): update dependency query-string to v9 (#411)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [query-string](https://togithub.com/sindresorhus/query-string) |
[`^8.1.0` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/query-string/8.1.0/9.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/query-string/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/query-string/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/query-string/8.1.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/query-string/8.1.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/query-string (query-string)</summary>

###
[`v9.0.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v9.0.0)

[Compare
Source](https://togithub.com/sindresorhus/query-string/compare/v8.2.0...v9.0.0)

##### Breaking

- Require Node.js 18
[`fd5a1c9`](https://togithub.com/sindresorhus/query-string/commit/fd5a1c9)

##### Fixes

- Fix passing empty `fragmentIdentifier` to `stringifyUrl()`
[`cc232cb`](https://togithub.com/sindresorhus/query-string/commit/cc232cb)

###
[`v8.2.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v8.2.0)

[Compare
Source](https://togithub.com/sindresorhus/query-string/compare/v8.1.0...v8.2.0)

- Allow BigInt as stringifiable value in the types
([#&#8203;377](https://togithub.com/sindresorhus/query-string/issues/377))
[`7f84490`](https://togithub.com/sindresorhus/query-string/commit/7f84490)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sebald/pattern-analyzer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 8796ef6 commit 9425d8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"next": "14.1.0",
"nextjs-google-analytics": "2.3.3",
"p-limit": "4.0.0",
"query-string": "^8.1.0",
"query-string": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9425d8c

Please sign in to comment.