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

fix autolink when code is not enabled for editor #4344

Merged
merged 1 commit into from Aug 18, 2023
Merged

fix autolink when code is not enabled for editor #4344

merged 1 commit into from Aug 18, 2023

Conversation

steven-qi
Copy link
Contributor

@steven-qi steven-qi commented Aug 18, 2023

Please describe your changes

fix autolink issue when code extension is not enabled for the editor. See issue #4343 for more details

How did you accomplish your changes

There is a filter in the auto link handler to avoid auto link in a code block. However, when code is not enabled for a particular editor instance, schema.marks.code will be undefined. The handler passed it to rangHasMarks without any validation, and cause an exception.

To fix the issue, we can just return early from the handler when schema.marks.code is a falsy value.

How have you tested your changes

Yes. As the code change is very small, I verified it by applying the same change to my local node_modules folder.

How can we verify your changes

To reproduce the issue, just setup an editor instance with extension-link included, but without extension-code included, type a URL in the editor, then type a space, you should see an exception in the console, and link is not created.

Note, extension-code is part of StarterKit, that's why it does not happen for demos.

After applying this change, auto-link should work without any console error, with or without extension-code

Remarks

[add any additional remarks here]

Checklist

  • The changes are not breaking the editor
  • Added tests where possible
  • Followed the guidelines
  • Fixed linting issues

Related issues

#4343

@netlify
Copy link

netlify bot commented Aug 18, 2023

Deploy Preview for tiptap-embed ready!

Name Link
🔨 Latest commit 8f5a73d
🔍 Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/64dee81863569d00084e165e
😎 Deploy Preview https://deploy-preview-4344--tiptap-embed.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bdbch bdbch changed the base branch from develop to main August 18, 2023 03:57
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.

Good find. I moved the base branch to main so we can include this as a hotfix instead of going the whole rc => release round.

@svenadlung I'd merge this asap so we don't have broken editors

@bdbch bdbch merged commit f2ac7b9 into ueberdosis:main Aug 18, 2023
5 checks passed
@steven-qi steven-qi deleted the steven-qi/fix-autolink-without-code-enabled branch August 18, 2023 07:42
kodiakhq bot added a commit to weareinreach/TransMascFutures that referenced this pull request Aug 18, 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 |
|---|---|---|---|---|---|
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.1` -> `2.1.3`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.1.1/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fextension-link/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fextension-link/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.1` -> `2.1.3`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.1.1/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2freact/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2freact/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2freact/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2freact/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.1` -> `2.1.3`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.1.1/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fstarter-kit/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fstarter-kit/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.1.3`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.1.3)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.1.2...v2.1.3)

##### What's Changed

