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

Loosen peer deps for tiptap packages #45

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

sjdemartini
Copy link
Owner

@sjdemartini sjdemartini commented Jun 15, 2023

Let consumers of the app install newer versions of these various packages if they so choose. It would be nice if this could include packages with versions above 2.0.0-beta.210, but due to https://tiptap.dev/blog/new-pm-package-and-upgrade-guide-for-beta-210 and in particular a change in the table extension, which went from using @tiptap/prosemirror-tables to the original prosemirror-tables package (via @tiptap/pm), we can't easily support both these versions and beta.210+ (including the non-beta 2.0.0+).

We'll bump all tiptap packages to beta.210+ and switch to tiptap/pm separately later.

Let consumers of the app install newer versions of these various
packages if they so choose. It would be nice if this could include
packages with versions above 2.0.0-beta.210, but due to
https://tiptap.dev/blog/new-pm-package-and-upgrade-guide-for-beta-210
and in particular a change in the table extension, which went from using
`@tiptap/prosemirror-tables` to the original `prosemirror-tables`
package (via `@tiptap/pm`), so we can't easily support both.

We'll bump all tiptap packages to beta.210+ and switch to tiptap/pm
separately later.
@sjdemartini sjdemartini merged commit b5c2d72 into main Jun 15, 2023
@sjdemartini sjdemartini deleted the loosen-peer-dep-version-requirements branch June 15, 2023 08:11
sjdemartini added a commit that referenced this pull request Jun 15, 2023
When switching any tiptap package to the beta.210+, we have to use
`@tiptap/pm` for all prosemirror stuff exclusively, in order to ensure
we have consistent prosemirror package  versioning, as described in
https://tiptap.dev/blog/new-pm-package-and-upgrade-guide-for-beta-210

And as such this bumps all packages to beta.210+, most notably to get
around quirks with the prosemirror-tables extension as described in
#45
sjdemartini added a commit that referenced this pull request Jun 16, 2023
When switching any tiptap package to the beta.210+, we have to use
`@tiptap/pm` for all prosemirror stuff exclusively, in order to ensure
we have consistent prosemirror package  versioning, as described in
https://tiptap.dev/blog/new-pm-package-and-upgrade-guide-for-beta-210

And as such this bumps all packages to beta.210+, most notably to get
around quirks with the prosemirror-tables extension as described in
#45
sjdemartini added a commit that referenced this pull request Jun 16, 2023
When switching any tiptap package to the beta.210+, we have to use
`@tiptap/pm` for all prosemirror stuff exclusively, in order to ensure
we have consistent prosemirror package  versioning, as described in
https://tiptap.dev/blog/new-pm-package-and-upgrade-guide-for-beta-210

And as such this bumps all packages to beta.210+, most notably to get
around quirks with the prosemirror-tables extension as described in
#45
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