Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the compiling group with 2 updates: @minify-html/node and rolldown.

Updates @minify-html/node from 0.16.4 to 0.18.1

Changelog

Sourced from @​minify-html/node's changelog.

0.18.1

  • Fix WASM builds.

0.18.0

  • Fix WASM builds.
  • [Java] BREAKING: Minimum Java version increased from 7 to 8.

0.17.1

  • Bump Ubuntu version for GitHub Actions.

0.17.0

  • [Node.js] BREAKING: Minimum Node.js version increased from 8.6.0 to 10.0.0.
  • [Ruby] BREAKING: Minimum Ruby version increased from 2.7 to 3.2.
  • Replace minify-js with oxc_minifier for JavaScript minification.
  • [Python] Add musl builds for Linux.
  • Bump Windows version for GitHub Actions.
  • Migrate to Central Portal for Java.

0.16.5

  • Bump Java version for GitHub Actions.
  • [CLI] Add missing exit status on I/O errors.
  • [Internal] Loosen ahash dependency version.
  • [Internal] Bump lightningcss.
  • [Python] Add Python 3.14 support.
Commits

Updates rolldown from 1.0.0-beta.47 to 1.0.0-beta.52

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.52

[1.0.0-beta.52] - 2025-11-26

💥 Breaking Change

  • Change output.generatedCode.profilerNames default to false

🔧 Vite-Style TypeScript Configuration

  • Rolldown now supports Vite-style automatic tsconfig resolution. Use tsconfig: true to enable auto-discovery mode where each module finds its nearest tsconfig.json. See more details here

⚙️ Toolchain Upgrade

