Skip to content

chore(deps): update dependency @frontify/frontify-cli to v6.2.1#6

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/frontify-frontify-cli-6.x-lockfile
Open

chore(deps): update dependency @frontify/frontify-cli to v6.2.1#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/frontify-frontify-cli-6.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 3, 2026

This PR contains the following updates:

Package Change Age Confidence
@frontify/frontify-cli (source) 6.0.36.2.1 age confidence

Release Notes

Frontify/brand-sdk (@​frontify/frontify-cli)

v6.2.1

Compare Source

Patch Changes
  • #​1584 bbe3339 Thanks @​ragi96! - chore(deps): bump dependencies in scaffolded content-block templates

    Newly scaffolded content-block-css, content-block-css-modules, and content-block-tailwind projects pin updated @frontify/app-bridge, @frontify/guideline-blocks-settings, and @frontify/frontify-cli versions, with @frontify/guideline-blocks-settings now declared as a runtime dependency.

  • #​1586 2575dba Thanks @​jorgsowa! - chore(deps): bump template dependencies

    Updated dependencies in platform-app and content-block-tailwind scaffolded templates, including newer versions of @frontify/app-bridge-app, @frontify/fondue, @frontify/platform-app, @frontify/frontify-cli, @types/react, @types/react-dom, and other dev dependencies.

v6.2.0

Compare Source

Minor Changes
  • #​1578 a2b5431 Thanks @​ragi96! - feat(serve): include the block manifest in the /_entrypoint dev-server response

    The block development server now reads manifest.json from the project root on each /_entrypoint request and returns its parsed content under a manifest field, so the host can pick up live manifest changes without restarting frontify-cli serve. If manifest.json is missing or unparseable, the field is omitted and a warning is logged.

    GET http://localhost:5600/_entrypoint
    {
        "url": "http://localhost:5600/src/index.ts",
        "entryFilePath": "src/index.ts",
        "port": 5600,
        "version": "6.1.0",
        "dependencies": { "@​frontify/app-bridge": "^4.0.0", "react": "^18.3.1" },
        "manifest": { "appId": "abc123…" }
    }
Patch Changes

v6.1.0

Compare Source

Minor Changes
  • #​1564 ca53cc3 Thanks @​ragi96! - feat(CLI): add verify-manifest command to validate the local manifest.json against the Frontify Marketplace before deploying

    Example usage:

    frontify-cli verify-manifest
    frontify-cli verify-manifest --app-type content-block
    frontify-cli verify-manifest --app-type content-block --instance my-instance.frontify.com --token <accessToken>
Patch Changes

v6.0.4

Compare Source

Patch Changes
  • #​1560 112553a Thanks @​ragi96! - fix(cli): repair content-block templates

    • Replace removed IconEnum import with string icon name in settings.ts
    • Pin @udecode/plate-common to 36.5.9 via overrides/resolutions to avoid the deprecated 42.0.0 shim that breaks Rollup builds
    • Pin zustand to 4.5.7 so blocks don't pick up zustand@5 (incompatible API with @udecode/zustood / zustand-x, causing TypeError: createState is not a function when the block loads in the web-app)
    • Use arbitrary-value color classes in the Tailwind template so the example renders correctly under the Frontify Tailwind preset (which replaces the default blue/green/red palette)
  • #​1561 830efe3 Thanks @​ragi96! - chore(cli): bump content-block template dev toolchain

    • eslint 8 → 10 (flat config); @frontify/eslint-config-react 0.17 → 1.0.15
    • typescript 5 → 6
    • tailwindcss 3.4.3 → 3.4.19, autoprefixer 10.4.22 → 10.5.0, explicit postcss dep (tailwind template)
    • Replace deprecated tailwindcss/tailwind.css side-effect import with a local src/style.css using @tailwind directives
    • Pin @frontify/guideline-blocks-settings to exact 2.1.8
    • Migrate .eslintrc.cjseslint.config.mjs (flat config)

Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "after 9pm,before 6am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label May 3, 2026
@renovate renovate Bot force-pushed the renovate/frontify-frontify-cli-6.x-lockfile branch from 339c285 to cef4ce4 Compare May 6, 2026 03:52
@renovate renovate Bot changed the title chore(deps): update dependency @frontify/frontify-cli to v6.1.0 chore(deps): update dependency @frontify/frontify-cli to v6.2.0 May 6, 2026
@renovate renovate Bot force-pushed the renovate/frontify-frontify-cli-6.x-lockfile branch from cef4ce4 to 929937e Compare May 7, 2026 20:01
@renovate renovate Bot changed the title chore(deps): update dependency @frontify/frontify-cli to v6.2.0 chore(deps): update dependency @frontify/frontify-cli to v6.2.1 May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants