tinacms / tina-cloud-starter

Next.js starter for TinaCMS: live edit your website visually 🪄
https://tina-cloud-starter-orcin.vercel.app/
Apache License 2.0
226 stars 377 forks source link

Bump tinacms from 1.5.6 to 1.5.19 #497

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tinacms from 1.5.6 to 1.5.19.

Changelog

Sourced from tinacms's changelog.

1.5.19

Patch Changes

  • 1563ce5b2: Update the router function to work asynchronously. This means that a user can now fetch data or perform other async operations in the router function.

    Example:

     router: async ({ document }) => {
      const res = await client.queries.post({
        relativePath: document._sys.relativePath,
      })
      return `/posts/${res.data.slug}`
    },
    
  • e83ba8855: Update generated client to work in an edge runtime

  • Updated dependencies [1563ce5b2]

    • @​tinacms/schema-tools@​1.4.11
    • @​tinacms/search@​1.0.9

1.5.18

Patch Changes

  • 9c27087fb: Show filter/search inputs on collections with templates instead of fields

  • 65d0a701f: Show search input even when collection contains only non-filterable fields

  • 133e97d5b: Update the before submit types to not pass the finalForm form since it is contained in the TinaForm

  • f02b4368b: Adds a second parameter to the slugify function that passes the current collection and template.

  • 37cf8bd40: Updated so a user can add an absolute path to the filename

    Before all files where created reletive to the users current folder and we gave an error if the filename started with a /.

    Now we check if the filename starts with a / and if it does we use that as the absolute path to the file.

    Demo: https://www.loom.com/share/5256114d1ce648eda69881e33f8f6bd4?sid=3eafb588-c4da-49eb-ace2-d6b02313e14c

  • ad22e0950: Consolidate tailwind usage

  • 8db979b9f: Add support for "static" setting in Tina media, which preprocesses the available media files and disables uploads and deletions of media from the CMS.

  • 7991e097e: Add a beforeSubmit hook function on a collection.ui. This give users the ability to run a function before the form is submitted.

    If the function returns values those values will be used will be submitted instead of the form values.

    If the function returns a falsy value the original form values will be submitted.

    Example

    // tina/config.{ts.js}
    

... (truncated)

Commits


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)
CLAassistant commented 1 year ago

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.

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
tina-cloud-starter ❌ Failed (Inspect) Aug 15, 2023 8:52pm
dependabot[bot] commented 1 year ago

Superseded by #500.