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 in /client with 16 updates #4297

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the tiptap group in /client with 16 updates:

Package From To
@tiptap/core 2.8.0 2.9.1
@tiptap/extension-color 2.8.0 2.9.1
@tiptap/extension-highlight 2.8.0 2.9.1
@tiptap/extension-image 2.8.0 2.9.1
@tiptap/extension-link 2.8.0 2.9.1
@tiptap/extension-subscript 2.8.0 2.9.1
@tiptap/extension-superscript 2.8.0 2.9.1
@tiptap/extension-table 2.8.0 2.9.1
@tiptap/extension-table-cell 2.8.0 2.9.1
@tiptap/extension-table-header 2.8.0 2.9.1
@tiptap/extension-table-row 2.8.0 2.9.1
@tiptap/extension-text-align 2.8.0 2.9.1
@tiptap/extension-text-style 2.8.0 2.9.1
@tiptap/extension-underline 2.8.0 2.9.1
@tiptap/pm 2.8.0 2.9.1
@tiptap/starter-kit 2.8.0 2.9.1

Updates @tiptap/core from 2.8.0 to 2.9.1

Release notes

Sourced from @​tiptap/core's releases.

v2.9.1

What's Changed

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

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.1

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
  • c206464 chore(release): release version 2.9.1 (#5757)
  • 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-color from 2.8.0 to 2.9.1

Release notes

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

v2.9.1

What's Changed

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

v2.9.0

What's Changed

New Contributors

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

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-highlight from 2.8.0 to 2.9.1

Release notes

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

v2.9.1

What's Changed

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

v2.9.0

What's Changed

New Contributors

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

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-image from 2.8.0 to 2.9.1

Release notes

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

v2.9.1

What's Changed

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

v2.9.0

What's Changed

New Contributors

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

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-link from 2.8.0 to 2.9.1

Release notes

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

v2.9.1

What's Changed

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

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.1

2.9.0

Commits

Updates @tiptap/extension-subscript from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-superscript from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-table from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-table-cell from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Patch Changes

  • 21df331: Tables now properly respect colwidths with multiple values, fixing resizeable columns when the first row has a colspan
Commits

Updates @tiptap/extension-table-header from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Patch Changes

  • 21df331: Tables now properly respect colwidths with multiple values, fixing resizeable columns when the first row has a colspan
Commits

Updates @tiptap/extension-table-row from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-text-align from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-text-style from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/extension-underline from 2.8.0 to 2.9.1

Changelog

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

2.9.1

2.9.0

Commits

Updates @tiptap/pm from 2.8.0 to 2.9.1

Changelog

Sourced from @​tiptap/pm's changelog.

2.9.1

2.9.0

Patch Changes

  • feea1f6: Update prosemirror-view version
Commits

Updates @tiptap/starter-kit from 2.8.0 to 2.9.1

Changelog

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

2.9.1

Patch Changes

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

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

... (truncated)

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

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 28, 2024
@dependabot dependabot bot requested a review from bastianjoel October 28, 2024 10:34
Bumps the tiptap group in /client with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-table-header](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-header) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `2.8.0` | `2.9.1` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.8.0` | `2.9.1` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `2.8.0` | `2.9.1` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.8.0` | `2.9.1` |


Updates `@tiptap/core` from 2.8.0 to 2.9.1
- [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/[email protected]/packages/core)

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

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

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

Updates `@tiptap/extension-link` from 2.8.0 to 2.9.1
- [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/[email protected]/packages/extension-link)

Updates `@tiptap/extension-subscript` from 2.8.0 to 2.9.1
- [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/[email protected]/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 2.8.0 to 2.9.1
- [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/[email protected]/packages/extension-superscript)

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

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

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

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

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

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

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

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

Updates `@tiptap/starter-kit` from 2.8.0 to 2.9.1
- [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/[email protected]/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-color"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-highlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-image"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-link"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-subscript"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-superscript"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-cell"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-header"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-table-row"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-align"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-text-style"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/extension-underline"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/pm"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
- dependency-name: "@tiptap/starter-kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tiptap
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/client/tiptap-953594b363 branch from 912760e to 4e17d0a Compare November 4, 2024 10:41
@Elblinator Elblinator merged commit 97a9285 into main Nov 6, 2024
2 checks passed
@Elblinator Elblinator deleted the dependabot/npm_and_yarn/client/tiptap-953594b363 branch November 6, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants