Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tinacms from 1.5.21 to 1.5.22 #226

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Bumps tinacms from 1.5.21 to 1.5.22.

Changelog

Sourced from tinacms's changelog.

1.5.22

Patch Changes

  • b6fbab887: Add support for basic markdown tables.

    Usage

    // tina/config.ts
    import `tinaTableTemplate` from `tinacms`
    // add it to the rich-text template
    {
    type: 'rich-text',
    label: 'Body',
    name: '_body',
    templates: [
    tinaTableTemplate
    ///

    Customize the th and td fields in the <TinaMarkdown> component:

    <TinaMarkdown
      content={props.body}
      components={{
        th: (props) => <th className="bg-gray-100 font-bold" {...props} />,
        td: (props) => <td className="bg-gray-100" {...props} />,
      }}
    />

    To control the rendering for `

  • 4ae43fdde: UX improvements for editor link plugin

  • aec44a7dc: Allow backend/client to include partial queries

  • Updated dependencies [b6fbab887]

  • Updated dependencies [939147364]

  • Updated dependencies [6861b5e01]

  • Updated dependencies [aec44a7dc]

    • @​tinacms/mdx@​1.3.20
    • @​tinacms/search@​1.0.12
    • @​tinacms/schema-tools@​1.4.13
Commits
  • 0a5bd4a Version Packages
  • 462ccdd fix: link wrapping logic
  • 4ae43fd fix: remove See error message
  • 5ce9ca9 Fix issue where graphql errors response returned undefined instead of null (#...
  • 035c1c8 Merge pull request #4247 from tinacms/table-support
  • d53e108 Add more customizable table parts
  • 98c91f0 Add built-in table support for basic markdown tables
  • d7c762a Update packages/tinacms/src/unifiedClient/index.ts
  • 1021e9e Merge branch 'main' of github.com:tinacms/tinacms into partial-queries
  • 4e15be0 Update packages/tinacms/src/unifiedClient/index.ts
  • 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 1.5.21 to 1.5.22.
- [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@1.5.22/packages/tinacms)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2023
@vercel
Copy link

vercel bot commented Oct 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tina-barebones-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 20, 2023 5:29am

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #230.

@dependabot dependabot bot closed this Nov 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms-1.5.22 branch November 20, 2023 05:39
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.

None yet

1 participant