mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
Version Packages (#11421)
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@34.1.0 ### Minor Changes - Don't propagate legacy env VERCEL_ANALYTICS_ID if @vercel/speed-insights package is detected ([#11305](https://github.com/vercel/vercel/pull/11305)) ### Patch Changes - Replace console.log that communicates to user with client.output methods ([#11353](https://github.com/vercel/vercel/pull/11353)) - [cli] Do not pipe git stderr to user during successful `vc dev` run ([#11450](https://github.com/vercel/vercel/pull/11450)) - fix: Sort default team to the top of the selection list ([#11451](https://github.com/vercel/vercel/pull/11451)) - Updated dependencies \[[`993a60ef7`](993a60ef71), [`949d84ad1`](949d84ad1c), [`5bb96ea07`](5bb96ea072), [`fd8031874`](fd80318743)]: - @vercel/next@4.2.1 ## @vercel/frameworks@3.0.2 ### Patch Changes - Update framework detection to support SolidStart v1 ([#11308](https://github.com/vercel/vercel/pull/11308)) ## @vercel/fs-detectors@5.2.3 ### Patch Changes - Updated dependencies \[[`5f72dc436`](5f72dc4360)]: - @vercel/frameworks@3.0.2 ## @vercel/next@4.2.1 ### Patch Changes - [next] add streaming prerender group for actions ([#11454](https://github.com/vercel/vercel/pull/11454)) - [next] Ensure \_not-found is included properly in app router functions ([#11441](https://github.com/vercel/vercel/pull/11441)) - [next] add .action handling for dynamic routes ([#11461](https://github.com/vercel/vercel/pull/11461)) - [next] Remove un-necessary compressed function size calc/constraint ([#11442](https://github.com/vercel/vercel/pull/11442)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5bb96ea072
commit
fc7a8bc8ae
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vercel/next": patch
|
||||
---
|
||||
|
||||
[next] add streaming prerender group for actions
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'vercel': patch
|
||||
---
|
||||
|
||||
Replace console.log that communicates to user with client.output methods
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vercel/next": patch
|
||||
---
|
||||
|
||||
[next] Ensure _not-found is included properly in app router functions
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'vercel': patch
|
||||
---
|
||||
|
||||
[cli] Do not pipe git stderr to user during successful `vc dev` run
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vercel/next": patch
|
||||
---
|
||||
|
||||
[next] add .action handling for dynamic routes
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
[framework-fixtures]: Bump astro from 4.5.10 to 4.6.2 in /packages/static-build/test/fixtures/astro-v4 in the core group
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'vercel': minor
|
||||
---
|
||||
|
||||
Don't propagate legacy env VERCEL_ANALYTICS_ID if @vercel/speed-insights package is detected
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
Bump Github Actions to Node 20
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
bump deps causing vulnerability messages
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
chore: fix some typos in comments
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vercel/next": patch
|
||||
---
|
||||
|
||||
[next] Remove un-necessary compressed function size calc/constraint
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
Add eslint rule for no-console within the cli package
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
Introduce snapshot testing utilities
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'vercel': patch
|
||||
---
|
||||
|
||||
fix: Sort default team to the top of the selection list
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vercel/frameworks": patch
|
||||
---
|
||||
|
||||
Update framework detection to support SolidStart v1
|
||||
Reference in New Issue
Block a user