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.14 to 1.5.16 #470

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @tinacms/cli from 1.5.14 to 1.5.16.

Changelog

Sourced from @​tinacms/cli's changelog.

1.5.16

Patch Changes

  • @​tinacms/app@​1.2.15

1.5.15

Patch Changes

  • 9f4136c10: Index the content before a build when self hosting.
  • a94bf721b: Catch condition where remote schema does not exist to avoid "Invalid or incomplete introspection error" being thrown during build checks
  • Updated dependencies [a94bf721b]
  • Updated dependencies [52b1762e2]
  • Updated dependencies [16b0c8073]
    • @​tinacms/graphql@​1.4.15
    • @​tinacms/app@​1.2.14
    • @​tinacms/datalayer@​1.2.15
Commits
  • bd50b94 Version Packages
  • fe664c2 Version Packages (#3955)
  • 52b1762 fix: ENG-1014: prevent unhandled promise rejection when unable to determine c...
  • 6f2a433 Merge pull request #3965 from tinacms/fix-indexing-self-hosting
  • a68781d update indexing message
  • 7b3cbb3 update indexing message
  • a94bf72 fix: invalid or incomplete introspection error (#3956)
  • 9f4136c Index the content before a build when self hosting
  • 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)
linear[bot] commented 1 year ago
ENG-1014 @tinacms/cli unhandled promise errors

``` (node:31369) UnhandledPromiseRejectionWarning: Error: Unable to find collection for file at content/foundation/_index.md at TinaSchema.getCollectionByFullPath (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/schema-tools/dist/index.js:247:17) at Database.collectionForPath (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:4942:25) at async Database.partitionPathsByCollection (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5714:26) at async /Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5590:72 at async Database.indexStatusCallbackWrapper (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5787:22) at async Database.indexContentByPaths (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5589:7) (Use `node --trace-warnings ...` to show where the warning was created) (node:31369) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:31369) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (node:31369) UnhandledPromiseRejectionWarning: Error: Unable to find collection for file at content/fds/_index.md at TinaSchema.getCollectionByFullPath (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/schema-tools/dist/index.js:247:17) at Database.collectionForPath (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:4942:25) at async Database.partitionPathsByCollection (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5714:26) at async /Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5590:72 at async Database.indexStatusCallbackWrapper (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5787:22) at async Database.indexContentByPaths (/Users/kldavis/projects/support/ethswarm-blog-hugo/node_modules/tinacms/graphql/dist/index.js:5589:7) (node:31369) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2) ``` The above error is displayed in node 14.x when running npx tinacms dev, but in later versions of node tina silently fails. The error should be caught and displayed to the user. Example repository: [https://github.com/kldavis4/ethswarm-blog-hugo](https://github.com/kldavis4/ethswarm-blog-hugo) Run npm install && npx tinacms dev using node 16.x or later and it exits immediately

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 Jun 2, 2023 8:04pm
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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.