Merged
Conversation
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request focuses on version bumps for multiple Rsbuild packages in preparation for a new release. Key updates include:
- Updating the version in packages/plugin-preact/package.json from "1.5.0-rc.0" to "1.5.0"
- Bumping packages/create-rsbuild/package.json from "1.3.4" to "1.4.0"
- Adjusting packages/core/package.json from "1.4.0-rc.0" to "1.4.0"
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/plugin-preact/package.json | Updated plugin-preact version to final from RC candidate |
| packages/create-rsbuild/package.json | Updated release version to reflect new release version |
| packages/core/package.json | Updated core package version to final from RC candidate |
Comments suppressed due to low confidence (1)
packages/plugin-preact/package.json:3
- The updated version in plugin-preact is set to 1.5.0 while the overall release appears to target 1.4.0. Please confirm if this divergence in versioning is intentional.
"version": "1.5.0",
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.

🎉 See Announcing Rspack 1.4 for more details.
What's Changed
New Features 🎉
?rawby @chenjiahan in feat: allow to get raw JS content with?raw#5353verbatimModuleSyntaxin tsconfig by @chenjiahan in feat(create-rsbuild): enableverbatimModuleSyntaxin tsconfig #5399logLevelconfig by @chenjiahan in feat(core): addlogLevelconfig #5423lessLogAsWarnOrErroption by @chenjiahan in feat(plugin-less): add type forlessLogAsWarnOrErroption #5427LogLeveltype by @chenjiahan in feat(core): exportLogLeveltype #5435Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
logLevelpage to sidebar by @chenjiahan in docs: addlogLevelpage to sidebar #5444Other Changes
noUncheckedSideEffectImportsin tsconfig.json by @chenjiahan in chore: enablenoUncheckedSideEffectImportsin tsconfig.json #5384New Contributors
Full Changelog: v1.3.22...v1.4.0