From 9425d8cd8e6b5050101b0d3d4cc54993748649db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:45:17 +0100 Subject: [PATCH] chore(deps): update dependency query-string to v9 (#411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
sindresorhus/query-string (query-string) ### [`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 ([#​377](https://togithub.com/sindresorhus/query-string/issues/377)) [`7f84490`](https://togithub.com/sindresorhus/query-string/commit/7f84490)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1e601bf3..ebe06748 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 183476c9..80163e21 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,8 +69,8 @@ dependencies: specifier: 4.0.0 version: 4.0.0 query-string: - specifier: ^8.1.0 - version: 8.1.0 + specifier: ^9.0.0 + version: 9.0.0 react: specifier: 18.2.0 version: 18.2.0 @@ -6063,9 +6063,9 @@ packages: resolution: {integrity: sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg==} dev: true - /query-string@8.1.0: - resolution: {integrity: sha512-BFQeWxJOZxZGix7y+SByG3F36dA0AbTy9o6pSmKFcFz7DAj0re9Frkty3saBn3nHo3D0oZJ/+rx3r8H8r8Jbpw==} - engines: {node: '>=14.16'} + /query-string@9.0.0: + resolution: {integrity: sha512-4EWwcRGsO2H+yzq6ddHcVqkCQ2EFUSfDMEjF8ryp8ReymyZhIuaFRGLomeOQLkrzacMHoyky2HW0Qe30UbzkKw==} + engines: {node: '>=18'} dependencies: decode-uri-component: 0.4.1 filter-obj: 5.1.0