Skip to content

build(deps): bump @tiptap/extension-text-style from 3.23.6 to 3.27.0 in /frontend#150

Merged
ibnbd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/tiptap/extension-text-style-3.23.6
Jun 18, 2026
Merged

build(deps): bump @tiptap/extension-text-style from 3.23.6 to 3.27.0 in /frontend#150
ibnbd merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/tiptap/extension-text-style-3.23.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor

Bumps @tiptap/extension-text-style from 3.23.6 to 3.27.0.

Release notes

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

v3.27.0

@​tiptap/extension-list

Minor Changes

  • 6270b99: Ordered lists now support the type attribute (a, A, i, I).

    The <ol> type attribute is now fully preserved through the HTML round-trip:

    • type="a" → lowercase alphabetical markers
    • type="A" → uppercase alphabetical markers
    • type="i" → lowercase roman numeral markers
    • type="I" → uppercase roman numeral markers

    Paste from external editors (Google Docs, Word, LibreOffice) now correctly detects the list style — both from the HTML type attribute and from CSS list-style-type properties.

    Plain text paste of typed ordered list markers (e.g. a. Item, I) Item, i. Item\nii. Item) is detected and converted to the correct list type.

    Markdown round-trip preserves typed markers: parsing a. Item creates type: "a", and serializing a typed list back to markdown uses the correct prefix (e.g. I., ii.).

    Joining of adjacent lists now respects type — two lists with different types (e.g. default numeric and type="a") are not merged.

Patch Changes

  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
  • Updated dependencies [6270b99]
    • @​tiptap/core@​3.27.0
    • @​tiptap/pm@​3.27.0

@​tiptap/core

Patch Changes

  • 6270b99: Ordered lists now support the type attribute (a, A, i, I).

    The <ol> type attribute is now fully preserved through the HTML round-trip:

    • type="a" → lowercase alphabetical markers
    • type="A" → uppercase alphabetical markers
    • type="i" → lowercase roman numeral markers
    • type="I" → uppercase roman numeral markers

    Paste from external editors (Google Docs, Word, LibreOffice) now correctly detects the list style — both from the HTML type attribute and from CSS list-style-type properties.

    Plain text paste of typed ordered list markers (e.g. a. Item, I) Item, i. Item\nii. Item) is detected and converted to the correct list type.

    Markdown round-trip preserves typed markers: parsing a. Item creates type: "a", and serializing a typed list back to markdown uses the correct prefix (e.g. I., ii.).

... (truncated)

Changelog

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

3.27.0

Patch Changes

  • Updated dependencies [0d0094d]
  • Updated dependencies [795033c]
  • Updated dependencies [0e0c4f9]
  • Updated dependencies [6d12bb9]
    • @​tiptap/core@​3.27.0

3.26.1

Patch Changes

  • @​tiptap/core@​3.26.1

3.26.0

Patch Changes

  • @​tiptap/core@​3.26.0

3.25.0

Patch Changes

  • Updated dependencies [ec291dd]
  • Updated dependencies [454e9b8]
  • Updated dependencies [9cf8db0]
  • Updated dependencies [3d4f94c]
    • @​tiptap/core@​3.25.0

3.24.0

Patch Changes

  • @​tiptap/core@​3.24.0
Commits
  • 2f38887 chore(release): publish a new stable version (#7936)
  • 9e7fc4c chore: add bugs field to all package.json files (#7946)
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • 4025cfa refactor: re-write affected tests so they don't break when HTML
  • 89ade87 fix(tests): update serialization expectations
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • See full diff in compare view

@dependabot @github

dependabot Bot commented on behalf of github May 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) from 3.23.6 to 3.27.0.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.0/packages/extension-text-style)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump @tiptap/extension-text-style from 3.23.1 to 3.23.6 in /frontend build(deps): bump @tiptap/extension-text-style from 3.23.6 to 3.27.0 in /frontend Jun 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/tiptap/extension-text-style-3.23.6 branch from b450b26 to a679168 Compare June 18, 2026 10:53
@ibnbd

ibnbd commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ibnbd ibnbd merged commit 130c7d2 into main Jun 18, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/tiptap/extension-text-style-3.23.6 branch June 18, 2026 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant