chore(deps): update dependency likec4 to v1.58.0 #25

Open
sa-renovate wants to merge 1 commit from renovate/likec4-1.x-lockfile into main
Member

This PR contains the following updates:

Package Type Update Change
likec4 (source) dependencies minor 1.46.31.58.0

Release Notes

likec4/likec4 (likec4)

v1.58.0

Compare Source

🚀 Features
  • Delete Elements/Edges in the Editor:
    Select nodes and/or edges in the diagram editor and press delete to remove them from the view. Edges connected to a deleted node are dropped automatically, and the change is added to undo/redo history. Not available for dynamic views.

  • Edit Edge Label Positions:
    Select a relationship edge and drag its label to reposition it; the position is saved to the manual layout with undo/redo. A manually placed label moves together with the edge when its curve is reshaped, keeping its offset.

  • Accurate Tag Text Color via APCA Contrast:
    Tags with custom hex / rgb colors now get an accurate text color derived from the background via APCA contrast, instead of the previous CSS-filter workaround. Thanks @​farhan523, #​2978, resolves #​2143

🐞 Bug Fixes
  • Fixed export png / export jpg failing in the Docker image with browserType.launch: Executable doesn't exist. The bundled Playwright and the installed Chromium browsers are now kept in sync. #​3032, fixes #​2961

  • Fixed favicon 404 in likec4 build --output-single-file by inlining the favicon as a base64 data URI so the single HTML file stays self-contained. Thanks @​MichaelMcCodington, #​3030

  • Fixed deployment relationship filters so source and target metadata predicates use deployed instance metadata. Thanks @​ckeller42, #​2986

  • Nested parallel blocks in dynamic views now produce a clear validation error (Nested parallel blocks are not allowed) instead of a cryptic parser error. Thanks @​farhan523, #​2985, resolves #​988

  • Fixed "apply latest" action incorrectly triggering the new AI layout enhancement. #​2995

v1.57.0

Compare Source

Minor Changes
  • #​2968 590864d Thanks @​farhan523! - Add --public option (alias --public-dir) to likec4 build and likec4 start for specifying a directory that Vite serves and copies as-is into the output (Vite's publicDir). Files in this directory are preserved in the build output, including when --output-single-file is used. Resolves #​1941.

  • #​2935 35ba3f6 Thanks @​Kiiv! - feat: add includeAncestors property to deployment views to include all ancestors of visible nodes. Fix #​1483

Patch Changes
  • #​2971 3e0d071 Thanks @​farhan523! - Add --allowed-host option to likec4 start (serve / dev) for scoping which hostnames are allowed to access the dev server (Vite's server.allowedHosts). Can be repeated. When omitted, all hosts are allowed (current behaviour). Resolves #​1650.

  • #​2950 dcbf674 Thanks @​ckeller42! - Add --description to PNG and JPEG exports to include the view title and Markdown description in generated images.

  • #​2950 dcbf674 Thanks @​ckeller42! - Add --notation to PNG and JPEG exports to include non-overlapping view notation in generated images.

  • #​2952 0a1b751 Thanks @​kieronlanning! - Fix single-project overview page always showing the CLI --title value instead of the title from likec4.config.json

  • #​2969 116f482 Thanks @​ckeller42! - Fixes #​2962 by showing relationship popovers in static embedded views generated with likec4 build.

  • 1540465 Thanks @​davydkov! - Fix css bundling for react/webcomponents (when rendered in shadow root)

  • #​2976 783155b Thanks @​davydkov! - Drop the react-shadow dependency and inline shadow-root rendering directly. Mark use-sync-external-store as external to avoid duplicate React internals.

  • #​2947 3726863 Thanks @​kieronlanning! - Add --hmr-port option to the start CLI command for specifying the HMR WebSocket port.

    The port can also be set via the HMR_PORT environment variable. If neither is provided, a free port is auto-discovered in the range 24678–24690.

  • 2e41ccf Thanks @​davydkov! - Fix validation of browser property in webcomponent (accepts string values "true"/"false"/"yes"/"no")

    Closes #​2936

  • #​2976 783155b Thanks @​davydkov! - Chore (contributors): upgrade to pnpm 11.

    packageManager is now pnpm@11.2.2 and .tool-versions was bumped accordingly. Workspace overrides, allowBuilds, and patchedDependencies were moved from the root package.json into pnpm-workspace.yaml (pnpm 11 layout).

  • Updated dependencies [311b93d, 35ba3f6]:

v1.56.0

Compare Source

Patch Changes
  • #​2904 935f6bb Thanks @​davydkov! - Support applying view changes without LSP connection (e.g. in vite-plugin/CLI mode)

  • ab726ed Thanks @​davydkov! - Extract web app into a separate @likec4/spa package, decoupling it from the CLI for better modularity, faster builds and smaller bundles — resolves #​2689

    The new package also improves DX by eliminating the dependency "magic" that existed in the CLI package

  • #​2906 af34764 Thanks @​davydkov! - Load icons on demand from CDN instead of bundling all icon components, reducing bundle size. Icons are resolved from local cache, then @likec4/icons package, then fetched from icons.like-c4.dev.

  • #​2921 5f46082 Thanks @​davydkov! - Update Mantine to 9.1.0. The light variant of Buttons, Alerts, and ActionIcons now uses solid colors instead of transparency.

  • Updated dependencies [ace5b2e, 5f46082]:

v1.55.1

Compare Source

Patch Changes
  • #​2899 6933db3 Thanks @​copilot-swe-agent! - Add JPEG export support for architecture diagrams:

    • New "Export as .jpg" option in the web UI Export menu
    • New likec4 export jpg CLI command with --quality option (1–100, default 80)
    • JPEG export renders with a solid background (adapts to light/dark theme), making it convenient for pasting into documents and chats

    Resolves #​2892

  • Updated dependencies []:

v1.55.0

Compare Source

Minor Changes
  • #​2874 54e8435 Thanks @​ckeller42! - Add --theme option to likec4 build command to set the default color scheme (light/dark) for the generated static website
Patch Changes
  • #​2828 75fa6d2 Thanks @​sraphaz! - - MCP README: clarify MCP vs LeanIX bridge and Draw.io --profile leanix.

    • LikeC4 DSL Agent Skill: LeanIX + Draw.io reference (bridge-leanix-drawio.md), CLI reference (cli.md), and SKILL.md alignment.
    • AGENTS.md: pointers for agent-facing docs and the LeanIX bridge workflow.
  • #​2877 51adb85 Thanks @​davydkov! - Extract MCP server and tools to @likec4/mcp package. This will allow us to reuse MCP server and tools in other projects, and also will make the codebase cleaner and more modular.

  • Updated dependencies [6b87578, f684e2f, 347b48f, 9834ebb, c0048b6]:

