Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the compiling group with 1 update in the / directory: rolldown.

Updates rolldown from 1.0.0-beta.53 to 1.0.0-beta.56

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.56

[1.0.0-beta.56] - 2025-12-22

✨ Support importerId hook filter

  • The hook filter supports filtering by importer ID
  • Useful when you only want to handle imports from specific modules
import { defineConfig } from 'rolldown';
import { importerId, include } from '@rolldown/pluginutils';
export default defineConfig({
input: ['./index.ts'],
plugins: [{
name: 'my-plugin',
resolveId: {
filter: [include(importerId(/main.js$/))],
handler(id, importer) {
// ...
},
},
}],
});

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.56] - 2025-12-22

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 18ac822 release: v1.0.0-beta.56 (#7620)
  • a5124fa fix(types): better "go to definition" experience for interface OutputPlugin...
  • c6babdd fix: use sanitized filename for preserve modules chunk name (#7603)
  • 006b25d chore(deps): update notify (#7594)
  • f7863c4 feat: add ids property to CIRCULAR_DEPENDENCY error (#7591)
  • 52ed0ae chore: add JSDoc documentation for memfs type (#7587)
  • db6b40b feat(node/dev): expose devMode.lazy (#7549)
  • f3fb807 fix: make cleanDir work with default output directory (#7579)
  • 640c76f chore(deps): update oxc resolver to v11.16.0 (#7574)
  • 517f29d feat: set log and pos properties for parseAst function errors (#7568)
  • 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 in the / directory: [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown).


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

---
updated-dependencies:
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.56
  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 Dec 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 26, 2025 23:16
@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 26, 2025
@vercel
Copy link

vercel bot commented Dec 26, 2025

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

Project Deployment Review Updated (UTC)
api-docs-tooling Ready Ready Preview Dec 26, 2025 11:42pm

@codecov
Copy link

codecov bot commented Dec 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.14%. Comparing base (df1a2ac) to head (7604cc5).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #541      +/-   ##
==========================================
+ Coverage   80.12%   80.14%   +0.01%     
==========================================
  Files         123      123              
  Lines       12142    12139       -3     
  Branches      856      856              
==========================================
  Hits         9729     9729              
+ Misses       2410     2407       -3     
  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 Dec 26, 2025

orama-db Generator

File Base Head Diff
orama-db.json 7.99 MB 7.99 MB +1.00 B (+0.00%)

web Generator

File Base Head Diff
styles.css 121.57 KB 121.63 KB +67.00 B (+0.05%)

@avivkeller avivkeller self-assigned this Dec 26, 2025
@avivkeller
Copy link
Member

7604cc5 fixes rolldown/rolldown#7539

@ovflowd ovflowd merged commit e64c2cc into main Dec 27, 2025
20 checks passed
@ovflowd ovflowd deleted the dependabot/npm_and_yarn/compiling-045bd03f9c branch December 27, 2025 14:56
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