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

Fixing reoccurring issue #3331 and improving related PR #3533 #3862

Merged
merged 2 commits into from Mar 27, 2023

Conversation

KentoMoriwaki
Copy link
Contributor

In this pull request, I addressed the reoccurring issue from #3331 which resurfaced due to PR #3533. I found that the solution in the comment #3533 (review) was appropriate, and it was implemented in #3781, but it needed some improvements.

I removed the remaining queueMicrotask for a more complete fix. To easily reproduce the issue, I added an example using the Paragraph node view, which helped me confirm that the problem is resolved before and after this commit.

I observed the flushSync warning by removing the line https://github.com/ueberdosis/tiptap/pull/3781/files#diff-c1d83c0fa32f3b18f2d8e5b3eb81f9d951c0d6de903191d495d169d248188ceeR116, , further verifying that the original fix was correct.

cy.get('.ProseMirror').type('{selectall}{moveToEnd}{enter}')
cy.get('.ProseMirror p').eq(1).should('exist').should('have.text', '')
cy.get('.ProseMirror .label').eq(1).should('exist').should('have.text', '0')
})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to test the behavior addressed in this PR, but I could not reproduce in Cypress environment.
But I think this example is still helpful to find this problem easily.

@@ -75,9 +75,7 @@ export class PureEditorContent extends React.Component<EditorContentProps, Edito
// lifecycle methods, and React doesn't allow calling flushSync from inside
// a lifecycle method.
if (this.initialized) {
queueMicrotask(() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this still prevent the initial issue we had before all those changes regarding the cursor position / rendering?

Our Netlify build didn't work for this so I can't test it right now. I'll check it out on my machine in the meantime to test your changes.

Copy link
Contributor

@bdbch bdbch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checked it out locally. Looks fine to me. @svenadlung ?

@bdbch bdbch merged commit 357f3b6 into ueberdosis:develop Mar 27, 2023
10 checks passed
kodiakhq bot added a commit to weareinreach/InReach that referenced this pull request Mar 30, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/main/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/main/addons/actions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-docs](https://togithub.com/storybookjs/storybook/tree/main/addons/docs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-docs/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/main/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/main/addons/interactions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/main/addons/links) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/main/addons/viewport) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/manager-api](https://togithub.com/storybookjs/storybook/tree/main/lib/manager-api) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2fmanager-api/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fmanager-api/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/preview-api](https://togithub.com/storybookjs/storybook/tree/main/code/lib/preview-api) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-api/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fpreview-api/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/main/app/react) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/theming](https://togithub.com/storybookjs/storybook/tree/main/lib/theming) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/types](https://togithub.com/storybookjs/storybook/tree/main/code/lib/types) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/@storybook%2ftypes/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2ftypes/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.0-beta.220` -> `2.0.0`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.0.0-beta.220/2.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0/compatibility-slim/2.0.0-beta.220)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0/confidence-slim/2.0.0-beta.220)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.0-beta.220` -> `2.0.0`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.0.0-beta.220/2.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0/compatibility-slim/2.0.0-beta.220)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0/confidence-slim/2.0.0-beta.220)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.0-beta.220` -> `2.0.0`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.0.0-beta.220/2.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0/compatibility-slim/2.0.0-beta.220)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0/confidence-slim/2.0.0-beta.220)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/eslint](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`8.21.3` -> `8.37.0`](https://renovatebot.com/diffs/npm/@types%2feslint/8.21.3/8.37.0) | [![age](https://badges.renovateapi.com/packages/npm/@types%2feslint/8.37.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2feslint/8.37.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2feslint/8.37.0/compatibility-slim/8.21.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2feslint/8.37.0/confidence-slim/8.21.3)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-import-resolver-typescript](https://togithub.com/import-js/eslint-import-resolver-typescript) | [`3.5.3` -> `3.5.4`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/3.5.3/3.5.4) | [![age](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.5.4/compatibility-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.5.4/confidence-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.8.6` -> `1.8.8`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.8.6/1.8.8) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.8.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.8.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.8.8/compatibility-slim/1.8.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-turbo/1.8.8/confidence-slim/1.8.6)](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.0.0` -> `8.1.0`](https://renovatebot.com/diffs/npm/pnpm/8.0.0/8.1.0) | [![age](https://badges.renovateapi.com/packages/npm/pnpm/8.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/pnpm/8.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/pnpm/8.1.0/compatibility-slim/8.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/pnpm/8.1.0/confidence-slim/8.0.0)](https://docs.renovatebot.com/merge-confidence/) |
| [storybook](https://togithub.com/storybookjs/storybook/tree/main/lib/cli) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-rc.9` -> `7.0.0-rc.10`](https://renovatebot.com/diffs/npm/storybook/7.0.0-rc.9/7.0.0-rc.10) | [![age](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-rc.10/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-rc.10/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-rc.10/compatibility-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-rc.10/confidence-slim/7.0.0-rc.9)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.8.6` -> `1.8.8`](https://renovatebot.com/diffs/npm/turbo/1.8.6/1.8.8) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/compatibility-slim/1.8.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.8/confidence-slim/1.8.6)](https://docs.renovatebot.com/merge-confidence/) |
| [type-fest](https://togithub.com/sindresorhus/type-fest) | [`3.7.1` -> `3.7.2`](https://renovatebot.com/diffs/npm/type-fest/3.7.1/3.7.2) | [![age](https://badges.renovateapi.com/packages/npm/type-fest/3.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/type-fest/3.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/type-fest/3.7.2/compatibility-slim/3.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/type-fest/3.7.2/confidence-slim/3.7.1)](https://docs.renovatebot.com/merge-confidence/) |
| [webpack](https://togithub.com/webpack/webpack) | [`5.76.3` -> `5.77.0`](https://renovatebot.com/diffs/npm/webpack/5.76.3/5.77.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.77.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.77.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.77.0/compatibility-slim/5.76.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.77.0/confidence-slim/5.76.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>storybookjs/storybook</summary>

### [`v7.0.0-rc.10`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-rc10-March-29-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-rc.9...v7.0.0-rc.10)

##### Features

-   CLI: Warn the user for duplicated versions after automigrate [#&#8203;21791](https://togithub.com/storybooks/storybook/pull/21791)

##### Bug Fixes

-   Addon-docs: Add `remark-slug` and `remark-external-links` to Vite builder [#&#8203;21796](https://togithub.com/storybooks/storybook/pull/21796)
-   Blocks: Add children prop types [#&#8203;21803](https://togithub.com/storybooks/storybook/pull/21803)

##### Maintenance

-   CLI: Upgrade to latest storybook/react-native version [#&#8203;21811](https://togithub.com/storybooks/storybook/pull/21811)

</details>

<details>
<summary>ueberdosis/tiptap (@&#8203;tiptap/extension-link)</summary>

### [`v2.0.0`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-link/CHANGELOG.md#&#8203;200-beta220-httpsgithubcomueberdosistiptapcomparev200-beta219v200-beta220-2023-02-28)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.3...393320bf238ac70cd8ae73915addad8065654f24)

**Note:** Version bump only for package [@&#8203;tiptap/extension-link](https://togithub.com/tiptap/extension-link)

### [`v2.0.0-rc.3`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.3)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.2...v2.0.0-rc.3)

##### New Features

-   feat(core): Add editor to context for node and mark schema functions [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3909](https://togithub.com/ueberdosis/tiptap/pull/3909)

##### CI & Documentation

-   Remove Slack Notification Action by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3898](https://togithub.com/ueberdosis/tiptap/pull/3898)
-   Prepare documentation for stable release by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3892](https://togithub.com/ueberdosis/tiptap/pull/3892)
-   New Issue & Discussion Templates by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3907](https://togithub.com/ueberdosis/tiptap/pull/3907)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-rc.2...v2.0.0-rc.3

### [`v2.0.0-rc.2`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.2)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.1...v2.0.0-rc.2)

##### What's Changed

-   Updates [@&#8203;hocuspocus/provider](https://togithub.com/hocuspocus/provider), moves demo to TiptapCollab by [@&#8203;janthurau](https://togithub.com/janthurau) in [https://github.com/ueberdosis/tiptap/pull/3895](https://togithub.com/ueberdosis/tiptap/pull/3895)
-   Merge pull request [#&#8203;3895](https://togithub.com/ueberdosis/tiptap/issues/3895) from ueberdosis/feature/ttCollabProvider by [@&#8203;janthurau](https://togithub.com/janthurau) in [https://github.com/ueberdosis/tiptap/pull/3897](https://togithub.com/ueberdosis/tiptap/pull/3897)
-   Collaboration: Fix history after late-registering plugins by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3901](https://togithub.com/ueberdosis/tiptap/pull/3901)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-rc.1...v2.0.0-rc.2

### [`v2.0.0-rc.1`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.1)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.220...v2.0.0-rc.1)

##### What's Changed

-   Only allow left mouse button to open links by [@&#8203;thecodrr](https://togithub.com/thecodrr) in [https://github.com/ueberdosis/tiptap/pull/3777](https://togithub.com/ueberdosis/tiptap/pull/3777)
-   Optimize empty document detection in `documentClear` plugin by [@&#8203;thecodrr](https://togithub.com/thecodrr) in [https://github.com/ueberdosis/tiptap/pull/3778](https://togithub.com/ueberdosis/tiptap/pull/3778)
-   fix: use prose-base class for sm screens  by [@&#8203;cstrnt](https://togithub.com/cstrnt) in [https://github.com/ueberdosis/tiptap/pull/3810](https://togithub.com/ueberdosis/tiptap/pull/3810)
-   Adds attributes to toggleList by [@&#8203;katerlouis](https://togithub.com/katerlouis) in [https://github.com/ueberdosis/tiptap/pull/3776](https://togithub.com/ueberdosis/tiptap/pull/3776)
-   fix(tests): add assertion for each valid/invalid link by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3815](https://togithub.com/ueberdosis/tiptap/pull/3815)
-   feat(react): allow html attrs in react renderer by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3812](https://togithub.com/ueberdosis/tiptap/pull/3812)
-   fix(react): allow updating event handlers on editor by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3811](https://togithub.com/ueberdosis/tiptap/pull/3811)
-   Improve Cypress Test runner performance with parallelization by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3817](https://togithub.com/ueberdosis/tiptap/pull/3817)
-   build(deps): bump cypress-io/github-action from 5.0.9 to 5.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3835](https://togithub.com/ueberdosis/tiptap/pull/3835)
-   fix: Ordered list start support broke in [#&#8203;3541](https://togithub.com/ueberdosis/tiptap/issues/3541) by [@&#8203;gethari](https://togithub.com/gethari) in [https://github.com/ueberdosis/tiptap/pull/3833](https://togithub.com/ueberdosis/tiptap/pull/3833)
-   Refactor typings (extension-youtube) by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3842](https://togithub.com/ueberdosis/tiptap/pull/3842)
-   build(deps): bump actions/checkout from 3.3.0 to 3.4.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3864](https://togithub.com/ueberdosis/tiptap/pull/3864)
-   build(deps): bump cypress-io/github-action from 5.2.0 to 5.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3863](https://togithub.com/ueberdosis/tiptap/pull/3863)
-   build(deps-dev): bump webpack from 5.73.0 to 5.76.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3855](https://togithub.com/ueberdosis/tiptap/pull/3855)
-   Docs: consistent naming of Tiptap by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3882](https://togithub.com/ueberdosis/tiptap/pull/3882)
-   \[PROPOSAL] dynamic default attributes by [@&#8203;mylesj](https://togithub.com/mylesj) in [https://github.com/ueberdosis/tiptap/pull/3379](https://togithub.com/ueberdosis/tiptap/pull/3379)
-   style(core): fix linting issues by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3884](https://togithub.com/ueberdosis/tiptap/pull/3884)
-   Handle NodeViews in BubbleMenu positioning by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3881](https://togithub.com/ueberdosis/tiptap/pull/3881)
-   chore: add Dev demo folder by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3887](https://togithub.com/ueberdosis/tiptap/pull/3887)
-   CI: Remove slack notifications by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3885](https://togithub.com/ueberdosis/tiptap/pull/3885)
-   Docs: Update nodes and extensions lists by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3886](https://togithub.com/ueberdosis/tiptap/pull/3886)
-   Docs: Remove pro extension callout from collab docs by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3883](https://togithub.com/ueberdosis/tiptap/pull/3883)
-   Fixing reoccurring issue [#&#8203;3331](https://togithub.com/ueberdosis/tiptap/issues/3331) and improving related PR [#&#8203;3533](https://togithub.com/ueberdosis/tiptap/issues/3533) by [@&#8203;KentoMoriwaki](https://togithub.com/KentoMoriwaki) in [https://github.com/ueberdosis/tiptap/pull/3862](https://togithub.com/ueberdosis/tiptap/pull/3862)
-   Release Candidate Preparation by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3890](https://togithub.com/ueberdosis/tiptap/pull/3890)
-   chore: add new release and prerelease actions by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3836](https://togithub.com/ueberdosis/tiptap/pull/3836)

##### New Contributors

-   [@&#8203;thecodrr](https://togithub.com/thecodrr) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3777](https://togithub.com/ueberdosis/tiptap/pull/3777)
-   [@&#8203;cstrnt](https://togithub.com/cstrnt) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3810](https://togithub.com/ueberdosis/tiptap/pull/3810)
-   [@&#8203;katerlouis](https://togithub.com/katerlouis) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3776](https://togithub.com/ueberdosis/tiptap/pull/3776)
-   [@&#8203;mylesj](https://togithub.com/mylesj) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3379](https://togithub.com/ueberdosis/tiptap/pull/3379)
-   [@&#8203;KentoMoriwaki](https://togithub.com/KentoMoriwaki) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3862](https://togithub.com/ueberdosis/tiptap/pull/3862)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.220...v2.0.0-rc.1

</details>

<details>
<summary>ueberdosis/tiptap (@&#8203;tiptap/react)</summary>

### [`v2.0.0`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/react/CHANGELOG.md#&#8203;200-beta220-httpsgithubcomueberdosistiptapcomparev200-beta219v200-beta220-2023-02-28)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.3...393320bf238ac70cd8ae73915addad8065654f24)

**Note:** Version bump only for package [@&#8203;tiptap/react](https://togithub.com/tiptap/react)

### [`v2.0.0-rc.3`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.3)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.2...v2.0.0-rc.3)

##### New Features

-   feat(core): Add editor to context for node and mark schema functions [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3909](https://togithub.com/ueberdosis/tiptap/pull/3909)

##### CI & Documentation

-   Remove Slack Notification Action by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3898](https://togithub.com/ueberdosis/tiptap/pull/3898)
-   Prepare documentation for stable release by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3892](https://togithub.com/ueberdosis/tiptap/pull/3892)
-   New Issue & Discussion Templates by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3907](https://togithub.com/ueberdosis/tiptap/pull/3907)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-rc.2...v2.0.0-rc.3

### [`v2.0.0-rc.2`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.2)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.1...v2.0.0-rc.2)

##### What's Changed

-   Updates [@&#8203;hocuspocus/provider](https://togithub.com/hocuspocus/provider), moves demo to TiptapCollab by [@&#8203;janthurau](https://togithub.com/janthurau) in [https://github.com/ueberdosis/tiptap/pull/3895](https://togithub.com/ueberdosis/tiptap/pull/3895)
-   Merge pull request [#&#8203;3895](https://togithub.com/ueberdosis/tiptap/issues/3895) from ueberdosis/feature/ttCollabProvider by [@&#8203;janthurau](https://togithub.com/janthurau) in [https://github.com/ueberdosis/tiptap/pull/3897](https://togithub.com/ueberdosis/tiptap/pull/3897)
-   Collaboration: Fix history after late-registering plugins by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3901](https://togithub.com/ueberdosis/tiptap/pull/3901)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-rc.1...v2.0.0-rc.2

### [`v2.0.0-rc.1`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.1)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.220...v2.0.0-rc.1)

##### What's Changed

-   Only allow left mouse button to open links by [@&#8203;thecodrr](https://togithub.com/thecodrr) in [https://github.com/ueberdosis/tiptap/pull/3777](https://togithub.com/ueberdosis/tiptap/pull/3777)
-   Optimize empty document detection in `documentClear` plugin by [@&#8203;thecodrr](https://togithub.com/thecodrr) in [https://github.com/ueberdosis/tiptap/pull/3778](https://togithub.com/ueberdosis/tiptap/pull/3778)
-   fix: use prose-base class for sm screens  by [@&#8203;cstrnt](https://togithub.com/cstrnt) in [https://github.com/ueberdosis/tiptap/pull/3810](https://togithub.com/ueberdosis/tiptap/pull/3810)
-   Adds attributes to toggleList by [@&#8203;katerlouis](https://togithub.com/katerlouis) in [https://github.com/ueberdosis/tiptap/pull/3776](https://togithub.com/ueberdosis/tiptap/pull/3776)
-   fix(tests): add assertion for each valid/invalid link by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3815](https://togithub.com/ueberdosis/tiptap/pull/3815)
-   feat(react): allow html attrs in react renderer by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3812](https://togithub.com/ueberdosis/tiptap/pull/3812)
-   fix(react): allow updating event handlers on editor by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3811](https://togithub.com/ueberdosis/tiptap/pull/3811)
-   Improve Cypress Test runner performance with parallelization by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3817](https://togithub.com/ueberdosis/tiptap/pull/3817)
-   build(deps): bump cypress-io/github-action from 5.0.9 to 5.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3835](https://togithub.com/ueberdosis/tiptap/pull/3835)
-   fix: Ordered list start support broke in [#&#8203;3541](https://togithub.com/ueberdosis/tiptap/issues/3541) by [@&#8203;gethari](https://togithub.com/gethari) in [https://github.com/ueberdosis/tiptap/pull/3833](https://togithub.com/ueberdosis/tiptap/pull/3833)
-   Refactor typings (extension-youtube) by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3842](https://togithub.com/ueberdosis/tiptap/pull/3842)
-   build(deps): bump actions/checkout from 3.3.0 to 3.4.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3864](https://togithub.com/ueberdosis/tiptap/pull/3864)
-   build(deps): bump cypress-io/github-action from 5.2.0 to 5.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3863](https://togithub.com/ueberdosis/tiptap/pull/3863)
-   build(deps-dev): bump webpack from 5.73.0 to 5.76.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3855](https://togithub.com/ueberdosis/tiptap/pull/3855)
-   Docs: consistent naming of Tiptap by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3882](https://togithub.com/ueberdosis/tiptap/pull/3882)
-   \[PROPOSAL] dynamic default attributes by [@&#8203;mylesj](https://togithub.com/mylesj) in [https://github.com/ueberdosis/tiptap/pull/3379](https://togithub.com/ueberdosis/tiptap/pull/3379)
-   style(core): fix linting issues by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3884](https://togithub.com/ueberdosis/tiptap/pull/3884)
-   Handle NodeViews in BubbleMenu positioning by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3881](https://togithub.com/ueberdosis/tiptap/pull/3881)
-   chore: add Dev demo folder by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3887](https://togithub.com/ueberdosis/tiptap/pull/3887)
-   CI: Remove slack notifications by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3885](https://togithub.com/ueberdosis/tiptap/pull/3885)
-   Docs: Update nodes and extensions lists by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3886](https://togithub.com/ueberdosis/tiptap/pull/3886)
-   Docs: Remove pro extension callout from collab docs by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3883](https://togithub.com/ueberdosis/tiptap/pull/3883)
-   Fixing reoccurring issue [#&#8203;3331](https://togithub.com/ueberdosis/tiptap/issues/3331) and improving related PR [#&#8203;3533](https://togithub.com/ueberdosis/tiptap/issues/3533) by [@&#8203;KentoMoriwaki](https://togithub.com/KentoMoriwaki) in [https://github.com/ueberdosis/tiptap/pull/3862](https://togithub.com/ueberdosis/tiptap/pull/3862)
-   Release Candidate Preparation by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3890](https://togithub.com/ueberdosis/tiptap/pull/3890)
-   chore: add new release and prerelease actions by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3836](https://togithub.com/ueberdosis/tiptap/pull/3836)

##### New Contributors

-   [@&#8203;thecodrr](https://togithub.com/thecodrr) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3777](https://togithub.com/ueberdosis/tiptap/pull/3777)
-   [@&#8203;cstrnt](https://togithub.com/cstrnt) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3810](https://togithub.com/ueberdosis/tiptap/pull/3810)
-   [@&#8203;katerlouis](https://togithub.com/katerlouis) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3776](https://togithub.com/ueberdosis/tiptap/pull/3776)
-   [@&#8203;mylesj](https://togithub.com/mylesj) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3379](https://togithub.com/ueberdosis/tiptap/pull/3379)
-   [@&#8203;KentoMoriwaki](https://togithub.com/KentoMoriwaki) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3862](https://togithub.com/ueberdosis/tiptap/pull/3862)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.220...v2.0.0-rc.1

</details>

<details>
<summary>ueberdosis/tiptap (@&#8203;tiptap/starter-kit)</summary>

### [`v2.0.0`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/starter-kit/CHANGELOG.md#&#8203;200-beta220-httpsgithubcomueberdosistiptapcomparev200-beta219v200-beta220-2023-02-28)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.3...393320bf238ac70cd8ae73915addad8065654f24)

**Note:** Version bump only for package [@&#8203;tiptap/starter-kit](https://togithub.com/tiptap/starter-kit)

### [`v2.0.0-rc.3`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.3)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.2...v2.0.0-rc.3)

##### New Features

-   feat(core): Add editor to context for node and mark schema functions [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3909](https://togithub.com/ueberdosis/tiptap/pull/3909)

##### CI & Documentation

-   Remove Slack Notification Action by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3898](https://togithub.com/ueberdosis/tiptap/pull/3898)
-   Prepare documentation for stable release by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3892](https://togithub.com/ueberdosis/tiptap/pull/3892)
-   New Issue & Discussion Templates by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3907](https://togithub.com/ueberdosis/tiptap/pull/3907)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-rc.2...v2.0.0-rc.3

### [`v2.0.0-rc.2`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.2)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-rc.1...v2.0.0-rc.2)

##### What's Changed

-   Updates [@&#8203;hocuspocus/provider](https://togithub.com/hocuspocus/provider), moves demo to TiptapCollab by [@&#8203;janthurau](https://togithub.com/janthurau) in [https://github.com/ueberdosis/tiptap/pull/3895](https://togithub.com/ueberdosis/tiptap/pull/3895)
-   Merge pull request [#&#8203;3895](https://togithub.com/ueberdosis/tiptap/issues/3895) from ueberdosis/feature/ttCollabProvider by [@&#8203;janthurau](https://togithub.com/janthurau) in [https://github.com/ueberdosis/tiptap/pull/3897](https://togithub.com/ueberdosis/tiptap/pull/3897)
-   Collaboration: Fix history after late-registering plugins by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3901](https://togithub.com/ueberdosis/tiptap/pull/3901)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-rc.1...v2.0.0-rc.2

### [`v2.0.0-rc.1`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.0.0-rc.1)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.220...v2.0.0-rc.1)

#### What's Changed

-   Only allow left mouse button to open links by [@&#8203;thecodrr](https://togithub.com/thecodrr) in [https://github.com/ueberdosis/tiptap/pull/3777](https://togithub.com/ueberdosis/tiptap/pull/3777)
-   Optimize empty document detection in `documentClear` plugin by [@&#8203;thecodrr](https://togithub.com/thecodrr) in [https://github.com/ueberdosis/tiptap/pull/3778](https://togithub.com/ueberdosis/tiptap/pull/3778)
-   fix: use prose-base class for sm screens  by [@&#8203;cstrnt](https://togithub.com/cstrnt) in [https://github.com/ueberdosis/tiptap/pull/3810](https://togithub.com/ueberdosis/tiptap/pull/3810)
-   Adds attributes to toggleList by [@&#8203;katerlouis](https://togithub.com/katerlouis) in [https://github.com/ueberdosis/tiptap/pull/3776](https://togithub.com/ueberdosis/tiptap/pull/3776)
-   fix(tests): add assertion for each valid/invalid link by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3815](https://togithub.com/ueberdosis/tiptap/pull/3815)
-   feat(react): allow html attrs in react renderer by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3812](https://togithub.com/ueberdosis/tiptap/pull/3812)
-   fix(react): allow updating event handlers on editor by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3811](https://togithub.com/ueberdosis/tiptap/pull/3811)
-   Improve Cypress Test runner performance with parallelization by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3817](https://togithub.com/ueberdosis/tiptap/pull/3817)
-   build(deps): bump cypress-io/github-action from 5.0.9 to 5.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3835](https://togithub.com/ueberdosis/tiptap/pull/3835)
-   fix: Ordered list start support broke in [#&#8203;3541](https://togithub.com/ueberdosis/tiptap/issues/3541) by [@&#8203;gethari](https://togithub.com/gethari) in [https://github.com/ueberdosis/tiptap/pull/3833](https://togithub.com/ueberdosis/tiptap/pull/3833)
-   Refactor typings (extension-youtube) by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3842](https://togithub.com/ueberdosis/tiptap/pull/3842)
-   build(deps): bump actions/checkout from 3.3.0 to 3.4.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3864](https://togithub.com/ueberdosis/tiptap/pull/3864)
-   build(deps): bump cypress-io/github-action from 5.2.0 to 5.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3863](https://togithub.com/ueberdosis/tiptap/pull/3863)
-   build(deps-dev): bump webpack from 5.73.0 to 5.76.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/ueberdosis/tiptap/pull/3855](https://togithub.com/ueberdosis/tiptap/pull/3855)
-   Docs: consistent naming of Tiptap by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3882](https://togithub.com/ueberdosis/tiptap/pull/3882)
-   \[PROPOSAL] dynamic default attributes by [@&#8203;mylesj](https://togithub.com/mylesj) in [https://github.com/ueberdosis/tiptap/pull/3379](https://togithub.com/ueberdosis/tiptap/pull/3379)
-   style(core): fix linting issues by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3884](https://togithub.com/ueberdosis/tiptap/pull/3884)
-   Handle NodeViews in BubbleMenu positioning by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3881](https://togithub.com/ueberdosis/tiptap/pull/3881)
-   chore: add Dev demo folder by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3887](https://togithub.com/ueberdosis/tiptap/pull/3887)
-   CI: Remove slack notifications by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3885](https://togithub.com/ueberdosis/tiptap/pull/3885)
-   Docs: Update nodes and extensions lists by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3886](https://togithub.com/ueberdosis/tiptap/pull/3886)
-   Docs: Remove pro extension callout from collab docs by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/3883](https://togithub.com/ueberdosis/tiptap/pull/3883)
-   Fixing reoccurring issue [#&#8203;3331](https://togithub.com/ueberdosis/tiptap/issues/3331) and improving related PR [#&#8203;3533](https://togithub.com/ueberdosis/tiptap/issues/3533) by [@&#8203;KentoMoriwaki](https://togithub.com/KentoMoriwaki) in [https://github.com/ueberdosis/tiptap/pull/3862](https://togithub.com/ueberdosis/tiptap/pull/3862)
-   Release Candidate Preparation by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3890](https://togithub.com/ueberdosis/tiptap/pull/3890)
-   chore: add new release and prerelease actions by [@&#8203;bdbch](https://togithub.com/bdbch) in [https://github.com/ueberdosis/tiptap/pull/3836](https://togithub.com/ueberdosis/tiptap/pull/3836)

#### New Contributors

-   [@&#8203;thecodrr](https://togithub.com/thecodrr) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3777](https://togithub.com/ueberdosis/tiptap/pull/3777)
-   [@&#8203;cstrnt](https://togithub.com/cstrnt) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3810](https://togithub.com/ueberdosis/tiptap/pull/3810)
-   [@&#8203;katerlouis](https://togithub.com/katerlouis) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3776](https://togithub.com/ueberdosis/tiptap/pull/3776)
-   [@&#8203;mylesj](https://togithub.com/mylesj) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3379](https://togithub.com/ueberdosis/tiptap/pull/3379)
-   [@&#8203;KentoMoriwaki](https://togithub.com/KentoMoriwaki) made their first contribution in [https://github.com/ueberdosis/tiptap/pull/3862](https://togithub.com/ueberdosis/tiptap/pull/3862)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.220...v2.0.0-rc.1

</details>

<details>
<summary>import-js/eslint-import-resolver-typescript</summary>

### [`v3.5.4`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;354)

[Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.3...v3.5.4)

##### Patch Changes

-   [`25f3920`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/25f3920cdef31701396fe25dd0942c472400b3a6) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: enhanced-resolve is commonjs only - close [#&#8203;213](https://togithub.com/import-js/eslint-import-resolver-typescript/issues/213)

-   [#&#8203;219](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/219) [`0bf6ffb`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/0bf6ffb82bad35e96b22b7b7b91b94aa7ed875f8) Thanks [@&#8203;lsmurray](https://togithub.com/lsmurray)! - fix: check if cwd changed to bust mapper cache

</details>

<details>
<summary>vercel/turbo</summary>

### [`v1.8.8`](https://togithub.com/vercel/turbo/releases/tag/v1.8.8): Turborepo v1.8.8

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.7...v1.8.8)



#### What's Changed

##### Changelog

-   feat(place patches in json folder when pruning for docker) by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4318](https://togithub.com/vercel/turbo/pull/4318)
-   chore(deps): update dependency tsx to v3.12.6 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/vercel/turbo/pull/4328](https://togithub.com/vercel/turbo/pull/4328)
-   Make attempted include tasks that started but didn't finish by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4378](https://togithub.com/vercel/turbo/pull/4378)
-   Revert "Add cache state to task summaries on real runs" by [@&#8203;tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/4390](https://togithub.com/vercel/turbo/pull/4390)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.7...v1.8.8

### [`v1.8.7`](https://togithub.com/vercel/turbo/releases/tag/v1.8.7): Turborepo v1.8.7

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.6...v1.8.7)



#### What's Changed

##### Changelog

-   Add cache state to task summaries on real runs by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4225](https://togithub.com/vercel/turbo/pull/4225)
-   Update Done payload for Vercel Runs by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4371](https://togithub.com/vercel/turbo/pull/4371)
-   move env var handling into rust and expose summarize env as a command by [@&#8203;arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/4364](https://togithub.com/vercel/turbo/pull/4364)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.8.6...v1.8.7

</details>

<details>
<summary>pnpm/pnpm</summary>

### [`v8.1.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.1.0)

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.0.0...v8.1.0)

#### Minor Changes

-   A new setting has been added called `dedupe-direct-deps`, which is disabled by default. When set to `true`, dependencies that are already symlinked to the root `node_modules` directory of the workspace will not be symlinked to subproject `node_modules` directories. This feature was enabled by default in v8.0.0 but caused issues, so it's best to disable it by default [#&#8203;6299](https://togithub.com/pnpm/pnpm/issues/6299).
-   Add `ignore-workspace-cycles` to silence workspace cycle warning [#&#8203;6308](https://togithub.com/pnpm/pnpm/pull/6308).

#### Patch Changes

-   Print the right lowest supported Node.js version in the error message, when pnpm is executed with an old Node.js version [#&#8203;6297](https://togithub.com/pnpm/pnpm/issues/6297).
-   Improve the outdated lockfile error message [#&#8203;6304](https://togithub.com/pnpm/pnpm/pull/6304).

#### Our Gold Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a>
      </td>
      <td align="center" valign="middle">
        <a href="https://novu.co/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/novu.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/novu_light.svg" />
            <img src="https://pnpm.io/img/users/novu.svg" width="180" />
          </picture>
        </a>
      </td>
    </tr>
    <tr>
      <td align="center" valign="middle">
        <a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/prisma.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/prisma_light.svg" />
            <img src="https://pnpm.io/img/users/prisma.svg" width="180" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://www.flightcontrol.dev/?ref=pnpm" target="_blank"><img src="https://pnpm.io/img/users/flightcontrol.png" width="240"></a>
      </td>
    </tr>
  </tbody>
</table>

#### Our Silver Sponsors

<table>
  <tbody>
    <tr>
      <td align="center" valign="middle">
        <a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <img src="https://pnpm.io/img/users/leniolabs.jpg" width="80">
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vercel.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vercel_light.svg" />
            <img src="https://pnpm.io/img/users/vercel.svg" width="180" />
          </picture>
        </a>
      </td>
      <td align="center" valign="middle">
        <a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank">
          <picture>
            <source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/depot.svg" />
            <source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/depot_light.svg" />
            <img src="https://pnpm.io/img/users/depot.svg" width="200" />
          </picture>
        </a>
      </td>
    </tr>
  </tbody>
</table>

</details>

<details>
<summary>sindresorhus/type-fest</summary>

### [`v3.7.2`](https://togithub.com/sindresorhus/type-fest/releases/tag/v3.7.2)

[Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v3.7.1...v3.7.2)

-   Fix `Merge` with optional `any` value ([#&#8203;583](https://togithub.com/sindresorhus/type-fest/issues/583))  [`60a057b`](https://togithub.com/sindresorhus/type-fest/commit/60a057b)

</details>

<details>
<summary>webpack/webpack</summary>

### [`v5.77.0`](https://togithub.com/webpack/webpack/releases/tag/v5.77.0)

[Compare Source](https://togithub.com/webpack/webpack/compare/v5.76.3...v5.77.0)

#### New Features

-   Add a new output option, `output.workerPublicPath` by [@&#8203;thomastay](https://togithub.com/thomastay) in [https://github.com/webpack/webpack/pull/16671](https://togithub.com/webpack/webpack/pull/16671)

#### Developer Experience

-   Improve `resolve.extensions` error message to suggest when `"."` is missing before the extension by [@&#8203;snitin315](https://togithub.com/snitin315) in [https://github.com/webpack/webpack/pull/16807](https://togithub.com/webpack/webpack/pull/16807)

#### Contributor Experience

-   Enable GitHub Copilot for PR's into default Pull Request Template by [@&#8203;TheLarkInn](https://togithub.com/TheLarkInn) in [https://github.com/webpack/webpack/pull/16881](https://togithub.com/webpack/webpack/pull/16881)

#### New Contributors

-   [@&#8203;thomastay](https://togithub.com/thomastay) made their first contribution in [https://github.com/webpack/webpack/pull/16671](https://togithub.com/webpack/webpack/pull/16671)

**Full Changelog**: https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: https://github.com/weareinreach/InReach/pull/359
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aliasliao pushed a commit to aliasliao/tiptap that referenced this pull request May 24, 2023
…berdosis#3533 (ueberdosis#3862)

* Add custom paragraph example

* Remove unnecessary queueMicrotask
andrewlu0 pushed a commit to trybaseplate/tiptap that referenced this pull request Oct 20, 2023
…berdosis#3533 (ueberdosis#3862)

* Add custom paragraph example

* Remove unnecessary queueMicrotask
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.

None yet

2 participants