-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support import attributes #377
Conversation
It seems like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version 0.25.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
`acorn-import-attributes` [did not support import assertions before](#377 (comment)), but now it does! This is important because `acorn` is failing to parse `runner.js` in [this issue](vercel/vercel#11533) due to an import assertion.
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://togithub.com/vercel/nft) | [`0.26.5` -> `0.27.0`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.27.0`](https://togithub.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://togithub.com/vercel/nft/issues/417)) ([ddc5cba](https://togithub.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://togithub.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://togithub.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://togithub.com/vercel/nft/issues/415)) ([e001d05](https://togithub.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://togithub.com/vercel/nft) | [`0.26.5` -> `0.27.0`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.5/0.27.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.5/0.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.5/0.27.0?slim=true)](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.27.0`](https://togithub.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://togithub.com/vercel/nft/issues/417)) ([ddc5cba](https://togithub.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://togithub.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://togithub.com/vercel/nft) | [`0.27.0` -> `0.27.1`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.27.1`](https://togithub.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://togithub.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://togithub.com/vercel/nft/issues/419)) ([db6c65a](https://togithub.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://togithub.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://togithub.com/vercel/nft/issues/417)) ([ddc5cba](https://togithub.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://togithub.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://togithub.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://togithub.com/vercel/nft/issues/415)) ([e001d05](https://togithub.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://togithub.com/vercel/nft) | [`0.27.1` -> `0.27.2`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.27.2`](https://togithub.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://togithub.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://togithub.com/vercel/nft/issues/424)) ([ff4341b](https://togithub.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://togithub.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://togithub.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://togithub.com/vercel/nft/issues/419)) ([db6c65a](https://togithub.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://togithub.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://togithub.com/vercel/nft/issues/417)) ([ddc5cba](https://togithub.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://togithub.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://togithub.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://togithub.com/vercel/nft/issues/415)) ([e001d05](https://togithub.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://togithub.com/vercel/nft) | [`0.27.2` -> `0.27.3`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`v0.27.3`](https://togithub.com/vercel/nft/releases/tag/0.27.3) [Compare Source](https://togithub.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://togithub.com/vercel/nft/issues/427)) ([099608f](https://togithub.com/vercel/nft/commit/099608f28ba1af5b8f6f98ac5ab05261ad45b42f)), closes [/github.com/inspect-js/object-inspect/blob/main/package.json#L82](https://togithub.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://togithub.com//github.com/inspect-js/object-inspect/blob/main/index.js/issues/L68-L70) ### [`v0.27.2`](https://togithub.com/vercel/nft/releases/tag/0.27.2) [Compare Source](https://togithub.com/vercel/nft/compare/0.27.1...0.27.2) ##### Bug Fixes - Support browser overrides in package.json ([#​424](https://togithub.com/vercel/nft/issues/424)) ([ff4341b](https://togithub.com/vercel/nft/commit/ff4341b9c65158bcd2d301f0281cf55d503c3b2b)) ### [`v0.27.1`](https://togithub.com/vercel/nft/releases/tag/0.27.1) [Compare Source](https://togithub.com/vercel/nft/compare/0.27.0...0.27.1) ##### Bug Fixes - node-gyp-build for `@datadog/pprof` ([#​419](https://togithub.com/vercel/nft/issues/419)) ([db6c65a](https://togithub.com/vercel/nft/commit/db6c65ab04d2ead35d1ca65a601b569b10ca2036)) ### [`v0.27.0`](https://togithub.com/vercel/nft/releases/tag/0.27.0) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.5...0.27.0) ##### Features - support import assertions ([#​417](https://togithub.com/vercel/nft/issues/417)) ([ddc5cba](https://togithub.com/vercel/nft/commit/ddc5cbac2361f0b9c9a90e8f905ee53b9dfa7477)), closes [/github.com/vercel/nft/pull/377#issuecomment-1849719137](https://togithub.com//github.com/vercel/nft/pull/377/issues/issuecomment-1849719137) ### [`v0.26.5`](https://togithub.com/vercel/nft/releases/tag/0.26.5) [Compare Source](https://togithub.com/vercel/nft/compare/0.26.4...0.26.5) ##### Bug Fixes - Add special case for Serial Port binary (.node) modules ([#​415](https://togithub.com/vercel/nft/issues/415)) ([e001d05](https://togithub.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.27.3` -> `0.27.4`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`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 | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.27.4` -> `0.27.5`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`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 | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.27.5` -> `0.27.6`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`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/[email protected]` ([#​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 | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vercel/nft](https://redirect.github.com/vercel/nft) | [`0.27.6` -> `0.27.7`](https://renovatebot.com/diffs/npm/@vercel%2fnft/0.26.4/0.27.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vercel%2fnft/0.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vercel%2fnft/0.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vercel%2fnft/0.26.4/0.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vercel%2fnft/0.26.4/0.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/nft (@​vercel/nft)</summary> ### [`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/[email protected]` ([#​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).
The Import Attributes proposal is in Stage 3, so implementation is started. Currently, NFT bails on any file that includes import attributes, because Acorn can't parse them. That's because Acorn only supports Stage 4 proposals - but for import attributes, there's a plugin that this PR adds to NFT.