-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Release: Prerelease beta 8.4.0-beta.0 #29439
Release: Prerelease beta 8.4.0-beta.0 #29439
Conversation
…est-testprovider-backend Addon-Test: Implement Addon Test TestProvider Backend
Move to test-storybooks as the e2e tests for UI module involve side effects and spawning vitest which takes time. Doing that in a sandbox is convoluted because there are too many stories
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.
30 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
// @ts-expect-error added this because of testNamePattern below | ||
defineProject({ |
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.
style: Consider removing this @ts-expect-error if possible by updating types or addressing the underlying issue.
Nextjs: Make sure Next 14 is used for sandboxes
375a95b
to
90514ce
Compare
Svelte: Improve argTypes inference with `svelte2tsx` - support runes
90514ce
to
928817c
Compare
928817c
to
3810a16
Compare
This is an automated pull request that bumps the version from
8.4.0-alpha.8
to8.4.0-beta.0
.Once this pull request is merged, it will trigger a new release of version
8.4.0-beta.0
.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:svelte2tsx
- support runes #29423If 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
8.4.0-beta.0
svelte2tsx
- support runes - #29423, thanks @JReinhold!