The-Mycelium-Network / webworkbook

A curated, digital, interactive book outlining a course of study with curated notes and exercises. Helping you build a web accessible by all through best practices, ethics, compassion and sustainability.
https://webworkbook.dev
MIT License
7 stars 13 forks source link

chore(deps): Bump tinacms from 1.1.2 to 1.5.22 #147

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps tinacms from 1.1.2 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

1.5.21

Patch Changes

... (truncated)

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 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)
netlify[bot] commented 11 months ago

Deploy Preview for sensational-bavarois-a9a7b8 ready!

Name Link
Latest commit e62bc42a28328e3f9c63ef527bd076121acdbd93
Latest deploy log https://app.netlify.com/sites/sensational-bavarois-a9a7b8/deploys/653a84b291257c00081b6f36
Deploy Preview https://deploy-preview-147--sensational-bavarois-a9a7b8.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

dependabot[bot] commented 11 months ago

Superseded by #149.