Skip to content

build(deps): bump the build group in /ui with 3 updates#14929

Merged
MilosPaunovic merged 2 commits intodevelopfrom
dependabot/npm_and_yarn/ui/build-c858b927d8
Mar 5, 2026
Merged

build(deps): bump the build group in /ui with 3 updates#14929
MilosPaunovic merged 2 commits intodevelopfrom
dependabot/npm_and_yarn/ui/build-c858b927d8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps the build group in /ui with 3 updates: @rolldown/binding-darwin-arm64, @rolldown/binding-darwin-x64 and @rolldown/binding-linux-x64-gnu.

Updates @rolldown/binding-darwin-arm64 from 1.0.0-rc.6 to 1.0.0-rc.7

Release notes

Sourced from @​rolldown/binding-darwin-arm64's releases.

v1.0.0-rc.7

[1.0.0-rc.7] - 2026-03-05

⚡ Smarter Code Generation Defaults

  • DCE-only minification and smart constant inlining are now enabled by default
  • Produces cleaner, smaller output bundles without requiring explicit configuration

💡 LLM-Friendly Bundle Analyzer Reports

  • New markdown output format for the bundle analyzer plugin with bundle summaries, module graphs, dependency chains, and optimization suggestions
  • Optimization suggestions now also recommend using the entriesAware option when common chunks contain modules only reachable from specific entries

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use Oxc's SymbolFlags::ConstVariable instead of custom IsConst flag (#8543) by @​Dunqing
  • rust: remove FacadeScoping, use Scoping::create_symbol for facade symbols (#8540) by @​Dunqing
  • rust/watch: remove hacky reset_closed_for_watch_mode (#8530) by @​hyf0
  • binding: return &str instead of String in filename() getter (#8534) by @​IWANABETHATGUY
  • rust: remove old watch mode implementation (#8525) by @​hyf0
  • rust/watch: simply watch logic in the binding layer (#8516) by @​hyf0
  • rust/watch: tweak struct/function names (#8464) by @​hyf0

📚 Documentation

... (truncated)

Changelog

Sourced from @​rolldown/binding-darwin-arm64's changelog.

[1.0.0-rc.7] - 2026-03-05

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use Oxc's SymbolFlags::ConstVariable instead of custom IsConst flag (#8543) by @​Dunqing
  • rust: remove FacadeScoping, use Scoping::create_symbol for facade symbols (#8540) by @​Dunqing
  • rust/watch: remove hacky reset_closed_for_watch_mode (#8530) by @​hyf0
  • binding: return &str instead of String in filename() getter (#8534) by @​IWANABETHATGUY
  • rust: remove old watch mode implementation (#8525) by @​hyf0
  • rust/watch: simply watch logic in the binding layer (#8516) by @​hyf0
  • rust/watch: tweak struct/function names (#8464) by @​hyf0

📚 Documentation

⚡ Performance

... (truncated)

Commits
  • 8cd2ed7 release: v1.0.0-rc.7 (#8547)
  • 3a64ec4 fix: expose plugins on NormalizedInputOptions for buildStart hook (#8521)
  • 2cc13e7 fix(binding): export BindingResult in generated dts header (#8537)
  • a4f0798 refactor(rust/watch): remove hacky reset_closed_for_watch_mode (#8530)
  • 8552549 feat(binding): add original getter to BindingMagicString (#8533)
  • 5f5768f feat(native-magic-string): add offset property support (#8531)
  • e9ddfbb feat: add output.strict option to control "use strict" directive emission...
  • 8fc5471 feat(watch): expose watcher.compareContentsForPolling (#8526)
  • 2db94c4 revert: fix(rolldown): increase tokio blocking threads size for watch mode (#...
  • 6b868eb refactor(rust/watch): simply watch logic in the binding layer (#8516)
  • Additional commits viewable in compare view

Updates @rolldown/binding-darwin-x64 from 1.0.0-rc.6 to 1.0.0-rc.7

Release notes

Sourced from @​rolldown/binding-darwin-x64's releases.

v1.0.0-rc.7

[1.0.0-rc.7] - 2026-03-05

⚡ Smarter Code Generation Defaults

  • DCE-only minification and smart constant inlining are now enabled by default
  • Produces cleaner, smaller output bundles without requiring explicit configuration

💡 LLM-Friendly Bundle Analyzer Reports

  • New markdown output format for the bundle analyzer plugin with bundle summaries, module graphs, dependency chains, and optimization suggestions
  • Optimization suggestions now also recommend using the entriesAware option when common chunks contain modules only reachable from specific entries

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use Oxc's SymbolFlags::ConstVariable instead of custom IsConst flag (#8543) by @​Dunqing
  • rust: remove FacadeScoping, use Scoping::create_symbol for facade symbols (#8540) by @​Dunqing
  • rust/watch: remove hacky reset_closed_for_watch_mode (#8530) by @​hyf0
  • binding: return &str instead of String in filename() getter (#8534) by @​IWANABETHATGUY
  • rust: remove old watch mode implementation (#8525) by @​hyf0
  • rust/watch: simply watch logic in the binding layer (#8516) by @​hyf0
  • rust/watch: tweak struct/function names (#8464) by @​hyf0

📚 Documentation

... (truncated)

Changelog

Sourced from @​rolldown/binding-darwin-x64's changelog.

[1.0.0-rc.7] - 2026-03-05

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use Oxc's SymbolFlags::ConstVariable instead of custom IsConst flag (#8543) by @​Dunqing
  • rust: remove FacadeScoping, use Scoping::create_symbol for facade symbols (#8540) by @​Dunqing
  • rust/watch: remove hacky reset_closed_for_watch_mode (#8530) by @​hyf0
  • binding: return &str instead of String in filename() getter (#8534) by @​IWANABETHATGUY
  • rust: remove old watch mode implementation (#8525) by @​hyf0
  • rust/watch: simply watch logic in the binding layer (#8516) by @​hyf0
  • rust/watch: tweak struct/function names (#8464) by @​hyf0

📚 Documentation

⚡ Performance

... (truncated)

Commits
  • 8cd2ed7 release: v1.0.0-rc.7 (#8547)
  • 3a64ec4 fix: expose plugins on NormalizedInputOptions for buildStart hook (#8521)
  • 2cc13e7 fix(binding): export BindingResult in generated dts header (#8537)
  • a4f0798 refactor(rust/watch): remove hacky reset_closed_for_watch_mode (#8530)
  • 8552549 feat(binding): add original getter to BindingMagicString (#8533)
  • 5f5768f feat(native-magic-string): add offset property support (#8531)
  • e9ddfbb feat: add output.strict option to control "use strict" directive emission...
  • 8fc5471 feat(watch): expose watcher.compareContentsForPolling (#8526)
  • 2db94c4 revert: fix(rolldown): increase tokio blocking threads size for watch mode (#...
  • 6b868eb refactor(rust/watch): simply watch logic in the binding layer (#8516)
  • Additional commits viewable in compare view

Updates @rolldown/binding-linux-x64-gnu from 1.0.0-rc.6 to 1.0.0-rc.7

Release notes

Sourced from @​rolldown/binding-linux-x64-gnu's releases.

v1.0.0-rc.7

[1.0.0-rc.7] - 2026-03-05

⚡ Smarter Code Generation Defaults

  • DCE-only minification and smart constant inlining are now enabled by default
  • Produces cleaner, smaller output bundles without requiring explicit configuration

💡 LLM-Friendly Bundle Analyzer Reports

  • New markdown output format for the bundle analyzer plugin with bundle summaries, module graphs, dependency chains, and optimization suggestions
  • Optimization suggestions now also recommend using the entriesAware option when common chunks contain modules only reachable from specific entries

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use Oxc's SymbolFlags::ConstVariable instead of custom IsConst flag (#8543) by @​Dunqing
  • rust: remove FacadeScoping, use Scoping::create_symbol for facade symbols (#8540) by @​Dunqing
  • rust/watch: remove hacky reset_closed_for_watch_mode (#8530) by @​hyf0
  • binding: return &str instead of String in filename() getter (#8534) by @​IWANABETHATGUY
  • rust: remove old watch mode implementation (#8525) by @​hyf0
  • rust/watch: simply watch logic in the binding layer (#8516) by @​hyf0
  • rust/watch: tweak struct/function names (#8464) by @​hyf0

📚 Documentation

... (truncated)

Changelog

Sourced from @​rolldown/binding-linux-x64-gnu's changelog.

[1.0.0-rc.7] - 2026-03-05

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use Oxc's SymbolFlags::ConstVariable instead of custom IsConst flag (#8543) by @​Dunqing
  • rust: remove FacadeScoping, use Scoping::create_symbol for facade symbols (#8540) by @​Dunqing
  • rust/watch: remove hacky reset_closed_for_watch_mode (#8530) by @​hyf0
  • binding: return &str instead of String in filename() getter (#8534) by @​IWANABETHATGUY
  • rust: remove old watch mode implementation (#8525) by @​hyf0
  • rust/watch: simply watch logic in the binding layer (#8516) by @​hyf0
  • rust/watch: tweak struct/function names (#8464) by @​hyf0

📚 Documentation

⚡ Performance

... (truncated)

Commits
  • 8cd2ed7 release: v1.0.0-rc.7 (#8547)
  • 3a64ec4 fix: expose plugins on NormalizedInputOptions for buildStart hook (#8521)
  • 2cc13e7 fix(binding): export BindingResult in generated dts header (#8537)
  • a4f0798 refactor(rust/watch): remove hacky reset_closed_for_watch_mode (#8530)
  • 8552549 feat(binding): add original getter to BindingMagicString (#8533)
  • 5f5768f feat(native-magic-string): add offset property support (#8531)
  • e9ddfbb feat: add output.strict option to control "use strict" directive emission...
  • 8fc5471 feat(watch): expose watcher.compareContentsForPolling (#8526)
  • 2db94c4 revert: fix(rolldown): increase tokio blocking threads size for watch mode (#...
  • 6b868eb refactor(rust/watch): simply watch logic in the binding layer (#8516)
  • 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 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 build group in /ui with 3 updates: [@rolldown/binding-darwin-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown), [@rolldown/binding-darwin-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) and [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown).


Updates `@rolldown/binding-darwin-arm64` from 1.0.0-rc.6 to 1.0.0-rc.7
- [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-rc.7/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.0.0-rc.6 to 1.0.0-rc.7
- [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-rc.7/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.0.0-rc.6 to 1.0.0-rc.7
- [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-rc.7/packages/rolldown)

---
updated-dependencies:
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.0.0-rc.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.0.0-rc.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.0.0-rc.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added area/frontend Needs frontend code changes dependency-upgrade Dependency upgrade is needed labels Mar 5, 2026
@github-project-automation github-project-automation bot moved this to To review in Pull Requests Mar 5, 2026
@MilosPaunovic MilosPaunovic merged commit 1f61f33 into develop Mar 5, 2026
10 checks passed
@MilosPaunovic MilosPaunovic deleted the dependabot/npm_and_yarn/ui/build-c858b927d8 branch March 5, 2026 08:27
@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Mar 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

🐋 Docker image

ghcr.io/kestra-io/kestra-pr:14929
docker run --pull=always --rm -it -p 8080:8080 --user=root -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp ghcr.io/kestra-io/kestra-pr:14929 server local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/frontend Needs frontend code changes dependency-upgrade Dependency upgrade is needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant