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.
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
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
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
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.0Release notes
Sourced from
@tiptap/extension-character-count
's releases.Changelog
Sourced from
@tiptap/extension-character-count
's changelog.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)Updates
@tiptap/extension-link
from 2.9.1 to 2.10.0Release notes
Sourced from
@tiptap/extension-link
's releases.Changelog
Sourced from
@tiptap/extension-link
's changelog.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 comment035862b
refactor: update tests url checking logic and comments6bdb591
refactor: remove logs and fix typo444e6e5
refactor: adjust validate and add shouldAutoLink to improve URL handlingUpdates
@tiptap/react
from 2.9.1 to 2.10.0Changelog
Sourced from
@tiptap/react
's changelog.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 valueUpdates
@tiptap/starter-kit
from 2.9.1 to 2.10.0Changelog
Sourced from
@tiptap/starter-kit
's changelog.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)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