-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Release: Prerelease 10.2.0-alpha.7 #33336
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
Merged
JReinhold
merged 63 commits into
next-release
from
version-non-patch-from-10.2.0-alpha.6
Dec 17, 2025
Merged
Release: Prerelease 10.2.0-alpha.7 #33336
JReinhold
merged 63 commits into
next-release
from
version-non-patch-from-10.2.0-alpha.6
Dec 17, 2025
+836
−613
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ding Tailwind example
…ons and error handling - Updated `set` function to queue multiple operations and process them sequentially. - Enhanced error handling to allow subsequent operations to succeed even if a previous one fails. - Modified `getLastEvents` to wait for the completion of queued operations before returning data. - Adjusted tests to cover new queuing behavior and error scenarios.
…ect-project-type CLI: Remove REACT_PROJECT projectType
…-for-dependency-install Automigrate: Fix missing await
Core: Exclude open from pre-bundling to make local xdg-open reachable
…t-event Telemetry: Fix race condition in telemetry cache causing malformed JSON
6e3d3a8 to
4ebfdcc
Compare
Next.js: Handle v14 compatibility for draftMode import
115262a to
a9ec18e
Compare
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 39 | 49 | 🚨 +10 🚨 |
| Self size | 20.54 MB | 20.52 MB | 🎉 -14 KB 🎉 |
| Dependency size | 16.41 MB | 16.52 MB | 🚨 +111 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/nextjs-vite
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 128 | 127 | 🎉 -1 🎉 |
| Self size | 1.12 MB | 1.12 MB | 🚨 +7 B 🚨 |
| Dependency size | 21.96 MB | 21.97 MB | 🚨 +11 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/react-native-web-vite
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 160 | 159 | 🎉 -1 🎉 |
| Self size | 30 KB | 30 KB | 0 B |
| Dependency size | 23.14 MB | 23.15 MB | 🚨 +11 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/react-vite
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 118 | 117 | 🎉 -1 🎉 |
| Self size | 35 KB | 35 KB | 🎉 -8 B 🎉 |
| Dependency size | 19.75 MB | 19.76 MB | 🚨 +11 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 173 | 183 | 🚨 +10 🚨 |
| Self size | 775 KB | 775 KB | 🎉 -2 B 🎉 |
| Dependency size | 67.46 MB | 67.56 MB | 🚨 +96 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 166 | 176 | 🚨 +10 🚨 |
| Self size | 30 KB | 30 KB | 🚨 +72 B 🚨 |
| Dependency size | 66.04 MB | 66.13 MB | 🚨 +97 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
create-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 40 | 50 | 🚨 +10 🚨 |
| Self size | 1000 KB | 999 KB | 🎉 -208 B 🎉 |
| Dependency size | 36.94 MB | 37.04 MB | 🚨 +97 KB 🚨 |
| Bundle Size Analyzer | node | node |
…es_codebase Documentation: Adjust incorrect and outdated links in the codebase
Docs: Update watch mode cli command examples in the contribution guidelines
Docs: Make Next.js Tailwind instructions more explicit for default globals.css
…tation_links Docs: Fix broken links in framework pages
Core: Fix `.env`-file parsing
a9ec18e to
4a1a4c2
Compare
|
View your CI Pipeline Execution ↗ for commit 3c44baf
☁️ Nx Cloud last updated this comment at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automated pull request that bumps the version from
10.2.0-alpha.6to10.2.0-alpha.7.Once this pull request is merged, it will trigger a new release of version
10.2.0-alpha.7.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next, that will be part of this release:.env-file parsing #33383 (will also be patched)If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.
When everything above is done:
Generated changelog
10.2.0-alpha.7
.env-file parsing - #33383, thanks JReinhold!