Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the compiling group with 3 updates: @swc/html, lightningcss and rolldown.

Updates @swc/html from 1.15.7 to 1.15.11

Changelog

Sourced from @​swc/html's changelog.

[1.15.11] - 2026-01-27

Bug Fixes

  • (es/codegen) Emit leading comments for JSX elements, fragments, and empty expressions (#11488) (1520633)

  • (es/decorators) Invoke addInitializer callbacks for decorated fields (#11495) (11cfe4d)

  • (es/es3) Visit export decl body even if name is not reserved (#11473) (9113fff)

  • (es/es3) Remove duplicate code (#11499) (fbee775)

  • (es/minifier) Treat new expression with empty class as side-effect free (#11455) (a33a45e)

  • (es/minifier) Escape control characters when converting strings to template literals (#11464) (028551f)

  • (es/minifier) Handle unused parameters with default values (#11494) (6ed1ee9)

  • (es/module) Preserve ./ prefix for hidden directory imports (#11489) (a005391)

  • (es/parser) Validate dynamic import argument count (#11462) (2f67591)

  • (es/parser) Allow compilation with --no-default-features (#11460) (b70c5f8)

  • (es/parser) Skip emitting TS1102 in TypeScript mode (#11463) (e6f5b06)

  • (es/parser) Reject ambiguous generic arrow functions in TSX mode (#11491) (ac00915)

  • (es/parser) Disallow NumericLiteralSeparator with BigInts (#11510) (6b3644b)

  • (es/react) Preserve HTML entity-encoded whitespace in JSX (#11474) (7d433a9)

  • (es/renamer) Prevent duplicate parameter names with destructuring patterns (#11456) (e25a2c8)

... (truncated)

Commits
  • 6f77bea chore: Publish 1.15.11 with swc_core v56.0.0
  • c757548 chore: Publish 1.15.11-nightly-20260127.1 with swc_core v56.0.0
  • c0bfe61 chore: Add missing repository.directory property to package.json (#11486)
  • 073b0bb chore: Publish 1.15.10 with swc_core v55.0.1
  • dadfc1e chore: Publish 1.15.10-nightly-20260119.1 with swc_core v55.0.1
  • f2432fe chore: Publish 1.15.8 with swc_core v54.0.0
  • a836b39 chore: Publish 1.15.8-nightly-20251230.1 with swc_core v54.0.0
  • See full diff in compare view

Updates lightningcss from 1.30.2 to 1.31.1

Release notes

Sourced from lightningcss's releases.

v1.31.0

Features

Fixes

Commits

Updates rolldown from 1.0.0-beta.57 to 1.0.0-rc.2

Release notes

Sourced from rolldown's releases.

v1.0.0-rc.2

[1.0.0-rc.2] - 2026-01-28

⚡ Lazy Barrel Optimization

  • Skips compilation of unused re-export modules in side-effect-free barrel modules
  • Particularly beneficial for projects importing from large component libraries

For large component libraries like Ant Design, when you import just one component:

import { Button } from 'antd';
Button;
Metric Without lazy barrel With lazy barrel
Modules compiled 2986 250
Build time (macOS) ~65ms ~28ms
Build time (Windows) ~210ms ~50ms

By enabling lazy barrel, Rolldown reduces the number of compiled modules by 90% and speeds up the build by 2-4x.

Enable it in your config:

export default {
  experimental: {
    lazyBarrel: true,
  },
};

For more details, see the https://rolldown.rs/in-depth/lazy-barrel-optimization

💥 BREAKING CHANGES

  • expose \0rolldown/runtime in transform hook (#8068) by @​hyf0
  • rename rolldown:runtime to \0rolldown/runtime.js (#8067) by @​hyf0

🚀 Features

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.58] - 2025-12-31

💥 BREAKING CHANGES

  • experimental/devtools: rename InputOptions#debug to InputOptions#devtools (#7686) by @​Copilot

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use StableModuleId as the map key if possible (#7718) by @​hyf0
  • rust: return StableModuleId instead of &str from Module#stable_id() (#7717) by @​hyf0
  • rust: return correct stable id of external module from Module#stable_id() (#7716) by @​hyf0
  • rust: introduce StableModuleId type (#7715) by @​hyf0
  • rust: reduce unnecessary id.as_arc_str().clone().into() (#7714) by @​hyf0
  • rust: remove ModuleId#resource_id and use as_arc_str directly (#7710) by @​hyf0
  • rust: remove unused Module#id_clone (#7709) by @​hyf0
  • rust: remove Module#id_as_str and use Module#id directly (#7708) by @​hyf0
  • consolidate namespace call analysis into import analyzer (#7657) by @​IWANABETHATGUY
  • rust: make ExternalModule#id have the type ModuleId (#7707) by @​hyf0
  • rust: rename Module#id to Module#id_as_str (#7706) by @​hyf0
  • rust: use ModuleId instead of raw ArcStr for ScanStageCache (#7701) by @​hyf0
  • simplify error propagation in cache merge (#7702) by @​shulaoda
  • use ModuleId as the type of ResolvedId#id (#7694) by @​hyf0
  • types: rename resolved_request_info.rs to resolved_id.rs and move its contents (#7687) by @​hyf0
  • devtools: emit data to <CWD>/node_modules/.rolldown (#7692) by @​hyf0
  • use InvalidOption for hash placeholder generation errors (#7674) by @​shulaoda
  • rolldown_error: remove dependency on rolldown_utils (#7672) by @​shulaoda
  • use nodejs-built-in-modules v1.0.0 directly in callsites (#7667) by @​Boshen

📚 Documentation

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 10290d2 release: v1.0.0-rc.2 (#8106)
  • c5a4b7f fix: update the links to Rolldown docs in the error messages (#8103)
  • dd1b8aa refactor(rolldown_plugin_vite_dynamic_import_vars): remove v1 implementation ...
  • 1d5fcb8 refactor(rolldown_plugin_vite_import_glob): remove v1 implementation (#8095)
  • 3e9b89a test(lazy-barrel): use package.json sideEffects instead of plugin hook (#8077)
  • 5ecc11b test(lazy-barrel): enable tests and add treeshake-behavior cases (#8071)
  • f45db8e refactor(lazy-barrel): restructure lazy barrel implementation (#8070)
  • f3a03ed refactor!: rename rolldown:runtime to \0rolldown/runtime.js (#8067)
  • f3393e8 refactor: remove use_built_ins and use_spread from internal JSX options (...
  • b346095 chore(deps): update oxc to v0.111.0 (#8063)
  • 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: [@swc/html](https://github.com/swc-project/swc/tree/HEAD/packages/html), [lightningcss](https://github.com/parcel-bundler/lightningcss) and [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown).


Updates `@swc/html` from 1.15.7 to 1.15.11
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.11/packages/html)

Updates `lightningcss` from 1.30.2 to 1.31.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits)

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

---
updated-dependencies:
- dependency-name: "@swc/html"
  dependency-version: 1.15.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compiling
- dependency-name: lightningcss
  dependency-version: 1.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compiling
- dependency-name: rolldown
  dependency-version: 1.0.0-rc.2
  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 Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 15:25
@dependabot dependabot bot added the javascript [Dependabot Only] Pull requests that update Javascript code label Feb 1, 2026
@vercel
Copy link

vercel bot commented Feb 1, 2026

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

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Feb 1, 2026 3:26pm

Request Review

@codecov
Copy link

codecov bot commented Feb 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.68%. Comparing base (baa1847) to head (5af153e).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #578   +/-   ##
=======================================
  Coverage   80.68%   80.68%           
=======================================
  Files         128      128           
  Lines       12389    12389           
  Branches      887      887           
=======================================
  Hits         9996     9996           
  Misses       2390     2390           
  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.

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

orama-db Generator

File Base Head Diff
orama-db.json 8.02 MB 8.02 MB -151.00 B (-0.00%)

web Generator

File Base Head Diff
styles.css 122.28 KB 122.22 KB -63.00 B (-0.05%)

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