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.6 to 1.5.20 #500

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2023

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 <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.6 to 1.5.20.
- [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.20/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 Aug 22, 2023
@vercel
Copy link

vercel bot commented Aug 22, 2023

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
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.

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