Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps @rsbuild/core from 1.3.22 to 1.5.13.

Release notes

Sourced from @​rsbuild/core's releases.

v1.5.13

Highlights 💡

Browser logs

Rsbuild now forwards browser errors to your terminal — giving your coding agent more context 🤖.

This can be disabled via dev.browserLogs config:

export default {
  dev: {
    browserLogs: false,
  },
}

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Refactor 🔨

Document 📖

... (truncated)

Commits
  • bc42a00 release: v1.5.13 (#6286)
  • da8781c feat(deps): update dependency @​rspack/core to v1.5.8 (#6285)
  • 8e02d6e fix: replace the deprecated url.parse in assets middleware (#6284)
  • 24cf767 feat: implement deduplication for browser error logs (#6283)
  • 3133571 fix: prioritize custom file path in error logs (#6281)
  • 9d2e491 fix: print the more concise module name if it exists (#6280)
  • ac301c3 chore(deps): update dependency memfs to ^4.47.0 (#6278)
  • f58ab58 perf: optimize module resolution of compiled packages (#6274)
  • bab9210 perf: replace source-map with @​jridgewell/trace-mapping (#6273)
  • efd4e35 fix: mark custom compiler option as deprecated (#6272)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rsbuild/core since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) from 1.3.22 to 1.5.13.
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.5.13/packages/core)

---
updated-dependencies:
- dependency-name: "@rsbuild/core"
  dependency-version: 1.5.13
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 1, 2025
@dependabot dependabot bot requested review from lbroudoux and yada as code owners October 1, 2025 06:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants