Skip to content

Bump tinacms from 3.6.1 to 3.8.3#118

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

Bump tinacms from 3.6.1 to 3.8.3#118
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tinacms-3.8.3

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps tinacms from 3.6.1 to 3.8.3.

Release notes

Sourced from tinacms's releases.

tinacms@3.8.3

Patch Changes

  • #6947 7be8175 Thanks @​MirkaJuliet34! - Aligned rich text editor typography class names with the actual font used and updated related references.

tinacms@3.8.2

Patch Changes

tinacms@3.8.1

Patch Changes

  • Updated dependencies []:
    • @​tinacms/search@​1.2.15

tinacms@3.8.0

Minor Changes

  • #6771 95758a0 Thanks @​wicksipedia! - ✨ Visual editing for Astro — without React.

    TinaCMS visual editing previously required useTina(), a React hook that subscribes to admin postMessages and re-renders the page tree. That made it a hard sell for Astro: the framework is built around shipping zero JS by default, and the existing examples/astro/kitchen-sink worked around the React requirement by hydrating React inside the editor iframe — exactly the pattern Astro authors avoid.

    This release ships a vanilla-JS bridge that brings the same click-to-focus, live-update, and form-syncing UX to Astro components, Hugo templates, plain HTML — anything that can emit a data-tina-form payload per query.

    New package: @tinacms/bridge

    A ~2 KB gzipped, zero-dependency ESM bundle that speaks the existing TinaCMS admin postMessage protocol. No React in the page tree, no client islands, no hydration cost outside the editor iframe.

    Astro projects install @tinacms/astro instead and the bundled integration's middleware auto-injects everything on edit-mode responses. Direct @tinacms/bridge consumption is for non-Astro frontends:

    <head>
      <div
        data-tina-form='{"id":"…","query":"…","variables":{},"data":{}}'
        hidden

... (truncated)

Changelog

Sourced from tinacms's changelog.

3.8.3

Patch Changes

  • #6947 7be8175 Thanks @​MirkaJuliet34! - Aligned rich text editor typography class names with the actual font used and updated related references.

3.8.2

Patch Changes

3.8.1

Patch Changes

  • Updated dependencies []:
    • @​tinacms/search@​1.2.15

3.8.0

Minor Changes

  • #6771 95758a0 Thanks @​wicksipedia! - ✨ Visual editing for Astro — without React.

    TinaCMS visual editing previously required useTina(), a React hook that subscribes to admin postMessages and re-renders the page tree. That made it a hard sell for Astro: the framework is built around shipping zero JS by default, and the existing examples/astro/kitchen-sink worked around the React requirement by hydrating React inside the editor iframe — exactly the pattern Astro authors avoid.

    This release ships a vanilla-JS bridge that brings the same click-to-focus, live-update, and form-syncing UX to Astro components, Hugo templates, plain HTML — anything that can emit a data-tina-form payload per query.

    New package: @tinacms/bridge

    A ~2 KB gzipped, zero-dependency ESM bundle that speaks the existing TinaCMS admin postMessage protocol. No React in the page tree, no client islands, no hydration cost outside the editor iframe.

    Astro projects install @tinacms/astro instead and the bundled integration's middleware auto-injects everything on edit-mode responses. Direct @tinacms/bridge consumption is for non-Astro frontends:

... (truncated)

Commits
  • ed213d6 Version Packages (#6983)
  • 7be8175 fix: match rich text editor typography with frontend styles (#6947)
  • c3eb837 Version Packages (#6858)
  • 0509095 feat(@​tinacms/astro): support visual editing on statically-built pages (#6843)
  • 8ac0776 Fix typos: notifiySubscribers → notifySubscribers, Error occured → occurred (...
  • 33feeac fix(tinacms): trim whitespace from search input before querying (#6940)
  • cf73a11 Fix optional datetime fields defaulting to current date (#6926)
  • b9eaf61 Fix dropdown options hidden behind fields (#6929)
  • 9228f74 docs: fix duplicated "on" in tinacms/graphql READMEs (#6857)
  • 3b47e14 Replace cloudinary assets with in-repo assets (#6839)
  • Additional commits viewable in compare view

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](https://github.com/tinacms/tinacms/tree/HEAD/packages/tinacms) from 3.6.1 to 3.8.3.
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/tinacms/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/tinacms@3.8.3/packages/tinacms)

---
updated-dependencies:
- dependency-name: tinacms
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 28, 2026
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 28, 2026

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

Project Deployment Actions Updated (UTC)
ssw-fire-boot-camp-website Error Error May 28, 2026 9:24am

Request Review

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