fix: fs.readFile emit relative assets using cwd#542
Conversation
src/analyze.ts
Outdated
| typeof staticChildValue.value === 'string' && | ||
| staticChildValue.value.startsWith('.') | ||
| ) { | ||
| staticChildValue.value = path.resolve(dir, staticChildValue.value); |
There was a problem hiding this comment.
Are we matching behavior here? vercel/next.js#84155 seems like this is diverging
There was a problem hiding this comment.
Mmm - yeah, I have it wrong here, I should use cwd - and update the test
There was a problem hiding this comment.
if we have:
├── hello.json
├── index.js
├── lib
│ └── index.js
└── package.jsonWith lib/index.js as:
const fs = require("fs/promises")
fs.readFile('./hello.json', 'utf-8').then(console.log)And index.js as:
require("./lib")Then node index.js resolves hello.json in lib from the cwd, not the lib/index.js file. Also follows that node lib/index.js resolves from the root too.
There was a problem hiding this comment.
In this branch, running npm run build && node out/cli.js print test/unit/fs-emission/input.js won't output asset1.txt cuz it doesn't exist in the root.
If we place a dummy asset1.txt at the root and re-run, then we trace the file.
There was a problem hiding this comment.
I think we have two variations one with cwd at the root and once in the fixture
There was a problem hiding this comment.
Yes, both tests pass with that condition - I shared that as an example of how to test manually.
|
🎉 This PR is included in version 0.30.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.30.2` -> `0.30.3`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.30.2/0.30.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.30.2` -> `0.30.3`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.30.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.30.3` -> `0.30.4`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.30.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.30.4` → `1.3.0`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/1.3.0) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v1.3.0`](https://redirect.github.com/vercel/nft/releases/tag/1.3.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.2.0...1.3.0) ##### Features - add depth option ([#​561](https://redirect.github.com/vercel/nft/issues/561)) ([34f1ec7](https://redirect.github.com/vercel/nft/commit/34f1ec7e81b59c97d12fb1152ad7aa50dad19d69)), closes [#​559](https://redirect.github.com/vercel/nft/issues/559) ### [`v1.2.0`](https://redirect.github.com/vercel/nft/releases/tag/1.2.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.1...1.2.0) ##### Features - support `module.createRequire` when `mixedModules: false` ([#​558](https://redirect.github.com/vercel/nft/issues/558)) ([67038d5](https://redirect.github.com/vercel/nft/commit/67038d59bd548f04974d49a9a61f764991181652)), closes [#​543](https://redirect.github.com/vercel/nft/issues/543) ### [`v1.1.1`](https://redirect.github.com/vercel/nft/releases/tag/1.1.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.0...1.1.1) ##### Bug Fixes - evaluate nested export conditions when resolving a module-sync fallback ([#​557](https://redirect.github.com/vercel/nft/issues/557)) ([1e455b0](https://redirect.github.com/vercel/nft/commit/1e455b0531a388e1382c76fdb0d90133a1b5c7eb)) ### [`v1.1.0`](https://redirect.github.com/vercel/nft/releases/tag/1.1.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.0.0...1.1.0) ##### Features - Ensure module-sync conditions also trace cjs fallback ([#​550](https://redirect.github.com/vercel/nft/issues/550)) ([684032b](https://redirect.github.com/vercel/nft/commit/684032b43b8d3c21b770be9cb6b36a595ddd35a4)) ### [`v1.0.0`](https://redirect.github.com/vercel/nft/releases/tag/1.0.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.4...1.0.0) ##### Features - bump glob\@​13 and set engines node\@​20 ([#​554](https://redirect.github.com/vercel/nft/issues/554)) ([6fb8680](https://redirect.github.com/vercel/nft/commit/6fb86804211e39a9f634179cbd71b3ff69fdb18a)) ##### BREAKING CHANGES - (requires node\@​20 or newer) * Fixes [#​553](https://redirect.github.com/vercel/nft/issues/553) ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`1.3.0` → `0.30.4`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.30.4) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.30.4` → `1.3.0`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/1.3.0) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v1.3.0`](https://redirect.github.com/vercel/nft/releases/tag/1.3.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.2.0...1.3.0) ##### Features - add depth option ([#​561](https://redirect.github.com/vercel/nft/issues/561)) ([34f1ec7](https://redirect.github.com/vercel/nft/commit/34f1ec7e81b59c97d12fb1152ad7aa50dad19d69)), closes [#​559](https://redirect.github.com/vercel/nft/issues/559) ### [`v1.2.0`](https://redirect.github.com/vercel/nft/releases/tag/1.2.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.1...1.2.0) ##### Features - support `module.createRequire` when `mixedModules: false` ([#​558](https://redirect.github.com/vercel/nft/issues/558)) ([67038d5](https://redirect.github.com/vercel/nft/commit/67038d59bd548f04974d49a9a61f764991181652)), closes [#​543](https://redirect.github.com/vercel/nft/issues/543) ### [`v1.1.1`](https://redirect.github.com/vercel/nft/releases/tag/1.1.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.0...1.1.1) ##### Bug Fixes - evaluate nested export conditions when resolving a module-sync fallback ([#​557](https://redirect.github.com/vercel/nft/issues/557)) ([1e455b0](https://redirect.github.com/vercel/nft/commit/1e455b0531a388e1382c76fdb0d90133a1b5c7eb)) ### [`v1.1.0`](https://redirect.github.com/vercel/nft/releases/tag/1.1.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.0.0...1.1.0) ##### Features - Ensure module-sync conditions also trace cjs fallback ([#​550](https://redirect.github.com/vercel/nft/issues/550)) ([684032b](https://redirect.github.com/vercel/nft/commit/684032b43b8d3c21b770be9cb6b36a595ddd35a4)) ### [`v1.0.0`](https://redirect.github.com/vercel/nft/releases/tag/1.0.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.4...1.0.0) ##### Features - bump glob\@​13 and set engines node\@​20 ([#​554](https://redirect.github.com/vercel/nft/issues/554)) ([6fb8680](https://redirect.github.com/vercel/nft/commit/6fb86804211e39a9f634179cbd71b3ff69fdb18a)) ##### BREAKING CHANGES - (requires node\@​20 or newer) * Fixes [#​553](https://redirect.github.com/vercel/nft/issues/553) ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`1.3.0` → `0.30.4`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.30.4) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.30.4` → `1.3.0`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/1.3.0) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v1.3.0`](https://redirect.github.com/vercel/nft/releases/tag/1.3.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.2.0...1.3.0) ##### Features - add depth option ([#​561](https://redirect.github.com/vercel/nft/issues/561)) ([34f1ec7](https://redirect.github.com/vercel/nft/commit/34f1ec7e81b59c97d12fb1152ad7aa50dad19d69)), closes [#​559](https://redirect.github.com/vercel/nft/issues/559) ### [`v1.2.0`](https://redirect.github.com/vercel/nft/releases/tag/1.2.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.1...1.2.0) ##### Features - support `module.createRequire` when `mixedModules: false` ([#​558](https://redirect.github.com/vercel/nft/issues/558)) ([67038d5](https://redirect.github.com/vercel/nft/commit/67038d59bd548f04974d49a9a61f764991181652)), closes [#​543](https://redirect.github.com/vercel/nft/issues/543) ### [`v1.1.1`](https://redirect.github.com/vercel/nft/releases/tag/1.1.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.0...1.1.1) ##### Bug Fixes - evaluate nested export conditions when resolving a module-sync fallback ([#​557](https://redirect.github.com/vercel/nft/issues/557)) ([1e455b0](https://redirect.github.com/vercel/nft/commit/1e455b0531a388e1382c76fdb0d90133a1b5c7eb)) ### [`v1.1.0`](https://redirect.github.com/vercel/nft/releases/tag/1.1.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.0.0...1.1.0) ##### Features - Ensure module-sync conditions also trace cjs fallback ([#​550](https://redirect.github.com/vercel/nft/issues/550)) ([684032b](https://redirect.github.com/vercel/nft/commit/684032b43b8d3c21b770be9cb6b36a595ddd35a4)) ### [`v1.0.0`](https://redirect.github.com/vercel/nft/releases/tag/1.0.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.4...1.0.0) ##### Features - bump glob\@​13 and set engines node\@​20 ([#​554](https://redirect.github.com/vercel/nft/issues/554)) ([6fb8680](https://redirect.github.com/vercel/nft/commit/6fb86804211e39a9f634179cbd71b3ff69fdb18a)) ##### BREAKING CHANGES - (requires node\@​20 or newer) * Fixes [#​553](https://redirect.github.com/vercel/nft/issues/553) ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`1.3.0` → `0.30.4`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.30.4) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.30.4` → `1.3.0`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/1.3.0) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v1.3.0`](https://redirect.github.com/vercel/nft/releases/tag/1.3.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.2.0...1.3.0) ##### Features - add depth option ([#​561](https://redirect.github.com/vercel/nft/issues/561)) ([34f1ec7](https://redirect.github.com/vercel/nft/commit/34f1ec7e81b59c97d12fb1152ad7aa50dad19d69)), closes [#​559](https://redirect.github.com/vercel/nft/issues/559) ### [`v1.2.0`](https://redirect.github.com/vercel/nft/releases/tag/1.2.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.1...1.2.0) ##### Features - support `module.createRequire` when `mixedModules: false` ([#​558](https://redirect.github.com/vercel/nft/issues/558)) ([67038d5](https://redirect.github.com/vercel/nft/commit/67038d59bd548f04974d49a9a61f764991181652)), closes [#​543](https://redirect.github.com/vercel/nft/issues/543) ### [`v1.1.1`](https://redirect.github.com/vercel/nft/releases/tag/1.1.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.1.0...1.1.1) ##### Bug Fixes - evaluate nested export conditions when resolving a module-sync fallback ([#​557](https://redirect.github.com/vercel/nft/issues/557)) ([1e455b0](https://redirect.github.com/vercel/nft/commit/1e455b0531a388e1382c76fdb0d90133a1b5c7eb)) ### [`v1.1.0`](https://redirect.github.com/vercel/nft/releases/tag/1.1.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/1.0.0...1.1.0) ##### Features - Ensure module-sync conditions also trace cjs fallback ([#​550](https://redirect.github.com/vercel/nft/issues/550)) ([684032b](https://redirect.github.com/vercel/nft/commit/684032b43b8d3c21b770be9cb6b36a595ddd35a4)) ### [`v1.0.0`](https://redirect.github.com/vercel/nft/releases/tag/1.0.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.4...1.0.0) ##### Features - bump glob\@​13 and set engines node\@​20 ([#​554](https://redirect.github.com/vercel/nft/issues/554)) ([6fb8680](https://redirect.github.com/vercel/nft/commit/6fb86804211e39a9f634179cbd71b3ff69fdb18a)) ##### BREAKING CHANGES - (requires node\@​20 or newer) * Fixes [#​553](https://redirect.github.com/vercel/nft/issues/553) ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`1.3.0` → `0.30.4`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.30.4) |  |  | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.30.4`](https://redirect.github.com/vercel/nft/releases/tag/0.30.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.3...0.30.4) ##### Bug Fixes - Bump glob from 10.4.5 to 10.5.0 ([#​551](https://redirect.github.com/vercel/nft/issues/551)) ([4e0a9a2](https://redirect.github.com/vercel/nft/commit/4e0a9a2acd7aef25fc66dbd1ec0e875e584f33ba)) ### [`v0.30.3`](https://redirect.github.com/vercel/nft/releases/tag/0.30.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.2...0.30.3) ##### Bug Fixes - Revert "fs.readFile emit relative assets using cwd" ([#​547](https://redirect.github.com/vercel/nft/issues/547)) ([78b3823](https://redirect.github.com/vercel/nft/commit/78b3823b557582b3f35925df5df522abd63a50d9)), closes [vercel/nft#542](https://redirect.github.com/vercel/nft/issues/542) ### [`v0.30.2`](https://redirect.github.com/vercel/nft/releases/tag/0.30.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.1...0.30.2) ##### Bug Fixes - fs.readFile emit relative assets using cwd ([#​542](https://redirect.github.com/vercel/nft/issues/542)) ([dc4ab0b](https://redirect.github.com/vercel/nft/commit/dc4ab0b31b14b6513da9fcf2d6b3d1e2cbf33323)) ### [`v0.30.1`](https://redirect.github.com/vercel/nft/releases/tag/0.30.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.30.0...0.30.1) ##### Bug Fixes - add special case for `ffmpeg-static` ([#​539](https://redirect.github.com/vercel/nft/issues/539)) ([d50adba](https://redirect.github.com/vercel/nft/commit/d50adba513d4a7476c719606fa4d59006ac2ceb7)) ### [`v0.30.0`](https://redirect.github.com/vercel/nft/releases/tag/0.30.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.4...0.30.0) ##### Features - add support for module-sync export condition in Node.js 22+ ([#​534](https://redirect.github.com/vercel/nft/issues/534)) ([7e915aa](https://redirect.github.com/vercel/nft/commit/7e915aa02073ec57dc0d6528c419a4baa0f03d40)), closes [#​531](https://redirect.github.com/vercel/nft/issues/531) ### [`v0.29.4`](https://redirect.github.com/vercel/nft/releases/tag/0.29.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.3...0.29.4) ##### Bug Fixes - remove rimraf dependency ([#​529](https://redirect.github.com/vercel/nft/issues/529)) ([692a1be](https://redirect.github.com/vercel/nft/commit/692a1becd4306763729cd0fe23f256af0a4b0969)) ### [`v0.29.3`](https://redirect.github.com/vercel/nft/releases/tag/0.29.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.2...0.29.3) ##### Bug Fixes - **ci:** publish to npm with provenance ([#​528](https://redirect.github.com/vercel/nft/issues/528)) ([eb32460](https://redirect.github.com/vercel/nft/commit/eb32460031a2bcce7ca03f469376e3c1ac9bdf9f)) ### [`v0.29.2`](https://redirect.github.com/vercel/nft/releases/tag/0.29.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.1...0.29.2) ##### Bug Fixes - upgrade to glob 10 ([#​508](https://redirect.github.com/vercel/nft/issues/508)) ([a0746bd](https://redirect.github.com/vercel/nft/commit/a0746bdb71d0a994b54f6fa32e3bfd6378f2412c)) ### [`v0.29.1`](https://redirect.github.com/vercel/nft/releases/tag/0.29.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.29.0...0.29.1) ##### Bug Fixes - bump [@​mapbox/node-pre-gyp](https://redirect.github.com/mapbox/node-pre-gyp) ([#​462](https://redirect.github.com/vercel/nft/issues/462)) ([0e6e120](https://redirect.github.com/vercel/nft/commit/0e6e12050ccb5b3b98dfc46acbbbd1c808e2af5a)) ### [`v0.29.0`](https://redirect.github.com/vercel/nft/releases/tag/0.29.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.28.0...0.29.0) ##### Features - bump engines.node>=18 and target=es2022 ([#​460](https://redirect.github.com/vercel/nft/issues/460)) ([1aec4bd](https://redirect.github.com/vercel/nft/commit/1aec4bd48c3f7611985502b9271c1105dca6aed9)) ### [`v0.28.0`](https://redirect.github.com/vercel/nft/releases/tag/0.28.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.10...0.28.0) ##### Features - support `module.createRequire` ([#​459](https://redirect.github.com/vercel/nft/issues/459)) ([fc710ff](https://redirect.github.com/vercel/nft/commit/fc710ff53b7e678c9997293374029337ac834139)), closes [#​430](https://redirect.github.com/vercel/nft/issues/430) ### [`v0.27.10`](https://redirect.github.com/vercel/nft/releases/tag/0.27.10) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.9...0.27.10) ##### Bug Fixes - avoid URL illegal constructor error ([#​458](https://redirect.github.com/vercel/nft/issues/458)) ([5777c8b](https://redirect.github.com/vercel/nft/commit/5777c8be9f209de2cdb44a2358f076c50959caec)) ### [`v0.27.9`](https://redirect.github.com/vercel/nft/releases/tag/0.27.9) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.8...0.27.9) ##### Bug Fixes - reduce number of dependencies ([#​455](https://redirect.github.com/vercel/nft/issues/455)) ([7fbb559](https://redirect.github.com/vercel/nft/commit/7fbb55944f11a1b2d950de479992c2cf3c49a574)) ### [`v0.27.8`](https://redirect.github.com/vercel/nft/releases/tag/0.27.8) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.7...0.27.8) ##### Bug Fixes - trigger release ([#​454](https://redirect.github.com/vercel/nft/issues/454)) ([5e1201d](https://redirect.github.com/vercel/nft/commit/5e1201d26ce48666b79824b54262000a3955c52c)), closes [/github.com/vercel/nft/pull/453#issuecomment-2529266471](https://redirect.github.com//github.com/vercel/nft/pull/453/issues/issuecomment-2529266471) ### [`v0.27.7`](https://redirect.github.com/vercel/nft/releases/tag/0.27.7) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.6...0.27.7) ##### Bug Fixes - bump [@​rollup/plugin-utils](https://redirect.github.com/rollup/plugin-utils) to 5.1.3 ([#​452](https://redirect.github.com/vercel/nft/issues/452)) ([a5134db](https://redirect.github.com/vercel/nft/commit/a5134dba94da84cccab05e6a44f5ca606040dc7a)) ### [`v0.27.6`](https://redirect.github.com/vercel/nft/releases/tag/0.27.6) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.5...0.27.6) ##### Bug Fixes - bump `@mapbox/node-pre-gyp@1.0.11` ([#​451](https://redirect.github.com/vercel/nft/issues/451)) ([12116d2](https://redirect.github.com/vercel/nft/commit/12116d25dad78bcd9ecbd1e1c1dee7100f21256f)) ### [`v0.27.5`](https://redirect.github.com/vercel/nft/releases/tag/0.27.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.4...0.27.5) ##### Bug Fixes - add special case for `geoip-lite` ([#​446](https://redirect.github.com/vercel/nft/issues/446)) ([b3d2da0](https://redirect.github.com/vercel/nft/commit/b3d2da0ef01c25b5d99720a70fefbbd09c9b844c)) ### [`v0.27.4`](https://redirect.github.com/vercel/nft/releases/tag/0.27.4) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.3...0.27.4) ##### Bug Fixes - Support resolving `module.register` dependencies ([#​429](https://redirect.github.com/vercel/nft/issues/429)) ([37b3c16](https://redirect.github.com/vercel/nft/commit/37b3c16292b41a4905f8bc99ffb98efd5cf31ee4)), closes [#​428](https://redirect.github.com/vercel/nft/issues/428) ### [`v0.27.3`](https://redirect.github.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.2...0.27.3) ##### Bug Fixes - Handle the scenario where a package.json#browser field could be `false` ([#​427](https://redirect.github.com/vercel/nft/issues/427)) ([099608f](https://redirect.github.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/package.json/issues/L82) [/github.com/inspect-js/object-inspect/blob/main/index.js#L68-L70](https://redirect.github.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://redirect.github.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://redirect.github.com/vercel/nft/issues/424)) ([ff4341b](https://redirect.github.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://redirect.github.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://redirect.github.com/vercel/nft/issues/419)) ([db6c65a](https://redirect.github.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://redirect.github.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://redirect.github.com/vercel/nft/issues/417)) ([ddc5cba](https://redirect.github.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://redirect.github.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://redirect.github.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://redirect.github.com/vercel/nft/issues/415)) ([e001d05](https://redirect.github.com/vercel/nft/commit/e001d0586804b696849c125dbeefe76ef5a71434)) </details> --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
In this input file:
We don't emit for
fs.readFile('./asset1.txt'), but we should: