Bump tiptap from 1.15.0 to 1.16.2 in /webapp
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps tiptap from 1.15.0 to 1.16.2.
Release notes
Sourced from tiptap's releases.
tiptap@1.16.1
- you can now destroy and re-mount
<editor-content>
and nothing will break- update prosemirror dependencies
tiptap-extensions@1.16.1
- update prosemirror dependencies
tiptap@1.16.0
NEW
- you can now set a focus position
editor.focus(20)
to set the cursor at position 20 of the documenteditor.focus('start')
to set the cursor at the start of the documenteditor.focus('end')
to set the cursor at the start of the documenttiptap-extensions@1.16.0
CHANGED
- click on links will open in a new tab by default now
tiptap-extensions@1.15.1
- update dependencies
tiptap@1.15.1
- update dependencies
Commits
-
cf7ff90
Publish -
c2fc6ce
remove escape key listener to select parent node -
36f39f1
Publish -
ef4f236
update dev dependencies -
576c0b2
update dependencies -
4d1594d
save editor dom element before destroy -
3e1dbf7
Publish -
cd0d00d
open links by default -
05650b6
add position option to focus method -
6bd4410
Publish - Additional commits viewable in compare view
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 ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.