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.20 #500

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 1 year ago

Bumps tinacms from 1.5.6 to 1.5.20.

Changelog

Sourced from tinacms's changelog.

1.5.20

Patch Changes

  • 7e4de0b2a: Improvements to error handling with auth
  • 1144af060: Improve error messaging when onPut / onDelete hooks throw errors
  • Updated dependencies [7e4de0b2a]
  • Updated dependencies [099bf5646]
  • Updated dependencies [c92de7b1d]
    • @​tinacms/schema-tools@​1.4.12
    • @​tinacms/search@​1.0.10

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

... (truncated)

Commits
  • 1aac268 Version Packages
  • 7e4de0b feat: ENG-1122: improve auth related error handling
  • 1144af0 feat: ENG-1117: improve error messaging for onPut / onDelete
  • 34e1a6d Version Packages
  • 9d541ef Merge pull request #4127 from tinacms/fix/edge-runtime
  • fb58bb7 Merge pull request #4137 from tinacms/feat/make-router-async
  • 1563ce5 feat: router async
  • 072db39 Version Packages
  • bdeaa1e Merge pull request #4136 from tinacms/show-search-with-groups
  • 133e97d Fix before submit types (#4133)
  • 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)
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 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2023 7:54pm
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.

bradystroud commented 2 months ago

Cleaning up PRs

dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.