Skip to content

chore(deps): bump @tinacms/metrics from 1.1.0 to 2.1.0#72

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

chore(deps): bump @tinacms/metrics from 1.1.0 to 2.1.0#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tinacms/metrics-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @tinacms/metrics from 1.1.0 to 2.1.0.

Release notes

Sourced from @​tinacms/metrics's releases.

@​tinacms/metrics@​2.1.0

Minor Changes

  • #6738 4d0c37a Thanks @​joshbermanssw! - Stop writing generated files (_schema.json, _graphql.json, _lookup.json, tina-lock.json) to the content repo when localContentPath is set. Generated files now live only in the generator repo's tina/__generated__/. The content repo is no longer required to contain a tina/ folder. FilesystemBridge.get / put / delete now route tina/__generated__/ and .tina/__generated__/ paths to rootPath (the generator) instead of outputPath (the content root). Closes tinacms/tinacloud#3295.

    ⚠️ Rollout gate

    This release must not be promoted to the @latest dist-tag until TinaCloud prod has deployed tinacms/tinacloud#3403. Pre-#3403 TinaCloud reads tina-lock.json from the content repo on generator pushes; shipping this change before the server-side fix breaks every existing multi-repo user's indexing.

    Migration notes for existing multi-repo projects

    After upgrading (and once TinaCloud prod is on #3403):

    • Stale tina/ folder in your content repo. Pre-upgrade builds committed tina/__generated__/* and tina/tina-lock.json to the content repo. Nothing updates or reads those files any more. They are safe — and recommended — to delete from the content repo in a single cleanup commit.
    • ConfigManager.generatedFolderPathContentRepo is removed. If any custom CLI code, plugins, or scripts referenced this field, they will fail at type-check or runtime. Use generatedFolderPath — it has always been the generator-relative path.
    • ConfigManager.getTinaFolderPath no longer accepts an isContentRoot option. The content root never needs a tina/ folder now, so the option was removed. If any custom code called getTinaFolderPath(path, { isContentRoot: true }), drop the second argument.
    • FilesystemBridge behavior change for tina/__generated__/ paths. In multi-repo setups, bridge reads/writes of paths under tina/__generated__/ or .tina/__generated__/ now resolve against the generator (rootPath) rather than the content repo (outputPath). If you have custom bridge subclasses or code that relied on these paths resolving to the content repo, update it.
    • Generated client.ts / database-client.ts now import ./types extensionless (was ./types.ts) for TypeScript projects. Avoids requiring allowImportingTsExtensions: true in consumer tsconfigs, which broke the build under Next.js 15.5+ defaults. JS projects still import ./types.js (Node ESM requires the extension).
Changelog

Sourced from @​tinacms/metrics's changelog.

2.1.0

Minor Changes

  • #6259 6c2c48a Thanks @​JackDevAU! - Added fuzzy search options + support. This is now set as the new default. Going forward this package will also be used on the TinaCloud side so we don't duplicate code. Search now uses the closest index instead of being exact.

Patch Changes

  • Updated dependencies [6c2c48a]:
    • @​tinacms/search@​1.2.0
    • @​tinacms/schema-tools@​2.3.0
    • tinacms@3.3.0
    • @​tinacms/graphql@​2.0.6
    • @​tinacms/app@​2.3.20

2.0.7

Patch Changes

  • Updated dependencies [a63401a]:
    • @​tinacms/schema-tools@​2.2.0
    • tinacms@3.2.0
    • @​tinacms/graphql@​2.0.5
    • @​tinacms/search@​1.1.9
    • @​tinacms/app@​2.3.19

2.0.6

Patch Changes

2.0.5

Patch Changes

  • Updated dependencies [8335218]:
    • tinacms@3.1.2
    • @​tinacms/app@​2.3.17

2.0.4

Patch Changes

... (truncated)

Commits
  • 8cbed24 Version Packages (#6791)
  • 4d0c37a feat(cli): tinacms dev & build support for localContentPath (no duplicate con...
  • e537950 Version Packages (#6748)
  • 3da4588 fix: show user-facing alerts for folder and file actions (#6770)
  • c9e08ef feat(@​tinacms/cli): warn when project uses legacy .tina/ folder (#6776)
  • 63234a1 tinacms doctor package command (#6758)
  • 7f66caa fix(@​tinacms/cli): add .js extension to ./types import in generated client (f...
  • 1dca21b Version Packages (#6741)
  • a85b1c0 feat(schema-tools, cli): validate localContentPath + extract content-root res...
  • e3fffc7 Version Packages (#6713)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tinacms/metrics 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/metrics](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli) from 1.1.0 to 2.1.0.
- [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/metrics@2.1.0/packages/@tinacms/cli)

---
updated-dependencies:
- dependency-name: "@tinacms/metrics"
  dependency-version: 2.1.0
  dependency-type: indirect
  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 May 20, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modernplatforms.dev Ready Ready Preview, Comment, Open in v0 May 20, 2026 4:57am

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