-   fix autolink when code is not enabled for editor by [@&#8203;steven-qi](https://togithub.com/steven-qi) in [ueberdosis/tiptap#4344

##### New Contributors

-   [@&#8203;steven-qi](https://togithub.com/steven-qi) made their first contribution in [ueberdosis/tiptap#4344

**Full Changelog**: ueberdosis/tiptap@v2.1.2...v2.1.3

### [`v2.1.2`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-link/CHANGELOG.md#212-2023-08-17)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.1.1...v2.1.2)

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

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] 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://developer.mend.io/github/weareinreach/GLAAD).



PR-URL: #144
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to weareinreach/InReach that referenced this pull request Aug 18, 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 |
|---|---|---|---|---|---|
| [@iconify/utils](https://iconify.design/docs/libraries/utils/) ([source](https://togithub.com/iconify/iconify)) | [`2.1.7` -> `2.1.8`](https://renovatebot.com/diffs/npm/@iconify%2futils/2.1.7/2.1.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify%2futils/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify%2futils/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify%2futils/2.1.7/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify%2futils/2.1.7/2.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@playwright/test](https://playwright.dev) ([source](https://togithub.com/Microsoft/playwright)) | [`1.37.0` -> `1.37.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.37.0/1.37.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.37.0/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.37.0/1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-a11y/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-a11y/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-a11y/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-a11y/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/actions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-actions/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-actions/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-actions/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-actions/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-docs](https://togithub.com/storybookjs/storybook/tree/next/code/addons/docs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-docs/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-docs/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-docs/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-docs/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-viewport/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-viewport/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-viewport/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-viewport/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/components](https://togithub.com/storybookjs/storybook/tree/next/code/ui/components) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcomponents/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcomponents/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcomponents/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcomponents/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/core-events](https://togithub.com/storybookjs/storybook/tree/next/code/lib/core-events) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcore-events/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcore-events/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcore-events/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcore-events/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/jest](https://togithub.com/storybookjs/jest) | [`0.2.0` -> `0.2.1`](https://renovatebot.com/diffs/npm/@storybook%2fjest/0.2.0/0.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fjest/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fjest/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fjest/0.2.0/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fjest/0.2.0/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/manager-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/manager-api) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2fmanager-api/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fmanager-api/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fmanager-api/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fmanager-api/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fmanager-api/7.3.1/7.3.2?slim=true)](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.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fnextjs/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fnextjs/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fnextjs/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fnextjs/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/preview-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/preview-api) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-api/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fpreview-api/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fpreview-api/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fpreview-api/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fpreview-api/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/theming](https://togithub.com/storybookjs/storybook/tree/next/code/lib/theming) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftheming/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftheming/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftheming/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftheming/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/types](https://togithub.com/storybookjs/storybook/tree/next/code/lib/types) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/@storybook%2ftypes/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftypes/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftypes/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftypes/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftypes/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@t3-oss/env-nextjs](https://togithub.com/t3-oss/t3-env) | [`0.6.0` -> `0.6.1`](https://renovatebot.com/diffs/npm/@t3-oss%2fenv-nextjs/0.6.0/0.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@t3-oss%2fenv-nextjs/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@t3-oss%2fenv-nextjs/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@t3-oss%2fenv-nextjs/0.6.0/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@t3-oss%2fenv-nextjs/0.6.0/0.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.1` -> `2.1.3`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.1.1/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fextension-link/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fextension-link/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.1` -> `2.1.3`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.1.1/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2freact/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2freact/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2freact/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2freact/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.1.1` -> `2.1.3`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.1.1/2.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fstarter-kit/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fstarter-kit/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/2.1.1/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [mantine-react-table](https://www.mantine-react-table.com/) ([source](https://togithub.com/KevinVandy/mantine-react-table)) | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/mantine-react-table/1.1.1/1.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mantine-react-table/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mantine-react-table/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mantine-react-table/1.1.1/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mantine-react-table/1.1.1/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-phone-number-input](https://gitlab.com/catamphetamine/react-phone-number-input) | [`3.3.2` -> `3.3.4`](https://renovatebot.com/diffs/npm/react-phone-number-input/3.3.2/3.3.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-phone-number-input/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-phone-number-input/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-phone-number-input/3.3.2/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-phone-number-input/3.3.2/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://togithub.com/storybookjs/storybook)) | [`7.3.1` -> `7.3.2`](https://renovatebot.com/diffs/npm/storybook/7.3.1/7.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/7.3.1/7.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>Microsoft/playwright (@&#8203;playwright/test)</summary>

### [`v1.37.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.37.1)

[Compare Source](https://togithub.com/Microsoft/playwright/compare/v1.37.0...v1.37.1)

##### Highlights

[microsoft/playwright#26496 - \[REGRESSION] webServer stdout is always getting printed[microsoft/playwright#26492 - \[REGRESSION] test.only with project dependency is not working

#### Browser Versions

-   Chromium 116.0.5845.82
-   Mozilla Firefox 115.0
-   WebKit 17.0

This version was also tested against the following stable channels:

-   Google Chrome 115
-   Microsoft Edge 115

</details>

<details>
<summary>storybookjs/storybook (@&#8203;storybook/addon-a11y)</summary>

### [`v7.3.2`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#732)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.3.1...v7.3.2)

-   Maintenance: Revert "WebpackBuilder: Remove need for `react` as peerDependency" - [#&#8203;23882](https://togithub.com/storybookjs/storybook/pull/23882), thanks [@&#8203;vanessayuenn](https://togithub.com/vanessayuenn)!

</details>

<details>
<summary>storybookjs/jest (@&#8203;storybook/jest)</summary>

### [`v0.2.1`](https://togithub.com/storybookjs/jest/releases/tag/v0.2.1)

[Compare Source](https://togithub.com/storybookjs/jest/compare/v0.2.0...v0.2.1)

##### 🐛 Bug Fix

-   Release 0.2.1 [#&#8203;38](https://togithub.com/storybookjs/jest/pull/38) ([@&#8203;kasperpeulen](https://togithub.com/kasperpeulen))
-   Specify triple slash reference in banner [#&#8203;37](https://togithub.com/storybookjs/jest/pull/37) ([@&#8203;kasperpeulen](https://togithub.com/kasperpeulen))

##### Authors: 1

-   Kasper Peulen ([@&#8203;kasperpeulen](https://togithub.com/kasperpeulen))

</details>

<details>
<summary>t3-oss/t3-env (@&#8203;t3-oss/env-nextjs)</summary>

### [`v0.6.1`](https://togithub.com/t3-oss/t3-env/blob/HEAD/packages/nextjs/CHANGELOG.md#061)

[Compare Source](https://togithub.com/t3-oss/t3-env/compare/@t3-oss/env-nextjs@0.6.0...@t3-oss/env-nextjs@0.6.1)

##### Patch Changes

-   Updated dependencies \[[`6890765`](https://togithub.com/t3-oss/t3-env/commit/68907651b6a04dcc459cd21fda2edb20f018ea0f)]:
    -   [@&#8203;t3-oss/env-core](https://togithub.com/t3-oss/env-core)[@&#8203;0](https://togithub.com/0).6.1

</details>

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

### [`v2.1.3`](https://togithub.com/ueberdosis/tiptap/releases/tag/v2.1.3)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.1.2...v2.1.3)

#### What's Changed

-   fix autolink when code is not enabled for editor by [@&#8203;steven-qi](https://togithub.com/steven-qi) in [ueberdosis/tiptap#4344

#### New Contributors

-   [@&#8203;steven-qi](https://togithub.com/steven-qi) made their first contribution in [ueberdosis/tiptap#4344

**Full Changelog**: ueberdosis/tiptap@v2.1.2...v2.1.3

### [`v2.1.2`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-link/CHANGELOG.md#212-2023-08-17)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.1.1...v2.1.2)

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

</details>

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

### [`v2.1.3`](https://togithub.com/ueberdosis/tiptap/compare/af017d18ade9fc741c37c325b187ae344daff040...c09d9e9e424d3206e56a35f66f9cf638e47efcd8)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/af017d18ade9fc741c37c325b187ae344daff040...c09d9e9e424d3206e56a35f66f9cf638e47efcd8)

### [`v2.1.2`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/starter-kit/CHANGELOG.md#212-2023-08-17)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.1.1...v2.1.2)

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

</details>

<details>
<summary>KevinVandy/mantine-react-table (mantine-react-table)</summary>

### [`v1.1.2`](https://togithub.com/KevinVandy/mantine-react-table/releases/tag/v1.1.2)

[Compare Source](https://togithub.com/KevinVandy/mantine-react-table/compare/v1.1.1...v1.1.2)

#### What's Changed

-   Disable other row edit buttons when one row is being edited by default
-   Hide global and filter text input clear buttons until there is text in the input
-   Estonian (ET) locale with example by [@&#8203;madhenry](https://togithub.com/madhenry) in [KevinVandy/mantine-react-table#110

#### New Contributors

-   [@&#8203;madhenry](https://togithub.com/madhenry) made their first contribution in [KevinVandy/mantine-react-table#110

**Full Changelog**: KevinVandy/mantine-react-table@v1.1.1...v1.1.2

</details>

<details>
<summary>catamphetamine/react-phone-number-input (react-phone-number-input)</summary>

### [`v3.3.4`](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.3.3...v3.3.4)

[Compare Source](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.3.3...v3.3.4)

### [`v3.3.3`](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.3.2...v3.3.3)

[Compare Source](https://gitlab.com/catamphetamine/react-phone-number-input/compare/v3.3.2...v3.3.3)

</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://developer.mend.io/github/weareinreach/InReach).



PR-URL: #725
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants