Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps tinacms from 0.68.8 to 0.69.15.

Changelog

Sourced from tinacms's changelog.

0.69.15

Patch Changes

  • 0c8c571d5: Custom filename field component, fix text field classes
  • Updated dependencies [b1a357f60]
  • Updated dependencies [0c8c571d5]
    • @​tinacms/schema-tools@​0.1.7
    • @​tinacms/toolkit@​0.57.11

0.69.14

Patch Changes

  • c6e3bd321: Fix issue where slugify function breaks templates
  • Updated dependencies [c6e3bd321]
  • Updated dependencies [a60d96862]
    • @​tinacms/schema-tools@​0.1.6
    • @​tinacms/toolkit@​0.57.10

0.69.13

Patch Changes

  • ea4a8e1b0: Fixed issue where filename would not always update.

0.69.12

Patch Changes

  • 183249b11: - deprecate: defaultValue
    • add defaultItem to the collection (as a function or an object)
    defaultItem: () => {
      const m = new Date()
      return {
        title: 'New Page',
        test: 'This is a default value of the test field',
        filename: `new-page-${
          m.getUTCFullYear() +
          '-' +
          (m.getUTCMonth() + 1) +
          '-' +
          m.getUTCDate()
        }`,
      }
    },
    • Allow datetime field to be undefined or empty
  • 8060d0949: Provide filename customization API.

... (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](https://github.com/tinacms/tinacms/tree/HEAD/packages/tinacms) from 0.68.8 to 0.69.15.
- [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.69.15/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 Oct 6, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 7, 2022

Superseded by #41.

@dependabot dependabot bot closed this Oct 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinacms-0.69.15 branch October 7, 2022 16:39
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