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

[@mantine/core] Modal: Fix mobile web modal height display bug. vh ->… #4517

Merged

Conversation

connershoop
Copy link
Contributor

#4516

Fix for mobile web modal display bug by replacing vh unit with newer dvh unit.

(Can redo with branch off of dev if needed)

@rtivital
Copy link
Member

rtivital commented Jul 7, 2023

Have you checked on a mobile device that the fix works?

@connershoop
Copy link
Contributor Author

connershoop commented Jul 7, 2023

Have you checked on a mobile device that the fix works?

I have only manually overwritten the mantine modal css in my own project. Then, on a mobile device, it does work as intended. I will try and test manually in this repo when I get a chance.
It is important to note that this dvh unit is not as universally supported as vh, which could cause problems.
https://caniuse.com/viewport-unit-variants

@connershoop
Copy link
Contributor Author

I have run the storybook locally via npm run storybook Modal and tunneled to my mobile device. The screenshots show the result of the With Scroll modal, after clicking Open canvas in new tab.
First screenshot is master branch, second is connershoop:mobile-modal-display-bug-fix branch.

Screenshot_20230711-091943
Screenshot_20230711-091850

Hope this helps

@hulloitskai
Copy link

hulloitskai commented Jul 15, 2023

Our team ran into this too, and I can confirm that the dvh units fix it on iOS mobile safari.

Our current solution:

export const APP_THEME: MantineThemeOverride = {
  /* ...snip... */
  components: {
    Modal: {
      content: {
        maxHeight: `calc(100dvh - (5dvh * 2))`
      }
    }
  }
}

@rtivital rtivital merged commit 53fe8f8 into mantinedev:master Jul 15, 2023
1 check passed
@rtivital
Copy link
Member

Thanks!

kodiakhq bot pushed a commit to weareinreach/InReach that referenced this pull request Jul 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 |
|---|---|---|---|---|---|
| [@crowdin/crowdin-api-client](https://togithub.com/crowdin/crowdin-api-client-js) | [`1.23.3` -> `1.23.4`](https://renovatebot.com/diffs/npm/@crowdin%2fcrowdin-api-client/1.23.3/1.23.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@crowdin%2fcrowdin-api-client/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@crowdin%2fcrowdin-api-client/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@crowdin%2fcrowdin-api-client/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@crowdin%2fcrowdin-api-client/1.23.3/1.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@googlemaps/google-maps-services-js](https://togithub.com/googlemaps/google-maps-services-js) | [`3.3.33` -> `3.3.34`](https://renovatebot.com/diffs/npm/@googlemaps%2fgoogle-maps-services-js/3.3.33/3.3.34) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@googlemaps%2fgoogle-maps-services-js/3.3.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@googlemaps%2fgoogle-maps-services-js/3.3.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@googlemaps%2fgoogle-maps-services-js/3.3.33/3.3.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@googlemaps%2fgoogle-maps-services-js/3.3.33/3.3.34?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/) | [`1.1.60` -> `1.1.61`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.60/1.1.61) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2fsimple-icons/1.1.61?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@iconify-json%2fsimple-icons/1.1.61?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@iconify-json%2fsimple-icons/1.1.60/1.1.61?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2fsimple-icons/1.1.60/1.1.61?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/carousel](https://mantine.dev/others/carousel/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcarousel/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcarousel/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcarousel/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcarousel/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcore/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcore/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcore/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcore/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dates](https://mantine.dev/dates/getting-started/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fdates/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fdates/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fdates/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fdates/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dropzone](https://mantine.dev/others/dropzone/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fdropzone/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fdropzone/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fdropzone/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fdropzone/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fdropzone/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/form](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fform/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fform/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fform/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fform/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/hooks](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fhooks/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fhooks/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fhooks/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fhooks/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/modals](https://mantine.dev/others/modals/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fmodals/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fmodals/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fmodals/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fmodals/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fmodals/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/next](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnext/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnext/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnext/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnext/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/notifications](https://mantine.dev/others/notifications/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnotifications/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnotifications/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnotifications/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnotifications/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/nprogress](https://mantine.dev/others/nprogress/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnprogress/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnprogress/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnprogress/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnprogress/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fprism/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fprism/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fprism/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fprism/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/spotlight](https://mantine.dev/others/spotlight/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fspotlight/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fspotlight/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fspotlight/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fspotlight/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fspotlight/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/tiptap](https://mantine.dev/others/tiptap) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2ftiptap/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2ftiptap/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2ftiptap/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2ftiptap/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2ftiptap/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/utils](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2futils/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2futils/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2futils/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2futils/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@sentry/nextjs](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/nextjs) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`7.58.1` -> `7.59.2`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/7.58.1/7.59.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fnextjs/7.59.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fnextjs/7.59.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fnextjs/7.58.1/7.59.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fnextjs/7.58.1/7.59.2?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-a11y/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-a11y/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-a11y/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-a11y/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-actions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-actions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-actions/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-actions/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-docs/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-docs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-docs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-docs/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-docs/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-viewport/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-viewport/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-viewport/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-viewport/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcomponents/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcomponents/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcomponents/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcomponents/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fcore-events/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fcore-events/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fcore-events/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fcore-events/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fmanager-api/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fmanager-api/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fmanager-api/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fmanager-api/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fmanager-api/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fnextjs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fnextjs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fnextjs/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fnextjs/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-api/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fpreview-api/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fpreview-api/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fpreview-api/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fpreview-api/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftheming/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftheming/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftheming/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftheming/7.0.27/7.1.0?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2ftypes/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftypes/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftypes/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftypes/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftypes/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/eslint-plugin-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.29.9` -> `4.29.25`](https://renovatebot.com/diffs/npm/@tanstack%2feslint-plugin-query/4.29.9/4.29.25) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2feslint-plugin-query/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2feslint-plugin-query/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2feslint-plugin-query/4.29.9/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2feslint-plugin-query/4.29.9/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.29.23` -> `4.29.25`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.29.23/4.29.25) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-query/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-query/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-query/4.29.23/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-query/4.29.23/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.29.23` -> `4.29.25`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.29.23/4.29.25) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-query-devtools/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-query-devtools/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-query-devtools/4.29.23/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-query-devtools/4.29.23/4.29.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fextension-link/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fextension-link/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2freact/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2freact/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2freact/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2freact/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fstarter-kit/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.0.0/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [esbuild](https://togithub.com/evanw/esbuild) | [`0.18.13` -> `0.18.14`](https://renovatebot.com/diffs/npm/esbuild/0.18.13/0.18.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.18.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.18.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.18.13/0.18.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.18.13/0.18.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.10.7` -> `1.10.8`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.10.7/1.10.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.10.7/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.10.7/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.6.7` -> `8.6.9`](https://renovatebot.com/diffs/npm/pnpm/8.6.7/8.6.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/8.6.7/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/8.6.7/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [pretty-bytes](https://togithub.com/sindresorhus/pretty-bytes) | [`6.1.0` -> `6.1.1`](https://renovatebot.com/diffs/npm/pretty-bytes/6.1.0/6.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pretty-bytes/6.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pretty-bytes/6.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pretty-bytes/6.1.0/6.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pretty-bytes/6.1.0/6.1.1?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.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/storybook/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [superjson](https://togithub.com/blitz-js/superjson) | [`1.12.4` -> `1.13.1`](https://renovatebot.com/diffs/npm/superjson/1.12.4/1.13.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/superjson/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superjson/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superjson/1.12.4/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superjson/1.12.4/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.7` -> `1.10.8`](https://renovatebot.com/diffs/npm/turbo/1.10.7/1.10.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.7/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.7/1.10.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [type-fest](https://togithub.com/sindresorhus/type-fest) | [`3.13.0` -> `3.13.1`](https://renovatebot.com/diffs/npm/type-fest/3.13.0/3.13.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/3.13.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/3.13.0/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [webpack](https://togithub.com/webpack/webpack) | [`5.88.1` -> `5.88.2`](https://renovatebot.com/diffs/npm/webpack/5.88.1/5.88.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/webpack/5.88.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/webpack/5.88.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/webpack/5.88.1/5.88.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/webpack/5.88.1/5.88.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>crowdin/crowdin-api-client-js (@&#8203;crowdin/crowdin-api-client)</summary>

### [`v1.23.4`](https://togithub.com/crowdin/crowdin-api-client-js/releases/tag/1.23.4)

[Compare Source](https://togithub.com/crowdin/crowdin-api-client-js/compare/1.23.3...1.23.4)

##### What's Changed

-   feat: API updates by [@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in [https://github.com/crowdin/crowdin-api-client-js/pull/286](https://togithub.com/crowdin/crowdin-api-client-js/pull/286)

**Full Changelog**: https://github.com/crowdin/crowdin-api-client-js/compare/1.23.3...1.23.4

</details>

<details>
<summary>googlemaps/google-maps-services-js (@&#8203;googlemaps/google-maps-services-js)</summary>

### [`v3.3.34`](https://togithub.com/googlemaps/google-maps-services-js/releases/tag/v3.3.34)

[Compare Source](https://togithub.com/googlemaps/google-maps-services-js/compare/v3.3.33...v3.3.34)

##### [3.3.34](https://togithub.com/googlemaps/google-maps-services-js/compare/v3.3.33...v3.3.34) (2023-07-17)

##### Build System

-   **deps-dev:** bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.3 to 20.4.1 ([#&#8203;1004](https://togithub.com/googlemaps/google-maps-services-js/issues/1004)) ([676bea8](https://togithub.com/googlemaps/google-maps-services-js/commit/676bea834cf8b075f126fa4432d8932fe09c5a17))
-   **deps-dev:** bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.1 to 20.4.2 ([#&#8203;1008](https://togithub.com/googlemaps/google-maps-services-js/issues/1008)) ([a134255](https://togithub.com/googlemaps/google-maps-services-js/commit/a13425545f16c94174f806b8223e4fd37d89fe1a))
-   **deps-dev:** bump prettier from 2.8.8 to 3.0.0 ([#&#8203;1005](https://togithub.com/googlemaps/google-maps-services-js/issues/1005)) ([809e5bf](https://togithub.com/googlemaps/google-maps-services-js/commit/809e5bf54e12008f67cf1babb204992cf35a8964))
-   **deps:** bump semver from 6.3.0 to 6.3.1 ([#&#8203;1006](https://togithub.com/googlemaps/google-maps-services-js/issues/1006)) ([6b38180](https://togithub.com/googlemaps/google-maps-services-js/commit/6b381806a7ca21fd4dd9358932242eaa39832908))

</details>

<details>
<summary>mantinedev/mantine (@&#8203;mantine/carousel)</summary>

### [`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17)

##### What's Changed

-   `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x ([#&#8203;4357](https://togithub.com/mantinedev/mantine/issues/4357), [#&#8203;4174](https://togithub.com/mantinedev/mantine/issues/4174))
-   `[@mantine/core]` PasswordInput: Remove rightSection associated props to avoid confusion ([#&#8203;4436](https://togithub.com/mantinedev/mantine/issues/4436))
-   `[@mantine/core]` Menu: Fix up and down keys not working when first Menu.Item is disabled ([#&#8203;4411](https://togithub.com/mantinedev/mantine/issues/4411))
-   `[@mantine/spotlight]` Fix `target` prop not working ([#&#8203;4494](https://togithub.com/mantinedev/mantine/issues/4494))
-   `[@mantine/core]` Switch: Fix incorrect label styles in RTL ([#&#8203;4515](https://togithub.com/mantinedev/mantine/issues/4515))
-   `[@mantine/core]` Slider: Fix decimal step without precision prop not working ([#&#8203;4538](https://togithub.com/mantinedev/mantine/issues/4538))
-   `[@mantine/core]` Rating: Fix `readOnly` prop not working with `defaultValue` ([#&#8203;4525](https://togithub.com/mantinedev/mantine/issues/4525))
-   `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles in mobile Safari ([#&#8203;4517](https://togithub.com/mantinedev/mantine/issues/4517))
-   `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect` logic, allow disabling `allowDeselect` if `clearable` is set ([#&#8203;4527](https://togithub.com/mantinedev/mantine/issues/4527))
-   `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working ([#&#8203;4532](https://togithub.com/mantinedev/mantine/issues/4532))

##### New Contributors

-   [@&#8203;connershoop](https://togithub.com/connershoop) made their first contribution in [https://github.com/mantinedev/mantine/pull/4517](https://togithub.com/mantinedev/mantine/pull/4517)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.16...6.0.17

</details>

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/nextjs)</summary>

### [`v7.59.2`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7592)

[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.1...7.59.2)

No changes. This release was published to fix publishing issues with 7.59.0 and 7.59.1.
Please see [7.59.0](#&#8203;7590) for the changes in that release.

### [`v7.59.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7591)

[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.58.1...7.59.1)

No changes. This release was published to fix a publishing issue with 7.59.0.
Please see [7.59.0](#&#8203;7590) for the changes in that release.

</details>

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

### [`v7.1.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#710-July-18-2023)

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

Storybook 7.1 is here! 🎉

-   🏄‍♀️ [**In-app onboarding**](https://storybook.js.org/blog/in-app-tour-for-new-users/) to help you set up new projects
-   💅 [**Zero-config styling support**](https://storybook.js.org/blog/zero-config-support-for-tailwind-mui-styled-components-and-emotion/) for major libraries
-   🗃️ [**API reference documentation**](https://storybook.js.org/blog/docs-updates/) and TypeScript-first snippets
-   📇 [**Table of Contents for docs**](https://storybook.js.org/docs/7.1/react/writing-docs/autodocs#generate-a-table-of-contents)
-   🎨 [**Figma** **Design addon**](https://togithub.com/storybookjs/addon-designs) official support
-   📗 **Vue3 source snippets** and reactivity improvements
-   💯 **Hundreds more** fixes and improvements

7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching `7.1.0-alpha.*`, `7.1.0-beta.*`, and `7.1.0-rc.*` for the full list of changes.

For a better upgrade experience, please use one of the following commands:

npm or yarn 1:
`npx storybook@latest upgrade`

pnpm:
`pnpm dlx storybook@latest upgrade`

yarn berry:
`yarn dlx storybook@latest upgrade`

</details>

<details>
<summary>tanstack/query (@&#8203;tanstack/eslint-plugin-query)</summary>

### [`v4.29.25`](https://togithub.com/TanStack/query/releases/tag/v4.29.25)

[Compare Source](https://togithub.com/tanstack/query/compare/v4.29.9...v4.29.25)

Version 4.29.25 - 7/16/2023, 4:56 AM

#### Changes

##### Refactor

-   Sort imports with eslint ([#&#8203;5634](https://togithub.com/tanstack/query/issues/5634)) ([`9c721e5`](https://togithub.com/tanstack/query/commit/9c721e54)) by Lachlan Collins

##### Other

-   Update nx-cloud ([#&#8203;5721](https://togithub.com/tanstack/query/issues/5721)) ([`8f19f73`](https://togithub.com/tanstack/query/commit/8f19f735)) by Lachlan Collins

#### Packages

-   [@&#8203;tanstack/query-core](https://togithub.com/tanstack/query-core)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/react-query](https://togithub.com/tanstack/react-query)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@&#8203;4](https://togithub.com/4).29.25
-   [@&#8203;tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@&#8203;4](https://togithub.com/4).29.25

</details>

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

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

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

##### What's Changed

-   Register CSS through extensions by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/4220](https://togithub.com/ueberdosis/tiptap/pull/4220)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.0.4

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary>

### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#610-2023-07-17)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0)

##### Bug Fixes

-   **eslint-plugin:** \[comma-dangle] fixed crash from undefined predicate.ignore ([#&#8203;7223](https://togithub.com/typescript-eslint/typescript-eslint/issues/7223)) ([d368164](https://togithub.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe))
-   **eslint-plugin:** \[no-floating-promises] false negative calling .then with second argument undefined ([#&#8203;6881](https://togithub.com/typescript-eslint/typescript-eslint/issues/6881)) ([606a52c](https://togithub.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2)), closes [#&#8203;6850](https://togithub.com/typescript-eslint/typescript-eslint/issues/6850)
-   **eslint-plugin:** \[no-floating-promises] finally should be transparent to unhandled promises ([#&#8203;7092](https://togithub.com/typescript-eslint/typescript-eslint/issues/7092)) ([2a4421c](https://togithub.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a))
-   **eslint-plugin:** \[no-unnecessary-type-constraint] correctly fix in cts/mts files ([#&#8203;6795](https://togithub.com/typescript-eslint/typescript-eslint/issues/6795)) ([1404796](https://togithub.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570))
-   **eslint-plugin:** \[no-unused-vars] check if any variable definition is exported ([#&#8203;6873](https://togithub.com/typescript-eslint/typescript-eslint/issues/6873)) ([587ac30](https://togithub.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6)), closes [#&#8203;6188](https://togithub.com/typescript-eslint/typescript-eslint/issues/6188)
-   **eslint-plugin:** fix schemas across several rules and add schema tests ([#&#8203;6947](https://togithub.com/typescript-eslint/typescript-eslint/issues/6947)) ([dd31bed](https://togithub.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601))
-   **eslint-plugin:** include the rules types in the package ([#&#8203;7215](https://togithub.com/typescript-eslint/typescript-eslint/issues/7215)) ([a3da11d](https://togithub.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd))

##### Features

-   **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#&#8203;6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#610-2023-07-17)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0)

##### Features

-   **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#&#8203;6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>evanw/esbuild (esbuild)</summary>

### [`v0.18.14`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#01814)

[Compare Source](https://togithub.com/evanw/esbuild/compare/v0.18.13...v0.18.14)

-   Implement local CSS names ([#&#8203;20](https://togithub.com/evanw/esbuild/issues/20))

    This release introduces two new loaders called `global-css` and `local-css` and two new pseudo-class selectors `:local()` and `:global()`. This is a partial implementation of the popular [CSS modules](https://togithub.com/css-modules/css-modules) approach for avoiding unintentional name collisions in CSS. I'm not calling this feature "CSS modules" because although some people in the community call it that, other people in the community have started using "CSS modules" to refer to [something completely different](https://togithub.com/WICG/webcomponents/blob/60c9f682b63c622bfa0d8222ea6b1f3b659e007c/proposals/css-modules-v1-explainer.md) and now CSS modules is an overloaded term.

    Here's how this new local CSS name feature works with esbuild:

    -   Identifiers that look like `.className` and `#idName` are global with the `global-css` loader and local with the `local-css` loader. Global identifiers are the same across all files (the way CSS normally works) but local identifiers are different between different files. If two separate CSS files use the same local identifier `.button`, esbuild will automatically rename one of them so that they don't collide. This is analogous to how esbuild automatically renames JS local variables with the same name in separate JS files to avoid name collisions.

    -   It only makes sense to use local CSS names with esbuild when you are also using esbuild's bundler to bundle JS files that import CSS files. When you do that, esbuild will generate one export for each local name in the CSS file. The JS code can import these names and use them when constructing HTML DOM. For example:

        ```js
        // app.js
        import { outerShell } from './app.css'
        const div = document.createElement('div')
        div.className = outerShell
        document.body.appendChild(div)
        ```

        ```css
        /* app.css */
        .outerShell {
          position: absolute;
          inset: 0;
        }
        ```

        When you bundle this with `esbuild app.js --bundle --loader:.css=local-css --outdir=out` you'll now get this (notice how the local CSS name `outerShell` has been renamed):

        ```js
        // out/app.js
        (() => {
          // app.css
          var outerShell = "app_outerShell";

          // app.js
          var div = document.createElement("div");
          div.className = outerShell;
          document.body.appendChild(div);
        })();
        ```

        ```css
        /* out/app.css */
        .app_outerShell {
          position: absolute;
          inset: 0;
        }
        ```

        This feature only makes sense to use when bundling is enabled both because your code needs to `import` the renamed local names so that it can use them, and because esbuild needs to be able to process all CSS files containing local names in a single bundling operation so that it can successfully rename conflicting local names to avoid collisions.

    -   If yo

</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: https://github.com/weareinreach/InReach/pull/668
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 added a commit to weareinreach/TransMascFutures that referenced this pull request Jul 20, 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 | Type | Update |
|---|---|---|---|---|---|---|---|
| [@mantine/carousel](https://mantine.dev/others/carousel/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcarousel/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcarousel/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcarousel/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcarousel/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcore/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcore/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcore/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcore/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/dates](https://mantine.dev/dates/getting-started/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fdates/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fdates/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fdates/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fdates/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/dropzone](https://mantine.dev/others/dropzone/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fdropzone/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fdropzone/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fdropzone/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fdropzone/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fdropzone/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/form](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fform/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fform/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fform/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fform/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/hooks](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fhooks/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fhooks/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fhooks/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fhooks/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/modals](https://mantine.dev/others/modals/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fmodals/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fmodals/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fmodals/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fmodals/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fmodals/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/next](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnext/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnext/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnext/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnext/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/notifications](https://mantine.dev/others/notifications/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnotifications/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnotifications/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnotifications/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnotifications/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/nprogress](https://mantine.dev/others/nprogress/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fnprogress/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fnprogress/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fnprogress/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fnprogress/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fprism/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fprism/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fprism/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fprism/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/spotlight](https://mantine.dev/others/spotlight/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2fspotlight/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fspotlight/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fspotlight/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fspotlight/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fspotlight/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/tiptap](https://mantine.dev/others/tiptap) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2ftiptap/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2ftiptap/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2ftiptap/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2ftiptap/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2ftiptap/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@mantine/utils](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.16` -> `6.0.17`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.16/6.0.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2futils/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2futils/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2futils/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2futils/6.0.16/6.0.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-a11y/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-a11y/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-a11y/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-a11y/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-viewport/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-viewport/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-viewport/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-viewport/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/ui/blocks) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fblocks/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fblocks/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fblocks/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fblocks/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fnextjs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fnextjs/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fnextjs/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fnextjs/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@tabler/icons-react](https://tabler-icons.io) ([source](https://togithub.com/tabler/tabler-icons)) | [`2.25.0` -> `2.27.0`](https://renovatebot.com/diffs/npm/@tabler%2ficons-react/2.25.0/2.27.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tabler%2ficons-react/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tabler%2ficons-react/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tabler%2ficons-react/2.25.0/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tabler%2ficons-react/2.25.0/2.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fextension-link/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fextension-link/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2freact/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2freact/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2freact/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2freact/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tiptap%2fstarter-kit/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fnext/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fnext/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.34.0` -> `10.35.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.34.0/10.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.34.0/10.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [@types/umami](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/umami) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`0.1.1` -> `0.1.2`](https://renovatebot.com/diffs/npm/@types%2fumami/0.1.1/0.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fumami/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fumami/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fumami/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fumami/0.1.1/0.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.0.0/6.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.0.0/6.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [eslint-plugin-storybook](https://togithub.com/storybookjs/eslint-plugin-storybook) | [`0.6.12` -> `0.6.13`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.6.12/0.6.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-storybook/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-storybook/0.6.12/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/0.6.12/0.6.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [eslint-plugin-turbo](https://togithub.com/vercel/turbo) | [`1.10.7` -> `1.10.9`](https://renovatebot.com/diffs/npm/eslint-plugin-turbo/1.10.7/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |
| [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.22.1` -> `4.22.3`](https://renovatebot.com/diffs/npm/next-auth/4.22.1/4.22.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-auth/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-auth/4.22.1/4.22.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch |
| [node](https://togithub.com/nodejs/node) | `18.16.1` -> `18.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/node/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/node/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/node/18.16.1/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/node/18.16.1/v18.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |  | minor |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.6.7` -> `8.6.9`](https://renovatebot.com/diffs/npm/pnpm/8.6.7/8.6.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/8.6.7/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/8.6.7/8.6.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | packageManager | patch |
| [storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.27` -> `7.1.0`](https://renovatebot.com/diffs/npm/storybook/7.0.27/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/7.0.27/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor |
| [superjson](https://togithub.com/blitz-js/superjson) | [`1.12.4` -> `1.13.1`](https://renovatebot.com/diffs/npm/superjson/1.12.4/1.13.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/superjson/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/superjson/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/superjson/1.12.4/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/superjson/1.12.4/1.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`1.10.7` -> `1.10.9`](https://renovatebot.com/diffs/npm/turbo/1.10.7/1.10.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/turbo/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/turbo/1.10.7/1.10.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch |

---

### Release Notes

<details>
<summary>mantinedev/mantine (@&#8203;mantine/carousel)</summary>

### [`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17)

##### What's Changed

-   `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x ([#&#8203;4357](https://togithub.com/mantinedev/mantine/issues/4357), [#&#8203;4174](https://togithub.com/mantinedev/mantine/issues/4174))
-   `[@mantine/core]` PasswordInput: Remove rightSection associated props to avoid confusion ([#&#8203;4436](https://togithub.com/mantinedev/mantine/issues/4436))
-   `[@mantine/core]` Menu: Fix up and down keys not working when first Menu.Item is disabled ([#&#8203;4411](https://togithub.com/mantinedev/mantine/issues/4411))
-   `[@mantine/spotlight]` Fix `target` prop not working ([#&#8203;4494](https://togithub.com/mantinedev/mantine/issues/4494))
-   `[@mantine/core]` Switch: Fix incorrect label styles in RTL ([#&#8203;4515](https://togithub.com/mantinedev/mantine/issues/4515))
-   `[@mantine/core]` Slider: Fix decimal step without precision prop not working ([#&#8203;4538](https://togithub.com/mantinedev/mantine/issues/4538))
-   `[@mantine/core]` Rating: Fix `readOnly` prop not working with `defaultValue` ([#&#8203;4525](https://togithub.com/mantinedev/mantine/issues/4525))
-   `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles in mobile Safari ([#&#8203;4517](https://togithub.com/mantinedev/mantine/issues/4517))
-   `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect` logic, allow disabling `allowDeselect` if `clearable` is set ([#&#8203;4527](https://togithub.com/mantinedev/mantine/issues/4527))
-   `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working ([#&#8203;4532](https://togithub.com/mantinedev/mantine/issues/4532))

##### New Contributors

-   [@&#8203;connershoop](https://togithub.com/connershoop) made their first contribution in [https://github.com/mantinedev/mantine/pull/4517](https://togithub.com/mantinedev/mantine/pull/4517)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.16...6.0.17

</details>

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

### [`v7.1.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#710-July-18-2023)

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

Storybook 7.1 is here! 🎉

-   🏄‍♀️ [**In-app onboarding**](https://storybook.js.org/blog/in-app-tour-for-new-users/) to help you set up new projects
-   💅 [**Zero-config styling support**](https://storybook.js.org/blog/zero-config-support-for-tailwind-mui-styled-components-and-emotion/) for major libraries
-   🗃️ [**API reference documentation**](https://storybook.js.org/blog/docs-updates/) and TypeScript-first snippets
-   📇 [**Table of Contents for docs**](https://storybook.js.org/docs/7.1/react/writing-docs/autodocs#generate-a-table-of-contents)
-   🎨 [**Figma** **Design addon**](https://togithub.com/storybookjs/addon-designs) official support
-   📗 **Vue3 source snippets** and reactivity improvements
-   💯 **Hundreds more** fixes and improvements

7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching `7.1.0-alpha.*`, `7.1.0-beta.*`, and `7.1.0-rc.*` for the full list of changes.

For a better upgrade experience, please use one of the following commands:

npm or yarn 1:
`npx storybook@latest upgrade`

pnpm:
`pnpm dlx storybook@latest upgrade`

yarn berry:
`yarn dlx storybook@latest upgrade`

</details>

<details>
<summary>tabler/tabler-icons (@&#8203;tabler/icons-react)</summary>

### [`v2.27.0`](https://togithub.com/tabler/tabler-icons/releases/tag/v2.27.0): Release 2.27.0

[Compare Source](https://togithub.com/tabler/tabler-icons/compare/v2.26.0...v2.27.0)

<img src="https://github.com/tabler/tabler-icons/assets/1282324/7eaa92ea-2a62-4e84-89ac-f6626053cba5" width="584" alt="" />

##### 18 new icons:

-   `square-arrow-down-filled`
-   `square-arrow-left-filled`
-   `square-arrow-right-filled`
-   `square-arrow-up-filled`
-   `square-asterisk-filled`
-   `square-chevron-down-filled`
-   `square-chevron-left-filled`
-   `square-chevron-right-filled`
-   `square-chevron-up-filled`
-   `square-chevrons-down-filled`
-   `square-chevrons-left-filled`
-   `square-chevrons-right-filled`
-   `square-chevrons-up-filled`
-   `square-dot-filled`
-   `square-minus-filled`
-   `square-rounded-minus-filled`
-   `square-x-filled`
-   `triangle-square-circle-filled`

Fixed icons: `square-chevrons-down`, `square-chevrons-left`, `square-chevrons-right`, `square-chevrons-up`

### [`v2.26.0`](https://togithub.com/tabler/tabler-icons/releases/tag/v2.26.0): Release 2.26.0

[Compare Source](https://togithub.com/tabler/tabler-icons/compare/v2.25.0...v2.26.0)

<img src="https://github.com/tabler/tabler-icons/assets/1282324/b8b29cf5-c620-4c0f-bcd4-9bf19811b4a8" width="584" alt="" />

##### 18 new icons:

-   `bookmarks-filled`
-   `bounce-left-filled`
-   `bounce-right-filled`
-   `bowl-filled`
-   `brightness-down-filled`
-   `brightness-up-filled`
-   `cactus-filled`
-   `calculator-filled`
-   `calendar-filled`
-   `campfire-filled`
-   `capture-filled`
-   `caret-down-filled`
-   `caret-left-filled`
-   `caret-right-filled`
-   `caret-up-filled`
-   `category-filled`
-   `mouse-filled`
-   `pointer-filled`

</details>

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

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

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

##### What's Changed

-   Register CSS through extensions by [@&#8203;svenadlung](https://togithub.com/svenadlung) in [https://github.com/ueberdosis/tiptap/pull/4220](https://togithub.com/ueberdosis/tiptap/pull/4220)

**Full Changelog**: https://github.com/ueberdosis/tiptap/compare/v2.0.3...v2.0.4

</details>

<details>
<summary>trpc/trpc (@&#8203;trpc/client)</summary>

### [`v10.35.0`](https://togithub.com/trpc/trpc/releases/tag/v10.35.0)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.34.1...v10.35.0)

##### What's Changed

-   feat(`server`): add `NOT_IMPLEMENTED` status code by [@&#8203;KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4640](https://togithub.com/trpc/trpc/pull/4640)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.1...v10.35.0

### [`v10.34.1`](https://togithub.com/trpc/trpc/releases/tag/v10.34.1)

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.34.0...v10.34.1)

##### What's Changed

-   fix(next-app-dir): `cacheLink` returning same data for multiple cache entries by [@&#8203;juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4629](https://togithub.com/trpc/trpc/pull/4629)

##### New Contributors

-   [@&#8203;nghiepdev](https://togithub.com/nghiepdev) made their first contribution in [https://github.com/trpc/trpc/pull/4574](https://togithub.com/trpc/trpc/pull/4574)
-   [@&#8203;LunaTK](https://togithub.com/LunaTK) made their first contribution in [https://github.com/trpc/trpc/pull/4607](https://togithub.com/trpc/trpc/pull/4607)
-   [@&#8203;moliveiraz](https://togithub.com/moliveiraz) made their first contribution in [https://github.com/trpc/trpc/pull/4603](https://togithub.com/trpc/trpc/pull/4603)
-   [@&#8203;meetqy](https://togithub.com/meetqy) made their first contribution in [https://github.com/trpc/trpc/pull/4621](https://togithub.com/trpc/trpc/pull/4621)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.0...v10.34.1

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary>

### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#610-2023-07-17)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0)

##### Bug Fixes

-   **eslint-plugin:** \[comma-dangle] fixed crash from undefined predicate.ignore ([#&#8203;7223](https://togithub.com/typescript-eslint/typescript-eslint/issues/7223)) ([d368164](https://togithub.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe))
-   **eslint-plugin:** \[no-floating-promises] false negative calling .then with second argument undefined ([#&#8203;6881](https://togithub.com/typescript-eslint/typescript-eslint/issues/6881)) ([606a52c](https://togithub.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2)), closes [#&#8203;6850](https://togithub.com/typescript-eslint/typescript-eslint/issues/6850)
-   **eslint-plugin:** \[no-floating-promises] finally should be transparent to unhandled promises ([#&#8203;7092](https://togithub.com/typescript-eslint/typescript-eslint/issues/7092)) ([2a4421c](https://togithub.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a))
-   **eslint-plugin:** \[no-unnecessary-type-constraint] correctly fix in cts/mts files ([#&#8203;6795](https://togithub.com/typescript-eslint/typescript-eslint/issues/6795)) ([1404796](https://togithub.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570))
-   **eslint-plugin:** \[no-unused-vars] check if any variable definition is exported ([#&#8203;6873](https://togithub.com/typescript-eslint/typescript-eslint/issues/6873)) ([587ac30](https://togithub.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6)), closes [#&#8203;6188](https://togithub.com/typescript-eslint/typescript-eslint/issues/6188)
-   **eslint-plugin:** fix schemas across several rules and add schema tests ([#&#8203;6947](https://togithub.com/typescript-eslint/typescript-eslint/issues/6947)) ([dd31bed](https://togithub.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601))
-   **eslint-plugin:** include the rules types in the package ([#&#8203;7215](https://togithub.com/typescript-eslint/typescript-eslint/issues/7215)) ([a3da11d](https://togithub.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd))

##### Features

-   **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#&#8203;6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary>

### [`v6.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#610-2023-07-17)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0)

##### Features

-   **typescript-estree:** add EXPERIMENTAL_useProjectService option to use TypeScript project service ([#&#8203;6754](https://togithub.com/typescript-eslint/typescript-eslint/issues/6754)) ([6d3d162](https://togithub.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191))

You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

</details>

<details>
<summary>storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)</summary>

### [`v0.6.13`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0613-Thu-Jul-20-2023)

[Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.6.12...v0.6.13)

##### ⚠️ Pushed to `main`

-   Create CODEOWNERS ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))

##### Authors: 1

-   Valentin Palkovic ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))

***

</details>

<details>
<summary>vercel/turbo (eslint-plugin-turbo)</summary>

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.8 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5546](https://togithub.com/vercel/turbo/pull/5546)
-   Update storybook.mdx by [@&#8203;AmitGurbani](https://togithub.com/AmitGurbani) in [https://github.com/vercel/turbo/pull/5537](https://togithub.com/vercel/turbo/pull/5537)
-   docs: document log order by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5463](https://togithub.com/vercel/turbo/pull/5463)
-   feat(turborepo): Add task ids to failure reports by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5535](https://togithub.com/vercel/turbo/pull/5535)
-   fix(turborepo): Allow users to select a Vercel team when linking a repository to a Space by [@&#8203;mknichel](https://togithub.com/mknichel) in [https://github.com/vercel/turbo/pull/5533](https://togithub.com/vercel/turbo/pull/5533)
-   Remove binary optimization step. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/5543](https://togithub.com/vercel/turbo/pull/5543)

#### New Contributors

-   [@&#8203;AmitGurbani](https://togithub.com/AmitGurbani) made their first contribution in [https://github.com/vercel/turbo/pull/5537](https://togithub.com/vercel/turbo/pull/5537)
-   [@&#8203;mknichel](https://togithub.com/mknichel) made their first contribution in [https://github.com/vercel/turbo/pull/5533](https://togithub.com/vercel/turbo/pull/5533)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.10.8...v1.10.9

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

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



#### What's Changed

##### Changelog

-   release(turborepo): 1.10.7 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5434](https://togithub.com/vercel/turbo/pull/5434)
-   chore(turborepo-docs): typo in code generation by [@&#8203;devdumpling](https://togithub.com/devdumpling) in [https://github.com/vercel/turbo/pull/5445](https://togithub.com/vercel/turbo/pull/5445)
-   docs: update create-new.mdx by [@&#8203;tyler-lutz](https://togithub.com/tyler-lutz) in [https://github.com/vercel/turbo/pull/5464](https://togithub.com/vercel/turbo/pull/5464)
-   fix(turborepo): properly tag errors when running in GH Actions by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5435](https://togithub.com/vercel/turbo/pull/5435)
-   feat(turborepo): Calculate package inference by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5406](https://togithub.com/vercel/turbo/pull/5406)
-   feat(lockfile) hide berry lockfile lifetime by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5436](https://togithub.com/vercel/turbo/pull/5436)
-   feat(turborepo): More verbose status error by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5489](https://togithub.com/vercel/turbo/pull/5489)
-   chore: suggest git upgrade by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5472](https://togithub.com/vercel/turbo/pull/5472)
-   release(turborepo): 1.10.8-canary.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5490](https://togithub.com/vercel/turbo/pull/5490)
-   Use Workspace Configurations. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5492](https://togithub.com/vercel/turbo/pull/5492)
-   fix(turborepo): use serde_jsonc recommended pattern. by [@&#8203;nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/vercel/turbo/pull/5491](https://togithub.com/vercel/turbo/pull/5491)
-   chore: Fix clippy errors and remove old feature directives by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5497](https://togithub.com/vercel/turbo/pull/5497)
-   feat(turborepo): Port HTTP Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5065](https://togithub.com/vercel/turbo/pull/5065)
-   fix(turborepo): Copy bytes from stdout and stderr before saving them by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5508](https://togithub.com/vercel/turbo/pull/5508)
-   chore: Added clippy deny all to crates by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5514](https://togithub.com/vercel/turbo/pull/5514)
-   Fix link. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5518](https://togithub.com/vercel/turbo/pull/5518)
-   Better spot for link. by [@&#8203;anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5520](https://togithub.com/vercel/turbo/pull/5520)
-   Implement hashing fallback by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5505](https://togithub.com/vercel/turbo/pull/5505)
-   release(turborepo): 1.10.8-canary.1 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5523](https://togithub.com/vercel/turbo/pull/5523)
-   chore: use fs-err in turborepo fs related libs by [@&#8203;chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5517](https://togithub.com/vercel/turbo/pull/5517)
-   fix(turborepo): Rebuild turbo if Go code has changed by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5530](https://togithub.com/vercel/turbo/pull/5530)
-   fix(turborepo): Export and match on our copy of BasicUI by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5532](https://togithub.com/vercel/turbo/pull/5532)
-   release(turborepo): 1.10.8-canary.2 by [@&#8203;github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5534](https://togithub.com/vercel/turbo/pull/5534)
-   feat(turborepo): FS Cache by [@&#8203;NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5473](https://togithub.com/vercel/turbo/pull/5473)

#### New Contributors

-   [@&#8203;devdumpling](https://togithub.com/devdumpling) made their first contribution in [https://github.com/vercel/turbo/pull/5445](https://togithub.com/vercel/turbo/pull/5445)
-   [@&#8203;tyler-lutz](https://togithub.com/tyler-lutz) made their first contribution in [https://github.com/vercel/turbo/pull/5464](https://togithub.com/vercel/turbo/pull/5464)

**Full Changelog**: https://github.com/vercel/turbo/compare/v1.10.7...v1.10.8

</details>

<details>
<summary>nextauthjs/next-auth (next-auth)</summary>

### [`v4.22.3`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.22.3)

[Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.22.2...next-auth@4.22.3)

**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.2...next-auth@4.22.3

### [`v4.22.2`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.22.2)

[Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@4.22.1...next-auth@4.22.2)

##### Bugfixes

-   **providers**: fix `nodemailer`/required types ([#&#8203;7950](https://togithub.com/nextauthjs/next-auth/issues/7950)) ([`f48eb04`](https://togithub.com/nextauthjs/next-auth/commit/f48eb047))
-   **ts**: adapter interface ([#&#8203;8054](https://togithub.com/nextauthjs/next-auth/issues/8054)) ([`bd37c55`](https://togithub.com/nextauthjs/next-auth/commit/bd37c552))
-   **ts**: add overloads to withAuth middleware ([#&#8203;7999](https://togithub.com/nextauthjs/next-auth/issues/7999)) ([`169a523`](https://togithub.com/nextauthjs/next-auth/commit/169a5230))
-   respect protocol too, when host is trusted ([#&#8203;7214](https://togithub.com/nextauthjs/next-auth/issues/7214))

##### Other

-   remove unused TS types
-   merge changes back to v4 ([#&#8203;7430](https://togithub.com/nextauthjs/next-auth/issues/7430))
-   rephrase

</details>

<details>
<summary>nodejs/node (node)</summary>

### [`v18.17.0`](https://togithub.com/nodejs/node/releases/tag/v18.17.0): 2023-07-18, Version 18.17.0 &#x27;Hydrogen&#x27; (LTS), @&#8203;danielleadams

[Compare Source](https://togithub.com/nodejs/node/compare/v18.16.1...v18.17.0)

##### Notable Changes

##### Ada 2.0

Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements
to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.

Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the
improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4,
while also eliminating the need for the ICU requirement for URL hostname parsing.

Contributed by Yagiz Nizipli and Daniel Lemire in [#&#8203;47339](https://togithub.com/nodejs/node/pull/47339)

##### Web Crypto API

Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations.
This further improves interoperability with other implementations of Web Crypto API.

Contributed by Filip Skokan in [#&#8203;46067](https://togithub.com/nodejs/node/pull/46067)

-   **crypto**:
    -   update root certificates to NSS 3.89 (Node.js GitHub Bot) [#&#8203;47659](https://togithub.com/nodejs/node/pull/47659)
-   **dns**:
    -   **(SEMVER-MINOR)** expose getDefaultResultOrder (btea) [#&#8203;46973](https://togithub.com/nodejs/node/pull/46973)
-   **doc**:
    -   add ovflowd to collaborators (Claudio Wunder) [#&#8203;47844](https://togithub.com/nodejs/node/pull/47844)
    -   add KhafraDev to collaborators (Matthew Aitken) [#&#8203;47510](https://togithub.com/nodejs/node/pull/47510)
-   **events**:
    -   **(SEMVER-MINOR)** add getMaxListeners method (Matthew Aitken) [#&#8203;47039](https://togithub.com/nodejs/node/pull/47039)
-   **fs**:
    -   **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#&#8203;47084](https://togithub.com/nodejs/node/pull/47084)
    -   **(SEMVER-MINOR)** add recursive option to readdir and opendir (Ethan Arrowood) [#&#8203;41439](https://togithub.com/nodejs/node/pull/41439)
    -   **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#&#8203;47084](https://togithub.com/nodejs/node/pull/47084)
    -   **(SEMVER-MINOR)** implement byob mode for readableWebStream() (Debadree Chatterjee) [#&#8203;46933](https://togithub.com/nodejs/node/pull/46933)
-   **http**:
    -   **(SEMVER-MINOR)** prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) [#&#8203;47732](https://togithub.com/nodejs/

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



PR-URL: https://github.com/weareinreach/GLAAD/pull/108
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
marcustisater-kivra added a commit to kivra/toybox that referenced this pull request Oct 23, 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 |
|---|---|---|---|---|---|
| [@mantine/core](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` ->
`6.0.21`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.10/6.0.21)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fcore/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fcore/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fcore/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fcore/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@mantine/prism](https://mantine.dev/others/prism/)
([source](https://togithub.com/mantinedev/mantine)) | [`6.0.10` ->
`6.0.21`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.10/6.0.21)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mantine%2fprism/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mantine%2fprism/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mantine%2fprism/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mantine%2fprism/6.0.10/6.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mantinedev/mantine (@&#8203;mantine/core)</summary>

###
[`v6.0.21`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.21)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.20...6.0.21)

##### Last 6.x patch

This is the last patch for 6.x (at least for a while), next version that
will be released is 7.0.0. If you haven't checked v7 yet, you can review
it here – https://v7.mantine.dev/

##### What's Changed

- `[@mantine/core]` Fix Radio and Checkbox components do not receive
padding when a value of 0 is passed into the label prop
([#&#8203;4755](https://togithub.com/mantinedev/mantine/issues/4755))
- `[@mantine/dates]` Fix incorrect accessible name set on
DatePickerInput and other similar components
([#&#8203;4750](https://togithub.com/mantinedev/mantine/issues/4750))

##### New Contributors

- [@&#8203;qaynam](https://togithub.com/qaynam) made their first
contribution in
[mantinedev/mantine#4755

**Full Changelog**:
mantinedev/mantine@6.0.20...6.0.21

###
[`v6.0.20`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.20)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.19...6.0.20)

##### What's Changed

- `[@mantine/dates]` Calendar: Fix incorrect `hasNextLevel` prop type
([#&#8203;4682](https://togithub.com/mantinedev/mantine/issues/4682))
- `[@mantine/core]` PasswordInput: Set `autocomplete="off"` to prevent
passwords logging in console
([#&#8203;4564](https://togithub.com/mantinedev/mantine/issues/4564))
- `[@mantine/core]` BackgroundImage: Fix image not loading if given
image url contains whitespace
([#&#8203;4715](https://togithub.com/mantinedev/mantine/issues/4715))
- `[@mantine/dates]` Fix: DatePickerInput and DateTimePicker label click
does not focusing the input
([#&#8203;4634](https://togithub.com/mantinedev/mantine/issues/4634))
- `[@mantine/core]` PinInput: Fix OTP paste not working from Google
Keyboard on Android
([#&#8203;4641](https://togithub.com/mantinedev/mantine/issues/4641))
- `[@mantine/core]` Grid: Fix `id` prop not being passed to the root
element
([#&#8203;4666](https://togithub.com/mantinedev/mantine/issues/4666))
- `[@mantine/tiptap]` Fix incorrect color displayed in
ColorPickerControl
([#&#8203;4667](https://togithub.com/mantinedev/mantine/issues/4667))
- `[@mantine/core]` Anchor: Fix incorrect inherited types from Text
([#&#8203;4695](https://togithub.com/mantinedev/mantine/issues/4695))

##### New Contributors

- [@&#8203;hiddenLadder](https://togithub.com/hiddenLadder) made their
first contribution in
[mantinedev/mantine#4642
- [@&#8203;HarshitDoshi](https://togithub.com/HarshitDoshi) made their
first contribution in
[mantinedev/mantine#4692
- [@&#8203;marwinburesch](https://togithub.com/marwinburesch) made their
first contribution in
[mantinedev/mantine#4703
- [@&#8203;HoHieuLuc](https://togithub.com/HoHieuLuc) made their first
contribution in
[mantinedev/mantine#4667
- [@&#8203;lscheibel](https://togithub.com/lscheibel) made their first
contribution in
[mantinedev/mantine#4666
- [@&#8203;saeidalidadi](https://togithub.com/saeidalidadi) made their
first contribution in
[mantinedev/mantine#4641
- [@&#8203;rommelmamedov](https://togithub.com/rommelmamedov) made their
first contribution in
[mantinedev/mantine#4634
- [@&#8203;blueagler](https://togithub.com/blueagler) made their first
contribution in
[mantinedev/mantine#4715
- [@&#8203;yeana-dev](https://togithub.com/yeana-dev) made their first
contribution in
[mantinedev/mantine#4712

**Full Changelog**:
mantinedev/mantine@6.0.19...6.0.20

###
[`v6.0.19`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.19)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.18...6.0.19)

##### What's Changed

- `[@mantine/dates]` DateTimePicker: Add option to get time input ref
with `timeInputProps`
- `[@mantine/hooks]` Fix unexpected breaking change introduced in
`useResizeObserver` in the previous patch
([#&#8203;4632](https://togithub.com/mantinedev/mantine/issues/4632))
- `[@mantine/dates]` Fix incorrect Calendar prop types definition
([#&#8203;4638](https://togithub.com/mantinedev/mantine/issues/4638))

##### New Contributors

- [@&#8203;raul-repos](https://togithub.com/raul-repos) made their first
contribution in
[mantinedev/mantine#4630

**Full Changelog**:
mantinedev/mantine@6.0.18...6.0.19

###
[`v6.0.18`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.18)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.17...6.0.18)

##### What's Changed

- `[@mantine/core]` Spoiler: Fix control button flickering on rerender
([#&#8203;4512](https://togithub.com/mantinedev/mantine/issues/4512))
- `[@mantine/tiptap]` Fix incorrect color displayed in color control in
dark color scheme
([#&#8203;4560](https://togithub.com/mantinedev/mantine/issues/4560))
- `[@mantine/core]` Pagination: Fix incorrect disabled styles when
control node is changed to link
([#&#8203;4578](https://togithub.com/mantinedev/mantine/issues/4578))
- `[@mantine/core]` Modal: Make body's zIndex same as overlay's to allow
modals stacking
([#&#8203;4587](https://togithub.com/mantinedev/mantine/issues/4587))
- `[@mantine/core]` Avatar: Fix incorrect placeholder icon dimensions
([#&#8203;4600](https://togithub.com/mantinedev/mantine/issues/4600))
- `[@mantine/dates]` Fix `defaultDate` overriding `value` prop
([#&#8203;4624](https://togithub.com/mantinedev/mantine/issues/4624))

##### New Contributors

- [@&#8203;mattaningram](https://togithub.com/mattaningram) made their
first contribution in
[mantinedev/mantine#4600
- [@&#8203;ItaiAxelrad](https://togithub.com/ItaiAxelrad) made their
first contribution in
[mantinedev/mantine#4578
- [@&#8203;hellolol2016](https://togithub.com/hellolol2016) made their
first contribution in
[mantinedev/mantine#4560
- [@&#8203;KurtGokhan](https://togithub.com/KurtGokhan) made their first
contribution in
[mantinedev/mantine#4512

**Full Changelog**:
mantinedev/mantine@6.0.17...6.0.18

###
[`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17)

#### What's Changed

- `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x
([#&#8203;4357](https://togithub.com/mantinedev/mantine/issues/4357),
[#&#8203;4174](https://togithub.com/mantinedev/mantine/issues/4174))
- `[@mantine/core]` PasswordInput: Remove rightSection associated props
to avoid confusion
([#&#8203;4436](https://togithub.com/mantinedev/mantine/issues/4436))
- `[@mantine/core]` Menu: Fix up and down keys not working when first
Menu.Item is disabled
([#&#8203;4411](https://togithub.com/mantinedev/mantine/issues/4411))
- `[@mantine/spotlight]` Fix `target` prop not working
([#&#8203;4494](https://togithub.com/mantinedev/mantine/issues/4494))
- `[@mantine/core]` Switch: Fix incorrect label styles in RTL
([#&#8203;4515](https://togithub.com/mantinedev/mantine/issues/4515))
- `[@mantine/core]` Slider: Fix decimal step without precision prop not
working
([#&#8203;4538](https://togithub.com/mantinedev/mantine/issues/4538))
- `[@mantine/core]` Rating: Fix `readOnly` prop not working with
`defaultValue`
([#&#8203;4525](https://togithub.com/mantinedev/mantine/issues/4525))
- `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles
in mobile Safari
([#&#8203;4517](https://togithub.com/mantinedev/mantine/issues/4517))
- `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect`
logic, allow disabling `allowDeselect` if `clearable` is set
([#&#8203;4527](https://togithub.com/mantinedev/mantine/issues/4527))
- `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working
([#&#8203;4532](https://togithub.com/mantinedev/mantine/issues/4532))

#### New Contributors

- [@&#8203;connershoop](https://togithub.com/connershoop) made their
first contribution in
[mantinedev/mantine#4517

**Full Changelog**:
mantinedev/mantine@6.0.16...6.0.17

###
[`v6.0.16`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.16)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.15...6.0.16)

#### What's Changed

- `[@mantine/dates]` DatePicker: Fix `onMonthSelect` not passed down to
Calendar component
([#&#8203;4441](https://togithub.com/mantinedev/mantine/issues/4441))
- `[@mantine/prism]` Fix unexpected code margin when used within
`TypographyStylesProvider`
([#&#8203;4452](https://togithub.com/mantinedev/mantine/issues/4452))
- `[@mantine/dates]` DateTimePicker: Fix `onClick` function from
`submitButtonProps` overriding default behavior
([#&#8203;4465](https://togithub.com/mantinedev/mantine/issues/4465))
- `[@mantine/dates]` Fix date pickers placeholders not having correct
color when parent input has error
([#&#8203;4469](https://togithub.com/mantinedev/mantine/issues/4469))
- `[@mantine/core]` MultiSelect: Fix `portalProps` prop not working
([#&#8203;4485](https://togithub.com/mantinedev/mantine/issues/4485))
- `[@mantine/core]` Fix rem units errors with svg elements in all
components
([#&#8203;4491](https://togithub.com/mantinedev/mantine/issues/4491))
- `[@mantine/dates]` DateInput: Fix stale calendar UI after clear button
was clicked
([#&#8203;4486](https://togithub.com/mantinedev/mantine/issues/4486))
- `[@mantine/core]` Slider: Fix `onChange` prop updates being ignored
([#&#8203;4497](https://togithub.com/mantinedev/mantine/issues/4497))

#### New Contributors

- [@&#8203;Bastian](https://togithub.com/Bastian) made their first
contribution in
[mantinedev/mantine#4497
- [@&#8203;aschenkuttel](https://togithub.com/aschenkuttel) made their
first contribution in
[mantinedev/mantine#4491
- [@&#8203;alessandroaw](https://togithub.com/alessandroaw) made their
first contribution in
[mantinedev/mantine#4469
- [@&#8203;wojonet](https://togithub.com/wojonet) made their first
contribution in
[mantinedev/mantine#4465
- [@&#8203;thascoet](https://togithub.com/thascoet) made their first
contribution in
[mantinedev/mantine#4441

**Full Changelog**:
mantinedev/mantine@6.0.15...6.0.16

###
[`v6.0.15`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.15)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.14...6.0.15)

#### What's Changed

- `[@mantine/core]` Alert: Fix incorrect close button styles in filled
variant
- `[@mantine/core]` Fix incorrect Slider and RangeSlider precision with
keyboard events
- `[@mantine/core]` PinInput: Fix incorrect focus behavior when
`Backspace` key is pressed
([#&#8203;4438](https://togithub.com/mantinedev/mantine/issues/4438))
- `[@mantine/core]` Table: Fix `withColumnBorders` prop not working
([#&#8203;4443](https://togithub.com/mantinedev/mantine/issues/4443))
- `[@mantine/spotlight]` Improve search performance for large actions
lists
([#&#8203;4457](https://togithub.com/mantinedev/mantine/issues/4457))

#### New Contributors

- [@&#8203;Asipita](https://togithub.com/Asipita) made their first
contribution in
[mantinedev/mantine#4444
- [@&#8203;mrbnclt](https://togithub.com/mrbnclt) made their first
contribution in
[mantinedev/mantine#4438

**Full Changelog**:
mantinedev/mantine@6.0.14...6.0.15

###
[`v6.0.14`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.14)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.13...6.0.14)

#### What's Changed

- `[@mantine/hooks]` use-window-event: Improve events type
([#&#8203;4423](https://togithub.com/mantinedev/mantine/issues/4423))
- `[@mantine/core]` MultiSelect: Fix `hoverOnSearchChange` not working
correctly when `creatable` prop is set
([#&#8203;4344](https://togithub.com/mantinedev/mantine/issues/4344))
- `[@mantine/tiptap]` Add option to configure initial state of external
link control
([#&#8203;4373](https://togithub.com/mantinedev/mantine/issues/4373))
- `[@mantine/core]` PinInput: Fix incorrect Backspace key handling
([#&#8203;4379](https://togithub.com/mantinedev/mantine/issues/4379))
- `[@mantine/core]` Table: Fix table styles applied to the nested table
elements, for example in dropdowns
([#&#8203;4393](https://togithub.com/mantinedev/mantine/issues/4393))
- `[@mantine/core]` Image: Fix image alt overflow in Firefox
([#&#8203;4410](https://togithub.com/mantinedev/mantine/issues/4410))

#### New Contributors

- [@&#8203;comphonia](https://togithub.com/comphonia) made their first
contribution in
[mantinedev/mantine#4410
- [@&#8203;skyt-a](https://togithub.com/skyt-a) made their first
contribution in
[mantinedev/mantine#4373
- [@&#8203;vadimkiryanov](https://togithub.com/vadimkiryanov) made their
first contribution in
[mantinedev/mantine#4423

**Full Changelog**:
mantinedev/mantine@6.0.13...6.0.14

###
[`v6.0.13`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.13)

#### What's Changed

- `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not passed
to Calendar component
([#&#8203;4273](https://togithub.com/mantinedev/mantine/issues/4273))
- `[@mantine/core]` AppShell: Fix wrong padding when
`navbarOffsetBreakpoint` and `asideOffsetBreakpoint` have the same value
([#&#8203;4281](https://togithub.com/mantinedev/mantine/issues/4281))
- `[@mantine/core]` Select: Fix unexpected horizontal scrollbar in items
with long text
([#&#8203;4296](https://togithub.com/mantinedev/mantine/issues/4296))
- `[@mantine/core]` NumberInput: Fix missing disabled controls styles
([#&#8203;4314](https://togithub.com/mantinedev/mantine/issues/4314))
- `[@mantine/core]` Fix Select/MultiSelect scrolling page when
`transitionProps` are set
([#&#8203;4327](https://togithub.com/mantinedev/mantine/issues/4327))
- `[@mantine/core]` Chip: Fix unexpected line break when children are
not a plain string
([#&#8203;4328](https://togithub.com/mantinedev/mantine/issues/4328))

#### New Contributors

- [@&#8203;omegahm](https://togithub.com/omegahm) made their first
contribution in
[mantinedev/mantine#4280
- [@&#8203;ot07](https://togithub.com/ot07) made their first
contribution in
[mantinedev/mantine#4290
- [@&#8203;richardboehme](https://togithub.com/richardboehme) made their
first contribution in
[mantinedev/mantine#4314
- [@&#8203;andremonteiro95](https://togithub.com/andremonteiro95) made
their first contribution in
[mantinedev/mantine#4273

**Full Changelog**:
mantinedev/mantine@6.0.11...6.0.13

###
[`v6.0.11`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.11)

[Compare
Source](https://togithub.com/mantinedev/mantine/compare/6.0.10...6.0.11)

##### What's Changed

- `[@mantine/core]` Improve inputs disabled styles handling inside
`fieldset` elements
([#&#8203;4152](https://togithub.com/mantinedev/mantine/issues/4152))
- `[@mantine/core]` Badge: Expose `BadgeVariant` type
([#&#8203;4215](https://togithub.com/mantinedev/mantine/issues/4215))
- `[@mantine/core]` ThemeIcon: Expose `ThemeIconVariant` type
([#&#8203;4216](https://togithub.com/mantinedev/mantine/issues/4216))
- `[@mantine/core]` ColorInput: Add option to set eye dropper aria-label
though prop
([#&#8203;4227](https://togithub.com/mantinedev/mantine/issues/4227))
- `[@mantine/core]` ColorPicker: Fix inaccurate numbers rounding in rgba
and hex colors converters
([#&#8203;4238](https://togithub.com/mantinedev/mantine/issues/4238))
- `[@mantine/core]` MultiSelect: Fix layout shifts in Safari when input
is focused
([#&#8203;4249](https://togithub.com/mantinedev/mantine/issues/4249))
- `[@mantine/core]` Rating: Add CSS color values support in `color` prop
([#&#8203;4251](https://togithub.com/mantinedev/mantine/issues/4251))
- `[@mantine/dates]` Add missing `nextIcon`/`previousIcon` types to all
components
([#&#8203;4180](https://togithub.com/mantinedev/mantine/issues/4180))

##### New Contributors

- [@&#8203;thatanjan](https://togithub.com/thatanjan) made their first
contribution in
[mantinedev/mantine#4248
- [@&#8203;agong-coveo](https://togithub.com/agong-coveo) made their
first contribution in
[mantinedev/mantine#4152

**Full Changelog**:
mantinedev/mantine@6.0.10...6.0.11

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->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/kivra/toybox).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marcus Tisäter <77273035+marcustisater-kivra@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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants