chore(deps): bump @tiptap/core from 3.29.0 to 3.30.4 - #6127
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump @tiptap/core from 3.29.0 to 3.30.4#6127dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) from 3.29.0 to 3.30.4. - [Release notes](https://github.com/ueberdosis/tiptap/releases) - [Changelog](https://github.com/ueberdosis/tiptap/blob/v3.30.4/packages/core/CHANGELOG.md) - [Commits](https://github.com/ueberdosis/tiptap/commits/v3.30.4/packages/core) --- updated-dependencies: - dependency-name: "@tiptap/core" dependency-version: 3.30.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
🟡 Waiting for changesLast updated: 2026-09-02 21:57 UTC |
rtibblesbot
reviewed
Sep 2, 2026
rtibblesbot
left a comment
Contributor
There was a problem hiding this comment.
PR #6127 — @tiptap/core 3.29.0 → 3.30.4, minor bump of a production dependency (package.json + pnpm-lock.yaml only). CI passing, including frontend tests, asset build, and browser smoke test.
- Security: 3.30.4 patches GHSA-cp6q-959q-f8rh (medium) —
mergeAttributes()turns an own__proto__key from untrusted HTML into inherited executable DOM attributes. Affects>= 2.0.0-alpha.0, < 3.30.4. Studio callsmergeAttributeson attributes parsed from HTML inTipTapEditor/extensions/Image.js:42,Math.js:30, andSmallTextExtension.js:29, so this is on a live path here. - Breaking changes: none. 3.30.0 is additive (
addDecorations()hook,getPreviousBlockSibling($pos)); theListKeymapTab change in that release is in@tiptap/extension-list, which this PR does not move. 3.30.1–3.30.3 are JSX-runtime fixes (React path, unused here) plus a fix foreditor.chain/editor.canduring initialization. - Deprecations: none. No code changes required.
- suggestion — peer dependencies: tiptap pins intra-suite peers to exact versions, so moving
corealone leaves the suite unmet in both directions:@tiptap/core@3.30.4wants@tiptap/pm@3.30.4but resolves against 3.29.0 (pnpm-lock.yaml:16), and every@tiptap/extension-*@3.29.0wants@tiptap/core@3.29.0but resolves against 3.30.4. Installs still succeed (pnpm warns; nostrict-peer-dependencies) and the@tiptap/pmhalf is pure version skew — 3.29.0 and 3.30.4 declare byte-identical prosemirror ranges. No sibling dependabot PRs are open for the other packages, so it won't self-resolve; bumping@tiptap/extension-*,starter-kit,vue-2, andpmto 3.30.4 alongsidecorewould clear the warnings.
Merging is the right call regardless — the security fix outweighs the peer noise.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @tiptap/core from 3.29.0 to 3.30.4.
Release notes
Sourced from @tiptap/core's releases.
... (truncated)
Changelog
Sourced from @tiptap/core's changelog.
... (truncated)
Commits
55f59e4chore(release): release new stable release (#8260)01d7af8Merge commit from fork98b469dchore: complete Vite+ migration (#8258)db790a7chore(release): release new stable release (#8216)f434577chore: migrate over to vite+ for tooling (#8151)965a880fix(core): preserve JSX child boundaries (#7491)cef2c9achore(release): release new stable release (#8190)214a140fixededitor.canandeditor.chainto not be accessible on editor … (#8210)3dffed5fix(core): keep mixed JSX children separate in DOM output4c4933dchore(release): release new stable release (#8181)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.