Release: Prerelease 10.0.0-beta.2#32371
Merged
Merged
Conversation
- Removed specific versions of `@types/lodash` and `lodash` from package.json and yarn.lock to streamline dependency management. - Updated ESLint configuration to include `lodash-es` in the ban-dependencies rule for improved linting accuracy.
Build: Fix dts bundling external detection
…ghtinstall-fails AddonVitest: Handle Playwright installation errors gracefully
ba4330a to
4d5c128
Compare
Codemod: Replace `globby` with `tinyglobby`
4d5c128 to
c8e4531
Compare
Tags: Remove undocumented x-only tags
c8e4531 to
f4985a0
Compare
…vice Cleanup: Removal of `lodash`
f4985a0 to
9256aaf
Compare
…solve-fix Next.js-vite: Use `fileURLToPath` for module resolution in preset
9256aaf to
b65c1ad
Compare
|
View your CI Pipeline Execution ↗ for commit b65c1ad
☁️ Nx Cloud last updated this comment at |
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 48 | 48 | 0 |
| Self size | 30.62 MB | 30.74 MB | 🚨 +116 KB 🚨 |
| Dependency size | 17.61 MB | 17.61 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 219 | 204 | 🎉 -15 🎉 |
| Self size | 879 KB | 879 KB | 🚨 +90 B 🚨 |
| Dependency size | 81.81 MB | 81.70 MB | 🎉 -111 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 188 | 173 | 🎉 -15 🎉 |
| Self size | 35 KB | 35 KB | 🚨 +54 B 🚨 |
| Dependency size | 76.88 MB | 76.77 MB | 🎉 -111 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
create-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 49 | 49 | 0 |
| Self size | 1.52 MB | 1.52 MB | 0 B |
| Dependency size | 48.23 MB | 48.35 MB | 🚨 +116 KB 🚨 |
| Bundle Size Analyzer | node | node |
eslint-plugin-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 35 | 35 | 0 |
| Self size | 139 KB | 139 KB | 0 B |
| Dependency size | 3.38 MB | 3.41 MB | 🚨 +21 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
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
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.0.0-beta.1to10.0.0-beta.2.Once this pull request is merged, it will trigger a new release of version
10.0.0-beta.2.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:fileURLToPathfor module resolution in preset #32386globbywithtinyglobby#31407lodash#32351If 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.0.0-beta.2
globbywithtinyglobby- #31407, thanks benmccann!fileURLToPathfor module resolution in preset - #32386, thanks ndelangen!