Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 29, 2022

Bumps tinacms from 0.67.3 to 0.68.0.

Changelog

Sourced from tinacms's changelog.

0.68.0

Minor Changes

  • 6a6f137ae: # Simplify GraphQL API

    schema must be supplied to the <TinaCMS> component

    Previously the .tina/schema.ts was only used by the Tina CLI to generate the GraphQL API. However it's now required as a prop to <TinaCMS>. This allows you to provide runtime logic in the ui property of field definitions. See the documentation on "Extending Tina" for examples.

    The GraphQL API has been simplified

    get<collection name> is now just the collection name

    # old
    {
      getPostDocument(relativePath: $relativePath) { ... }
    }
    new
    {
    post(relativePath: $relativePath) { ... }
    }

    get<collection name>List is now <collection name>Connection

    The use of the term connection is due to our adherence the the relay cursor spec. We may offer a simplified list field in a future release

    # old
    {
      getPostList { ... }
    }
    new
    {
    postConnection { ... }
    }

    getCollection and getCollections are now collection and collections

    # old
    {
      getCollection(collection: "post") {...}
    }
    {

... (truncated)

Commits
  • 3c92ac5 Version Packages
  • 6fdc31a Merge pull request #2823 from tinacms/simplify-gql-remove-data
  • f8f69d5 Updates the schema is missing error message with a link to the changelog
  • a5d90be Merge remote-tracking branch 'origin' into simplify-gql-remove-data
  • d8e5a4f Version Packages
  • d745a2a Merge pull request #2843 from tinacms/fix/url-parser
  • f6bcad3 Merge pull request #2842 from tinacms/fix-multi-template-collections-in-admin
  • c23afcd added header
  • c491c4a fix url parse function
  • aaa8391 Fix issues with finding the template for multitemplate collections
  • 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 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 0.67.3 to 0.68.0.
- [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@0.68.0/packages/tinacms)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 2, 2022

Superseded by #6.

@dependabot dependabot bot closed this May 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms-0.68.0 branch May 2, 2022 14:43
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.

0 participants