v1.54.0

Compare Source

Patch Changes
  • #​2832 302f020 Thanks @​davydkov! - Add list-icons CLI command to list all available built-in icons with --format text|json and --group filter options

  • #​2782 d0f38c7 Thanks @​davydkov! - Add LikeC4 DSL Agent Skill enabling AI agents to write correct LikeC4 code without hallucinating syntax, resolves #​2636

    To install LikeC4 skills into any project:

    npx skills add https://likec4.dev/
    
  • #​2831 b442a71 Thanks @​sraphaz! - Harden likec4:icons virtual module literals for CodeQL (embedded dynamic import). Raise floors for transitive dependencies via root pnpm.overrides (lodash, path-to-regexp, picomatch, brace-expansion, bn.js, yaml, smol-toml, ajv, crypto-browserify chain, etc.).

  • Updated dependencies []:

v1.53.0

Compare Source

Minor Changes
  • #​2768 cf5acbc Thanks @​sraphaz! - feat(leanix-bridge): Phase 2 & 3, CLI, tooling docs (Draw.io + CLI)

    @​likec4/leanix-bridge

    • Phase 2: fetchLeanixInventorySnapshot, reconcileInventoryWithManifest (inbound)
    • Phase 3: buildDriftReport, impactReportFromSyncPlan, generateAdrFromReconciliation, generateAdrFromDriftReport, runGovernanceChecks
    • Refactors: sync-to-leanix, to-bridge-manifest, to-leanix-inventory-dry-run, report, leanix-api-client, drawio-leanix-roundtrip

    likec4 (CLI)

    • gen leanix-inventory-snapshot, gen leanix-reconcile; sync leanix (dry-run / apply)
    • Shared LeanIX API client for snapshot and sync

    @​likec4/docs-astro

    • Draw.io: Export profiles (default / leanix), bridge-managed metadata
    • CLI: --profile option for Export to DrawIO

    @​likec4/generators

    • Parse Draw.io: compatibility with bridge-managed metadata
Patch Changes
  • #​2785 eddfe46 Thanks @​davydkov! - Fix logger initialization defaults and environment detection

  • #​2790 9a3fa0b Thanks @​davydkov! - Improve likec4 validate CLI command:

    • Fix exit code (now properly exits with 1 on validation failure)
    • Add --json flag for structured JSON output
    • Add --file flag to filter errors to specific files
    • Add --no-layout flag to skip layout drift checks
    • Add success/failure summary messages
    • Add --project support for multi-project workspaces
  • #​2733 22cde07 Thanks @​purple52! - Add landingPage configuration option to control the landing page behavior:

    • redirect: true to skip the landing page and go directly to the index view
    • include / exclude selectors to filter which views appear in the landing page grid
  • #​2746 bb95d5a Thanks @​sraphaz! - LeanIX bridge (dry-run) and Draw.io bridge-managed export profile

    @​likec4/leanix-bridge (new package)

    • Identity manifest and LeanIX-shaped dry-run artifacts (no live sync)
    • Pure functions: toBridgeManifest, toLeanixInventoryDryRun, toReport
    • Configurable mapping (kinds → fact sheet types, relation kinds → relation types)
    • Outputs: manifest.json, leanix-dry-run.json, report.json
    • Use via custom generator; see package README

    @​likec4/generators

    • Draw.io export profile leanix: adds bridge-managed metadata (bridgeManaged, likec4Id, likec4Kind, likec4ViewId, likec4ProjectId, likec4RelationId, optional leanixFactSheetType) for round-trip and LeanIX interoperability
    • New options: profile, projectId, leanixFactSheetTypeByKind
    • Export type DrawioExportProfile

    likec4

    • CLI: likec4 export drawio --profile leanix to emit bridge-managed .drawio files
  • Updated dependencies [39df42e]:

v1.52.0

Compare Source

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]:

v1.51.0

Compare Source

Minor Changes
  • #​2645 225d1a7 Thanks @​m9810223! - Use MantineProvider's forceColorScheme for the ?theme= URL parameter instead of setColorScheme.

    Theme preferences specified via the URL are no longer persisted to localStorage — the forced
    color scheme applies only while the ?theme= parameter is present in the URL.

    The theme search param default changed from 'auto' to undefined; the parameter is now
    optional and omitted from URLs when not explicitly set.

Patch Changes

v1.50.0

Compare Source

Patch Changes
  • #​2630 68ab5f6 Thanks @​sraphaz! - Draw.io: CLI --roundtrip, Playground E2E, DrawioContextMenu getSourceContent

    • CLI: likec4 export drawio --roundtrip reads all .c4/.likec4 files in the workspace, parses round-trip comment blocks (layout, stroke colors/widths, edge waypoints), and applies them when generating each view's .drawio file.
    • Docs: CLI reference updated with --roundtrip and --all-in-one options.
    • Playground: DrawioContextMenu component accepts optional getSourceContent for round-trip export when used outside the provider.
    • E2E: New Playwright config and test for Draw.io context menu in the Playground (pnpm test:playground from e2e/).
  • #​2639 871f134 Thanks @​davydkov! - Enable "Export to Draw.io" in the app's export menu — opens app.diagrams.net with the current diagram pre-loaded

  • #​2630 68ab5f6 Thanks @​sraphaz! - Draw.io export alignment; cross-platform postpack; language-server worker.

    • Draw.io export: Generators and CLI export views to Draw.io (.drawio); round-trip comment blocks (layout, stroke, waypoints) and postpack behavior only. No import/parser in this PR.
    • Postpack: likec4ops postpack copies packed tgz to package.tgz (cross-platform); all packages use it instead of cp so pack/lint:package works on Windows.
    • Language-server: Safe error stringification in browser worker for oxlint.
  • Updated dependencies [fe468d8]:

v1.49.0

Compare Source

Patch Changes

v1.48.0

Compare Source

Minor Changes
Patch Changes

v1.47.0

Compare Source

Patch Changes

