Skip to content

build(deps): bump likec4 from 1.51.0 to 1.52.0#55

Merged
erode-release[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/likec4-1.52.0
Mar 11, 2026
Merged

build(deps): bump likec4 from 1.51.0 to 1.52.0#55
erode-release[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/likec4-1.52.0

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps likec4 from 1.51.0 to 1.52.0.

Release notes

Sourced from likec4's releases.

v1.52.0

🚀 Features

  • likec4 format CLI Command:
    New likec4 format (alias fmt) command for formatting .c4 source files. Supports --check mode for CI, --project and --files filtering. Thanks @​m9810223, #2667

  • Overview Page Search, Navigation & Theme Toggle:
    Added search bar (also accessible via Cmd+K), sidebar navigation drawer with file/folder/list grouping, and dark/light theme toggle to the overview page. Fixes #1679. Thanks @​ckeller42, #2665

  • Disable Implicit Views by Default:
    Auto-generated scoped views for elements without explicit views are no longer created unless "implicitViews": true is set in the project config. To restore the previous behavior, add "implicitViews": true to your likec4.json configuration. #2705

  • Draw.io Person Shape Round-Trip:
    Draw.io export now correctly renders elements with shape person as person/actor shapes instead of ellipses. Re-import also infers the person shape for round-trip fidelity. Thanks @​sraphaz, #2685, fixes #2679

  • Improved Zoom Performance:
    Significant performance improvement with zooming and panning diagrams, thanks to the xyflow update. #2694

  • Erode tooling:
    Check documentation, thanks to @​parse , #2728

🐞 Bug Fixes

  • Added --output alias to all likec4 gen subcommands for consistency with build and export commands, fixes #2706

  • Removed deprecated ManualLayoutV1 and related migration command #2713

Changelog

Sourced from likec4's changelog.

1.52.0

Minor Changes

  • #2667 2c6a43d Thanks @​m9810223! - Add likec4 format (alias fmt) CLI command for formatting .c4 source files

    • @likec4/language-server — add format() method to LikeC4LanguageServices with projectIds/documentUris filtering and LSP formatting options
    • @likec4/language-services — add format() method to LikeC4 facade, translating project name strings to ProjectId
    • likec4 — add format CLI command with --check mode for CI, --project and --files filtering

Patch Changes

  • #2705 4d579d6 Thanks @​davydkov! - Disable implicit views by default. Auto-generated scoped views for elements without explicit views are no longer created unless "implicitViews": true is set in the project config. To restore the previous behavior, add "implicitViews": true to your likec4.json configuration.

  • #2731 7e0ac9b Thanks @​davydkov! - Add --output alias to all likec4 gen subcommands for consistency with build and export commands. Fixes #2706

  • #2665 6257147 Thanks @​ckeller42! - Add search bar, navigation drawer, and theme toggle to overview page

    • Search for elements and views directly from the overview page via visible search bar or ⌘K
    • Browse all diagrams through sidebar navigation drawer with file/folder/list grouping
    • Toggle dark/light mode from the overview header
    • Navigate from search results to a diagram view with element focus

    Fixes #1679

  • Updated dependencies [bc47423]:

    • @​likec4/core@​1.52.0
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [likec4](https://github.com/likec4/likec4/tree/HEAD/packages/likec4) from 1.51.0 to 1.52.0.
- [Release notes](https://github.com/likec4/likec4/releases)
- [Changelog](https://github.com/likec4/likec4/blob/main/packages/likec4/CHANGELOG.md)
- [Commits](https://github.com/likec4/likec4/commits/v1.52.0/packages/likec4)

---
updated-dependencies:
- dependency-name: likec4
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2026 17:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
@erode-release erode-release bot enabled auto-merge (squash) March 11, 2026 17:38
@coderabbitai
Copy link

coderabbitai bot commented Mar 11, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 03beae13-2644-4214-a05b-fbe7b7691319

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/likec4-1.52.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@erode-release erode-release bot merged commit 59a3fd8 into main Mar 11, 2026
4 checks passed
@erode-release erode-release bot deleted the dependabot/npm_and_yarn/likec4-1.52.0 branch March 11, 2026 17:39
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.

0 participants