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

protected intersection for vanilla client #3693

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

sachinraja
Copy link
Member

Closes #3530

Naming a procedure something that conflicts with a TRPCUntypedClient property is now a type error.

@vercel
Copy link

vercel bot commented Jan 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
next-prisma-starter ✅ Ready (Inspect) Visit Preview Jan 30, 2023 at 6:05AM (UTC)
og-image ✅ Ready (Inspect) Visit Preview Jan 30, 2023 at 6:05AM (UTC)
www ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 30, 2023 at 6:05AM (UTC)

@sachinraja sachinraja changed the title protected intersection for untyped client class protected intersection for vanilla client Jan 30, 2023
Copy link
Member

@KATT KATT left a comment

Choose a reason for hiding this comment

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

Is there a reason we wouldn't do this on the backend?

/**
* Reserved words that can't be used as router or procedure names
*/
const reservedWords = [
/**
* Then is a reserved word because otherwise we can't return a promise that returns a Proxy
* since JS will think that `.then` is something that exists
*/
'then',
];

@juliusmarminge
Copy link
Member

Is there a reason we wouldn't do this on the backend?

/**
* Reserved words that can't be used as router or procedure names
*/
const reservedWords = [
/**
* Then is a reserved word because otherwise we can't return a promise that returns a Proxy
* since JS will think that `.then` is something that exists
*/
'then',
];

This was my initial thought too - the earlier the error the better. Pretty "annoying" making the entire router just to go on the frontend and see you used reserved keywords so you have to come up with new names

@juliusmarminge
Copy link
Member

I guess the difference is that then should be banned on all levels deep while e.g. links only needs to be banned at depth 1 if that makes sense?

Copy link
Member

@KATT KATT left a comment

Choose a reason for hiding this comment

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

This is good.

For next major I think we should do some _-prefix or something to make these less rare. I don't like that we are blocking a generic word like "links" because we need it for some internals

@sachinraja
Copy link
Member Author

Is there a reason we wouldn't do this on the backend?

It's not a problem if you're using the React or Next client.

I guess the difference is that then should be banned on all levels deep while e.g. links only needs to be banned at depth 1 if that makes sense?

Also correct

For next major I think we should do some _-prefix or something to make these less rare. I don't like that we are blocking a generic word like "links" because we need it for some internals

I think we'd be better off just moving to a functional API. I have some ideas on how to do that.

@sachinraja sachinraja merged commit 7e97705 into main Jan 31, 2023
@sachinraja sachinraja deleted the protected-vanilla-client-intersection branch January 31, 2023 01:32
@dotansimha
Copy link

dotansimha commented Jan 31, 2023

Seems like this PR removed inferRouterProxyClient - what's the alternative? we noticed this breaking change in v10.9.1 (kamilkisiela/graphql-hive#1195)

@juliusmarminge
Copy link
Member

juliusmarminge commented Jan 31, 2023

Is there a reason we wouldn't do this on the backend?
It's not a problem if you're using the React or Next client

The problem would still occur when doing

const utils = trpc.useContext();
utils.client.links

No?

