Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2025

Bumps tinacms from 2.9.0 to 2.10.0.

Release notes

Sourced from tinacms's releases.

[email protected]

Minor Changes

Patch Changes

  • #6130 3ffa092 Thanks @​Pat-Stuart! - Branch selector styling adjustments

  • #6147 38920ce Thanks @​joshbermanssw! - Fix: ui.max not applying to primitive type list:true

  • #6145 d1bd1a1 Thanks @​18-th! - Remove Lodash and replace usages with either native functions or es-toolkit equivalents Removed the following lodash usages:

    • debounce - was not used, removed the reference
    • camelcase - unused, removed the reference
    • upperfirst - unused, removed the reference
    • flatten - replaced by native .flat()
    • get - replaced with an existing implementation from the GraphQL package
    • cloneDeep - replaced with cloneDeep from es-toolkit
    • set - replaced with es-toolkit compat version. That implementation is identical to the one used by lodash
    • uniqBy - replace with es-toolkit version. That implementation is identical to the one used by lodash
  • #6149 67e1a3d Thanks @​kulesy! - Clean up default branch name formatting

  • #6094 9fb1402 Thanks @​iloveitaly! - Open admin menu on main dashboard by default

  • #6113 3fa1098 Thanks @​Pat-Stuart! - Add table headings to collections pages

  • #6140 ccab7a5 Thanks @​kulesy! - fix: add onClick handler to cancel button in create-branch-modal

  • #5822 4b824be Thanks @​copilot-swe-agent! - Migrate from react-beautiful-dnd to dnd-kit to fix deprecation error.

  • #6143 d9487bf Thanks @​Pat-Stuart! - Centralise styles for collections table

  • Updated dependencies [f2577b9, 38920ce, d1bd1a1, 4b824be]:

    • @​tinacms/schema-tools@​1.10.0
    • @​tinacms/mdx@​1.8.2
    • @​tinacms/search@​1.1.2

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from tinacms's changelog.

2.10.0

Minor Changes

Patch Changes

  • #6130 3ffa092 Thanks @​Pat-Stuart! - Branch selector styling adjustments

  • #6147 38920ce Thanks @​joshbermanssw! - Fix: ui.max not applying to primitive type list:true

  • #6145 d1bd1a1 Thanks @​18-th! - Remove Lodash and replace usages with either native functions or es-toolkit equivalents Removed the following lodash usages:

    • debounce - was not used, removed the reference
    • camelcase - unused, removed the reference
    • upperfirst - unused, removed the reference
    • flatten - replaced by native .flat()
    • get - replaced with an existing implementation from the GraphQL package
    • cloneDeep - replaced with cloneDeep from es-toolkit
    • set - replaced with es-toolkit compat version. That implementation is identical to the one used by lodash
    • uniqBy - replace with es-toolkit version. That implementation is identical to the one used by lodash
  • #6149 67e1a3d Thanks @​kulesy! - Clean up default branch name formatting

  • #6094 9fb1402 Thanks @​iloveitaly! - Open admin menu on main dashboard by default

  • #6113 3fa1098 Thanks @​Pat-Stuart! - Add table headings to collections pages

  • #6140 ccab7a5 Thanks @​kulesy! - fix: add onClick handler to cancel button in create-branch-modal

  • #5822 4b824be Thanks @​copilot-swe-agent! - Migrate from react-beautiful-dnd to dnd-kit to fix deprecation error.

  • #6143 d9487bf Thanks @​Pat-Stuart! - Centralise styles for collections table

  • Updated dependencies [f2577b9, 38920ce, d1bd1a1, 4b824be]:

    • @​tinacms/schema-tools@​1.10.0
    • @​tinacms/mdx@​1.8.2
    • @​tinacms/search@​1.1.2

2.9.5

Patch Changes

2.9.4

Patch Changes

... (truncated)

Commits
  • bc83f5e Version Packages (#6139)
  • 67e1a3d Clean up default branch name formatting (#6149)
  • ccab7a5 🐛 Bug: Cancel button not working in Create Branch Modal (#6140)
  • d1bd1a1 Remove Lodash (#6145)
  • 9fb1402 feat: default admin sidebar to open only on dashboard page (#6094)
  • 38920ce Fix conditional logic for max items (#6147)
  • f2577b9 Tina Config - Regex Validation for Folder Creation (#6142)
  • d9487bf ♻️ Extract all repeated table styling into variables (#6143)
  • 3ffa092 Branch selector styling adjustments (#6130)
  • 3fa1098 💄 UI - Add table heading and remove redundant in cell information for collect...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 2.9.0 to 2.10.0.
- [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/[email protected]/packages/tinacms)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 25, 2025
@vercel
Copy link

vercel bot commented Nov 25, 2025

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

Project Deployment Preview Comments Updated (UTC)
tina-nextjs-starter Ready Ready Preview Comment Nov 25, 2025 7:30am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Superseded by #17.

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms-2.10.0 branch December 1, 2025 08:06
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.

1 participant