-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Release: Prerelease 9.1.0-alpha.3 #31633
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
Conversation
…oved directory handling
…e and adding fallback to require.resolve
…package name if not found in package JSON
…s for undefined versions and enhancing package JSON type definitions.
… correct fallback handling
…s from the results
…parison-on-windows Addon Vitest: Fix path comparison on Windows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
…ows-bug Addon Vitest: Fix path comparison on Windows
e7c01bd
to
e4c644b
Compare
…a11y-tests Addon A11y: Briefly disable highlights while Axe is running
e4c644b
to
e0266b6
Compare
…stom-matchers Testing: Fix `toSatisfy`-matcher implementation
931a517
to
c028f52
Compare
Types: Update import in entry preview to prevent type issues
c028f52
to
c094451
Compare
Docs: Fix reference to global JSX namespace
c094451
to
7e466af
Compare
…eview Angular: Improve Vite compatibility
7e466af
to
a497ee0
Compare
…ectjson-generation Telemetry: Fix `project.json` for getAbsolutePath
a497ee0
to
2e04771
Compare
…rgets Core: Export BROWSER_TARGETS and NODE_TARGET for addon-kit
2e04771
to
e894cb4
Compare
…-action Addon Docs: Fix SyntaxHighlighter "Copy" button by avoiding potentially mocked clipboard
e894cb4
to
8caefc6
Compare
8caefc6
to
57142da
Compare
View your CI Pipeline Execution ↗ for commit 57142da.
☁️ 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 | 49 | 49 | 0 |
Self size | 31.37 MB | 31.40 MB | 🚨 +31 KB 🚨 |
Dependency size | 17.41 MB | 17.41 MB | 0 B |
Bundle Size Analyzer | Link | Link |
sb
Before | After | Difference | |
---|---|---|---|
Dependency count | 50 | 50 | 0 |
Self size | 1 KB | 1 KB | 0 B |
Dependency size | 48.78 MB | 48.81 MB | 🚨 +31 KB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/cli
Before | After | Difference | |
---|---|---|---|
Dependency count | 324 | 324 | 0 |
Self size | 243 KB | 244 KB | 🚨 +663 B 🚨 |
Dependency size | 97.75 MB | 97.83 MB | 🚨 +79 KB 🚨 |
Bundle Size Analyzer | Link | Link |
@storybook/codemod
Before | After | Difference | |
---|---|---|---|
Dependency count | 267 | 267 | 0 |
Self size | 31 KB | 31 KB | 0 B |
Dependency size | 82.16 MB | 82.24 MB | 🚨 +75 KB 🚨 |
Bundle Size Analyzer | Link | Link |
This is an automated pull request that bumps the version from
9.1.0-alpha.2
to9.1.0-alpha.3
.Once this pull request is merged, it will trigger a new release of version
9.1.0-alpha.3
.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:project.json
for getAbsolutePath #31510toSatisfy
-matcher implementation #31664 (will also be patched)<wrapper ...>
#31639 (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
9.1.0-alpha.3
<wrapper ...>
- #31639, thanks @JReinhold!project.json
for getAbsolutePath - #31510, thanks @ndelangen!toSatisfy
-matcher implementation - #31664, thanks @ndelangen!