GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 9 forks source link

Bump the tiptap group with 4 updates #12041

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 5 days ago

Bumps the tiptap group with 4 updates: @tiptap/extension-character-count, @tiptap/extension-link, @tiptap/react and @tiptap/starter-kit.

Updates @tiptap/extension-character-count from 2.9.1 to 2.10.0

Release notes

Sourced from @​tiptap/extension-character-count's releases.

v2.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.9.1...v2.10.0

Changelog

Sourced from @​tiptap/extension-character-count's changelog.

2.10.0

Commits


Updates @tiptap/extension-link from 2.9.1 to 2.10.0

Release notes

Sourced from @​tiptap/extension-link's releases.

v2.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.9.1...v2.10.0

Changelog

Sourced from @​tiptap/extension-link's changelog.

2.10.0

Patch Changes

  • 7619215: The link extension's validate option now applies to both auto-linking and XSS mitigation. While, the new shouldAutoLink option is used to disable auto linking on an otherwise valid url.
Commits
  • 4b2de33 chore(release): release version 2.10.0 (#5843)
  • 7619215 revert: "chore(release): publish a new pre-release version (#5769)"
  • 177868a chore(release): publish a new pre-release version (#5769)
  • 62c6ddd fix(link): add backwards compat by deprecating validate and using isAllowedUr...
  • 6b8ce37 refactor: add jsdoc validate and shouldAutoLink comment
  • 035862b refactor: update tests url checking logic and comments
  • 6bdb591 refactor: remove logs and fix typo
  • 444e6e5 refactor: adjust validate and add shouldAutoLink to improve URL handling
  • See full diff in compare view


Updates @tiptap/react from 2.9.1 to 2.10.0

Changelog

Sourced from @​tiptap/react's changelog.

2.10.0

Patch Changes

  • 5eee480: React 19 changes how refs works, it will double mount them, all that we needed to do though was to use the JSX transform instead of createElement directly #5846
  • 7619215: This changes useEditorState to use the useLayoutEffect hook instead of the useEffect hook, so that state that might render to the page can be committed in one pass instead of two.
  • 7619215: Fixes an issue where the bubble and flaoting menus on blur would remount
  • 7619215: React 19 is now allowed as a peer dep, we did not have to make any changes for React 19
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [1959eb5]
    • @​tiptap/extension-bubble-menu@​2.10.0
    • @​tiptap/extension-floating-menu@​2.10.0
Commits
  • 4b2de33 chore(release): release version 2.10.0 (#5843)
  • 5eee480 fix(react): improve React 19 compatibility by using JSX transform instead #58...
  • 7619215 revert: "chore(release): publish a new pre-release version (#5769)"
  • 177868a chore(release): publish a new pre-release version (#5769)
  • 3c82af3 fix(react): useLayoutEffect instead of useEffect to cut down on reflow (#5825)
  • ddd3d71 fix(react): allow react 19 (#5807)
  • d6e4caf revert: "chore: memoize the editor context value"
  • e2787e4 chore: memoize the editor context value
  • See full diff in compare view


Updates @tiptap/starter-kit from 2.9.1 to 2.10.0

Changelog

Sourced from @​tiptap/starter-kit's changelog.

2.10.0

Patch Changes

  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [7619215]
  • Updated dependencies [2ea807d]
    • @​tiptap/core@​2.10.0
    • @​tiptap/extension-hard-break@​2.10.0
    • @​tiptap/extension-blockquote@​2.10.0
    • @​tiptap/extension-bold@​2.10.0
    • @​tiptap/extension-bullet-list@​2.10.0
    • @​tiptap/extension-code@​2.10.0
    • @​tiptap/extension-code-block@​2.10.0
    • @​tiptap/extension-document@​2.10.0
    • @​tiptap/extension-dropcursor@​2.10.0
    • @​tiptap/extension-gapcursor@​2.10.0
    • @​tiptap/extension-heading@​2.10.0
    • @​tiptap/extension-history@​2.10.0
    • @​tiptap/extension-horizontal-rule@​2.10.0
    • @​tiptap/extension-italic@​2.10.0
    • @​tiptap/extension-list-item@​2.10.0
    • @​tiptap/extension-ordered-list@​2.10.0
    • @​tiptap/extension-paragraph@​2.10.0
    • @​tiptap/extension-strike@​2.10.0
    • @​tiptap/extension-text@​2.10.0
    • @​tiptap/extension-text-style@​2.10.0
    • @​tiptap/pm@​2.10.0
Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions