Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the compiling group with 1 update: rolldown.

Updates rolldown from 1.0.0-beta.38 to 1.0.0-beta.40

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.40

[1.0.0-beta.40] - 2025-09-24

⚡ Sourcemap Performance Boost

  • 20%-30% faster sourcemap generation
  • Consistent gains across all platforms

🚀 Features

🐛 Bug Fixes

  • rolldown_plugin_react_refresh_wrapper: avoid using cwd to allow using as a callable plugin (#6318) by @​sapphi-red
  • rolldown_plugin_transform: resolve tsconfig from absolute path (#6311) by @​shulaoda

🚜 Refactor

📚 Documentation

⚡ Performance

⚙️ Miscellaneous Tasks

v1.0.0-beta.39

[1.0.0-beta.39] - 2025-09-22

⚡ MacOS Performance Boost

  • 10%-30% faster bundling
  • Up to 45% in extreme cases

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.40] - 2025-09-24

🚀 Features

🐛 Bug Fixes

  • rolldown_plugin_react_refresh_wrapper: avoid using cwd to allow using as a callable plugin (#6318) by @​sapphi-red
  • rolldown_plugin_transform: resolve tsconfig from absolute path (#6311) by @​shulaoda

🚜 Refactor

📚 Documentation

⚡ Performance

⚙️ Miscellaneous Tasks

[1.0.0-beta.39] - 2025-09-22

🚀 Features

... (truncated)

Commits
  • 8b29afa release: v1.0.0-beta.40 (#6324)
  • 84f4416 chore(deps): lock file maintenance npm packages (#6301)
  • 09ab77c feat(rolldown): oxc v0.92.0 (#6322)
  • 35bb00e fix(rolldown_plugin_react_refresh_wrapper): avoid using cwd to allow using as...
  • d630de1 docs: add more description about sourcemapIgnoreList (#6314)
  • a877358 perf: reduce sourcemap_ignore_list js function call (#6313)
  • 7be26be feat: adding partial MagicString binding (#6289)
  • 77fb6c8 release: v1.0.0-beta.39 (#6304)
  • 9ecf32c feat(rolldown): oxc v0.90.0 + other oxc crate updates (#6274)
  • 896e371 fix(dev): ensure_latest_build_output should work correctly when `eagerBuild...
  • 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.38 to 1.0.0-beta.40
- [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.40/packages/rolldown)

---
updated-dependencies:
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.40
  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 Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2025 15:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2025
Copy link

vercel bot commented Oct 1, 2025

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

Project Deployment Preview Updated (UTC)
api-docs-tooling Ready Ready Preview Oct 1, 2025 3:13pm

Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.56%. Comparing base (a4149a4) to head (be89e58).
⚠️ Report is 8 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #448   +/-   ##
=======================================
  Coverage   74.56%   74.56%           
=======================================
  Files         107      107           
  Lines       10459    10459           
  Branches      681      681           
=======================================
  Hits         7799     7799           
  Misses       2658     2658           
  Partials        2        2           

☔ 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 d6baed0 into main Oct 5, 2025
19 checks passed
@avivkeller avivkeller deleted the dependabot/npm_and_yarn/compiling-738baac0ca branch October 5, 2025 13:26
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.

2 participants