v1.46.4

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [likec4](https://likec4.dev) ([source](https://github.com/likec4/likec4/tree/HEAD/packages/likec4)) | dependencies | minor | [`1.46.3` → `1.58.0`](https://renovatebot.com/diffs/npm/likec4/1.46.3/1.58.0) | --- ### Release Notes <details> <summary>likec4/likec4 (likec4)</summary> ### [`v1.58.0`](https://github.com/likec4/likec4/releases/tag/v1.58.0) [Compare Source](https://github.com/likec4/likec4/compare/v1.57.0...v1.58.0) ##### 🚀 Features - **Delete Elements/Edges in the Editor**:\ Select nodes and/or edges in the diagram editor and press delete to remove them from the view. Edges connected to a deleted node are dropped automatically, and the change is added to undo/redo history. Not available for dynamic views. - **Edit Edge Label Positions**:\ Select a relationship edge and drag its label to reposition it; the position is saved to the manual layout with undo/redo. A manually placed label moves together with the edge when its curve is reshaped, keeping its offset. - **Accurate Tag Text Color via APCA Contrast**:\ Tags with custom hex / rgb colors now get an accurate text color derived from the background via APCA contrast, instead of the previous CSS-filter workaround. Thanks [@&#8203;farhan523](https://github.com/farhan523), [#&#8203;2978](https://github.com/likec4/likec4/pull/2978), resolves [#&#8203;2143](https://github.com/likec4/likec4/issues/2143) ##### 🐞 Bug Fixes - Fixed `export png` / `export jpg` failing in the Docker image with `browserType.launch: Executable doesn't exist`. The bundled Playwright and the installed Chromium browsers are now kept in sync. [#&#8203;3032](https://github.com/likec4/likec4/pull/3032), fixes [#&#8203;2961](https://github.com/likec4/likec4/issues/2961) - Fixed favicon 404 in `likec4 build --output-single-file` by inlining the favicon as a base64 data URI so the single HTML file stays self-contained. Thanks [@&#8203;MichaelMcCodington](https://github.com/MichaelMcCodington), [#&#8203;3030](https://github.com/likec4/likec4/pull/3030) - Fixed deployment relationship filters so source and target metadata predicates use deployed instance metadata. Thanks [@&#8203;ckeller42](https://github.com/ckeller42), [#&#8203;2986](https://github.com/likec4/likec4/pull/2986) - Nested `parallel` blocks in dynamic views now produce a clear validation error (`Nested parallel blocks are not allowed`) instead of a cryptic parser error. Thanks [@&#8203;farhan523](https://github.com/farhan523), [#&#8203;2985](https://github.com/likec4/likec4/pull/2985), resolves [#&#8203;988](https://github.com/likec4/likec4/issues/988) - Fixed "apply latest" action incorrectly triggering the new AI layout enhancement. [#&#8203;2995](https://github.com/likec4/likec4/pull/2995) ### [`v1.57.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1570) [Compare Source](https://github.com/likec4/likec4/compare/v1.56.0...v1.57.0) ##### Minor Changes - [#&#8203;2968](https://github.com/likec4/likec4/pull/2968) [`590864d`](https://github.com/likec4/likec4/commit/590864db3d43c3657eb5736831f95643245cd600) Thanks [@&#8203;farhan523](https://github.com/farhan523)! - Add `--public` option (alias `--public-dir`) to `likec4 build` and `likec4 start` for specifying a directory that Vite serves and copies as-is into the output (Vite's `publicDir`). Files in this directory are preserved in the build output, including when `--output-single-file` is used. Resolves [#&#8203;1941](https://github.com/likec4/likec4/issues/1941). - [#&#8203;2935](https://github.com/likec4/likec4/pull/2935) [`35ba3f6`](https://github.com/likec4/likec4/commit/35ba3f637e45fc1072646f646b3442b3235cc29d) Thanks [@&#8203;Kiiv](https://github.com/Kiiv)! - feat: add `includeAncestors` property to deployment views to include all ancestors of visible nodes. Fix [#&#8203;1483](https://github.com/likec4/likec4/issues/1483) ##### Patch Changes - [#&#8203;2971](https://github.com/likec4/likec4/pull/2971) [`3e0d071`](https://github.com/likec4/likec4/commit/3e0d071a7b080fac7f19656f52dabde5338a73d3) Thanks [@&#8203;farhan523](https://github.com/farhan523)! - Add `--allowed-host` option to `likec4 start` (`serve` / `dev`) for scoping which hostnames are allowed to access the dev server (Vite's `server.allowedHosts`). Can be repeated. When omitted, all hosts are allowed (current behaviour). Resolves [#&#8203;1650](https://github.com/likec4/likec4/issues/1650). - [#&#8203;2950](https://github.com/likec4/likec4/pull/2950) [`dcbf674`](https://github.com/likec4/likec4/commit/dcbf6745b9804be7de82a88ed7a78c19986c524d) Thanks [@&#8203;ckeller42](https://github.com/ckeller42)! - Add `--description` to PNG and JPEG exports to include the view title and Markdown description in generated images. - [#&#8203;2950](https://github.com/likec4/likec4/pull/2950) [`dcbf674`](https://github.com/likec4/likec4/commit/dcbf6745b9804be7de82a88ed7a78c19986c524d) Thanks [@&#8203;ckeller42](https://github.com/ckeller42)! - Add `--notation` to PNG and JPEG exports to include non-overlapping view notation in generated images. - [#&#8203;2952](https://github.com/likec4/likec4/pull/2952) [`0a1b751`](https://github.com/likec4/likec4/commit/0a1b75166af24dc1024209b276cc984d428b751e) Thanks [@&#8203;kieronlanning](https://github.com/kieronlanning)! - Fix single-project overview page always showing the CLI `--title` value instead of the `title` from `likec4.config.json` - [#&#8203;2969](https://github.com/likec4/likec4/pull/2969) [`116f482`](https://github.com/likec4/likec4/commit/116f482daca0c09c3ae25018a82c06bb0cee355e) Thanks [@&#8203;ckeller42](https://github.com/ckeller42)! - Fixes [#&#8203;2962](https://github.com/likec4/likec4/issues/2962) by showing relationship popovers in static embedded views generated with `likec4 build`. - [`1540465`](https://github.com/likec4/likec4/commit/1540465bc6a5b777d9611e08eba7a015aaa81bf6) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Fix css bundling for react/webcomponents (when rendered in shadow root) - [#&#8203;2976](https://github.com/likec4/likec4/pull/2976) [`783155b`](https://github.com/likec4/likec4/commit/783155bba49ec60485af2c7f420fbb28e893955c) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Drop the `react-shadow` dependency and inline shadow-root rendering directly. Mark `use-sync-external-store` as external to avoid duplicate React internals. - [#&#8203;2947](https://github.com/likec4/likec4/pull/2947) [`3726863`](https://github.com/likec4/likec4/commit/3726863ba5cbd3b434f50a7f8f90ccb436c76b03) Thanks [@&#8203;kieronlanning](https://github.com/kieronlanning)! - Add `--hmr-port` option to the `start` CLI command for specifying the HMR WebSocket port. The port can also be set via the `HMR_PORT` environment variable. If neither is provided, a free port is auto-discovered in the range 24678–24690. - [`2e41ccf`](https://github.com/likec4/likec4/commit/2e41ccf24ad31d40c69cb545f8438db08f40ec89) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Fix validation of `browser` property in webcomponent (accepts string values "true"/"false"/"yes"/"no") Closes [#&#8203;2936](https://github.com/likec4/likec4/issues/2936) - [#&#8203;2976](https://github.com/likec4/likec4/pull/2976) [`783155b`](https://github.com/likec4/likec4/commit/783155bba49ec60485af2c7f420fbb28e893955c) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Chore (contributors): upgrade to pnpm 11. `packageManager` is now `pnpm@11.2.2` and `.tool-versions` was bumped accordingly. Workspace overrides, `allowBuilds`, and `patchedDependencies` were moved from the root `package.json` into `pnpm-workspace.yaml` (pnpm 11 layout). - Updated dependencies \[[`311b93d`](https://github.com/likec4/likec4/commit/311b93de360556b9583b901c5ad3d6692b9c9f03), [`35ba3f6`](https://github.com/likec4/likec4/commit/35ba3f637e45fc1072646f646b3442b3235cc29d)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.57.0 - [@&#8203;likec4/icons](https://github.com/likec4/icons)@&#8203;1.46.4 ### [`v1.56.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1560) [Compare Source](https://github.com/likec4/likec4/compare/v1.55.1...v1.56.0) ##### Patch Changes - [#&#8203;2904](https://github.com/likec4/likec4/pull/2904) [`935f6bb`](https://github.com/likec4/likec4/commit/935f6bb3fc42b88669bd8af65947a201f8e3d490) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Support applying view changes without LSP connection (e.g. in vite-plugin/CLI mode) - [`ab726ed`](https://github.com/likec4/likec4/commit/ab726eda9ec87b75fd72e056fb5f89ef78fe71e0) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Extract web app into a separate `@likec4/spa` package, decoupling it from the CLI for better modularity, faster builds and smaller bundles — resolves [#&#8203;2689](https://github.com/likec4/likec4/issues/2689) The new package also improves DX by eliminating the dependency "magic" that existed in the CLI package - [#&#8203;2906](https://github.com/likec4/likec4/pull/2906) [`af34764`](https://github.com/likec4/likec4/commit/af3476421fd8938a897240ad6fd1c70068d1e070) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Load icons on demand from CDN instead of bundling all icon components, reducing bundle size. Icons are resolved from local cache, then `@likec4/icons` package, then fetched from `icons.like-c4.dev`. - [#&#8203;2921](https://github.com/likec4/likec4/pull/2921) [`5f46082`](https://github.com/likec4/likec4/commit/5f460821526d851ef3bbf8be5a2bd749c2df6a8a) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Update Mantine to 9.1.0. The `light` variant of Buttons, Alerts, and ActionIcons now uses solid colors instead of transparency. - Updated dependencies \[[`ace5b2e`](https://github.com/likec4/likec4/commit/ace5b2e5cd261f47bd2e93b6f495e2122ceef16d), [`5f46082`](https://github.com/likec4/likec4/commit/5f460821526d851ef3bbf8be5a2bd749c2df6a8a)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.56.0 ### [`v1.55.1`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1551) [Compare Source](https://github.com/likec4/likec4/compare/v1.55.0...v1.55.1) ##### Patch Changes - [#&#8203;2899](https://github.com/likec4/likec4/pull/2899) [`6933db3`](https://github.com/likec4/likec4/commit/6933db38add4067619a16ddebc48f7666df01e87) Thanks [@&#8203;copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add JPEG export support for architecture diagrams: - New "Export as .jpg" option in the web UI Export menu - New `likec4 export jpg` CLI command with `--quality` option (1–100, default 80) - JPEG export renders with a solid background (adapts to light/dark theme), making it convenient for pasting into documents and chats Resolves [#&#8203;2892](https://github.com/likec4/likec4/issues/2892) - Updated dependencies \[]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.55.1 ### [`v1.55.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1550) [Compare Source](https://github.com/likec4/likec4/compare/v1.54.0...v1.55.0) ##### Minor Changes - [#&#8203;2874](https://github.com/likec4/likec4/pull/2874) [`54e8435`](https://github.com/likec4/likec4/commit/54e8435a0f9e888f72fe2fcbe1dfe1f72c155dd6) Thanks [@&#8203;ckeller42](https://github.com/ckeller42)! - Add `--theme` option to `likec4 build` command to set the default color scheme (light/dark) for the generated static website ##### Patch Changes - [#&#8203;2828](https://github.com/likec4/likec4/pull/2828) [`75fa6d2`](https://github.com/likec4/likec4/commit/75fa6d2b066b42970892bfc8fac407618af160e3) Thanks [@&#8203;sraphaz](https://github.com/sraphaz)! - - MCP README: clarify MCP vs LeanIX bridge and Draw\.io `--profile leanix`. - LikeC4 DSL Agent Skill: LeanIX + Draw\.io reference (`bridge-leanix-drawio.md`), CLI reference (`cli.md`), and `SKILL.md` alignment. - AGENTS.md: pointers for agent-facing docs and the LeanIX bridge workflow. - [#&#8203;2877](https://github.com/likec4/likec4/pull/2877) [`51adb85`](https://github.com/likec4/likec4/commit/51adb85ad1097cdd4c95f9082533c8b33b124a42) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Extract MCP server and tools to `@likec4/mcp` package. This will allow us to reuse MCP server and tools in other projects, and also will make the codebase cleaner and more modular. - Updated dependencies \[[`6b87578`](https://github.com/likec4/likec4/commit/6b87578486c821fdc1060d69867a10f3c7e6ca9b), [`f684e2f`](https://github.com/likec4/likec4/commit/f684e2fb59745fe62ac2b43c68f1e453ab884cc8), [`347b48f`](https://github.com/likec4/likec4/commit/347b48f7bb67e0a480e231d57c4feeca09b32383), [`9834ebb`](https://github.com/likec4/likec4/commit/9834ebbfa32bdcb40710aac9038839e9da70031e), [`c0048b6`](https://github.com/likec4/likec4/commit/c0048b6ca156508c893e072dfbf9d75bbe4dd8ad)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.55.0 ### [`v1.54.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1540) [Compare Source](https://github.com/likec4/likec4/compare/v1.53.0...v1.54.0) ##### Patch Changes - [#&#8203;2832](https://github.com/likec4/likec4/pull/2832) [`302f020`](https://github.com/likec4/likec4/commit/302f020e4e892d94159255a876da0119f9c8d9c9) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Add `list-icons` CLI command to list all available built-in icons with `--format text|json` and `--group` filter options - [#&#8203;2782](https://github.com/likec4/likec4/pull/2782) [`d0f38c7`](https://github.com/likec4/likec4/commit/d0f38c7422a4b46879ab744e514ea4d70f546e05) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Add LikeC4 DSL Agent Skill enabling AI agents to write correct LikeC4 code without hallucinating syntax, resolves [#&#8203;2636](https://github.com/likec4/likec4/issues/2636) To install LikeC4 skills into any project: ```bash npx skills add https://likec4.dev/ ``` - [#&#8203;2831](https://github.com/likec4/likec4/pull/2831) [`b442a71`](https://github.com/likec4/likec4/commit/b442a71cb4ae9614eecd472f36c43faabc793099) Thanks [@&#8203;sraphaz](https://github.com/sraphaz)! - Harden `likec4:icons` virtual module literals for CodeQL (embedded dynamic `import`). Raise floors for transitive dependencies via root `pnpm.overrides` (lodash, path-to-regexp, picomatch, brace-expansion, bn.js, yaml, smol-toml, ajv, crypto-browserify chain, etc.). - Updated dependencies \[]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.54.0 ### [`v1.53.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1530) [Compare Source](https://github.com/likec4/likec4/compare/v1.52.0...v1.53.0) ##### Minor Changes - [#&#8203;2768](https://github.com/likec4/likec4/pull/2768) [`cf5acbc`](https://github.com/likec4/likec4/commit/cf5acbcb8410cd66342e39a490fcfd9d91619916) Thanks [@&#8203;sraphaz](https://github.com/sraphaz)! - feat(leanix-bridge): Phase 2 & 3, CLI, tooling docs (Draw\.io + CLI) **[@&#8203;likec4/leanix-bridge](https://github.com/likec4/leanix-bridge)** - Phase 2: `fetchLeanixInventorySnapshot`, `reconcileInventoryWithManifest` (inbound) - Phase 3: `buildDriftReport`, `impactReportFromSyncPlan`, `generateAdrFromReconciliation`, `generateAdrFromDriftReport`, `runGovernanceChecks` - Refactors: sync-to-leanix, to-bridge-manifest, to-leanix-inventory-dry-run, report, leanix-api-client, drawio-leanix-roundtrip **likec4 (CLI)** - `gen leanix-inventory-snapshot`, `gen leanix-reconcile`; `sync leanix` (dry-run / apply) - Shared LeanIX API client for snapshot and sync **[@&#8203;likec4/docs-astro](https://github.com/likec4/docs-astro)** - Draw\.io: Export profiles (default / leanix), bridge-managed metadata - CLI: `--profile` option for Export to DrawIO **[@&#8203;likec4/generators](https://github.com/likec4/generators)** - Parse Draw\.io: compatibility with bridge-managed metadata ##### Patch Changes - [#&#8203;2785](https://github.com/likec4/likec4/pull/2785) [`eddfe46`](https://github.com/likec4/likec4/commit/eddfe462b49d8dd598db443259bc2ba0820b76f1) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Fix logger initialization defaults and environment detection - [#&#8203;2790](https://github.com/likec4/likec4/pull/2790) [`9a3fa0b`](https://github.com/likec4/likec4/commit/9a3fa0bfd78dfbbd0fa9b26f2f872445c5b9ddcf) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Improve `likec4 validate` CLI command: - Fix exit code (now properly exits with 1 on validation failure) - Add `--json` flag for structured JSON output - Add `--file` flag to filter errors to specific files - Add `--no-layout` flag to skip layout drift checks - Add success/failure summary messages - Add `--project` support for multi-project workspaces - [#&#8203;2733](https://github.com/likec4/likec4/pull/2733) [`22cde07`](https://github.com/likec4/likec4/commit/22cde07331a7d375d30c1220a1603576e8438735) Thanks [@&#8203;purple52](https://github.com/purple52)! - Add `landingPage` configuration option to control the landing page behavior: - `redirect: true` to skip the landing page and go directly to the index view - `include` / `exclude` selectors to filter which views appear in the landing page grid - [#&#8203;2746](https://github.com/likec4/likec4/pull/2746) [`bb95d5a`](https://github.com/likec4/likec4/commit/bb95d5a601f630b0d8deb73ac4e83191b00a33c1) Thanks [@&#8203;sraphaz](https://github.com/sraphaz)! - LeanIX bridge (dry-run) and Draw\.io bridge-managed export profile **[@&#8203;likec4/leanix-bridge](https://github.com/likec4/leanix-bridge) (new package)** - Identity manifest and LeanIX-shaped dry-run artifacts (no live sync) - Pure functions: `toBridgeManifest`, `toLeanixInventoryDryRun`, `toReport` - Configurable mapping (kinds → fact sheet types, relation kinds → relation types) - Outputs: manifest.json, leanix-dry-run.json, report.json - Use via custom generator; see package README **[@&#8203;likec4/generators](https://github.com/likec4/generators)** - Draw\.io export profile `leanix`: adds bridge-managed metadata (bridgeManaged, likec4Id, likec4Kind, likec4ViewId, likec4ProjectId, likec4RelationId, optional leanixFactSheetType) for round-trip and LeanIX interoperability - New options: `profile`, `projectId`, `leanixFactSheetTypeByKind` - Export type `DrawioExportProfile` **likec4** - CLI: `likec4 export drawio --profile leanix` to emit bridge-managed .drawio files - Updated dependencies \[[`39df42e`](https://github.com/likec4/likec4/commit/39df42e69d11a74cfbda94258321860d9437a3f7)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.53.0 ### [`v1.52.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1520) [Compare Source](https://github.com/likec4/likec4/compare/v1.51.0...v1.52.0) ##### Minor Changes - [#&#8203;2667](https://github.com/likec4/likec4/pull/2667) [`2c6a43d`](https://github.com/likec4/likec4/commit/2c6a43da4552dbd40473effba65c7b04e165a7f3) Thanks [@&#8203;m9810223](https://github.com/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 - [#&#8203;2705](https://github.com/likec4/likec4/pull/2705) [`4d579d6`](https://github.com/likec4/likec4/commit/4d579d6990bd3f59fb8420d2adb0e246fd9dfdcc) Thanks [@&#8203;davydkov](https://github.com/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. - [#&#8203;2731](https://github.com/likec4/likec4/pull/2731) [`7e0ac9b`](https://github.com/likec4/likec4/commit/7e0ac9bf1b61831287d444643230bb6196498a92) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Add `--output` alias to all `likec4 gen` subcommands for consistency with `build` and `export` commands. Fixes [#&#8203;2706](https://github.com/likec4/likec4/issues/2706) - [#&#8203;2665](https://github.com/likec4/likec4/pull/2665) [`6257147`](https://github.com/likec4/likec4/commit/6257147265d69972b4b4f2dc472d0b58a03bc607) Thanks [@&#8203;ckeller42](https://github.com/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 [#&#8203;1679](https://github.com/likec4/likec4/issues/1679) - Updated dependencies \[[`bc47423`](https://github.com/likec4/likec4/commit/bc474235cf31a7d42e8c4f25328a698bb7edefe3)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.52.0 ### [`v1.51.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1510) [Compare Source](https://github.com/likec4/likec4/compare/v1.50.0...v1.51.0) ##### Minor Changes - [#&#8203;2645](https://github.com/likec4/likec4/pull/2645) [`225d1a7`](https://github.com/likec4/likec4/commit/225d1a7163c6b6d8e50b0168be34679d4b52c537) Thanks [@&#8203;m9810223](https://github.com/m9810223)! - Use MantineProvider's `forceColorScheme` for the `?theme=` URL parameter instead of `setColorScheme`. Theme preferences specified via the URL are no longer persisted to localStorage — the forced color scheme applies only while the `?theme=` parameter is present in the URL. The `theme` search param default changed from `'auto'` to `undefined`; the parameter is now optional and omitted from URLs when not explicitly set. ##### Patch Changes - [#&#8203;2681](https://github.com/likec4/likec4/pull/2681) [`70e0f7d`](https://github.com/likec4/likec4/commit/70e0f7db20c0945d37a6b2f77ad9722abf4706ce) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Add `likec4 lsp` CLI command to start the LikeC4 language server - Updated dependencies \[]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.51.0 ### [`v1.50.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1500) [Compare Source](https://github.com/likec4/likec4/compare/v1.49.0...v1.50.0) ##### Patch Changes - [#&#8203;2630](https://github.com/likec4/likec4/pull/2630) [`68ab5f6`](https://github.com/likec4/likec4/commit/68ab5f6652b43f2f6e52fd3cd2736cdc3672e3cf) Thanks [@&#8203;sraphaz](https://github.com/sraphaz)! - Draw\.io: CLI --roundtrip, Playground E2E, DrawioContextMenu getSourceContent - **CLI:** `likec4 export drawio --roundtrip` reads all `.c4`/`.likec4` files in the workspace, parses round-trip comment blocks (layout, stroke colors/widths, edge waypoints), and applies them when generating each view's `.drawio` file. - **Docs:** CLI reference updated with `--roundtrip` and `--all-in-one` options. - **Playground:** `DrawioContextMenu` component accepts optional `getSourceContent` for round-trip export when used outside the provider. - **E2E:** New Playwright config and test for Draw\.io context menu in the Playground (`pnpm test:playground` from e2e/). - [#&#8203;2639](https://github.com/likec4/likec4/pull/2639) [`871f134`](https://github.com/likec4/likec4/commit/871f134911d3a1313c62fb002f2834e94dc305d0) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Enable "Export to Draw\.io" in the app's export menu — opens app.diagrams.net with the current diagram pre-loaded - [#&#8203;2630](https://github.com/likec4/likec4/pull/2630) [`68ab5f6`](https://github.com/likec4/likec4/commit/68ab5f6652b43f2f6e52fd3cd2736cdc3672e3cf) Thanks [@&#8203;sraphaz](https://github.com/sraphaz)! - Draw\.io export alignment; cross-platform postpack; language-server worker. - **Draw\.io export:** Generators and CLI export views to Draw\.io (.drawio); round-trip comment blocks (layout, stroke, waypoints) and postpack behavior only. No import/parser in this PR. - **Postpack:** `likec4ops postpack` copies packed tgz to package.tgz (cross-platform); all packages use it instead of `cp` so pack/lint:package works on Windows. - **Language-server:** Safe error stringification in browser worker for oxlint. - Updated dependencies \[[`fe468d8`](https://github.com/likec4/likec4/commit/fe468d830544e6f0051ea2203ab137d46932d11e)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.50.0 ### [`v1.49.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1490) [Compare Source](https://github.com/likec4/likec4/compare/v1.48.0...v1.49.0) ##### Patch Changes - [#&#8203;2616](https://github.com/likec4/likec4/pull/2616) [`4a7c01c`](https://github.com/likec4/likec4/commit/4a7c01c9ee1e2d006f9002b0fed79cb5fdda9a6f) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Add new `component` element shape - [#&#8203;2620](https://github.com/likec4/likec4/pull/2620) [`39447c5`](https://github.com/likec4/likec4/commit/39447c5f59ce2466cc7a01f7bc5aaef4cb6fcb45) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Internal restructuring for better maintainability: - `@likec4/language-services` - for cross-platform language services initialization - `@likec4/react` - bundled version of `@likec4/diagram` - `@likec4/vite-plugin` - to separate concerns - [`f42c046`](https://github.com/likec4/likec4/commit/f42c046cd4bf1a3f4037cb2020268e729f018300) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Add review drifts feature to the compare panel, highlight drifts in the diagram and add drifts summary panel. - Updated dependencies \[[`f42c046`](https://github.com/likec4/likec4/commit/f42c046cd4bf1a3f4037cb2020268e729f018300), [`507bab3`](https://github.com/likec4/likec4/commit/507bab30cf9e30450cedfc4b27f67718a387b2e7), [`e10ea04`](https://github.com/likec4/likec4/commit/e10ea04bd2119b83cbd4c625640e63cd6e3f2e96), [`731a6cb`](https://github.com/likec4/likec4/commit/731a6cb278ef6bc06280bf1ba3b2d8f79c7d7fe6)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.49.0 ### [`v1.48.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1480) [Compare Source](https://github.com/likec4/likec4/compare/v1.47.0...v1.48.0) ##### Minor Changes - [`cd71c00`](https://github.com/likec4/likec4/commit/cd71c00a36cfe3a065a578befe87f6b1d2d26a6d) Thanks [@&#8203;ckeller42](https://github.com/ckeller42)! - Direct links to Relationship Views, thanks to [@&#8203;ckeller42](https://github.com/ckeller42) in [#&#8203;2547](https://github.com/ckeller/likec4/pull/2547) ##### Patch Changes - [`ee4cdc2`](https://github.com/likec4/likec4/commit/ee4cdc29db81fddc54b401a8af954a352fdbb142) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Enable D2/DOT/MMD/PUML pages when viewing multiple projects. Improve export page behavior. - [`ec06c45`](https://github.com/likec4/likec4/commit/ec06c4530ef92bf466a54764d21dccad7c50cb59) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Fix export to PNG of sequence diagrams, closes [#&#8203;2532](https://github.com/likec4/likec4/issues/2532) - [`6ab5089`](https://github.com/likec4/likec4/commit/6ab5089fc2c1ce472fa5f5a471061056676e5546) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Improved font loading performance by migrating to variable fonts and enhanced diagram bounds calculation with better edge handling - Updated dependencies \[[`c333592`](https://github.com/likec4/likec4/commit/c333592b6342dc4a726864e970c8056bc65fafa8), [`68c6bf2`](https://github.com/likec4/likec4/commit/68c6bf286536e39ec316db906a425e2bfc852a83), [`9aa59c8`](https://github.com/likec4/likec4/commit/9aa59c81f40ac948b32842a265bfdfe48d21bddf), [`c186a08`](https://github.com/likec4/likec4/commit/c186a082c6fbb26d2b5169a9c28ca51e540622f6), [`6677d12`](https://github.com/likec4/likec4/commit/6677d124aaf6c45fb1456ce66a5c538634fe5fa0), [`c12f7a1`](https://github.com/likec4/likec4/commit/c12f7a108c19418403f5afc0c06c1e25565f6bf2), [`6ab5089`](https://github.com/likec4/likec4/commit/6ab5089fc2c1ce472fa5f5a471061056676e5546)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.48.0 ### [`v1.47.0`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1470) [Compare Source](https://github.com/likec4/likec4/compare/v1.46.4...v1.47.0) ##### Patch Changes - [`be5326a`](https://github.com/likec4/likec4/commit/be5326a029c4f295cdd2bcf34dfa4a928dd9b948) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Updated MCP SDK - [#&#8203;2520](https://github.com/likec4/likec4/pull/2520) [`37f2777`](https://github.com/likec4/likec4/commit/37f27773e68cd28484930cd07f0e02ca36ac4532) Thanks [@&#8203;davydkov](https://github.com/davydkov)! - Export to json format supports multiple projects, plus: - Added `--pretty` option for exporting indented JSON - Added `--skip-layout` option to skip layouts and return only computed models - Updated dependencies \[[`dbaae67`](https://github.com/likec4/likec4/commit/dbaae67a2f00b6cacf1a0391cd8132b1d5f0e2ee), [`de2b294`](https://github.com/likec4/likec4/commit/de2b2942322f1a1b0ce4822e40c997ba3fff9e15), [`5e38c9b`](https://github.com/likec4/likec4/commit/5e38c9b2fced5fc43aee0326204a443d889a9d37)]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.47.0 ### [`v1.46.4`](https://github.com/likec4/likec4/blob/HEAD/packages/likec4/CHANGELOG.md#1464) [Compare Source](https://github.com/likec4/likec4/compare/v1.46.3...v1.46.4) ##### Patch Changes - Updated dependencies \[]: - [@&#8203;likec4/core](https://github.com/likec4/core)@&#8203;1.46.4 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuMjA5LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency likec4 to v1.52.0
All checks were successful
ci / build (push) Successful in 1m10s
66682986db
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 66682986db
All checks were successful
ci / build (push) Successful in 1m10s
to 64fb8797f8
All checks were successful
ci / build (push) Successful in 1m20s
2026-03-21 03:09:21 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency likec4 to v1.52.0 to chore(deps): update dependency likec4 to v1.53.0 2026-03-21 03:09:24 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 64fb8797f8
All checks were successful
ci / build (push) Successful in 1m20s
to ac59d3bbd2
All checks were successful
ci / build (push) Successful in 1m20s
2026-03-24 03:09:02 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from ac59d3bbd2
All checks were successful
ci / build (push) Successful in 1m20s
to 2b9cec9662
All checks were successful
ci / build (push) Successful in 1m11s
2026-03-28 03:08:44 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 2b9cec9662
All checks were successful
ci / build (push) Successful in 1m11s
to c939062738
Some checks failed
ci / build (push) Failing after 15s
2026-04-02 03:09:43 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from c939062738
Some checks failed
ci / build (push) Failing after 15s
to c50d49fd5c
Some checks failed
ci / build (push) Failing after 16s
2026-04-07 03:09:04 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from c50d49fd5c
Some checks failed
ci / build (push) Failing after 16s
to 23050fa7a1
Some checks failed
ci / build (push) Failing after 16s
2026-04-08 03:09:21 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency likec4 to v1.53.0 to chore(deps): update dependency likec4 to v1.54.0 2026-04-08 03:09:24 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 23050fa7a1
Some checks failed
ci / build (push) Failing after 16s
to fbf03a3bc0
Some checks failed
ci / build (push) Failing after 15s
2026-04-14 03:09:19 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency likec4 to v1.54.0 to chore(deps): update dependency likec4 to v1.55.0 2026-04-14 03:09:22 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from fbf03a3bc0
Some checks failed
ci / build (push) Failing after 15s
to f1d122ba33
Some checks failed
ci / build (push) Failing after 15s
2026-04-16 03:10:12 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency likec4 to v1.55.0 to chore(deps): update dependency likec4 to v1.55.1 2026-04-16 03:10:16 +00:00
sa-renovate changed title from chore(deps): update dependency likec4 to v1.55.1 to Update dependency likec4 to v1.55.1 2026-04-17 03:10:08 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from f1d122ba33
Some checks failed
ci / build (push) Failing after 15s
to 5ff3dacfc9
Some checks failed
ci / build (push) Failing after 14s
2026-04-18 03:09:10 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 5ff3dacfc9
Some checks failed
ci / build (push) Failing after 14s
to 5e858e3ddc
Some checks failed
ci / build (push) Failing after 16s
2026-04-28 03:10:11 +00:00
Compare
sa-renovate changed title from Update dependency likec4 to v1.55.1 to chore(deps): update dependency likec4 to v1.55.1 2026-04-28 03:10:15 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 5e858e3ddc
Some checks failed
ci / build (push) Failing after 16s
to 2e23f12755
Some checks failed
ci / build (push) Failing after 15s
2026-04-29 03:11:07 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency likec4 to v1.55.1 to chore(deps): update dependency likec4 to v1.56.0 2026-04-29 03:11:11 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 2e23f12755
Some checks failed
ci / build (push) Failing after 15s
to 96f5ad5056
Some checks failed
ci / build (push) Failing after 14s
2026-05-01 03:11:24 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 96f5ad5056
Some checks failed
ci / build (push) Failing after 14s
to 78f802ef46
Some checks failed
ci / build (push) Failing after 14s
2026-05-02 03:09:32 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 78f802ef46
Some checks failed
ci / build (push) Failing after 14s
to 54844b8022
Some checks failed
ci / build (push) Failing after 18s
2026-05-05 03:10:01 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 54844b8022
Some checks failed
ci / build (push) Failing after 18s
to dbd5daf12f
Some checks failed
ci / build (push) Failing after 16s
2026-05-07 03:10:46 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from dbd5daf12f
Some checks failed
ci / build (push) Failing after 16s
to 8519dedbfe
Some checks failed
ci / build (push) Failing after 16s
2026-05-08 03:12:52 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 8519dedbfe
Some checks failed
ci / build (push) Failing after 16s
to b54b60f65d
Some checks failed
ci / build (push) Failing after 15s
2026-05-09 03:10:33 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from b54b60f65d
Some checks failed
ci / build (push) Failing after 15s
to 9484c65960
Some checks failed
ci / build (push) Failing after 19s
2026-05-12 03:11:23 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 9484c65960
Some checks failed
ci / build (push) Failing after 19s
to 8195411fd1
Some checks failed
ci / build (push) Failing after 2m11s
2026-05-15 03:11:13 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 8195411fd1
Some checks failed
ci / build (push) Failing after 2m11s
to 24412b17bd
Some checks failed
ci / build (push) Failing after 15s
2026-05-20 03:12:48 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 24412b17bd
Some checks failed
ci / build (push) Failing after 15s
to 87e2662b61
All checks were successful
ci / build (push) Successful in 1m12s
2026-05-21 03:12:06 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 87e2662b61
All checks were successful
ci / build (push) Successful in 1m12s
to 1a236cf4d1
All checks were successful
ci / build (push) Successful in 1m16s
2026-05-22 03:14:04 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 1a236cf4d1
All checks were successful
ci / build (push) Successful in 1m16s
to b229ab5f40
All checks were successful
ci / build (push) Successful in 1m21s
2026-05-23 03:12:39 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency likec4 to v1.56.0 to chore(deps): update dependency likec4 to v1.57.0 2026-05-23 03:12:43 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from b229ab5f40
All checks were successful
ci / build (push) Successful in 1m21s
to e738549525
All checks were successful
ci / build (push) Successful in 3m20s
2026-05-31 03:12:57 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from e738549525
All checks were successful
ci / build (push) Successful in 3m20s
to c045dc7183
All checks were successful
ci / build (push) Successful in 1m10s
2026-06-02 03:14:50 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from c045dc7183
All checks were successful
ci / build (push) Successful in 1m10s
to d87ee145ae
All checks were successful
ci / build (push) Successful in 1m8s
2026-06-06 03:13:20 +00:00
Compare
sa-renovate changed title from chore(deps): update dependency likec4 to v1.57.0 to chore(deps): update dependency likec4 to v1.58.0 2026-06-06 03:13:23 +00:00
sa-renovate force-pushed renovate/likec4-1.x-lockfile from d87ee145ae
All checks were successful
ci / build (push) Successful in 1m8s
to d5e41b0f3d
All checks were successful
ci / build (push) Successful in 3m25s
2026-06-11 03:15:01 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from d5e41b0f3d
All checks were successful
ci / build (push) Successful in 3m25s
to 7974bcdd0e
Some checks failed
ci / build (push) Failing after 15s
2026-06-19 03:17:00 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 7974bcdd0e
Some checks failed
ci / build (push) Failing after 15s
to cebc3a6560
All checks were successful
ci / build (push) Successful in 1m13s
2026-06-20 03:16:18 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from cebc3a6560
All checks were successful
ci / build (push) Successful in 1m13s
to 28f2496e2a
All checks were successful
ci / build (push) Successful in 1m24s
2026-06-21 03:23:37 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 28f2496e2a
All checks were successful
ci / build (push) Successful in 1m24s
to 2ca3b49229
All checks were successful
ci / build (push) Successful in 2m6s
2026-06-22 03:16:04 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 2ca3b49229
All checks were successful
ci / build (push) Successful in 2m6s
to 75338b47aa
All checks were successful
ci / build (push) Successful in 1m14s
2026-06-24 03:16:07 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 75338b47aa
All checks were successful
ci / build (push) Successful in 1m14s
to dda45259a9
All checks were successful
ci / build (push) Successful in 1m12s
2026-06-25 03:15:30 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from dda45259a9
All checks were successful
ci / build (push) Successful in 1m12s
to 5c0e0e8c4e
All checks were successful
ci / build (push) Successful in 1m12s
2026-06-29 03:19:09 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 5c0e0e8c4e
All checks were successful
ci / build (push) Successful in 1m12s
to a749afdae0
All checks were successful
ci / build (push) Successful in 1m34s
2026-07-01 03:16:13 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from a749afdae0
All checks were successful
ci / build (push) Successful in 1m34s
to bd9b519707
All checks were successful
ci / build (push) Successful in 2m3s
2026-07-02 03:15:17 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from bd9b519707
All checks were successful
ci / build (push) Successful in 2m3s
to bde4efde87
All checks were successful
ci / build (push) Successful in 1m38s
2026-07-03 03:15:19 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from bde4efde87
All checks were successful
ci / build (push) Successful in 1m38s
to 03a6130c19
All checks were successful
ci / build (push) Successful in 1m21s
2026-07-04 03:15:33 +00:00
Compare
sa-renovate force-pushed renovate/likec4-1.x-lockfile from 03a6130c19
All checks were successful
ci / build (push) Successful in 1m21s
to 44bae18371
All checks were successful
ci / build (push) Successful in 1m19s
2026-07-08 03:17:14 +00:00
Compare
All checks were successful
ci / build (push) Successful in 1m19s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/likec4-1.x-lockfile:renovate/likec4-1.x-lockfile
git switch renovate/likec4-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/likec4-1.x-lockfile
git switch renovate/likec4-1.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/likec4-1.x-lockfile
git switch renovate/likec4-1.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/likec4-1.x-lockfile
git switch main
git merge --squash renovate/likec4-1.x-lockfile
git switch main
git merge --ff-only renovate/likec4-1.x-lockfile
git switch main
git merge renovate/likec4-1.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DevFW-CICD/website-and-documentation!25
No description provided.