kodiakhq bot added a commit to weareinreach/InReach that referenced this pull request Jan 31, 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 |
|---|---|---|---|---|---|
| [@aws-sdk/client-cognito-identity-provider](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-cognito-identity-provider) ([source](https://togithub.com/aws/aws-sdk-js-v3)) | [`3.259.0` -> `3.261.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-cognito-identity-provider/3.259.0/3.261.0) | [![age](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.261.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.261.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.261.0/compatibility-slim/3.259.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@aws-sdk%2fclient-cognito-identity-provider/3.261.0/confidence-slim/3.259.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@iconify-json/simple-icons](https://icon-sets.iconify.design/simple-icons/) | [`1.1.41` -> `1.1.42`](https://renovatebot.com/diffs/npm/@iconify-json%2fsimple-icons/1.1.41/1.1.42) | [![age](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.42/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.42/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.42/compatibility-slim/1.1.41)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@iconify-json%2fsimple-icons/1.1.42/confidence-slim/1.1.41)](https://docs.renovatebot.com/merge-confidence/) |
| [@iconify/react](https://iconify.design/) ([source](https://togithub.com/iconify/iconify)) | [`4.0.1` -> `4.1.0`](https://renovatebot.com/diffs/npm/@iconify%2freact/4.0.1/4.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@iconify%2freact/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@iconify%2freact/4.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@iconify%2freact/4.1.0/compatibility-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@iconify%2freact/4.1.0/confidence-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@iconify/utils](https://iconify.design/) ([source](https://togithub.com/iconify/iconify)) | [`2.0.12` -> `2.1.0`](https://renovatebot.com/diffs/npm/@iconify%2futils/2.0.12/2.1.0) | [![age](https://badges.renovateapi.com/packages/npm/@iconify%2futils/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@iconify%2futils/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@iconify%2futils/2.1.0/compatibility-slim/2.0.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@iconify%2futils/2.1.0/confidence-slim/2.0.12)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/main/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/main/addons/actions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-actions/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/main/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/main/addons/interactions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/main/addons/links) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/main/addons/viewport) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/main/app/react) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/theming](https://togithub.com/storybookjs/storybook/tree/main/lib/theming) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2ftheming/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/eslint-plugin-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.21.0` -> `4.24.0`](https://renovatebot.com/diffs/npm/@tanstack%2feslint-plugin-query/4.21.0/4.24.0) | [![age](https://badges.renovateapi.com/packages/npm/@tanstack%2feslint-plugin-query/4.24.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tanstack%2feslint-plugin-query/4.24.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tanstack%2feslint-plugin-query/4.24.0/compatibility-slim/4.21.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tanstack%2feslint-plugin-query/4.24.0/confidence-slim/4.21.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.23.0` -> `4.24.4`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.23.0/4.24.4) | [![age](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/compatibility-slim/4.23.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/confidence-slim/4.23.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query-devtools](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.23.0` -> `4.24.4`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query-devtools/4.23.0/4.24.4) | [![age](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.24.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.24.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.24.4/compatibility-slim/4.23.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query-devtools/4.24.4/confidence-slim/4.23.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.9.1`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.9.0/10.9.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.9.1/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.9.1/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.9.1`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.9.0/10.9.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.9.1/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.9.1/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.9.1`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.9.0/10.9.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.9.1/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.9.1/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.9.1`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.9.0/10.9.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.9.1/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.9.1/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.49.0` -> `5.50.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.49.0/5.50.0) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.50.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.50.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.50.0/compatibility-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.50.0/confidence-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.49.0` -> `5.50.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.49.0/5.50.0) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.50.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.50.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.50.0/compatibility-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.50.0/confidence-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-jwt-verify](https://togithub.com/awslabs/aws-jwt-verify) | [`3.3.0` -> `3.4.0`](https://renovatebot.com/diffs/npm/aws-jwt-verify/3.3.0/3.4.0) | [![age](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |
| [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`1.2.5` -> `1.2.6`](https://renovatebot.com/diffs/npm/axios/1.2.5/1.2.6) | [![age](https://badges.renovateapi.com/packages/npm/axios/1.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/axios/1.2.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/axios/1.2.6/compatibility-slim/1.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/axios/1.2.6/confidence-slim/1.2.5)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.32.0` -> `8.33.0`](https://renovatebot.com/diffs/npm/eslint/8.32.0/8.33.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/compatibility-slim/8.32.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint/8.33.0/confidence-slim/8.32.0)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-react](https://togithub.com/jsx-eslint/eslint-plugin-react) | [`7.32.1` -> `7.32.2`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.32.1/7.32.2) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.32.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.32.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.32.2/compatibility-slim/7.32.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.32.2/confidence-slim/7.32.1)](https://docs.renovatebot.com/merge-confidence/) |
| [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.18.10` -> `4.19.0`](https://renovatebot.com/diffs/npm/next-auth/4.18.10/4.19.0) | [![age](https://badges.renovateapi.com/packages/npm/next-auth/4.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next-auth/4.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next-auth/4.19.0/compatibility-slim/4.18.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next-auth/4.19.0/confidence-slim/4.18.10)](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`7.26.0` -> `7.26.2`](https://renovatebot.com/diffs/npm/pnpm/7.26.0/7.26.2) | [![age](https://badges.renovateapi.com/packages/npm/pnpm/7.26.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/pnpm/7.26.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/pnpm/7.26.2/compatibility-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/pnpm/7.26.2/confidence-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) |
| [prettier-plugin-packagejson](https://togithub.com/matzkoh/prettier-plugin-packagejson) | [`2.4.0` -> `2.4.2`](https://renovatebot.com/diffs/npm/prettier-plugin-packagejson/2.4.0/2.4.2) | [![age](https://badges.renovateapi.com/packages/npm/prettier-plugin-packagejson/2.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier-plugin-packagejson/2.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier-plugin-packagejson/2.4.2/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier-plugin-packagejson/2.4.2/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) |
| [quicktype-core](https://togithub.com/quicktype/quicktype) | [`21.0.4` -> `21.0.9`](https://renovatebot.com/diffs/npm/quicktype-core/21.0.4/21.0.9) | [![age](https://badges.renovateapi.com/packages/npm/quicktype-core/21.0.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/quicktype-core/21.0.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/quicktype-core/21.0.9/compatibility-slim/21.0.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/quicktype-core/21.0.9/confidence-slim/21.0.4)](https://docs.renovatebot.com/merge-confidence/) |
| [storybook](https://togithub.com/storybookjs/storybook/tree/main/lib/cli) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.38`](https://renovatebot.com/diffs/npm/storybook/7.0.0-beta.36/7.0.0-beta.38) | [![age](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.38/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.38/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.38/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.38/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| trpc-panel | [`1.2.6` -> `1.2.7`](https://renovatebot.com/diffs/npm/trpc-panel/1.2.6/1.2.7) | [![age](https://badges.renovateapi.com/packages/npm/trpc-panel/1.2.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/trpc-panel/1.2.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/trpc-panel/1.2.7/compatibility-slim/1.2.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/trpc-panel/1.2.7/confidence-slim/1.2.6)](https://docs.renovatebot.com/merge-confidence/) |
| [type-fest](https://togithub.com/sindresorhus/type-fest) | [`3.5.3` -> `3.5.4`](https://renovatebot.com/diffs/npm/type-fest/3.5.3/3.5.4) | [![age](https://badges.renovateapi.com/packages/npm/type-fest/3.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/type-fest/3.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/type-fest/3.5.4/compatibility-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/type-fest/3.5.4/confidence-slim/3.5.3)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.9.4` -> `4.9.5`](https://renovatebot.com/diffs/npm/typescript/4.9.4/4.9.5) | [![age](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/compatibility-slim/4.9.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/confidence-slim/4.9.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>aws/aws-sdk-js-v3</summary>

### [`v3.261.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-cognito-identity-provider/CHANGELOG.md#&#8203;32610-httpsgithubcomawsaws-sdk-js-v3comparev32600v32610-2023-01-30)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.259.0...v3.261.0)

**Note:** Version bump only for package [@&#8203;aws-sdk/client-cognito-identity-provider](https://togithub.com/aws-sdk/client-cognito-identity-provider)

</details>

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

### [`v7.0.0-beta.38`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-beta38-January-31-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.36...v7.0.0-beta.38)

##### Features

-   CLI: Generate main config with default exports [#&#8203;20797](https://togithub.com/storybooks/storybook/pull/20797)

##### Bug Fixes

-   CLI: Only add dependencies on sb init if they do not exist [#&#8203;20811](https://togithub.com/storybooks/storybook/pull/20811)
-   CLI: Install prerelease of [@&#8203;storybook/testing-library](https://togithub.com/storybook/testing-library) in CLI starters [#&#8203;20819](https://togithub.com/storybooks/storybook/pull/20819)

##### Dependency Upgrades

-   Update lazy-universal-dotenv & regen lockfile [#&#8203;20832](https://togithub.com/storybooks/storybook/pull/20832)
-   Instrumenter: Remove unused core-js dependency [#&#8203;20831](https://togithub.com/storybooks/storybook/pull/20831)

</details>

<details>
<summary>tanstack/query</summary>

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

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

Version 4.24.0 - 1/28/2023, 6:51 AM

#### Changes

##### Feat

-   eslint-plugin: support query key factory ([#&#8203;4879](https://togithub.com/tanstack/query/issues/4879)) ([`13f5347`](https://togithub.com/tanstack/query/commit/13f53470)) by Eliya Cohen
-   eslint-plugin: prefer-object-syntax support useMutation and createMutation ([#&#8203;4893](https://togithub.com/tanstack/query/issues/4893)) ([`d4fa2b9`](https://togithub.com/tanstack/query/commit/d4fa2b98)) by Eliya Cohen

##### Chore

-   fix ci-v3 ([`9c15b32`](https://togithub.com/tanstack/query/commit/9c15b327)) by Dominik Dorfmeister

##### Docs

-   svelte-query: Correctly type layout data when using prefetchQuery ([#&#8203;4852](https://togithub.com/tanstack/query/issues/4852)) ([`9404df4`](https://togithub.com/tanstack/query/commit/9404df4c)) by Rendani Gangazhe
-   Fix variable reference issue on sveltekit doc ([#&#8203;4861](https://togithub.com/tanstack/query/issues/4861)) ([`68c3e19`](https://togithub.com/tanstack/query/commit/68c3e19b)) by Niko Mendo
-   ssr: add experimental app directory guide ([#&#8203;4568](https://togithub.com/tanstack/query/issues/4568)) ([`b9cb5f1`](https://togithub.com/tanstack/query/commit/b9cb5f14)) by Eric Filion

##### Other

-   Update ci-v3.yml ([`9a7f66f`](https://togithub.com/tanstack/query/commit/9a7f66f9)) by Tanner Linsley

#### Packages

-   [@&#8203;tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@&#8203;4](https://togithub.com/4).24.0

</details>

<details>
<summary>trpc/trpc</summary>

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.9.0...v10.9.1)

##### What's Changed

-   fix: do not leak `UnsetMarker` to query input by [@&#8203;omermizr](https://togithub.com/omermizr) in [https://github.com/trpc/trpc/pull/3614](https://togithub.com/trpc/trpc/pull/3614)
-   chore: add `@deprecated` on some internal types by [@&#8203;KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3618](https://togithub.com/trpc/trpc/pull/3618)
-   fix: protected intersection for vanilla client by [@&#8203;sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3693](https://togithub.com/trpc/trpc/pull/3693)
-   fix: export package.json by [@&#8203;sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3697](https://togithub.com/trpc/trpc/pull/3697)

##### New Contributors

-   [@&#8203;CRBroughton](https://togithub.com/CRBroughton) made their first contribution in [https://github.com/trpc/trpc/pull/3601](https://togithub.com/trpc/trpc/pull/3601)
-   [@&#8203;omermizr](https://togithub.com/omermizr) made their first contribution in [https://github.com/trpc/trpc/pull/3614](https://togithub.com/trpc/trpc/pull/3614)
-   [@&#8203;alsonick](https://togithub.com/alsonick) made their first contribution in [https://github.com/trpc/trpc/pull/3624](https://togithub.com/trpc/trpc/pull/3624)
-   [@&#8203;nehalist](https://togithub.com/nehalist) made their first contribution in [https://github.com/trpc/trpc/pull/3633](https://togithub.com/trpc/trpc/pull/3633)
-   [@&#8203;jacobhjkim](https://togithub.com/jacobhjkim) made their first contribution in [https://github.com/trpc/trpc/pull/3632](https://togithub.com/trpc/trpc/pull/3632)
-   [@&#8203;marwenbk](https://togithub.com/marwenbk) made their first contribution in [https://github.com/trpc/trpc/pull/3650](https://togithub.com/trpc/trpc/pull/3650)
-   [@&#8203;RhysSullivan](https://togithub.com/RhysSullivan) made their first contribution in [https://github.com/trpc/trpc/pull/3649](https://togithub.com/trpc/trpc/pull/3649)
-   [@&#8203;xoldyckk](https://togithub.com/xoldyckk) made their first contribution in [https://github.com/trpc/trpc/pull/3663](https://togithub.com/trpc/trpc/pull/3663)
-   [@&#8203;ronanru](https://togithub.com/ronanru) made their first contribution in [https://github.com/trpc/trpc/pull/3665](https://togithub.com/trpc/trpc/pull/3665)
-   [@&#8203;maloguertin](https://togithub.com/maloguertin) made their first contribution in [https://github.com/trpc/trpc/pull/3672](https://togithub.com/trpc/trpc/pull/3672)
-   [@&#8203;KarthikRaju391](https://togithub.com/KarthikRaju391) made their first contribution in [https://github.com/trpc/trpc/pull/3676](https://togithub.com/trpc/trpc/pull/3676)
-   [@&#8203;devinrhode2](https://togithub.com/devinrhode2) made their first contribution in [https://github.com/trpc/trpc/pull/3695](https://togithub.com/trpc/trpc/pull/3695)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.9.0...v10.9.1

</details>

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

### [`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0)

##### Bug Fixes

-   **eslint-plugin:** \[ban-ts-comment] counts graphemes instead of `String.prototype.length` ([#&#8203;5704](https://togithub.com/typescript-eslint/typescript-eslint/issues/5704)) ([09d57ce](https://togithub.com/typescript-eslint/typescript-eslint/commit/09d57cec8901880c6b24ea80dfa7d9fcdc463930))
-   **eslint-plugin:** \[prefer-optional-chain] fix `ThisExpression` and `PrivateIdentifier` errors ([#&#8203;6028](https://togithub.com/typescript-eslint/typescript-eslint/issues/6028)) ([85e783c](https://togithub.com/typescript-eslint/typescript-eslint/commit/85e783c1fabe96d390729a5796d6d346e401692b))
-   **eslint-plugin:** \[prefer-optional-chain] fixer produces wrong logic ([#&#8203;5919](https://togithub.com/typescript-eslint/typescript-eslint/issues/5919)) ([b0f6c8e](https://togithub.com/typescript-eslint/typescript-eslint/commit/b0f6c8ec0b372696ef26ca3a2b4f82dafd9dc417)), closes [#&#8203;1438](https://togithub.com/typescript-eslint/typescript-eslint/issues/1438)

##### Features

-   **eslint-plugin:** add `key-spacing` rule extension for interface & type declarations ([#&#8203;6211](https://togithub.com/typescript-eslint/typescript-eslint/issues/6211)) ([67706e7](https://togithub.com/typescript-eslint/typescript-eslint/commit/67706e72e332bf11c82fdf51f3d417d3c93a86cf))

</details>

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

### [`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0)

**Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

</details>

<details>
<summary>awslabs/aws-jwt-verify</summary>

### [`v3.4.0`](https://togithub.com/awslabs/aws-jwt-verify/releases/tag/v3.4.0)

[Compare Source](https://togithub.com/awslabs/aws-jwt-verify/compare/v3.3.0...v3.4.0)

#### What's Changed

-   Remove references to window by [@&#8203;Emilcrafter](https://togithub.com/Emilcrafter) in [https://github.com/awslabs/aws-jwt-verify/pull/110](https://togithub.com/awslabs/aws-jwt-verify/pull/110)
-   Version sub package by [@&#8203;ottokruse](https://togithub.com/ottokruse) in [https://github.com/awslabs/aws-jwt-verify/pull/112](https://togithub.com/awslabs/aws-jwt-verify/pull/112)
-   v3.4.0 by [@&#8203;hakanson](https://togithub.com/hakanson) in [https://github.com/awslabs/aws-jwt-verify/pull/113](https://togithub.com/awslabs/aws-jwt-verify/pull/113)

#### New Contributors

-   [@&#8203;Emilcrafter](https://togithub.com/Emilcrafter) made their first contribution in [https://github.com/awslabs/aws-jwt-verify/pull/110](https://togithub.com/awslabs/aws-jwt-verify/pull/110)

**Full Changelog**: https://github.com/awslabs/aws-jwt-verify/compare/v3.3.0...v3.4.0

</details>

<details>
<summary>axios/axios</summary>

### [`v1.2.6`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#&#8203;126-httpsgithubcomaxiosaxioscomparev125v126-2023-01-28)

[Compare Source](https://togithub.com/axios/axios/compare/v1.2.5...v1.2.6)

##### Bug Fixes

-   **headers:** added missed Authorization accessor; ([#&#8203;5502](https://togithub.com/axios/axios/issues/5502)) ([342c0ba](https://togithub.com/axios/axios/commit/342c0ba9a16ea50f5ed7d2366c5c1a2c877e3f26))
-   **types:** fixed `CommonRequestHeadersList` & `CommonResponseHeadersList` types to be private in commonJS; ([#&#8203;5503](https://togithub.com/axios/axios/issues/5503)) ([5a3d0a3](https://togithub.com/axios/axios/commit/5a3d0a3234d77361a1bc7cedee2da1e11df08e2c))

##### Contributors to this release

-   ![avatar](https://avatars.githubusercontent.com/u/12586868?v=4\&s=16) [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+24/-9 (#&#8203;5503 #&#8203;5502 )")

</details>

<details>
<summary>eslint/eslint</summary>

### [`v8.33.0`](https://togithub.com/eslint/eslint/releases/tag/v8.33.0)

[Compare Source](https://togithub.com/eslint/eslint/compare/v8.32.0...v8.33.0)

#### Features

-   [`2cc7954`](https://togithub.com/eslint/eslint/commit/2cc7954cdb1fed44e8a5d3c9b3ea1deceadb5e00) feat: add `restrictDefaultExports` option to no-restricted-exports rule ([#&#8203;16785](https://togithub.com/eslint/eslint/issues/16785)) (Nitin Kumar)

#### Documentation

-   [`17f4be2`](https://togithub.com/eslint/eslint/commit/17f4be2b66deb81f4e9ffb3d6bdfb79f3fcf85a2) docs: Fix examples in no-multiple-empty-lines rule ([#&#8203;16835](https://togithub.com/eslint/eslint/issues/16835)) (jonz94)
-   [`9c7cfe3`](https://togithub.com/eslint/eslint/commit/9c7cfe33c4a39cf2c23529afe02030ea7f8acf70) docs: 'Source Code' content in 'Set up Development Environment' page ([#&#8203;16780](https://togithub.com/eslint/eslint/issues/16780)) (Ben Perlmutter)
-   [`ede5c64`](https://togithub.com/eslint/eslint/commit/ede5c6475469a905da4f559ab55f0ee73168a9d7) docs: Custom processors page ([#&#8203;16802](https://togithub.com/eslint/eslint/issues/16802)) (Ben Perlmutter)
-   [`2620614`](https://togithub.com/eslint/eslint/commit/2620614f525de13f2e3ab0a7cd92abe89dae4897) docs: Code of Conduct page ([#&#8203;16781](https://togithub.com/eslint/eslint/issues/16781)) (Ben Perlmutter)
-   [`50a8efd`](https://togithub.com/eslint/eslint/commit/50a8efd957c70c9978a8ed25744a24193b00e078) docs: report a sec vulnerability page ([#&#8203;16808](https://togithub.com/eslint/eslint/issues/16808)) (Ben Perlmutter)
-   [`ed60afd`](https://togithub.com/eslint/eslint/commit/ed60afd4450e769a975447178299446f4439d926) docs: Update page titles, section landing pages, and side TOC ([#&#8203;16760](https://togithub.com/eslint/eslint/issues/16760)) (Ben Perlmutter)
-   [`333c712`](https://togithub.com/eslint/eslint/commit/333c71243537966930e9ab8178bc98c37949b5f2) docs: add background to code-path-diagrams for dark-mode ([#&#8203;16822](https://togithub.com/eslint/eslint/issues/16822)) (Tanuj Kanti)
-   [`f5f7b9b`](https://togithub.com/eslint/eslint/commit/f5f7b9b8b512f5c6a5b4a1037f81bb3f5a7311e0) docs: Update README (GitHub Actions Bot)
-   [`2aa4f5f`](https://togithub.com/eslint/eslint/commit/2aa4f5fb2fdb1c4a1734093c225e5c6251b0ee0f) docs: no-constant-condition: Add multi-comparison example ([#&#8203;16776](https://togithub.com/eslint/eslint/issues/16776)) (Sebastian Simon)
-   [`40287db`](https://togithub.com/eslint/eslint/commit/40287dbe7407934a69805f02ece07491778c3694) docs: Remove Google Group icon ([#&#8203;16779](https://togithub.com/eslint/eslint/issues/16779)) (Nicholas C. Zakas)
-   [`ea10ca5`](https://togithub.com/eslint/eslint/commit/ea10ca5b7b5bd8f6e6daf030ece9a3a82f10994c) docs: 'a .eslint' -> 'an .eslint' for consistency ([#&#8203;16809](https://togithub.com/eslint/eslint/issues/16809)) (Ben Perlmutter)
-   [`3be0748`](https://togithub.com/eslint/eslint/commit/3be07488ee7b6a9591d169be9648fbd36b32105e) docs: add example for nodejs lintText api ([#&#8203;16789](https://togithub.com/eslint/eslint/issues/16789)) (Siva K)
-   [`ce4f5ff`](https://togithub.com/eslint/eslint/commit/ce4f5ff30590df053a539c8e8e2597838e038a36) docs: Replace removed related rules with a valid rule ([#&#8203;16800](https://togithub.com/eslint/eslint/issues/16800)) (Ville Saalo)

</details>

<details>
<summary>jsx-eslint/eslint-plugin-react</summary>

### [`v7.32.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7322---20230128)

[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.32.1...v7.32.2)

##### Fixed

-   configs: restore `parserOptions` in legacy configs (\[[#&#8203;3523](https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3523)]\[] [@&#8203;ljharb](https://togithub.com/ljharb))
-   \[`jsx-no-constructed-context-values`], \[`jsx-no-useless-fragment`]: add a rule schema ([@&#8203;ljharb](https://togithub.com/ljharb))
    ( \[`no-unknown-property`]: add `fill` for `<marker>` ([#&#8203;3525][] [@&#8203;alexey-koran](https://togithub.com/alexey-koran))

[7.32.2]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.32.1...v7.32.2

[#&#8203;3525]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3525

[#&#8203;3520]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3523

</details>

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

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

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

##### What's Changed

-   fix(oauth1): pass `oauth_token_secret` in [https://github.com/nextauthjs/next-auth/pull/6534](https://togithub.com/nextauthjs/next-auth/pull/6534)
-   feat: remove `unstable_` prefix `getServerSession` in [https://github.com/nextauthjs/next-auth/pull/6535](https://togithub.com/nextauthjs/next-auth/pull/6535)
-   feat: make `generateSessionToken` awaitable in [https://github.com/nextauthjs/next-auth/pull/6536](https://togithub.com/nextauthjs/next-auth/pull/6536)

**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.18.10...next-auth@4.19.0

</details>

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

### [`v7.26.2`](https://togithub.com/pnpm/pnpm/releases/tag/v7.26.2)

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.26.1...v7.26.2)

#### Patch Changes

-   Wrap text in `pnpm audit` output for better readability [#&#8203;5981](https://togithub.com/pnpm/pnpm/issues/5981)
-   Fix "cross-device link not permitted" error when `node-linker` is set to `hoisted` [#&#8203;5992](https://togithub.com/pnpm/pnpm/issues/5992).

#### Our Gold Sponsors

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

#### Our Silver Sponsors

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

### [`v7.26.1`](https://togithub.com/pnpm/pnpm/releases/tag/v7.26.1)

[Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.26.0...v7.26.1)

#### Patch Changes

-   Fixed out of memory error that sometimes happens when `node-linker` is set to `hoisted` [#&#8203;5988](https://togithub.com/pnpm/pnpm/pull/5988).
-   Fixed `EMFILE: too many open files` by using graceful-fs for reading bin files of dependencies [#&#8203;5887](https://togithub.com/pnpm/pnpm/issues/5887).
-   Fix lockfile v6 on projects that use patched dependencies [#&#8203;5967](https://togithub.com/pnpm/pnpm/issues/5967).

#### Our Gold Sponsors

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

#### Our Silver Sponsors

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

</details>

<details>
<summary>matzkoh/prettier-plugin-packagejson</summary>

### [`v2.4.2`](https://togithub.com/matzkoh/prettier-plugin-packagejson/releases/tag/v2.4.2)

[Compare Source](https://togithub.com/matzkoh/prettier-plugin-packagejson/compare/v2.4.1...v2.4.2)

##### Bug Fixes

-   **deps:** update dependency sort-package-json to v2.2.0 ([992edb8](https://togithub.com/matzkoh/prettier-plugin-packagejson/commit/992edb811329a105ebfcbfb42144d6d4743e44ed))

### [`v2.4.1`](https://togithub.com/matzkoh/prettier-plugin-packagejson/releases/tag/v2.4.1)

[Compare Source](https://togithub.com/matzkoh/prettier-plugin-packagejson/compare/v2.4.0...v2.4.1)

##### Bug Fixes

-   **deps:** update dependency synckit to v0.8.5 ([865931b](https://togithub.com/matzkoh/prettier-plugin-packagejson/commit/865931b91661c7bd3eff018c2d61693f6ef01850))

</details>

<details>
<summary>quicktype/quicktype</summary>

### [`v21.0.9`](https://togithub.com/quicktype/quicktype/compare/09b4480bca931d4dac7c761d1537393a3c8b30c1...1e6ed49e9cbec217a0e54383f4bf8ac7c441a0b5)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/09b4480bca931d4dac7c761d1537393a3c8b30c1...1e6ed49e9cbec217a0e54383f4bf8ac7c441a0b5)

### [`v21.0.8`](https://togithub.com/quicktype/quicktype/compare/4ed0a88508efcf97838b47fe18953f5ed6031e63...09b4480bca931d4dac7c761d1537393a3c8b30c1)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/4ed0a88508efcf97838b47fe18953f5ed6031e63...09b4480bca931d4dac7c761d1537393a3c8b30c1)

### [`v21.0.7`](https://togithub.com/quicktype/quicktype/compare/314142a70d702934636d729103e4b46f2d153337...4ed0a88508efcf97838b47fe18953f5ed6031e63)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/314142a70d702934636d729103e4b46f2d153337...4ed0a88508efcf97838b47fe18953f5ed6031e63)

### [`v21.0.6`](https://togithub.com/quicktype/quicktype/compare/7546d5535bb3a9db60db911271b765dc298e6d41...314142a70d702934636d729103e4b46f2d153337)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/7546d5535bb3a9db60db911271b765dc298e6d41...314142a70d702934636d729103e4b46f2d153337)

### [`v21.0.5`](https://togithub.com/quicktype/quicktype/compare/196f0d2c60b5c0b8b05f7dafc36181f243a70ea1...7546d5535bb3a9db60db911271b765dc298e6d41)

[Compare Source](https://togithub.com/quicktype/quicktype/compare/196f0d2c60b5c0b8b05f7dafc36181f243a70ea1...7546d5535bb3a9db60db911271b765dc298e6d41)

</details>

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

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

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

-   `JsonValue`: Fix support for readonly arrays ([#&#8203;549](https://togithub.com/sindresorhus/type-fest/issues/549))  [`311051c`](https://togithub.com/sindresorhus/type-fest/commit/311051c)

</details>

---

### Configuration

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

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

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

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

---

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

---

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



PR-URL: https://github.com/weareinreach/InReach/pull/202
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 Feb 7, 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/carousel](https://mantine.dev/others/carousel/) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fcore/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dates](https://mantine.dev/dates/getting-started/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fdates/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dropzone](https://mantine.dev/others/dropzone/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fdropzone/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/form](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fform/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fform/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fform/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fform/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fform/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/hooks](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/modals](https://mantine.dev/others/modals/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fmodals/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/next](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fnext/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/notifications](https://mantine.dev/others/notifications/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/nprogress](https://mantine.dev/others/nprogress/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fprism/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/spotlight](https://mantine.dev/others/spotlight/) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2fspotlight/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/tiptap](https://mantine.dev/others/tiptap) ([source](https://togithub.com/mantinedev/mantine)) | [`5.10.2` -> `5.10.3`](https://renovatebot.com/diffs/npm/@mantine%2ftiptap/5.10.2/5.10.3) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/5.10.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/5.10.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/5.10.3/compatibility-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/5.10.3/confidence-slim/5.10.2)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/main/addons/a11y) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-a11y/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/main/addons/essentials) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-essentials/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/main/addons/interactions) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-interactions/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/main/addons/links) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-links/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/main/addons/viewport) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2faddon-viewport/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/main/lib/blocks) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fblocks/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fblocks/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fblocks/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fblocks/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2fnextjs/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@storybook/react](https://togithub.com/storybookjs/storybook/tree/main/app/react) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/@storybook%2freact/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@storybook%2freact/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/tanstack/query)) | [`4.24.3` -> `4.24.4`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.24.3/4.24.4) | [![age](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/compatibility-slim/4.24.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tanstack%2freact-query/4.24.4/confidence-slim/4.24.3)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/extension-link](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.0-beta.209` -> `2.0.0-beta.212`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/2.0.0-beta.209/2.0.0-beta.212) | [![age](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0-beta.212/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0-beta.212/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0-beta.212/compatibility-slim/2.0.0-beta.209)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tiptap%2fextension-link/2.0.0-beta.212/confidence-slim/2.0.0-beta.209)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/react](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.0-beta.209` -> `2.0.0-beta.212`](https://renovatebot.com/diffs/npm/@tiptap%2freact/2.0.0-beta.209/2.0.0-beta.212) | [![age](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0-beta.212/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0-beta.212/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0-beta.212/compatibility-slim/2.0.0-beta.209)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tiptap%2freact/2.0.0-beta.212/confidence-slim/2.0.0-beta.209)](https://docs.renovatebot.com/merge-confidence/) |
| [@tiptap/starter-kit](https://tiptap.dev) ([source](https://togithub.com/ueberdosis/tiptap)) | [`2.0.0-beta.209` -> `2.0.0-beta.212`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/2.0.0-beta.209/2.0.0-beta.212) | [![age](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0-beta.212/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0-beta.212/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0-beta.212/compatibility-slim/2.0.0-beta.209)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@tiptap%2fstarter-kit/2.0.0-beta.212/confidence-slim/2.0.0-beta.209)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.10.0`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.9.0/10.10.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.10.0/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.10.0/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.10.0`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.9.0/10.10.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.10.0/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.10.0/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.10.0`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.9.0/10.10.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.10.0/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.10.0/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.9.0` -> `10.10.0`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.9.0/10.10.0) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.10.0/compatibility-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.10.0/confidence-slim/10.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`16.18.11` -> `16.18.12`](https://renovatebot.com/diffs/npm/@types%2fnode/16.18.11/16.18.12) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/compatibility-slim/16.18.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/16.18.12/confidence-slim/16.18.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.49.0` -> `5.51.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.49.0/5.51.0) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/compatibility-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.51.0/confidence-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | [`5.49.0` -> `5.51.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.49.0/5.51.0) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/compatibility-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2fparser/5.51.0/confidence-slim/5.49.0)](https://docs.renovatebot.com/merge-confidence/) |
| [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.19.0` -> `4.19.2`](https://renovatebot.com/diffs/npm/next-auth/4.19.0/4.19.2) | [![age](https://badges.renovateapi.com/packages/npm/next-auth/4.19.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next-auth/4.19.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next-auth/4.19.2/compatibility-slim/4.19.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next-auth/4.19.2/confidence-slim/4.19.0)](https://docs.renovatebot.com/merge-confidence/) |
| [next-i18next](https://togithub.com/i18next/next-i18next) | [`13.0.3` -> `13.1.4`](https://renovatebot.com/diffs/npm/next-i18next/13.0.3/13.1.4) | [![age](https://badges.renovateapi.com/packages/npm/next-i18next/13.1.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next-i18next/13.1.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next-i18next/13.1.4/compatibility-slim/13.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next-i18next/13.1.4/confidence-slim/13.0.3)](https://docs.renovatebot.com/merge-confidence/) |
| [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`7.26.0` -> `7.26.3`](https://renovatebot.com/diffs/npm/pnpm/7.26.0/7.26.3) | [![age](https://badges.renovateapi.com/packages/npm/pnpm/7.26.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/pnpm/7.26.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/pnpm/7.26.3/compatibility-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/pnpm/7.26.3/confidence-slim/7.26.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-i18next](https://togithub.com/i18next/react-i18next) | [`12.1.4` -> `12.1.5`](https://renovatebot.com/diffs/npm/react-i18next/12.1.4/12.1.5) | [![age](https://badges.renovateapi.com/packages/npm/react-i18next/12.1.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-i18next/12.1.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-i18next/12.1.5/compatibility-slim/12.1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-i18next/12.1.5/confidence-slim/12.1.4)](https://docs.renovatebot.com/merge-confidence/) |
| [storybook](https://togithub.com/storybookjs/storybook/tree/main/lib/cli) ([source](https://togithub.com/storybookjs/storybook)) | [`7.0.0-beta.36` -> `7.0.0-beta.43`](https://renovatebot.com/diffs/npm/storybook/7.0.0-beta.36/7.0.0-beta.43) | [![age](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.43/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.43/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.43/compatibility-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/storybook/7.0.0-beta.43/confidence-slim/7.0.0-beta.36)](https://docs.renovatebot.com/merge-confidence/) |
| [tsx](https://togithub.com/esbuild-kit/tsx) | [`3.12.2` -> `3.12.3`](https://renovatebot.com/diffs/npm/tsx/3.12.2/3.12.3) | [![age](https://badges.renovateapi.com/packages/npm/tsx/3.12.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/tsx/3.12.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/tsx/3.12.3/compatibility-slim/3.12.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/tsx/3.12.3/confidence-slim/3.12.2)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.9.4` -> `4.9.5`](https://renovatebot.com/diffs/npm/typescript/4.9.4/4.9.5) | [![age](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/compatibility-slim/4.9.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/typescript/4.9.5/confidence-slim/4.9.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mantinedev/mantine</summary>

### [`v5.10.3`](https://togithub.com/mantinedev/mantine/releases/tag/5.10.3)

[Compare Source](https://togithub.com/mantinedev/mantine/compare/5.10.2...5.10.3)

#### What's Changed

-   `[@mantine/core]` Add option to pass additional props to file input in FileButton and FileInput components
-   `[@mantine/form]` Fix `onBlur` missing in getInputProps type
-   `[@mantine/form]` Improve isEmail validation logic ([#&#8203;3443](https://togithub.com/mantinedev/mantine/issues/3443))
-   `[@mantine/core]` SimpleGrid: Fix zero spacing and vertical spacing nor working in breakpoints ([#&#8203;3453](https://togithub.com/mantinedev/mantine/issues/3453))
-   `[@mantine/dropzone]` Add avif image mime type ([#&#8203;3166](https://togithub.com/mantinedev/mantine/issues/3166))
-   `[@mantine/dates]` DateRangePicker: Fix incorrect `openDropdownOnClear` behavior ([#&#8203;3299](https://togithub.com/mantinedev/mantine/issues/3299))
-   `[@mantine/hooks]` use-hotkeys: Add additional configuration to allow hook usage with content editable elements ([#&#8203;3410](https://togithub.com/mantinedev/mantine/issues/3410))
-   `[@mantine/core]` Add hoverOnSearchChange prop to Autocomplete, Select and MultiSelect ([#&#8203;3102](https://togithub.com/mantinedev/mantine/issues/3102))
-   `[@mantine/styles]` Fix incorrect `useComponentDefaultProps` type ([#&#8203;3484](https://togithub.com/mantinedev/mantine/issues/3484))
-   `[@mantine/core]` MultiSelect: Allow to disable selected items filtering from the dropdown items list ([#&#8203;3104](https://togithub.com/mantinedev/mantine/issues/3104))
-   `[@mantine/form]` Fix `zodResolver` not being type safe with older versions of TypeScript ([#&#8203;3431](https://togithub.com/mantinedev/mantine/issues/3431))
-   `[@mantine/carousel]` Fix carousel with vertical orientation working incorrectly with RTL direction ([#&#8203;3438](https://togithub.com/mantinedev/mantine/issues/3438))
-   `[@mantine/core]` Fix dropdown position not being updated after Select, MultiSelect and Autocomplete dropdown was flipped and user started searching ([#&#8203;3439](https://togithub.com/mantinedev/mantine/issues/3439))
-   `[@mantine/core]` Pagination: Fix `spacing={0}` not working ([#&#8203;3456](https://togithub.com/mantinedev/mantine/issues/3456))
-   `[@mantine/core]` Dependency: migrate `@floating-ui/react-dom-interactions` to `@floating-ui/react` ([#&#8203;3471](https://togithub.com/mantinedev/mantine/issues/3471))
-   `[@mantine/core]` Skeleton: Allow overflow when children are visible ([#&#8203;3475](https://togithub.com/mantinedev/mantine/issues/3475))
-   `[@mantine/core]` TransferList: add `transferAllMatchingFilter` prop ([#&#8203;3436](https://togithub.com/mantinedev/mantine/issues/3436))

#### New Contributors

-   [@&#8203;omerfarukdogan](https://togithub.com/omerfarukdogan) made their first contribution in [https://github.com/mantinedev/mantine/pull/3475](https://togithub.com/mantinedev/mantine/pull/3475)
-   [@&#8203;genffy](https://togithub.com/genffy) made their first contribution in [https://github.com/mantinedev/mantine/pull/3471](https://togithub.com/mantinedev/mantine/pull/3471)
-   [@&#8203;c-nicol](https://togithub.com/c-nicol) made their first contribution in [https://github.com/mantinedev/mantine/pull/3456](https://togithub.com/mantinedev/mantine/pull/3456)
-   [@&#8203;hassanzohdy](https://togithub.com/hassanzohdy) made their first contribution in [https://github.com/mantinedev/mantine/pull/3438](https://togithub.com/mantinedev/mantine/pull/3438)
-   [@&#8203;echoghi](https://togithub.com/echoghi) made their first contribution in [https://github.com/mantinedev/mantine/pull/3466](https://togithub.com/mantinedev/mantine/pull/3466)
-   [@&#8203;maixiu](https://togithub.com/maixiu) made their first contribution in [https://github.com/mantinedev/mantine/pull/3299](https://togithub.com/mantinedev/mantine/pull/3299)

**Full Changelog**: https://github.com/mantinedev/mantine/compare/5.10.2...5.10.3

</details>

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

### [`v7.0.0-beta.43`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-beta43-February-4-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.42...v7.0.0-beta.43)

##### Bug Fixes

-   Core: Fix globs on windows [#&#8203;20929](https://togithub.com/storybooks/storybook/pull/20929)
-   Revert addon-docs: update story index generator [#&#8203;20809](https://togithub.com/storybooks/storybook/pull/20809)

### [`v7.0.0-beta.42`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-beta42-February-4-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.41...v7.0.0-beta.42)

##### Features

-   CLI: Add type annotations in javascript main config files [#&#8203;20887](https://togithub.com/storybooks/storybook/pull/20887)
-   UI: Tab Improvements [#&#8203;20783](https://togithub.com/storybooks/storybook/pull/20783)

##### Build

-   Build: fix next [#&#8203;20924](https://togithub.com/storybooks/storybook/pull/20924)

##### Dependency Upgrades

-   Upgrade jscodeshift to 0.14.0 [#&#8203;20925](https://togithub.com/storybooks/storybook/pull/20925)
-   Upgrade glob to 8.1.0 [#&#8203;20927](https://togithub.com/storybooks/storybook/pull/20927)

### [`v7.0.0-beta.41`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-beta41-February-3-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.40...v7.0.0-beta.41)

##### Features

-   UI: Add nunito sans font [#&#8203;20846](https://togithub.com/storybooks/storybook/pull/20846)

##### Bug Fixes

-   Vite/Addon-docs: Fix customization of MDX plugins [#&#8203;20116](https://togithub.com/storybooks/storybook/pull/20116)
-   Angular: Support NoopAnimationsModule [#&#8203;20868](https://togithub.com/storybooks/storybook/pull/20868)
-   Core: Fix index error handling [#&#8203;20906](https://togithub.com/storybooks/storybook/pull/20906)
-   Outline: Fix outline initial state [#&#8203;20818](https://togithub.com/storybooks/storybook/pull/20818)

##### Maintenance

-   CLI: Remove the deprecated `--no-manager-cache` flag [#&#8203;20895](https://togithub.com/storybooks/storybook/pull/20895)

##### Build

-   Build: Change `rootDir` in TS plugin [#&#8203;20911](https://togithub.com/storybooks/storybook/pull/20911)
-   Build: Improve task log and error messages for event log [#&#8203;20902](https://togithub.com/storybooks/storybook/pull/20902)
-   Build: minor fixes [#&#8203;20894](https://togithub.com/storybooks/storybook/pull/20894)

### [`v7.0.0-beta.40`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-beta40-February-2-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.39...v7.0.0-beta.40)

##### Features

-   Addo-docs: Turn on autodocs for CSF with attached meta [#&#8203;20867](https://togithub.com/storybooks/storybook/pull/20867)

##### Bug Fixes

-   Vue3: Fix args losing reactivity when using decorators [#&#8203;20854](https://togithub.com/storybooks/storybook/pull/20854)
-   Doc Blocks: Fix styling and parameter bugs [#&#8203;20803](https://togithub.com/storybooks/storybook/pull/20803)
-   Addon-docs: Export controls from doc blocks [#&#8203;20806](https://togithub.com/storybooks/storybook/pull/20806)
-   Webpack: Support builder options from framework [#&#8203;20842](https://togithub.com/storybooks/storybook/pull/20842)

### [`v7.0.0-beta.39`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-beta39-February-1-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.38...v7.0.0-beta.39)

##### Features

-   Core: return address of dev server from buildDevStandalone [#&#8203;20820](https://togithub.com/storybooks/storybook/pull/20820)
-   Addons: Fix env variables not available inside addons [#&#8203;20834](https://togithub.com/storybooks/storybook/pull/20834)
-   CLI: Add warning when main config does not use default exports [#&#8203;20802](https://togithub.com/storybooks/storybook/pull/20802)

##### Bug Fixes

-   SvelteKit: Disable failing `vite-plugin-sveltekit-guard` [#&#8203;20870](https://togithub.com/storybooks/storybook/pull/20870)

##### Maintenance

-   Core: Remove core-js as a dependency [#&#8203;20833](https://togithub.com/storybooks/storybook/pull/20833)

##### Build

-   Build: cleanup CI config [#&#8203;20853](https://togithub.com/storybooks/storybook/pull/20853)
-   Change forceReRender story to forceRemount [#&#8203;20752](https://togithub.com/storybooks/storybook/pull/20752)

### [`v7.0.0-beta.38`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#&#8203;700-beta38-January-31-2023)

[Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.36...v7.0.0-beta.38)

##### Features

-   CLI: Generate main config with default exports [#&#8203;20797](https://togithub.com/storybooks/storybook/pull/20797)

##### Bug Fixes

-   CLI: Only add dependencies on sb init if they do not exist [#&#8203;20811](https://togithub.com/storybooks/storybook/pull/20811)
-   CLI: Install prerelease of [@&#8203;storybook/testing-library](https://togithub.com/storybook/testing-library) in CLI starters [#&#8203;20819](https://togithub.com/storybooks/storybook/pull/20819)

##### Dependency Upgrades

-   Update lazy-universal-dotenv & regen lockfile [#&#8203;20832](https://togithub.com/storybooks/storybook/pull/20832)
-   Instrumenter: Remove unused core-js dependency [#&#8203;20831](https://togithub.com/storybooks/storybook/pull/20831)

</details>

<details>
<summary>tanstack/query</summary>

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

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

Version 4.24.4 - 1/30/2023, 4:58 PM

#### Changes

##### Fix

-   Revert "fix(core): make sure pausedMutations always execute in serial ([#&#8203;4902](https://togithub.com/tanstack/query/issues/4902))" ([#&#8203;4905](https://togithub.com/tanstack/query/issues/4905)) ([`6b5bcbc`](https://togithub.com/tanstack/query/commit/6b5bcbcf)) by Dominik Dorfmeister

#### Packages

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

</details>

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

### [`v2.0.0-beta.212`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/extension-link/CHANGELOG.md#&#8203;200-beta212-httpsgithubcomueberdosistiptapcomparev200-beta211v200-beta212-2023-02-03)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.211...v2.0.0-beta.212)

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

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

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.210...v2.0.0-beta.211)

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

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

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.209...v2.0.0-beta.210)

##### Features

-   **pm:** new prosemirror package for dependency resolving ([f387ad3](https://togithub.com/ueberdosis/tiptap/commit/f387ad3dd4c2b30eaea33fb0ba0b42e0cd39263b))

</details>

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

### [`v2.0.0-beta.212`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/react/CHANGELOG.md#&#8203;200-beta212-httpsgithubcomueberdosistiptapcomparev200-beta211v200-beta212-2023-02-03)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.211...v2.0.0-beta.212)

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

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

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.210...v2.0.0-beta.211)

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

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

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.209...v2.0.0-beta.210)

##### Features

-   **pm:** new prosemirror package for dependency resolving ([f387ad3](https://togithub.com/ueberdosis/tiptap/commit/f387ad3dd4c2b30eaea33fb0ba0b42e0cd39263b))

</details>

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

### [`v2.0.0-beta.212`](https://togithub.com/ueberdosis/tiptap/blob/HEAD/packages/starter-kit/CHANGELOG.md#&#8203;200-beta212-httpsgithubcomueberdosistiptapcomparev200-beta211v200-beta212-2023-02-03)

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.211...v2.0.0-beta.212)

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

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

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.210...v2.0.0-beta.211)

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

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

[Compare Source](https://togithub.com/ueberdosis/tiptap/compare/v2.0.0-beta.209...v2.0.0-beta.210)

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

</details>

<details>
<summary>trpc/trpc</summary>

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.9.1...v10.10.0)

##### What's Changed

-   feat(server): add ability to pipe middlewares by [@&#8203;bautistaaa](https://togithub.com/bautistaaa) in [https://github.com/trpc/trpc/pull/3489](https://togithub.com/trpc/trpc/pull/3489)
-   chore: add `FetchEsque` type for `fetch()`-compatibility by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/trpc/trpc/pull/3471](https://togithub.com/trpc/trpc/pull/3471)
-   feat: allow fuzzy invalidation by [@&#8203;nicolassanmar](https://togithub.com/nicolassanmar) in [https://github.com/trpc/trpc/pull/3664](https://togithub.com/trpc/trpc/pull/3664)
-   fix: add `inferRouterProxyClient` back by [@&#8203;sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3700](https://togithub.com/trpc/trpc/pull/3700)
-   feat(react-query): add `initialCursor` option to `useInfiniteQuery` by [@&#8203;maloguertin](https://togithub.com/maloguertin) in [https://github.com/trpc/trpc/pull/3645](https://togithub.com/trpc/trpc/pull/3645)
-   feat(react-query): implement standalone `getQueryKey` by [@&#8203;bautistaaa](https://togithub.com/bautistaaa) in [https://github.com/trpc/trpc/pull/3631](https://togithub.com/trpc/trpc/pull/3631)

##### New Contributors

-   [@&#8203;nicolassanmar](https://togithub.com/nicolassanmar) made their first contribution in [https://github.com/trpc/trpc/pull/3664](https://togithub.com/trpc/trpc/pull/3664)
-   [@&#8203;Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/trpc/trpc/pull/3709](https://togithub.com/trpc/trpc/pull/3709)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.9.1...v10.10.0

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

[Compare Source](https://togithub.com/trpc/trpc/compare/v10.9.0...v10.9.1)

##### What's Changed

-   fix: do not leak `UnsetMarker` to query input by [@&#8203;omermizr](https://togithub.com/omermizr) in [https://github.com/trpc/trpc/pull/3614](https://togithub.com/trpc/trpc/pull/3614)
-   chore: add `@deprecated` on some internal types by [@&#8203;KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3618](https://togithub.com/trpc/trpc/pull/3618)
-   fix: protected intersection for vanilla client by [@&#8203;sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3693](https://togithub.com/trpc/trpc/pull/3693)
-   fix: export package.json by [@&#8203;sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3697](https://togithub.com/trpc/trpc/pull/3697)

##### New Contributors

-   [@&#8203;CRBroughton](https://togithub.com/CRBroughton) made their first contribution in [https://github.com/trpc/trpc/pull/3601](https://togithub.com/trpc/trpc/pull/3601)
-   [@&#8203;omermizr](https://togithub.com/omermizr) made their first contribution in [https://github.com/trpc/trpc/pull/3614](https://togithub.com/trpc/trpc/pull/3614)
-   [@&#8203;alsonick](https://togithub.com/alsonick) made their first contribution in [https://github.com/trpc/trpc/pull/3624](https://togithub.com/trpc/trpc/pull/3624)
-   [@&#8203;nehalist](https://togithub.com/nehalist) made their first contribution in [https://github.com/trpc/trpc/pull/3633](https://togithub.com/trpc/trpc/pull/3633)
-   [@&#8203;jacobhjkim](https://togithub.com/jacobhjkim) made their first contribution in [https://github.com/trpc/trpc/pull/3632](https://togithub.com/trpc/trpc/pull/3632)
-   [@&#8203;marwenbk](https://togithub.com/marwenbk) made their first contribution in [https://github.com/trpc/trpc/pull/3650](https://togithub.com/trpc/trpc/pull/3650)
-   [@&#8203;RhysSullivan](https://togithub.com/RhysSullivan) made their first contribution in [https://github.com/trpc/trpc/pull/3649](https://togithub.com/trpc/trpc/pull/3649)
-   [@&#8203;xoldyckk](https://togithub.com/xoldyckk) made their first contribution in [https://github.com/trpc/trpc/pull/3663](https://togithub.com/trpc/trpc/pull/3663)
-   [@&#8203;ronanru](https://togithub.com/ronanru) made their first contribution in [https://github.com/trpc/trpc/pull/3665](https://togithub.com/trpc/trpc/pull/3665)
-   [@&#8203;maloguertin](https://togithub.com/maloguertin) made their first contribution in [https://github.com/trpc/trpc/pull/3672](https://togithub.com/trpc/trpc/pull/3672)
-   [@&#8203;KarthikRaju391](https://togithub.com/KarthikRaju391) made their first contribution in [https://github.com/trpc/trpc/pull/3676](https://togithub.com/trpc/trpc/pull/3676)
-   [@&#8203;devinrhode2](https://togithub.com/devinrhode2) made their first contribution in [https://github.com/trpc/trpc/pull/3695](https://togithub.com/trpc/trpc/pull/3695)

**Full Changelog**: https://github.com/trpc/trpc/compare/v10.9.0...v10.9.1

</details>

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

### [`v5.51.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5510-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5500v5510-2023-02-06)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0)

##### Bug Fixes

-   **eslint-plugin:** \[sort-type-constituents] fixed behavior change ([#&#8203;6384](https://togithub.com/typescript-eslint/typescript-eslint/issues/6384)) ([5bf7f7f](https://togithub.com/typescript-eslint/typescript-eslint/commit/5bf7f7fe48aee61a676dfbe829c2a5e9e44cd552)), closes [#&#8203;6339](https://togithub.com/typescript-eslint/typescript-eslint/issues/6339)
-   **eslint-plugin:** do not use .at(), Node 14 does not support it ([#&#8203;6402](https://togithub.com/typescript-eslint/typescript-eslint/issues/6402)) ([077ed1b](https://togithub.com/typescript-eslint/typescript-eslint/commit/077ed1b5be844df35b7fba554ddae579b3144787))

##### Features

-   **eslint-plugin:** \[naming-convention] improve performance by removing unnecessary selectors ([#&#8203;6376](https://togithub.com/typescript-eslint/typescript-eslint/issues/6376)) ([3647a1c](https://togithub.com/typescript-eslint/typescript-eslint/commit/3647a1c1bbcfe6551647632fc2d978fa90881de1))
-   **eslint-plugin:** \[no-floating-promises] error on logical expression ([#&#8203;6356](https://togithub.com/typescript-eslint/typescript-eslint/issues/6356)) ([f330e06](https://togithub.com/typescript-eslint/typescript-eslint/commit/f330e0651548d55163ddc3233c90fd3cbe37c9c0))
-   **eslint-plugin:** \[no-import-type-side-effects] add rule to warn against runtime side effects with `verbatimModuleSyntax` ([#&#8203;6394](https://togithub.com/typescript-eslint/typescript-eslint/issues/6394)) ([b14d3be](https://togithub.com/typescript-eslint/typescript-eslint/commit/b14d3be0f305d71e0adfc9381e9de993898b2b43))
-   **eslint-plugin:** \[strict-boolean-expressions] add allow nullable enum to strict boolean expressions ([#&#8203;6096](https://togithub.com/typescript-eslint/typescript-eslint/issues/6096)) ([d4747cd](https://togithub.com/typescript-eslint/typescript-eslint/commit/d4747cd8cc9dad2bf2cb64e1c0e8980ce34d82c7))

### [`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0)

##### Bug Fixes

-   **eslint-plugin:** \[ban-ts-comment] counts graphemes instead of `String.prototype.length` ([#&#8203;5704](https://togithub.com/typescript-eslint/typescript-eslint/issues/5704)) ([09d57ce](https://togithub.com/typescript-eslint/typescript-eslint/commit/09d57cec8901880c6b24ea80dfa7d9fcdc463930))
-   **eslint-plugin:** \[prefer-optional-chain] fix `ThisExpression` and `PrivateIdentifier` errors ([#&#8203;6028](https://togithub.com/typescript-eslint/typescript-eslint/issues/6028)) ([85e783c](https://togithub.com/typescript-eslint/typescript-eslint/commit/85e783c1fabe96d390729a5796d6d346e401692b))
-   **eslint-plugin:** \[prefer-optional-chain] fixer produces wrong logic ([#&#8203;5919](https://togithub.com/typescript-eslint/typescript-eslint/issues/5919)) ([b0f6c8e](https://togithub.com/typescript-eslint/typescript-eslint/commit/b0f6c8ec0b372696ef26ca3a2b4f82dafd9dc417)), closes [#&#8203;1438](https://togithub.com/typescript-eslint/typescript-eslint/issues/1438)

##### Features

-   **eslint-plugin:** add `key-spacing` rule extension for interface & type declarations ([#&#8203;6211](https://togithub.com/typescript-eslint/typescript-eslint/issues/6211)) ([67706e7](https://togithub.com/typescript-eslint/typescript-eslint/commit/67706e72e332bf11c82fdf51f3d417d3c93a86cf))

</details>

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

### [`v5.51.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5510-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5500v5510-2023-02-06)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0)

**Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

### [`v5.50.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5500-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5490v5500-2023-01-31)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0)

**Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

</details>

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

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

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

#### What's Changed

-   fix(ts): stop using typeof + generic together by [@&#8203;balazsorban44](https://togithub.com/balazsorban44) in [https://github.com/nextauthjs/next-auth/pull/6595](https://togithub.com/nextauthjs/next-auth/pull/6595)

**Full Changelog**: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.1...next-auth@4.19.2

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

[Compare Sourc

</details>

---

### Configuration

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

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

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

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

---

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

---

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



PR-URL: https://github.com/weareinreach/GLAAD/pull/6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: router with "links" route is typed correctly but contains client links
4 participants