Skip to content

chore(deps-dev): bump the builder-io group with 2 updates #4286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

Bumps the builder-io group with 2 updates: @builder.io/mitosis and @builder.io/mitosis-cli.

Updates @builder.io/mitosis from 0.9.2 to 0.11.0

Release notes

Sourced from @​builder.io/mitosis's releases.

@​builder.io/[email protected]

Minor Changes

  • 3ac5f63: [Angular] revamp of the angular signals generator

    New

    • Support for template strings inside templates (converted to computed values)
    • Support for spread values inside templates (converted to computed values)
    • Support for TS as X expressions inside templates (converted to computed values)
    • export default class component support using defaultExportComponents option
    • Support dynamic component rendering (ngComponentOutlet)
    • Dependent signals initialization via onInit
    • onMount hook code to run only in the browser after view initialization
    • ngSkipHydration support using useMetadata
    • Helper utilities to set attributes and events on elements from arbitrary spread props
    • Fully typed component inputs
    • Dual-mode computed() handling:
      • In a For context with index and forName, uses plain functions
      • Otherwise, uses Angular’s computed
    • Binding functions when passed as props

    Fixes

    • Functions erroneously passed as fn() in callable expressions
    • Callable-expression arguments not updating state.x or props.x to x()

Patch Changes

  • 843814f: fix: do not generate empty expressions with slots

@​builder.io/[email protected]

Minor Changes

  • 3baeefe: [cli] add cosmiconfig to load different configs:

    • mitosis.config.js
    • mitosis.config.ts
    • mitosis.config.mjs
    • mitosis.config.cjs
    • mitosis.config.json

Patch Changes

  • 843814f: fix: do not generate empty expressions with slots
  • Updated dependencies [843814f]
  • Updated dependencies [3ac5f63]

@​builder.io/[email protected]

... (truncated)

Commits

Updates @builder.io/mitosis-cli from 0.9.2 to 0.11.0

Release notes

Sourced from @​builder.io/mitosis-cli's releases.

@​builder.io/[email protected]

Minor Changes

  • 3baeefe: [cli] add cosmiconfig to load different configs:

    • mitosis.config.js
    • mitosis.config.ts
    • mitosis.config.mjs
    • mitosis.config.cjs
    • mitosis.config.json

Patch Changes

  • 843814f: fix: do not generate empty expressions with slots
  • Updated dependencies [843814f]
  • Updated dependencies [3ac5f63]

@​builder.io/[email protected]

Patch Changes

@​builder.io/[email protected]

Patch Changes

@​builder.io/[email protected]

Patch Changes

@​builder.io/[email protected]

Patch Changes

Commits

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 Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 27, 2025
@dependabot dependabot bot requested review from mfranzke and nmerget as code owners May 27, 2025 21:31
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels May 27, 2025
Copy link
Contributor

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-builder-io-b82375e645 branch from 5a30c90 to f40c9d3 Compare May 27, 2025 22:50
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-builder-io-b82375e645 branch from f40c9d3 to 3b14c97 Compare May 27, 2025 23:49
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-builder-io-b82375e645 branch from 3b14c97 to 2b7cc18 Compare May 28, 2025 04:04
github-actions[bot]
github-actions bot previously approved these changes May 28, 2025
Bumps the builder-io group with 2 updates: [@builder.io/mitosis](https://github.com/BuilderIO/mitosis) and [@builder.io/mitosis-cli](https://github.com/BuilderIO/mitosis).


Updates `@builder.io/mitosis` from 0.9.2 to 0.11.0
- [Release notes](https://github.com/BuilderIO/mitosis/releases)
- [Commits](https://github.com/BuilderIO/mitosis/compare/@builder.io/[email protected][email protected]/[email protected])

Updates `@builder.io/mitosis-cli` from 0.9.2 to 0.11.0
- [Release notes](https://github.com/BuilderIO/mitosis/releases)
- [Commits](https://github.com/BuilderIO/mitosis/compare/@builder.io/[email protected][email protected]/[email protected])

---
updated-dependencies:
- dependency-name: "@builder.io/mitosis"
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: builder-io
- dependency-name: "@builder.io/mitosis-cli"
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: builder-io
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-builder-io-b82375e645 branch from 2b7cc18 to 5454aa2 Compare May 28, 2025 05:15
github-actions[bot]
github-actions bot previously approved these changes May 28, 2025
@nmerget nmerget marked this pull request as draft May 28, 2025 06:01
@nmerget
Copy link
Collaborator

nmerget commented May 28, 2025

We need to wait for BuilderIO/mitosis#1750 to fix some issues

Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2025

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this May 29, 2025
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-builder-io-b82375e645 branch May 29, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant