Release: Prerelease 10.2.0-alpha.18#33523
Merged
Merged
Conversation
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
UI: Improve landmark navigation
Build: Fix `ejslint` execution path in lint-staged
d72169e to
078d2c6
Compare
…er starts without asking
…nitiate CLI: Detect free port when running dev during initiate
…agejson-type Telemetry: Add `packageJson.type`
078d2c6 to
fe9997b
Compare
Core: Refactor channel initialization
fe9997b to
fdd5c61
Compare
…support absolute paths
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 49 | 49 | 0 |
| Self size | 20.27 MB | 20.30 MB | 🚨 +26 KB 🚨 |
| Dependency size | 16.52 MB | 16.52 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 183 | 183 | 0 |
| Self size | 775 KB | 775 KB | 0 B |
| Dependency size | 67.35 MB | 67.38 MB | 🚨 +26 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 176 | 176 | 0 |
| Self size | 30 KB | 30 KB | 0 B |
| Dependency size | 65.92 MB | 65.95 MB | 🚨 +26 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
create-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 50 | 50 | 0 |
| Self size | 999 KB | 1000 KB | 🚨 +221 B 🚨 |
| Dependency size | 36.79 MB | 36.82 MB | 🚨 +26 KB 🚨 |
| Bundle Size Analyzer | node | node |
Core: Improve path handling in arg types data extraction
fdd5c61 to
898104f
Compare
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.2.0-alpha.17to10.2.0-alpha.18.Once this pull request is merged, it will trigger a new release of version
10.2.0-alpha.18.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:packageJson.type#33525ejslintexecution path in lint-staged #33504If 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.18
ejslintexecution path in lint-staged - #33504, thanks Yeonny0723!packageJson.type- #33525, thanks ndelangen!