Skip to content

chore(deps): bump @tinacms/cli from 2.2.3 to 2.2.5#188

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/tinacms/cli-2.2.5
May 4, 2026
Merged

chore(deps): bump @tinacms/cli from 2.2.3 to 2.2.5#188
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/tinacms/cli-2.2.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps @tinacms/cli from 2.2.3 to 2.2.5.

Release notes

Sourced from @​tinacms/cli's releases.

@​tinacms/cli@​2.2.5

Patch Changes

  • #6721 a85b1c0 Thanks @​joshbermanssw! - Add runtime Zod validation for the localContentPath Tina config field (rejects non-string and empty-string values) in the CLI's content-root resolver. Extract content-root resolution out of processConfig into a standalone, unit-testable resolveContentRootPath function that preserves existing behaviour (falls back to rootPath with a warning when the configured directory is missing). localContentPath is deliberately excluded from tinaConfigZod so it does not leak into the hashed _schema.json and break the server-schema match check for projects that set it. Closes tinacms/tinacloud#3294.

  • Updated dependencies [01e6e4b, a85b1c0]:

    • @​tinacms/graphql@​2.3.0
    • @​tinacms/schema-tools@​2.7.3
    • @​tinacms/search@​1.2.12
    • tinacms@3.7.5
    • @​tinacms/app@​2.4.5

@​tinacms/cli@​2.2.4

Patch Changes

  • #6720 b260b5e Thanks @​joshbermanssw! - Migrate docs links in shipped package code from raw tina.io/docs/<path> URLs to aliased tina.io/docs/r/<alias> URLs so the links survive future docs restructuring.

  • #6636 8f491ed Thanks @​joshbermanssw! - Add --content=local flag to tinacms build for fast production builds that source content from local disk while keeping the generated client pointed at TinaCloud (so SSR/ISR routes still work at runtime). Validates against TinaCloud and forces NODE_ENV=production for chained sub-commands.

  • Updated dependencies [4672251, ca725ac, 8194482, a526f9f, b260b5e, b56dad4]:

    • tinacms@3.7.4
    • @​tinacms/graphql@​2.2.5
    • @​tinacms/app@​2.4.4
    • @​tinacms/search@​1.2.11
Changelog

Sourced from @​tinacms/cli's changelog.

2.2.5

Patch Changes

  • #6721 a85b1c0 Thanks @​joshbermanssw! - Add runtime Zod validation for the localContentPath Tina config field (rejects non-string and empty-string values) in the CLI's content-root resolver. Extract content-root resolution out of processConfig into a standalone, unit-testable resolveContentRootPath function that preserves existing behaviour (falls back to rootPath with a warning when the configured directory is missing). localContentPath is deliberately excluded from tinaConfigZod so it does not leak into the hashed _schema.json and break the server-schema match check for projects that set it. Closes tinacms/tinacloud#3294.

  • Updated dependencies [01e6e4b, a85b1c0]:

    • @​tinacms/graphql@​2.3.0
    • @​tinacms/schema-tools@​2.7.3
    • @​tinacms/search@​1.2.12
    • tinacms@3.7.5
    • @​tinacms/app@​2.4.5

2.2.4

Patch Changes

  • #6720 b260b5e Thanks @​joshbermanssw! - Migrate docs links in shipped package code from raw tina.io/docs/<path> URLs to aliased tina.io/docs/r/<alias> URLs so the links survive future docs restructuring.

  • #6636 8f491ed Thanks @​joshbermanssw! - Add --content=local flag to tinacms build for fast production builds that source content from local disk while keeping the generated client pointed at TinaCloud (so SSR/ISR routes still work at runtime). Validates against TinaCloud and forces NODE_ENV=production for chained sub-commands.

  • Updated dependencies [4672251, ca725ac, 8194482, a526f9f, b260b5e, b56dad4]:

    • tinacms@3.7.4
    • @​tinacms/graphql@​2.2.5
    • @​tinacms/app@​2.4.4
    • @​tinacms/search@​1.2.11
Commits
  • 1dca21b Version Packages (#6741)
  • a85b1c0 feat(schema-tools, cli): validate localContentPath + extract content-root res...
  • e3fffc7 Version Packages (#6713)
  • 8f491ed feat(cli): add --offline flag to build command for fast production bu… (#6636)
  • b260b5e Migrate docs links in packages to aliased URLs (#6720)
  • See full diff in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 4, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI and Claude review passed. Auto-merging (non-major update).

@github-actions github-actions Bot enabled auto-merge (squash) May 4, 2026 05:39
Bumps [@tinacms/cli](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli) from 2.2.3 to 2.2.5.
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/@tinacms/cli/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/@tinacms/cli@2.2.5/packages/@tinacms/cli)

---
updated-dependencies:
- dependency-name: "@tinacms/cli"
  dependency-version: 2.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tinacms/cli-2.2.5 branch from 7909ee1 to e8a9cd1 Compare May 4, 2026 05:43
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI and Claude review passed. Auto-merging (non-major update).

@github-actions github-actions Bot merged commit 1445da2 into main May 4, 2026
8 of 9 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tinacms/cli-2.2.5 branch May 4, 2026 05:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants