mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
Version Packages (#10765)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @vercel/build-utils@7.2.3 ### Patch Changes - Add experimental flag to allow Node.js v20 ([#10802](https://github.com/vercel/vercel/pull/10802)) ## vercel@32.5.1 ### Patch Changes - Debug log load user exceptions ([#10773](https://github.com/vercel/vercel/pull/10773)) - bump: edge-runtime ([#10712](https://github.com/vercel/vercel/pull/10712)) - Updated dependencies \[[`fc90a3dc0`](fc90a3dc0b), [`644b8a52c`](644b8a52cb), [`0861dc8fb`](0861dc8fbc), [`33cc8e0ac`](33cc8e0acf), [`f5296c3c0`](f5296c3c06), [`d9065c210`](d9065c2102)]: - @vercel/next@4.0.12 - @vercel/node@3.0.8 - @vercel/build-utils@7.2.3 - @vercel/remix-builder@2.0.11 - @vercel/static-build@2.0.10 ## @vercel/client@13.0.7 ### Patch Changes - Updated dependencies \[[`0861dc8fb`](0861dc8fbc)]: - @vercel/build-utils@7.2.3 ## @vercel/edge@1.1.1 ### Patch Changes - bump: edge-runtime ([#10712](https://github.com/vercel/vercel/pull/10712)) ## @vercel/error-utils@2.0.2 ### Patch Changes - use Node.js `util.types.isNativeError` for `isError` method ([#10764](https://github.com/vercel/vercel/pull/10764)) ## @vercel/frameworks@2.0.3 ### Patch Changes - update Angular output path discovery ([#10678](https://github.com/vercel/vercel/pull/10678)) - Updated dependencies \[[`34dd9c091`](34dd9c0918)]: - @vercel/error-utils@2.0.2 ## @vercel/fs-detectors@5.1.3 ### Patch Changes - Updated dependencies \[[`306f653da`](306f653da9), [`34dd9c091`](34dd9c0918)]: - @vercel/frameworks@2.0.3 - @vercel/error-utils@2.0.2 ## @vercel/gatsby-plugin-vercel-builder@2.0.9 ### Patch Changes - Fix nested SSR routes ([#10751](https://github.com/vercel/vercel/pull/10751)) - Updated dependencies \[[`0861dc8fb`](0861dc8fbc)]: - @vercel/build-utils@7.2.3 ## @vercel/next@4.0.12 ### Patch Changes - fix re-mapping logic for index prefetches ([#10750](https://github.com/vercel/vercel/pull/10750)) - Fixes a case where using `basePath` along with static generation would output a lambda that conflicts with the root route. ([#10738](https://github.com/vercel/vercel/pull/10738)) - Rework prefetch route handling ([#10779](https://github.com/vercel/vercel/pull/10779)) ## @vercel/node@3.0.8 ### Patch Changes - bump: edge-runtime ([#10712](https://github.com/vercel/vercel/pull/10712)) - Updated dependencies \[[`0861dc8fb`](0861dc8fbc), [`34dd9c091`](34dd9c0918)]: - @vercel/build-utils@7.2.3 - @vercel/error-utils@2.0.2 ## @vercel/remix-builder@2.0.11 ### Patch Changes - Update `@remix-run/dev` fork to v2.2.0 ([#10788](https://github.com/vercel/vercel/pull/10788)) ## @vercel/static-build@2.0.10 ### Patch Changes - Updated dependencies \[[`efd3cc05d`](efd3cc05dc)]: - @vercel/gatsby-plugin-vercel-builder@2.0.9 ## @vercel-internals/types@1.0.14 ### Patch Changes - Updated dependencies \[[`0861dc8fb`](0861dc8fbc)]: - @vercel/build-utils@7.2.3 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0861dc8fbc
commit
66cd626d1c
2
examples/package.json
vendored
2
examples/package.json
vendored
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "27.4.1",
|
||||
"@vercel/frameworks": "2.0.2"
|
||||
"@vercel/frameworks": "2.0.3"
|
||||
},
|
||||
"version": null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user