Skip to content

Bump @tinacms/cli from 1.12.6 to 2.4.4 - #44

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tinacms/cli-2.4.4
Open

Bump @tinacms/cli from 1.12.6 to 2.4.4#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tinacms/cli-2.4.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown

Bumps @tinacms/cli from 1.12.6 to 2.4.4.

Release notes

Sourced from @​tinacms/cli's releases.

@​tinacms/cli@​2.4.4

Patch Changes

  • Updated dependencies [7b539b8]:
    • tinacms@3.9.1
    • @​tinacms/app@​2.5.4

@​tinacms/cli@​2.4.3

Patch Changes

@​tinacms/cli@​2.4.2

Patch Changes

  • #6946 e729ed9 Thanks @​Aibono1225! - Add regression coverage for loading self-hosted database adapters through ConfigManager.loadDatabaseFile(), including memory-level, sqlite-level, mongodb-level, and the local Tina database client path.

  • Updated dependencies [5c216dd, c7b366c, f7a2e5a]:

    • @​tinacms/graphql@​2.4.3
    • tinacms@3.8.4
    • @​tinacms/schema-tools@​2.8.1
    • @​tinacms/search@​1.2.17
    • @​tinacms/app@​2.5.2

@​tinacms/cli@​2.4.1

Patch Changes

  • Updated dependencies [7be8175]:
    • @​tinacms/app@​2.5.1
    • tinacms@3.8.3

@​tinacms/cli@​2.4.0

Minor Changes

  • #6790 542c781 Thanks @​Ben0189! - Fix native SQLite (and other native CJS adapters) crashing the ESM database build, plus surrounding cleanup work.

    The bug. Since Tina v3's December 2025 ESM migration, bundling tina/database.ts with esbuild — and writing the output to os.tmpdir() — left users wedged between two failure modes: bundling native modules like better-sqlite3 crashed with __filename is not defined, and externalizing them couldn't resolve node_modules from /tmp/. See #6675.

    What changed:

    • loadDatabaseFile and loadConfigFile now write esbuild output to <project>/tina/__generated__/.cache/<timestamp>/ instead of os.tmpdir(), so Node's resolver can walk up to the project's node_modules at runtime.

    • better-sqlite3 is externalized so Node loads it as CJS where __filename exists.

    • The build cache is swept on startup (clears residue from crashed prior runs), and each per-build subdir + its now-empty timestamp parent are removed after the dynamic-import resolves.

... (truncated)

Changelog

Sourced from @​tinacms/cli's changelog.

2.4.4

Patch Changes

  • Updated dependencies [7b539b8]:
    • tinacms@3.9.1
    • @​tinacms/app@​2.5.4

2.4.3

Patch Changes

2.4.2

Patch Changes

  • #6946 e729ed9 Thanks @​Aibono1225! - Add regression coverage for loading self-hosted database adapters through ConfigManager.loadDatabaseFile(), including memory-level, sqlite-level, mongodb-level, and the local Tina database client path.

  • Updated dependencies [5c216dd, c7b366c, f7a2e5a]:

    • @​tinacms/graphql@​2.4.3
    • tinacms@3.8.4
    • @​tinacms/schema-tools@​2.8.1
    • @​tinacms/search@​1.2.17
    • @​tinacms/app@​2.5.2

2.4.1

Patch Changes

  • Updated dependencies [7be8175]:
    • @​tinacms/app@​2.5.1
    • tinacms@3.8.3

2.4.0

Minor Changes

  • #6790 542c781 Thanks @​Ben0189! - Fix native SQLite (and other native CJS adapters) crashing the ESM database build, plus surrounding cleanup work.

    The bug. Since Tina v3's December 2025 ESM migration, bundling tina/database.ts with esbuild — and writing the output to os.tmpdir() — left users wedged between two failure modes: bundling native modules like better-sqlite3 crashed with __filename is not defined, and externalizing them couldn't resolve node_modules from /tmp/. See #6675.

    What changed:

    • loadDatabaseFile and loadConfigFile now write esbuild output to <project>/tina/__generated__/.cache/<timestamp>/ instead of os.tmpdir(), so Node's resolver can walk up to the project's node_modules at runtime.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tinacms/cli since your current version.


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 [@tinacms/cli](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli) from 1.12.6 to 2.4.4.
- [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.4.4/packages/@tinacms/cli)

---
updated-dependencies:
- dependency-name: "@tinacms/cli"
  dependency-version: 2.4.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 5, 2026
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