Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the tiptap group with 6 updates #2037

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps the tiptap group with 6 updates:

Package From To
@tiptap/core 2.8.0 2.9.0
@tiptap/extension-link 2.8.0 2.9.0
@tiptap/extension-subscript 2.8.0 2.9.0
@tiptap/extension-superscript 2.8.0 2.9.0
@tiptap/extension-typography 2.8.0 2.9.0
@tiptap/starter-kit 2.8.0 2.9.0

Updates @tiptap/core from 2.8.0 to 2.9.0

Release notes

Sourced from @​tiptap/core's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: ueberdosis/tiptap@v2.8.0...v2.9.0

Changelog

Sourced from @​tiptap/core's changelog.

2.9.0

Patch Changes

  • ffb51d3: insertContentAt, setContent, and insertContent commands now respect the editor's pre-defined parseOptions configuration if the command does not specify it's own parseOptions
  • 873a67c: This allows the Editor isntance to unregister multiple plugins in a single editor state replacement
  • d96f679: Fixed an issue while updating attributes on a NodePos that was not a text
  • e606c06: Updates the typings of DecorationsWithTypes to be more accurate to the prosemirror implementation even though it is not completely exposed as an API
  • a2eea24: Added role and aria-label attributes to the contenteditable field for better screenreader support and mouseless controls
  • d96f679: Fixed issues with NodePos child positions causing wrong positions when used on non-text atoms
  • 4efd227: Fixed an issue with getMarkRange not returning the correct range when cursor is at the start of the specified mark
Commits
  • cbbb8a5 chore(release): release version v2.9.0 (#5751)
  • 873a67c feat: in a collab setting, disable transactions that are trying to sync inval...
  • ffb51d3 fix(core): respect the editor's parseOptions (#5742)
  • a2eea24 Improve accessibility on the editor DOM element (#5734)
  • 4efd227 Fix getMarkRange not finding marks when at the start of a mark (#5717)
  • d96f679 Fix NodePos logic for child position calculation and attribute changes (#5716)
  • e606c06 docs: update DecorationWithType typings for accuracy (#5692)
  • See full diff in compare view

Updates @tiptap/extension-link from 2.8.0 to 2.9.0

Release notes

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

v2.9.0

What's Changed

New Contributors

Full Changelog: ueberdosis/tiptap@v2.8.0...v2.9.0

Changelog

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

2.9.0

Commits

Updates @tiptap/extension-subscript from 2.8.0 to 2.9.0

Changelog

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

2.9.0

Commits

Updates @tiptap/extension-superscript from 2.8.0 to 2.9.0

Changelog

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

2.9.0

Commits

Updates @tiptap/extension-typography from 2.8.0 to 2.9.0

Changelog

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

2.9.0

Commits

Updates @tiptap/starter-kit from 2.8.0 to 2.9.0

Changelog

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

2.9.0

Patch Changes

  • 087e581: Adds @​tiptap/extension-text-style to @​tiptap/starter-kit deps but does not install the extension, since it is only to resolve a peer dep install for list-items
  • Updated dependencies [ffb51d3]
  • Updated dependencies [6fae240]
  • Updated dependencies [feea1f6]
  • Updated dependencies [873a67c]
  • Updated dependencies [d96f679]
  • Updated dependencies [e606c06]
  • Updated dependencies [a2eea24]
  • Updated dependencies [d96f679]
  • Updated dependencies [4efd227]
    • @​tiptap/core@​2.9.0
    • @​tiptap/extension-italic@​2.9.0
    • @​tiptap/extension-bold@​2.9.0
    • @​tiptap/pm@​2.9.0
    • @​tiptap/extension-blockquote@​2.9.0
    • @​tiptap/extension-bullet-list@​2.9.0
    • @​tiptap/extension-code@​2.9.0
    • @​tiptap/extension-code-block@​2.9.0
    • @​tiptap/extension-document@​2.9.0
    • @​tiptap/extension-dropcursor@​2.9.0
    • @​tiptap/extension-gapcursor@​2.9.0
    • @​tiptap/extension-hard-break@​2.9.0
    • @​tiptap/extension-heading@​2.9.0
    • @​tiptap/extension-history@​2.9.0
    • @​tiptap/extension-horizontal-rule@​2.9.0
    • @​tiptap/extension-list-item@​2.9.0
    • @​tiptap/extension-ordered-list@​2.9.0
    • @​tiptap/extension-paragraph@​2.9.0
    • @​tiptap/extension-strike@​2.9.0
    • @​tiptap/extension-text@​2.9.0
    • @​tiptap/extension-text-style@​2.9.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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tiptap group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `2.8.0` | `2.9.0` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.8.0` | `2.9.0` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `2.8.0` | `2.9.0` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `2.8.0` | `2.9.0` |
| [@tiptap/extension-typography](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-typography) | `2.8.0` | `2.9.0` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.8.0` | `2.9.0` |


Updates `@tiptap/core` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/core@2.9.0/packages/core)

Updates `@tiptap/extension-link` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-link@2.9.0/packages/extension-link)

Updates `@tiptap/extension-subscript` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-subscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-subscript@2.9.0/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-superscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-superscript@2.9.0/packages/extension-superscript)

Updates `@tiptap/extension-typography` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-typography/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-typography@2.9.0/packages/extension-typography)

Updates `@tiptap/starter-kit` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/starter-kit@2.9.0/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-typography"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tiptap
...

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 Oct 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

Superseded by #2040.

@dependabot dependabot bot closed this Oct 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tiptap-f5226c84e9 branch October 23, 2024 19:32
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