chore(deps): bump @tiptap/core from 3.29.0 to 3.30.4 in /moon - #2180
chore(deps): bump @tiptap/core from 3.29.0 to 3.30.4 in /moon#2180dependabot[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>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b47977503c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| '@tanstack/react-virtual': ^3.14.8 | ||
| '@testing-library/react': ^16.3.2 | ||
| '@tiptap/core': ^3.29.0 | ||
| '@tiptap/core': ^3.30.4 |
There was a problem hiding this comment.
Upgrade the remaining Tiptap packages with core
On a fresh install, this range resolves core to 3.31.0 while @tiptap/pm and every extension remain at 3.29.0. The generated lockfile declares core's peer on PM as exactly 3.31.0 and the extensions' peer on core as exactly 3.29.0 (moon/pnpm-lock.yaml:5057-5066), so the editor and sync-server now receive a mutually unsatisfied, unsupported peer set, which strict-peer installs reject and default installs only tolerate. Upgrade the Tiptap catalog entries together rather than advancing core alone.
Useful? React with 👍 / 👎.
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.