Skip to content

Comments

Bump @udecode/plate-link and tinacms#32

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/udecode/plate-link-and-tinacms-21.5.0
Open

Bump @udecode/plate-link and tinacms#32
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/udecode/plate-link-and-tinacms-21.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2023

Bumps @udecode/plate-link to 21.5.0 and updates ancestor dependency tinacms. These dependencies need to be updated together.

Updates @udecode/plate-link from 14.4.2 to 21.5.0

Changelog

Sourced from @​udecode/plate-link's changelog.

21.5.0

21.4.2

Patch Changes

  • #2453 by @​dimaanjLinkPlugin - new option:
    • keepSelectedTextOnPaste: Allow pasting links as urls

21.4.1

21.4.0

Minor Changes

21.3.2

21.3.0

21.2.0

Minor Changes

  • #2405 by @​12joan
    • New link plugin option defaultLinkAttributes?: AnchorHTMLAttributes<HTMLAnchorElement>
    • Avoid returning undefined from getLinkAttributes, since this overrides other values

21.1.5

21.0.0

20.7.2

20.7.0

20.4.1

Patch Changes

20.4.0

20.3.2

20.0.0

Major Changes

... (truncated)

Commits

Updates tinacms from 1.1.2 to 1.5.20

Changelog

Sourced from tinacms's changelog.

1.5.20

Patch Changes

  • 7e4de0b2a: Improvements to error handling with auth
  • 1144af060: Improve error messaging when onPut / onDelete hooks throw errors
  • Updated dependencies [7e4de0b2a]
  • Updated dependencies [099bf5646]
  • Updated dependencies [c92de7b1d]
    • @​tinacms/schema-tools@​1.4.12
    • @​tinacms/search@​1.0.10

1.5.19

Patch Changes

  • 1563ce5b2: Update the router function to work asynchronously. This means that a user can now fetch data or perform other async operations in the router function.

    Example:

     router: async ({ document }) => {
      const res = await client.queries.post({
        relativePath: document._sys.relativePath,
      })
      return `/posts/${res.data.slug}`
    },
  • e83ba8855: Update generated client to work in an edge runtime

  • Updated dependencies [1563ce5b2]

    • @​tinacms/schema-tools@​1.4.11
    • @​tinacms/search@​1.0.9

1.5.18

Patch Changes

  • 9c27087fb: Show filter/search inputs on collections with templates instead of fields

  • 65d0a701f: Show search input even when collection contains only non-filterable fields

  • 133e97d5b: Update the before submit types to not pass the finalForm form since it is contained in the TinaForm

  • f02b4368b: Adds a second parameter to the slugify function that passes the current collection and template.

  • 37cf8bd40: Updated so a user can add an absolute path to the filename

    Before all files where created reletive to the users current folder and we gave an error if the filename started with a /.

    Now we check if the filename starts with a / and if it does we use that as the absolute path to the file.

    Demo: https://www.loom.com/share/5256114d1ce648eda69881e33f8f6bd4?sid=3eafb588-c4da-49eb-ace2-d6b02313e14c

... (truncated)

Commits
  • 1aac268 Version Packages
  • 7e4de0b feat: ENG-1122: improve auth related error handling
  • 1144af0 feat: ENG-1117: improve error messaging for onPut / onDelete
  • 34e1a6d Version Packages
  • 9d541ef Merge pull request #4127 from tinacms/fix/edge-runtime
  • fb58bb7 Merge pull request #4137 from tinacms/feat/make-router-async
  • 1563ce5 feat: router async
  • 072db39 Version Packages
  • bdeaa1e Merge pull request #4136 from tinacms/show-search-with-groups
  • 133e97d Fix before submit types (#4133)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@udecode/plate-link](https://github.com/udecode/plate/tree/HEAD/packages/link) to 21.5.0 and updates ancestor dependency [tinacms](https://github.com/tinacms/tinacms/tree/HEAD/packages/tinacms). These dependencies need to be updated together.


Updates `@udecode/plate-link` from 14.4.2 to 21.5.0
- [Release notes](https://github.com/udecode/plate/releases)
- [Changelog](https://github.com/udecode/plate/blob/main/packages/link/CHANGELOG.md)
- [Commits](https://github.com/udecode/plate/commits/@udecode/plate-link@21.5.0/packages/link)

Updates `tinacms` from 1.1.2 to 1.5.20
- [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@1.5.20/packages/tinacms)

---
updated-dependencies:
- dependency-name: "@udecode/plate-link"
  dependency-type: indirect
- dependency-name: tinacms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 15, 2023
@netlify
Copy link

netlify bot commented Sep 15, 2023

Deploy Preview for gaeblog ready!

Name Link
🔨 Latest commit f113986
🔍 Latest deploy log https://app.netlify.com/sites/gaeblog/deploys/6504abca4726750008d56d9a
😎 Deploy Preview https://deploy-preview-32--gaeblog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants