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
234 stars 376 forks source link

Bump tinacms from 0.70.0 to 1.0.0 #368

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tinacms from 0.70.0 to 1.0.0.

Changelog

Sourced from tinacms's changelog.

1.0.0

Major Changes

Patch Changes

  • Updated dependencies [958d10c82]
    • @​tinacms/schema-tools@​1.0.0
    • @​tinacms/sharedctx@​1.0.0
    • @​tinacms/toolkit@​1.0.0

0.70.2

Patch Changes

  • a5d6722c7: Adds the ability to hide the delete and create buttons.

    EX,

    export default defineConfig({
      collections: [
        {
          label: 'Global',
          name: 'global',
          path: 'content/global',
          ui: {
            global: true,
            allowedActions: {
              create: false,
              delete: false,
            },
          },
          format: 'json',
          fields: [
            //...
          ],
        },
      ],
    })
    
  • Updated dependencies [a5d6722c7]

    • @​tinacms/schema-tools@​0.2.2

0.70.1

... (truncated)

Commits
  • 0cd85e6 Version Packages
  • a77417d Version Packages
  • 961ef98 Merge pull request #3349 from tinacms/feat/disable-create-and-delete
  • bcbfc39 Version Packages
  • b129578 Nest under UI
  • 638a253 Alias and mark deprecated old types when being exported from tinacms, fix som...
  • 4f3b2db Update config and schema types
  • a5d6722 added the ability to hide the delete and create buttons
  • See full diff 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)
vercel[bot] commented 2 years ago

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

Name Status Preview Updated
tina-cloud-starter ✅ Ready (Inspect) Visit Preview Nov 8, 2022 at 7:11PM (UTC)
dependabot[bot] commented 2 years ago

Looks like tinacms is up-to-date now, so this is no longer needed.