From 3178cf25bd5f36e520c30d2f27348748c94b91aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:10:29 +0000 Subject: [PATCH] Update dependency devalue to v4 (#312) 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 | |---|---|---|---|---|---| | [devalue](https://togithub.com/Rich-Harris/devalue) | [`2.0.1` -> `4.3.2`](https://renovatebot.com/diffs/npm/devalue/2.0.1/4.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/devalue/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/devalue/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/devalue/2.0.1/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/devalue/2.0.1/4.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
Rich-Harris/devalue (devalue) ### [`v4.3.2`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#432) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.3.1...v4.3.2) - Better type declarations ([#​66](https://togithub.com/Rich-Harris/devalue/pull/66)) ### [`v4.3.1`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#431) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.3.0...v4.3.1) - Faster ([#​65](https://togithub.com/Rich-Harris/devalue/pull/65)) ### [`v4.3.0`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#430) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.2.3...v4.3.0) - Support custom types ([#​58](https://togithub.com/Rich-Harris/devalue/pull/58)) ### [`v4.2.3`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#423) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.2.2...v4.2.3) - Correctly escape control characters ([#​57](https://togithub.com/Rich-Harris/devalue/pull/57)) ### [`v4.2.2`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#422) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.2.1...v4.2.2) - Remove `pkg.main` ([#​56](https://togithub.com/Rich-Harris/devalue/pull/56)) ### [`v4.2.1`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#421) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.2.0...v4.2.1) - Re-use internal helper ([#​55](https://togithub.com/Rich-Harris/devalue/pull/55)) ### [`v4.2.0`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#420) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.1.0...v4.2.0) - Add `unflatten` ([#​48](https://togithub.com/Rich-Harris/devalue/pull/48)) ### [`v4.1.0`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#410) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.0.1...v4.1.0) - Only deduplicate non-primitives ([#​44](https://togithub.com/Rich-Harris/devalue/pull/44)) - Error on invalid input ([#​43](https://togithub.com/Rich-Harris/devalue/pull/43)) - Fix `pkg.exports` ([#​45](https://togithub.com/Rich-Harris/devalue/pull/45)) ### [`v4.0.1`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#401) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v4.0.0...v4.0.1) - Remove `devalue` export so that run time errors become build time errors ### [`v4.0.0`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v3.1.3...v4.0.0) - Rename `devalue` function to `uneval` - Add `parse` and `stringify` functions ### [`v3.1.3`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#313) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v3.1.2...v3.1.3) - Add `pkg.main` ### [`v3.1.2`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#312) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v3.1.1...v3.1.2) - Include `pkg.types` ### [`v3.1.1`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#311) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v3.1.0...v3.1.1) - Include `types` in `pkg.files` ### [`v3.1.0`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#310) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v3.0.1...v3.1.0) - Include `path` in error object if value is unserializable ### [`v3.0.1`](https://togithub.com/Rich-Harris/devalue/blob/HEAD/CHANGELOG.md#301) [Compare Source](https://togithub.com/Rich-Harris/devalue/compare/v2.0.1...v3.0.1) - Prevent duplicate parameter names ([#​33](https://togithub.com/Rich-Harris/devalue/pull/33))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/X-oss-byte/Nextjs). --- packages/next/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/next/package.json b/packages/next/package.json index 75d7763446..c8e79879d6 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -223,7 +223,7 @@ "cssnano-preset-default": "6.0.1", "data-uri-to-buffer": "6.0.1", "debug": "4.3.4", - "devalue": "2.0.1", + "devalue": "4.3.2", "domain-browser": "4.22.0", "edge-runtime": "2.5.4", "events": "3.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11971baa9f..f1e236d113 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1061,8 +1061,8 @@ importers: specifier: 4.3.4 version: 4.3.4 devalue: - specifier: 2.0.1 - version: 2.0.1 + specifier: 4.3.2 + version: 4.3.2 domain-browser: specifier: 4.22.0 version: 4.22.0 @@ -11033,8 +11033,8 @@ packages: defined: 1.0.1 dev: true - /devalue@2.0.1: - resolution: {integrity: sha512-I2TiqT5iWBEyB8GRfTDP0hiLZ0YeDJZ+upDxjBfOC2lebO5LezQMv7QvIUTzdb64jQyAKLf1AHADtGN+jw6v8Q==} + /devalue@4.3.2: + resolution: {integrity: sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==} dev: true /dezalgo@1.0.3: