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/cli from 1.5.11 to 1.5.13 #463

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @tinacms/cli from 1.5.11 to 1.5.13.

Changelog

Sourced from @​tinacms/cli's changelog.

1.5.13

Patch Changes

  • 5a6018916: Add support for "quick editing". By adding the [data-tina-field] attribute to your elements, editors can click to see the correct form and field focused in the sidebar.

    This work closely resembles the "Active Feild Indicator" feature. Which will be phased in out place of this in the future. Note that the attribute name is different, [data-tinafield] is the value for the "Active Field Indicator" while [data-tina-field] is the new attribute.

    The tinaField helper function should now only be used with the [data-tina-field] attibute.

    Adds experimental support for Vercel previews, the useVisualEditing hook from @tinacms/vercel-previews can be used to activate edit mode and listen for Vercel edit events.

  • Updated dependencies [ca74add40]

  • Updated dependencies [0f5557d23]

  • Updated dependencies [ff4c1e0f4]

  • Updated dependencies [6fefa56b0]

  • Updated dependencies [7f95c1ce5]

    • @​tinacms/graphql@​1.4.13
    • @​tinacms/app@​1.2.13
    • @​tinacms/datalayer@​1.2.13

1.5.12

Patch Changes

  • 31c160cdf: Placeholder view for when assets fail to load

  • b2a38b56f: Add back local build option that allows the user to build their site with the filesystem.

  • beb179279: Add support for sites deployed to sub-paths. To enabled, provide the sub-path at config.build.basePath:

      ...
      build: {
        outputFolder: 'admin',
        publicFolder: 'public',
        basePath: 'my-site', // site is served at my-domain.com/my-site
      },
      ...
    
  • Updated dependencies [31c160cdf]

  • Updated dependencies [beb179279]

    • @​tinacms/app@​1.2.12
    • @​tinacms/schema-tools@​1.4.4
    • @​tinacms/graphql@​1.4.12
    • @​tinacms/datalayer@​1.2.12
Commits
  • b16b4d8 Version Packages
  • 53ae93b Merge remote-tracking branch 'origin' into support-quick-edit-outline
  • c533d08 Merge pull request #3924 from tinacms/new-image-uploads
  • aab60bc Cleanup
  • d756aab Version Packages
  • a3a5a34 Merge pull request #3922 from tinacms/admin-placeholder
  • 6217681 Update FAQ link
  • eb39938 add new folder button to the media manager
  • 7673876 fix bug when uploaded local files in nested folders
  • d296a17 Add placeholder screen to admin
  • 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)
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 May 17, 2023 8:03pm
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.

dependabot[bot] commented 1 year ago

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