From 016ccab9257fa105cb90b2004f8f64efde3d60d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 06:44:19 +0000 Subject: [PATCH] Update dependency @vercel/nft to v0.26.3 (#1237) 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 | |---|---|---|---|---|---| | [@vercel/nft](https://togithub.com/vercel/nft) | [`0.26.2` -> `0.26.3`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.24.3/0.26.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.26.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.26.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.24.3/0.26.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.24.3/0.26.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vercel/nft (@​vercel/nft) ### [`v0.26.3`](https://togithub.com/vercel/nft/releases/tag/0.26.3) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.2...0.26.3) ##### Bug Fixes - update sharp special case for pnpm ([#​387](https://togithub.com/vercel/nft/issues/387)) ([d7fc336](https://togithub.com/vercel/nft/commit/d7fc3365f8bd3adcf44a856db15a8dde51457e17)) ### [`v0.26.2`](https://togithub.com/vercel/nft/releases/tag/0.26.2) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.1...0.26.2) ##### Bug Fixes - rollback engines to `>=16` ([#​383](https://togithub.com/vercel/nft/issues/383)) ([adda8f4](https://togithub.com/vercel/nft/commit/adda8f47da9b1c52317224648b9aca9de840c3de)) ### [`v0.26.1`](https://togithub.com/vercel/nft/releases/tag/0.26.1) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.0...0.26.1) ##### Bug Fixes - add special case for sharp@0.33.0 optional dependencies ([#​372](https://togithub.com/vercel/nft/issues/372)) ([9470e71](https://togithub.com/vercel/nft/commit/9470e71d1070ce504c24376aee7c5e750be8809b)) ### [`v0.26.0`](https://togithub.com/vercel/nft/releases/tag/0.26.0) [Compare Source](https://togithub.com/vercel/nft/compare/0.25.0...0.26.0) ##### Features - drop node@16 ([#​374](https://togithub.com/vercel/nft/issues/374)) ([8dedc2c](https://togithub.com/vercel/nft/commit/8dedc2cad266d6bf8a39fda0f1dbfc98f10f7a06)) ### [`v0.25.0`](https://togithub.com/vercel/nft/releases/tag/0.25.0) [Compare Source](https://togithub.com/vercel/nft/compare/0.24.4...0.25.0) ##### Features - support import attributes ([#​377](https://togithub.com/vercel/nft/issues/377)) ([22541e4](https://togithub.com/vercel/nft/commit/22541e497460cc6c3441a63cc6787faf5aa494f2)) ### [`v0.24.4`](https://togithub.com/vercel/nft/releases/tag/0.24.4) [Compare Source](https://togithub.com/vercel/nft/compare/0.24.3...0.24.4) ##### Bug Fixes - ensure glob handles dot files correctly ([#​373](https://togithub.com/vercel/nft/issues/373)) ([7317ee2](https://togithub.com/vercel/nft/commit/7317ee23c76e94725e133c258979c08058ca809e))
--- ### 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 4f9ed6d848..48cf98ee17 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -191,7 +191,7 @@ "@types/webpack-sources1": "npm:@types/webpack-sources@3.2.3", "@types/ws": "8.5.10", "@vercel/ncc": "0.38.1", - "@vercel/nft": "0.26.2", + "@vercel/nft": "0.26.3", "acorn": "8.11.3", "ajv": "8.12.0", "amphtml-validator": "1.0.35",