Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the compiling group with 1 update: rolldown.

Updates rolldown from 1.0.0-beta.30 to 1.0.0-beta.32

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.32

[1.0.0-beta.32] - 2025-08-11

💥 BREAKING CHANGES

  • advanceChunks: remove interaction between advanceChunks and preserveEntrySignatures (#5629) by @​hyf0
  • types: align TreeshakingOptions type with Rollup (#5592) by @​sapphi-red

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rolldown_binding: improve the use of FxHashSet and FxHashMap (#5665) by @​shulaoda
  • hmr: move constants to constants.rs (#5650) by @​hyf0
  • hmr: rewrite exports,module to __rolldown_exports__,__rolldown_module__ (#5647) by @​hyf0
  • hmr: migrate VisitMut to Traverse (#5646) by @​hyf0

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.32] - 2025-08-11

💥 BREAKING CHANGES

  • advanceChunks: remove interaction between advanceChunks and preserveEntrySignatures (#5629) by @​hyf0
  • types: align TreeshakingOptions type with Rollup (#5592) by @​sapphi-red

🚀 Features

🐛 Bug Fixes

🚜 Refactor

... (truncated)

Commits
  • 2705488 release: v1.0.0-beta.32 (#5699)
  • ff1895c feat(rolldown_plugin_manifest): support legacy (#5694)
  • 4171e44 chore(deps): lock file maintenance npm packages (#5690)
  • eb51079 chore: upgrade NAPI-RS to 3.2 (#5680)
  • a0a51bd docs(contrib-guide): add CPU profile steps (#5677)
  • e2258c5 feat: support context option (#5631)
  • 8a33b68 feat: include plugin name in the message of UNHANDLEABLE_ERRORs that happened...
  • 702e82f feat: pass plugin name to log (#5635)
  • 2b428ed feat: output better error message for callable plugins (#5632)
  • cefa814 feat(advanceChunks)!: remove interaction between advanceChunks and `preserv...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the compiling group with 1 update: [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown).


Updates `rolldown` from 1.0.0-beta.30 to 1.0.0-beta.32
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-beta.32/packages/rolldown)

---
updated-dependencies:
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compiling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies [Dependabot Only] Pull requests that update a dependency file javascript [Dependabot Only] Pull requests that update Javascript code labels Aug 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 15, 2025 21:01
@dependabot dependabot bot added dependencies [Dependabot Only] Pull requests that update a dependency file javascript [Dependabot Only] Pull requests that update Javascript code labels Aug 15, 2025
@vercel
Copy link

vercel bot commented Aug 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
api-docs-tooling Ready Ready Preview Aug 15, 2025 9:03pm

@codecov
Copy link

codecov bot commented Aug 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.22%. Comparing base (0ecb11e) to head (189708a).
⚠️ Report is 6 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #407   +/-   ##
=======================================
  Coverage   74.22%   74.22%           
=======================================
  Files         118      118           
  Lines       10994    10994           
  Branches      696      696           
=======================================
  Hits         8160     8160           
  Misses       2831     2831           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@avivkeller avivkeller merged commit 1c7e45a into main Aug 17, 2025
18 checks passed
@avivkeller avivkeller deleted the dependabot/npm_and_yarn/compiling-28da0908f4 branch August 17, 2025 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies [Dependabot Only] Pull requests that update a dependency file javascript [Dependabot Only] Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants