Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

Bumps @tinacms/cli from 0.60.21 to 0.61.1.

Changelog

Sourced from @​tinacms/cli's changelog.

0.61.1

Patch Changes

  • 531347748: Update to use mkdirp to fix issue on windows
  • Updated dependencies [028e10686]
  • Updated dependencies [e27f5cce7]
    • @​tinacms/graphql@​0.62.1

0.61.0

Minor Changes

  • 870a32f18: This PR adds the new generated client, a new build command and introduces a new path of working with tina.

    How to upgrade

    Updates to schema.ts

    Instead of passing an ApiURL, now the clientId, branch and read only token (NEW) will all be configured in the schema. The local url will be used if the --local flag is passed.

    This will require a change to the schema and the scripts.

    // .tina/schema.ts
    
    import { client } from "./generated/client";
    
    // ...
    const schema = defineSchema({
    
    config: {
    
       branch: "main",
    
    
    
       clientId: "***",
    
    
    
       token: "***",
    
    },
    collections: [
    // ...
    ]
    })
    
    // ...
    
    const branch = process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_REF
    const clientId = 'YOUR-CLIENT-ID-HERE'
    const apiURL =
    process.env.NODE_ENV == 'development'
    
    ? 'http://localhost:4001/graphql'
    
    
    : https://content.tinajs.io/content/${clientId}/github/${branch}
    export const tinaConfig = defineConfig({
    
    
    client,

... (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 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/cli](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli) from 0.60.21 to 0.61.1.
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/@tinacms/cli/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/@tinacms/cli@0.61.1/packages/@tinacms/cli)

---
updated-dependencies:
- dependency-name: "@tinacms/cli"
  dependency-type: direct:development
  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 Aug 9, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 16, 2022

Superseded by #10.

@dependabot dependabot bot closed this Aug 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms/cli-0.61.1 branch August 16, 2022 15:45
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