💥 BREAKING CHANGES

  • change output.generatedCode.profilerNames default to false (#7139) by @​Copilot

🚀 Features

  • support vite-style tsconfig resolution (#6873) by @​shulaoda
  • rolldown: oxc v0.99.0 (#7165) by @​camc314
  • browser: export plugins (#7210) by @​sxzz
  • rolldown_plugin_vite_css_post: add inline parameter to cssMinify callback (#7191) by @​shulaoda
  • rolldown_plugin_vite_build_import_analysis: implement render_chunk to replace __VITE_IS_MODERN__ flag (#7178) by @​shulaoda
  • rolldown_plugin_utils: optimize SVG data URL encoding (#7156) by @​shulaoda
  • dev: replace DevEngine::hasLatestBuildOutput with DevEngine::getBundleState (#7145) by @​sapphi-red
  • rolldown_plugin_vite_asset_import_meta_url: support @vite-ignore comment (#7141) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: implement static URL processing (#7140) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: align asset_resolver logic (#7137) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: align try_fs_resolve logic (#7136) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: validate relative paths (#7120) by @​shulaoda
  • export viteAssetImportMetaUrlPlugin and add dynamic URL tests (#7119) by @​shulaoda

🐛 Bug Fixes

  • watch overwrite rename event on linux (#7201) by @​sapphi-red
  • preserve name for parenthesized anonymous default exports and arrow functions with keepNames (#7159) by @​Copilot
  • rolldown_plugin_vite_html: add missing async attribute for inlined entry scripts (#7202) by @​shulaoda
  • respect target setting in DCE to prevent modern syntax generation (#7128) by @​Copilot
  • rolldown_plugin_vite_html: add semicolon to import statement in CSS removal (#7200) by @​shulaoda
  • rolldown_plugin_vite_html: use correct CSS asset filename in HTML injection (#7199) by @​shulaoda
  • rolldown_plugin_vite_css_post: handle scoped package names in lib CSS filename (#7198) by @​shulaoda
  • rolldown_plugin_vite_html: use patched html5gum with correct span tracking (#7193) by @​shulaoda
  • rolldown_plugin_vite_html: handle HTML strings in script tags correctly (#7192) by @​shulaoda
  • handle JSON import namespace property access correctly (#7190) by @​IWANABETHATGUY
  • only include runtime helpers from included modules (#7183) by @​IWANABETHATGUY
  • rolldown_plugin_vite_html: normalize paths to use forward slashes in original_file_name (#7175) by @​shulaoda

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.52] - 2025-11-26

💥 BREAKING CHANGES

  • change output.generatedCode.profilerNames default to false (#7139) by @​Copilot

🚀 Features

  • support vite-style tsconfig resolution (#6873) by @​shulaoda
  • rolldown: oxc v0.99.0 (#7165) by @​camc314
  • browser: export plugins (#7210) by @​sxzz
  • rolldown_plugin_vite_css_post: add inline parameter to cssMinify callback (#7191) by @​shulaoda
  • rolldown_plugin_vite_build_import_analysis: implement render_chunk to replace __VITE_IS_MODERN__ flag (#7178) by @​shulaoda
  • rolldown_plugin_utils: optimize SVG data URL encoding (#7156) by @​shulaoda
  • dev: replace DevEngine::hasLatestBuildOutput with DevEngine::getBundleState (#7145) by @​sapphi-red
  • rolldown_plugin_vite_asset_import_meta_url: support @vite-ignore comment (#7141) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: implement static URL processing (#7140) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: align asset_resolver logic (#7137) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: align try_fs_resolve logic (#7136) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: validate relative paths (#7120) by @​shulaoda
  • export viteAssetImportMetaUrlPlugin and add dynamic URL tests (#7119) by @​shulaoda

🐛 Bug Fixes

  • watch overwrite rename event on linux (#7201) by @​sapphi-red
  • preserve name for parenthesized anonymous default exports and arrow functions with keepNames (#7159) by @​Copilot
  • rolldown_plugin_vite_html: add missing async attribute for inlined entry scripts (#7202) by @​shulaoda
  • respect target setting in DCE to prevent modern syntax generation (#7128) by @​Copilot
  • rolldown_plugin_vite_html: add semicolon to import statement in CSS removal (#7200) by @​shulaoda
  • rolldown_plugin_vite_html: use correct CSS asset filename in HTML injection (#7199) by @​shulaoda
  • rolldown_plugin_vite_css_post: handle scoped package names in lib CSS filename (#7198) by @​shulaoda
  • rolldown_plugin_vite_html: use patched html5gum with correct span tracking (#7193) by @​shulaoda
  • rolldown_plugin_vite_html: handle HTML strings in script tags correctly (#7192) by @​shulaoda
  • handle JSON import namespace property access correctly (#7190) by @​IWANABETHATGUY
  • only include runtime helpers from included modules (#7183) by @​IWANABETHATGUY
  • rolldown_plugin_vite_html: normalize paths to use forward slashes in original_file_name (#7175) by @​shulaoda
  • rolldown_plugin_vite_css_post: use filename instead of reference_id for imported assets (#7174) by @​shulaoda
  • rolldown_plugin_vite_css_post: correct regex escaping in pure CSS chunk pruning (#7173) by @​shulaoda
  • rolldown_plugin_vite_html: use correct dependency path for modulepreload links (#7172) by @​shulaoda
  • update cur_stmt_index when processing top level statements (#7157) by @​IWANABETHATGUY
  • rolldown_plugin_utils: strip leading character from public asset URL (#7170) by @​shulaoda
  • rolldown_plugin_vite_html: use correct public_base for html_result_map key (#7169) by @​shulaoda
  • rolldown_plugin_utils: correct runtime handling and escape single quotes in asset paths (#7168) by @​shulaoda
  • rolldown_plugin_utils: prevent data race in file_to_url cache (#7166) by @​shulaoda
  • rolldown_plugin_vite_asset_import_meta_url: correct glob pattern and query string handling in dynamic URLs (#7162) by @​shulaoda
  • rolldown_plugin_vite_css_post: use correct start position in magic string updates (#7158) by @​shulaoda
  • data race in FileEmitter::emit_file causing duplicate asset emissions (#7164) by @​shulaoda
  • dev: watch files even if the build failed (#7149) by @​sapphi-red
  • rolldown_plugin_utils: always use base64 encoding for data URLs (#7148) by @​shulaoda
  • preserve "default" name for anonymous default exports with keepNames (#7151) by @​Copilot

... (truncated)

Commits
  • 643e781 release: v1.0.0-beta.52 (#7229)
  • d37270e test: add tsconfig include/exclude/files matching test cases (#6899)
  • 5c30011 feat: support vite-style tsconfig resolution (#6873)
  • 53ebdb0 test(watch): close watcher when an error occured in the test cases (#7225)
  • 497e93d test(watch): reject waitBuildFinished if ERROR event occurs (#7224)
  • 638ed46 chore: add missing status code comment (#7185)
  • bfe60f1 feat(rolldown_plugin_vite_css_post): add inline parameter to cssMinify ca...
  • 2a7a94d fix(rolldown_plugin_vite_asset_import_meta_url): correct glob pattern and que...
  • 19e0e64 feat(dev): replace DevEngine::hasLatestBuildOutput with `DevEngine::getBund...
  • 77ae7a4 feat!: change output.generatedCode.profilerNames default to false (#7139)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies [Dependabot Only] Pull requests that update a dependency file javascript [Dependabot Only] Pull requests that update Javascript code labels Dec 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2025 15:41
@dependabot dependabot bot added dependencies [Dependabot Only] Pull requests that update a dependency file javascript [Dependabot Only] Pull requests that update Javascript code labels Dec 1, 2025
@vercel
Copy link

vercel bot commented Dec 1, 2025

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

Project Deployment Preview Updated (UTC)
api-docs-tooling Error Error Dec 3, 2025 10:27pm

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.60%. Comparing base (b6efef0) to head (49d76a9).
⚠️ Report is 5 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #496   +/-   ##
=======================================
  Coverage   74.60%   74.60%           
=======================================
  Files         112      112           
  Lines       10700    10700           
  Branches      722      722           
=======================================
  Hits         7983     7983           
  Misses       2714     2714           
  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.

Bumps the compiling group with 2 updates: [@minify-html/node](https://github.com/wilsonzlin/minify-html) and [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown).


Updates `@minify-html/node` from 0.16.4 to 0.18.1
- [Release notes](https://github.com/wilsonzlin/minify-html/releases)
- [Changelog](https://github.com/wilsonzlin/minify-html/blob/master/CHANGELOG.md)
- [Commits](wilsonzlin/minify-html@v0.16.4...v0.18.1)

Updates `rolldown` from 1.0.0-beta.47 to 1.0.0-beta.52
- [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.52/packages/rolldown)

---
updated-dependencies:
- dependency-name: "@minify-html/node"
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compiling
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compiling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/compiling-40695e8772 branch from a7e0ed9 to 49d76a9 Compare December 3, 2025 22:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/compiling-40695e8772 branch December 5, 2025 13:29
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.

1 participant