Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the compiling group with 3 updates: @minify-html/node, lightningcss 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 lightningcss from 1.30.1 to 1.30.2

Release notes

Sourced from lightningcss's releases.

v1.30.2

Fixes

Rust crate changes

Commits

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

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.45

[1.0.0-beta.45] - 2025-10-27

🚀 Features

🐛 Bug Fixes

💼 Other

  • pluginutils: switch to tsc to solve the issue of loading conflicting binary (#6708) by @​hyf0

🚜 Refactor

  • node: only call transformToRollupOutput when needed (#6695) by @​hyf0
  • node: split transformToRollupOutput into mutable and immutable versions (#6693) by @​hyf0
  • remove unnecessaey lazy data passing for BindingOutputs (#6692) by @​hyf0
  • rolldown_plugin_utils: tweak CSSEntriesCache (#6685) by @​shulaoda
  • rolldown_binding: use unified BindingRenderBuiltUrl (#6653) by @​shulaoda

📚 Documentation

⚡ Performance

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.45] - 2025-10-27

🚀 Features

🐛 Bug Fixes

💼 Other

  • pluginutils: switch to tsc to solve the issue of loading conflicting binary (#6708) by @​hyf0

🚜 Refactor

  • node: only call transformToRollupOutput when needed (#6695) by @​hyf0
  • node: split transformToRollupOutput into mutable and immutable versions (#6693) by @​hyf0
  • remove unnecessaey lazy data passing for BindingOutputs (#6692) by @​hyf0
  • rolldown_plugin_utils: tweak CSSEntriesCache (#6685) by @​shulaoda
  • rolldown_binding: use unified BindingRenderBuiltUrl (#6653) by @​shulaoda

📚 Documentation

⚡ Performance

... (truncated)

Commits
  • fecc8ee release: v1.0.0-beta.45 (#6720)
  • a1fc9c8 fix(rolldown_binding): use Record instead of Map (#6715)
  • d4b7cac feat(plugin/vite-resolve): add legacyInconsistentCjsInterop option (#6687)
  • fc5ec4d fix: validate valibot schema against existing type (#6703)
  • d46ee80 chore: remove typedoc dependency and cleanup unused documentation generatio...
  • 5e237c6 fix(node/options): should validate transform.jsx correctly (#6698)
  • 058627d refactor(node): only call transformToRollupOutput when needed (#6695)
  • 6bfece5 refactor(node): split transformToRollupOutput into mutable and immutable ve...
  • 4b563b1 refactor: remove unnecessaey lazy data passing for BindingOutputs (#6692)
  • 07c5cc0 feat(rolldown_plugin_manifest): align with vitejs/vite#20585 (#6684)
  • 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

Bumps the compiling group with 3 updates: [@minify-html/node](https://github.com/wilsonzlin/minify-html), [lightningcss](https://github.com/parcel-bundler/lightningcss) 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 `lightningcss` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](parcel-bundler/lightningcss@v1.30.1...v1.30.2)

Updates `rolldown` from 1.0.0-beta.40 to 1.0.0-beta.45
- [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.45/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: lightningcss
  dependency-version: 1.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compiling
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compiling
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies [Dependabot Only] Pull requests that update a dependency file javascript [Dependabot Only] Pull requests that update Javascript code labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 15:09
@dependabot dependabot bot added dependencies [Dependabot Only] Pull requests that update a dependency file javascript [Dependabot Only] Pull requests that update Javascript code labels Nov 1, 2025
@vercel
Copy link

vercel bot commented Nov 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 Nov 1, 2025 9:14pm

@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

❌ Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.99%. Comparing base (8375d8c) to head (03b22ef).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/generators/web/utils/bundle.mjs 0.00% 20 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #473      +/-   ##
==========================================
- Coverage   74.01%   73.99%   -0.02%     
==========================================
  Files         108      108              
  Lines       10316    10318       +2     
  Branches      685      685              
==========================================
  Hits         7635     7635              
- Misses       2678     2680       +2     
  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.

@MattIPv4
Copy link
Member

MattIPv4 commented Nov 1, 2025

Error: /lib64/libm.so.6: version `GLIBC_2.35' not found (required by /vercel/path0/node_modules/@minify-html/node-linux-x64/index.node)
    at Object..node (node:internal/modules/cjs/loader:1865:18)
    at Module.load (node:internal/modules/cjs/loader:1441:32)
    at Function._load (node:internal/modules/cjs/loader:1263:12)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at Module.require (node:internal/modules/cjs/loader:1463:12)
    at require (node:internal/modules/helpers:147:16)
    at Object.<anonymous> (/vercel/path0/node_modules/@minify-html/node/index.js:7:20)
    at Module._compile (node:internal/modules/cjs/loader:1706:14)
    at Object..js (node:internal/modules/cjs/loader:1839:10) {
  code: 'ERR_DLOPEN_FAILED'
}

@avivkeller
Copy link
Member

I guess Vercel doesn't have a new enough GLIBC? I'll downgrade the package to a version that works

@MattIPv4
Copy link
Member

MattIPv4 commented Nov 1, 2025

I would maybe flag this upstream?

@avivkeller
Copy link
Member

I've pinged Vercel employees on Slack. I don't think it's a bug with the library, I assume it's a requirement of oxc (or one of the other added dependencies, which was added in 0.17.0 of the package)

FWIW GLIB 2.35 is almost 4 years old, so IMO it's more unexpected that Vercel doesn't have it, rather than that the library requires it

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.

3 participants