Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core)!: resolve type inference issues with input handler #1217

Conversation

naorpeled
Copy link
Contributor

fixes #1182

@naorpeled naorpeled force-pushed the fix/core/resolve-issues-with-type-inference branch from bc2b227 to 226f28e Compare June 15, 2024 21:26
@naorpeled naorpeled changed the title fix(core): resolve type inference issues with input handler fix(core)!: resolve type inference issues with input handler Jun 15, 2024
TContext
>
) => MiddyfiedHandler<TEvent, TResult, TErr, TContext, TInternal>
| LambdaHandler<TInputHandlerEventProps, TInputHandlerResultProps>
) => MiddyfiedHandler<TInputHandlerEventProps, TInputHandlerResultProps, TErr, TContext, TInternal>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lmammino does this return type make sense to you? 🙏
I'd expect it to be taken from the input handler (.handler<..params>) fn and not the initial input (middy<...params>).

@naorpeled
Copy link
Contributor Author

@lmammino bumping this 🙏

@lmammino
Copy link
Member

LGTM! Thanks a mill @naorpeled !

@willfarrell can I leave it to you to merge and release based on your priorities?

@willfarrell willfarrell merged commit aed2cd3 into middyjs:main Jun 24, 2024
8 checks passed
@jlarmstrongiv
Copy link

I think this broke the types in my project, as I’m now getting the error:

Binding element 'headers' implicitly has an 'any' type.

Whereas downgrading to 5.4.1 properly types the headers as:

headers: APIGatewayProxyEventHeaders | (APIGatewayProxyEventHeaders & ALBEventHeaders)

instead of any

@naorpeled
Copy link
Contributor Author

naorpeled commented Jun 29, 2024

I think this broke the types in my project, as I’m now getting the error:

Binding element 'headers' implicitly has an 'any' type.

Whereas downgrading to 5.4.1 properly types the headers as:

headers: APIGatewayProxyEventHeaders | (APIGatewayProxyEventHeaders & ALBEventHeaders)

instead of any

Hey @jlarmstrongiv,
can you please share a reproduction example to your issue?

mergify bot referenced this pull request in SvenKirschbaum/aws-utils Jun 29, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
| [@aws-lambda-powertools/logger](https://togithub.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/logger#readme) ([source](https://togithub.com/aws-powertools/powertools-lambda-typescript)) | dependencies | minor | [`2.2.0` -> `2.3.0`](https://renovatebot.com/diffs/npm/@aws-lambda-powertools%2flogger/2.2.0/2.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-lambda-powertools%2flogger/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-lambda-powertools%2flogger/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-lambda-powertools%2flogger/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-lambda-powertools%2flogger/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-lambda-powertools/tracer](https://togithub.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/tracer#readme) ([source](https://togithub.com/aws-powertools/powertools-lambda-typescript)) | dependencies | minor | [`2.2.0` -> `2.3.0`](https://renovatebot.com/diffs/npm/@aws-lambda-powertools%2ftracer/2.2.0/2.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-lambda-powertools%2ftracer/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-lambda-powertools%2ftracer/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-lambda-powertools%2ftracer/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-lambda-powertools%2ftracer/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-secrets-manager](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-secrets-manager) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager)) | dependencies | minor | [`3.600.0` -> `3.606.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-secrets-manager/3.600.0/3.606.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-secrets-manager/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-secrets-manager/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-secrets-manager/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-secrets-manager/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@fallobst22/cdk-cross-account-route53](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53) | dependencies | patch | [`^0.0.25` -> `^0.0.26`](https://renovatebot.com/diffs/npm/@fallobst22%2fcdk-cross-account-route53/0.0.25/0.0.26) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fallobst22%2fcdk-cross-account-route53/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fallobst22%2fcdk-cross-account-route53/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fallobst22%2fcdk-cross-account-route53/0.0.25/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fallobst22%2fcdk-cross-account-route53/0.0.25/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/core](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/core)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fcore/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fcore/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fcore/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fcore/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fcore/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/error-logger](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/error-logger)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2ferror-logger/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2ferror-logger/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2ferror-logger/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2ferror-logger/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2ferror-logger/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-content-negotiation](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-content-negotiation)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-content-negotiation/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-content-negotiation/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-content-negotiation/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-content-negotiation/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-content-negotiation/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-error-handler](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-error-handler)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-error-handler/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-error-handler/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-error-handler/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-error-handler/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-error-handler/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-header-normalizer](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-header-normalizer)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-header-normalizer/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-header-normalizer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-header-normalizer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-header-normalizer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-header-normalizer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-json-body-parser](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-json-body-parser)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-json-body-parser/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-json-body-parser/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-json-body-parser/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-json-body-parser/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-json-body-parser/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-response-serializer](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-response-serializer)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-response-serializer/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-response-serializer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-response-serializer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-response-serializer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-response-serializer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | dependencies | patch | [`5.15.20` -> `5.15.21`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.20/5.15.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/material](https://mui.com/material-ui/) ([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | patch | [`5.15.20` -> `5.15.21`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.20/5.15.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/x-data-grid](https://mui.com/x/react-data-grid/) ([source](https://togithub.com/mui/mui-x/tree/HEAD/packages/x-data-grid)) | dependencies | minor | [`7.7.1` -> `7.8.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/7.7.1/7.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-data-grid/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-data-grid/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-data-grid/7.7.1/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-data-grid/7.7.1/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.14.8` -> `20.14.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.8/20.14.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.8/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.8/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.13.1` -> `7.14.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.13.1/7.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.13.1` -> `7.14.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.13.1/7.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-cdk](https://togithub.com/aws/aws-cdk) ([source](https://togithub.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk)) | devDependencies | patch | [`2.147.0` -> `2.147.2`](https://renovatebot.com/diffs/npm/aws-cdk/2.147.0/2.147.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-cdk-lib](https://togithub.com/aws/aws-cdk) ([source](https://togithub.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)) | dependencies | patch | [`2.147.0` -> `2.147.2`](https://renovatebot.com/diffs/npm/aws-cdk-lib/2.147.0/2.147.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk-lib/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk-lib/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk-lib/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk-lib/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-router](https://togithub.com/remix-run/react-router) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router)) | dependencies | minor | [`6.23.1` -> `6.24.0`](https://renovatebot.com/diffs/npm/react-router/6.23.1/6.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://vitejs.dev) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.3.1` -> `5.3.2`](https://renovatebot.com/diffs/npm/vite/5.3.1/5.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.3.1/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.3.1/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-router-dom](https://togithub.com/remix-run/react-router) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)) | dependencies | minor | [`6.23.1` -> `6.24.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.23.1/6.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router-dom/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router-dom/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

🔧 This Pull Request updates lock files to use the latest dependency versions.

---

### Release Notes

<details>
<summary>aws-powertools/powertools-lambda-typescript (@&#8203;aws-lambda-powertools/logger)</summary>

### [`v2.3.0`](https://togithub.com/aws-powertools/powertools-lambda-typescript/blob/HEAD/CHANGELOG.md#230-2024-06-27)

[Compare Source](https://togithub.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0)

##### Bug Fixes

-   **idempotency:** preserve scope of decorated class ([#&#8203;2693](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2693)) ([22ec1f0](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/22ec1f005ae334577a2ee878a454527ad16a56d9))
-   **logger:** reset log level after sampling refresh ([#&#8203;2673](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2673)) ([618faec](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/618faeca7a2fff1d8570bd46832da65129196220))

##### Features

-   **logger:** add `clearState()` method ([#&#8203;2408](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2408)) ([f55e2d0](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/f55e2d019f8693ca79753eb56ba951b0fd33101b))
-   **parser:** enhance API Gateway schemas ([#&#8203;2665](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2665)) ([b3bc1f0](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/b3bc1f0a173233fdcf50f2573949b17a312813b4))

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-secrets-manager)</summary>

### [`v3.606.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#36060-2024-06-27)

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

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

</details>

<details>
<summary>SvenKirschbaum/cdk-cross-account-route53 (@&#8203;fallobst22/cdk-cross-account-route53)</summary>

### [`v0.0.26`](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/releases/tag/v0.0.26)

[Compare Source](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/compare/v0.0.25...v0.0.26)

##### [0.0.26](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/compare/v0.0.25...v0.0.26) (2024-06-29)

</details>

<details>
<summary>middyjs/middy (@&#8203;middy/core)</summary>

### [`v5.4.2`](https://togithub.com/middyjs/middy/releases/tag/5.4.2)

[Compare Source](https://togithub.com/middyjs/middy/compare/5.4.1...5.4.2)

##### What's Changed

-   fix(core)!: resolve type inference issues with input handler by [@&#8203;naorpeled](https://togithub.com/naorpeled) in [https://github.com/middyjs/middy/pull/1217](https://togithub.com/middyjs/middy/pull/1217)
-   fix: ws-response: Invalid request.response given to API Gateway [@&#8203;nbusser](https://togithub.com/nbusser) [#&#8203;1219](https://togithub.com/middyjs/middy/issues/1219)

**Full Changelog**: middyjs/middy@5.4.1...5.4.2

</details>

<details>
<summary>mui/material-ui (@&#8203;mui/icons-material)</summary>

### [`v5.15.21`](https://togithub.com/mui/material-ui/releases/tag/v5.15.21)

[Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.20...v5.15.21)

*Jun 28, 2024*

A big thanks to the 7 contributors who made this release possible.

##### `@mui/[email protected]`

-   \[Autocomplete] Fix renderOption props type ([@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)) ([#&#8203;42709](https://togithub.com/mui/material-ui/issues/42709)) [@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
-   \[Stepper] Generate class for `nonLinear` prop ([@&#8203;alexismo](https://togithub.com/alexismo)) ([#&#8203;42677](https://togithub.com/mui/material-ui/issues/42677)) [@&#8203;alexismo](https://togithub.com/alexismo)

##### Docs

-   Use new email for sponsoring [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   Fix 301 links ([@&#8203;alexfauquette](https://togithub.com/alexfauquette)) ([#&#8203;42700](https://togithub.com/mui/material-ui/issues/42700)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value ([@&#8203;Danielkhakbaz](https://togithub.com/Danielkhakbaz)) ([#&#8203;42696](https://togithub.com/mui/material-ui/issues/42696)) [@&#8203;Danielkhakbaz](https://togithub.com/Danielkhakbaz)
-   \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings in demos ([#&#8203;42766](https://togithub.com/mui/material-ui/issues/42766)) [@&#8203;wbt](https://togithub.com/wbt)
-   \[material-ui] Fix sign in side image ([#&#8203;42708](https://togithub.com/mui/material-ui/issues/42708)) [@&#8203;zanivan](https://togithub.com/zanivan)
-   \[website] Add Ale to team ([#&#8203;42769](https://togithub.com/mui/material-ui/issues/42769)) [@&#8203;alelthomas](https://togithub.com/alelthomas)

##### Core

-   \[core] Cherry pick pnpm updates ([#&#8203;42763](https://togithub.com/mui/material-ui/issues/42763)) [@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
-   \[website] Add Armin to the team members ([@&#8203;arminmeh](https://togithub.com/arminmeh)) ([#&#8203;42681](https://togithub.com/mui/material-ui/issues/42681)) [@&#8203;arminmeh](https://togithub.com/arminmeh)
-   \[website] Open Staff Engineer role for Pigment CSS ([@&#8203;mnajdova](https://togithub.com/mnajdova)) ([#&#8203;42669](https://togithub.com/mui/material-ui/issues/42669)) [@&#8203;mnajdova](https://togithub.com/mnajdova)

All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://togithub.com/alexfauquette), [@&#8203;alexismo](https://togithub.com/alexismo), [@&#8203;arminmeh](https://togithub.com/arminmeh), [@&#8203;Danielkhakbaz](https://togithub.com/Danielkhakbaz), [@&#8203;DiegoAndai](https://togithub.com/DiegoAndai), [@&#8203;mnajdova](https://togithub.com/mnajdova), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

</details>

<details>
<summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary>

### [`v7.8.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#780)

[Compare Source](https://togithub.com/mui/mui-x/compare/v7.7.1...v7.8.0)

*Jun 28, 2024*

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

-   🛰 Introduce server-side data source for improved server integration in the Data Grid.

    Supports server-side pagination, sorting and filtering on plain and tree data, and automatic caching.

    To enable, provide a `getRows` function to the `unstable_dataSource` prop on the Data Grid component.

    ```tsx
    const dataSource = {
      getRows: async (params: GridServerGetRowsParams) => {
        const data = await fetch(
          `https://api.example.com/data?${new URLSearchParams({
            page: params.page,
            pageSize: params.pageSize,
            sortModel: JSON.stringify(params.sortModel),
            filterModel: JSON.stringify(params.filterModel),
          }).toString()}`,
        );
        return {
          rows: data.rows,
          totalRows: data.totalRows,
        };
      },
    }
    <DataGridPro
      unstable_dataSource={dataSource}
      {...otherProps}
    />
    ```

    See [server-side data documentation](https://mui.com/x/react-data-grid/server-side-data/) for more details.

-   📈 Support Date data on the BarChart component

-   ↕️ Support custom column sort icons on the Data Grid

-   🖱️ Support modifying the expansion trigger on the Tree View components



##### Data Grid

##### `@mui/[email protected]`

-   \[DataGrid] Add `columnHeaderSortIcon` slot ([#&#8203;13563](https://togithub.com/mui/mui-x/issues/13563)) [@&#8203;arminmeh](https://togithub.com/arminmeh)
-   \[DataGrid] Fix dimensions lag issue after autosize ([#&#8203;13587](https://togithub.com/mui/mui-x/issues/13587)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi)
-   \[DataGrid] Fix print export failure when `hideFooter` option is set ([#&#8203;13034](https://togithub.com/mui/mui-x/issues/13034)) [@&#8203;tarunrajput](https://togithub.com/tarunrajput)

##### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/[email protected]`, plus:

-   \[DataGridPro] Fix multi-sorting indicator being cut off ([#&#8203;13625](https://togithub.com/mui/mui-x/issues/13625)) [@&#8203;KenanYusuf](https://togithub.com/KenanYusuf)
-   \[DataGridPro] Server-side tree data support ([#&#8203;12317](https://togithub.com/mui/mui-x/issues/12317)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi)

##### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")

Same changes as in `@mui/[email protected]`.

##### Date and Time Pickers

##### `@mui/[email protected]`

-   \[fields] Fix section clearing behavior on Android ([#&#8203;13652](https://togithub.com/mui/mui-x/issues/13652)) [@&#8203;LukasTy](https://togithub.com/LukasTy)

##### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/[email protected]`.

##### Charts

##### `@mui/[email protected]`

-   \[charts] Fix line chart props not passing correct event handlers ([#&#8203;13609](https://togithub.com/mui/mui-x/issues/13609)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)
-   \[charts] Support BarChart with `Date` data ([#&#8203;13471](https://togithub.com/mui/mui-x/issues/13471)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[charts] Support RTL for y-axis ([#&#8203;13614](https://togithub.com/mui/mui-x/issues/13614)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[charts] Use default values instead of non-null assertion to prevent error being thrown ([#&#8203;13637](https://togithub.com/mui/mui-x/issues/13637)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)

##### Tree View

##### `@mui/[email protected]`

-   \[TreeView] Add `expansionTrigger` prop ([#&#8203;13533](https://togithub.com/mui/mui-x/issues/13533)) [@&#8203;noraleonte](https://togithub.com/noraleonte)
-   \[TreeView] Support experimental features from plugin's dependencies ([#&#8203;13632](https://togithub.com/mui/mui-x/issues/13632)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

##### Docs

-   \[docs] Add callout for `Luxon` `throwOnInvalid` support ([#&#8203;13621](https://togithub.com/mui/mui-x/issues/13621)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[docs] Add "Overlays" section to the Data Grid documentation ([#&#8203;13624](https://togithub.com/mui/mui-x/issues/13624)) [@&#8203;KenanYusuf](https://togithub.com/KenanYusuf)

##### Core

-   \[core] Add eslint rule to restrict import from `../internals` root ([#&#8203;13633](https://togithub.com/mui/mui-x/issues/13633)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)
-   \[docs-infra] Sync `\_app` folder with monorepo ([#&#8203;13582](https://togithub.com/mui/mui-x/issues/13582)) [@&#8203;Janpot](https://togithub.com/Janpot)
-   \[license] Allow usage of charts and tree view pro package for old premium licenses ([#&#8203;13619](https://togithub.com/mui/mui-x/issues/13619)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

</details>

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

### [`v7.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7141-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1)

##### 🩹 Fixes

-   **eslint-plugin:** \[prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

-   **eslint-plugin:** \[prefer-nullish-coalescing] ensure ternary fix does not remove parens

##### ❤️  Thank You

-   Jake Bailey

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

### [`v7.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7140-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0)

##### 🚀 Features

-   support TypeScript 5.5

##### 🩹 Fixes

-   **eslint-plugin:** \[no-extraneous-class] handle abstract members

-   **eslint-plugin:** \[prefer-nullish-coalescing] handle intersected primitive types

-   **eslint-plugin:** \[no-invalid-this] support AccessorProperty

##### ❤️  Thank You

-   Brad Zacher
-   cm-ayf
-   Jake Bailey
-   James Zhan
-   Joshua Chen
-   yoshi2no

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

</details>

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

### [`v7.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7141-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

### [`v7.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7140-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0)

##### 🚀 Features

-   support TypeScript 5.5

##### ❤️  Thank You

-   Brad Zacher
-   cm-ayf
-   Jake Bailey
-   James Zhan
-   Joshua Chen
-   yoshi2no

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

</details>

<details>
<summary>aws/aws-cdk (aws-cdk)</summary>

### [`v2.147.2`](https://togithub.com/aws/aws-cdk/releases/tag/v2.147.2)

[Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.147.1...v2.147.2)

##### Reverts

-   fix(core): overrideLogicalId validation ([#&#8203;29708](https://togithub.com/aws/aws-cdk/pull/29708)) ([b196b13](https://togithub.com/aws/aws-cdk/commit/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d))

***

#### Alpha modules (2.147.2-alpha.0)

### [`v2.147.1`](https://togithub.com/aws/aws-cdk/releases/tag/v2.147.1)

[Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.147.0...v2.147.1)

##### Reverts

-   route53 CrossAccountZoneDelegationRecord fails at deployment time with imported `delegatedZone` ([#&#8203;30440](https://togithub.com/aws/aws-cdk/issues/30440))" ([#&#8203;30606](https://togithub.com/aws/aws-cdk/issues/30606)) ([69eb617](https://togithub.com/aws/aws-cdk/commit/69eb617b45b5c4e495901d367d85e1edeea57e69)), closes [#&#8203;30600](https://togithub.com/aws/aws-cdk/issues/30600)

***

##### Alpha modules (2.147.1-alpha.0)

</details>

<details>
<summary>remix-run/react-router (react-router)</summary>

### [`v6.24.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6240)

[Compare Source](https://togithub.com/remix-run/react-router/compare/[email protected]@6.24.0)

##### Minor Changes

-   Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#&#8203;11626](https://togithub.com/remix-run/react-router/pull/11626))

    -   RFC: <https://togithub.com/remix-run/react-router/discussions/11113>
    -   `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/[email protected]`

</details>

<details>
<summary>vitejs/vite (vite)</summary>

### [`v5.3.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small532-2024-06-27-small)

[Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.1...v5.3.2)

-   fix(client): uniform variable `location` ([#&#8203;17528](https://togithub.com/vitejs/vite/issues/17528)) ([a8e2f6f](https://togithub.com/vitejs/vite/commit/a8e2f6f)), closes [#&#8203;17528](https://togithub.com/vitejs/vite/issues/17528)
-   fix(deps): update all non-major dependencies ([#&#8203;17494](https://togithub.com/vitejs/vite/issues/17494)) ([bf123f2](https://togithub.com/vitejs/vite/commit/bf123f2)), closes [#&#8203;17494](https://togithub.com/vitejs/vite/issues/17494)
-   fix(typescript): correctly expand ${configDir} in tsconfig.json ([#&#8203;17576](https://togithub.com/vitejs/vite/issues/17576)) ([24c799b](https://togithub.com/vitejs/vite/commit/24c799b)), closes [#&#8203;17576](https://togithub.com/vitejs/vite/issues/17576)
-   chore: fix some comments ([#&#8203;17495](https://togithub.com/vitejs/vite/issues/17495)) ([ec16a5e](https://togithub.com/vitejs/vite/commit/ec16a5e)), closes [#&#8203;17495](https://togithub.com/vitejs/vite/issues/17495)
-   chore(deps): update all non-major dependencies ([#&#8203;17553](https://togithub.com/vitejs/vite/issues/17553)) ([a33a97f](https://togithub.com/vitejs/vite/commit/a33a97f)), closes [#&#8203;17553](https://togithub.com/vitejs/vite/issues/17553)
-   chore(deps): update dependency eslint to v9 ([#&#8203;16661](https://togithub.com/vitejs/vite/issues/16661)) ([6c10662](https://togithub.com/vitejs/vite/commit/6c10662)), closes [#&#8203;16661](https://togithub.com/vitejs/vite/issues/16661)
-   chore(deps): update es-module-lexer to 1.5.4 ([#&#8203;17555](https://togithub.com/vitejs/vite/issues/17555)) ([2d6672f](https://togithub.com/vitejs/vite/commit/2d6672f)), closes [#&#8203;17555](https://togithub.com/vitejs/vite/issues/17555)
-   refactor(optimizer): use early continues ([#&#8203;17551](https://togithub.com/vitejs/vite/issues/17551)) ([7c06ef0](https://togithub.com/vitejs/vite/commit/7c06ef0)), closes [#&#8203;17551](https://togithub.com/vitejs/vite/issues/17551)

</details>

<details>
<summary>remix-run/react-router (react-router-dom)</summary>

### [`v6.24.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6240)

[Compare Source](https://togithub.com/remix-run/react-router/compare/[email protected]@6.24.0)

##### Minor Changes

-   Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#&#8203;11626](https://togithub.com/remix-run/react-router/pull/11626))

    -   RFC: <https://togithub.com/remix-run/react-router/discussions/11113>
    -   `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>

##### Patch Changes

-   Fix `fetcher.submit` types - remove incorrect `navigate`/`fetcherKey`/`unstable_viewTransition` options because they are only relevant for `useSubmit` ([#&#8203;11631](https://togithub.com/remix-run/react-router/pull/11631))
-   Allow falsy `location.state` values passed to `<StaticRouter>` ([#&#8203;11495](https://togithub.com/remix-run/react-router/pull/11495))
-   Updated dependencies:
    -   `[email protected]`
    -   `@remix-run/[email protected]`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on sunday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SvenKirschbaum/aws-utils).
mergify bot referenced this pull request in SvenKirschbaum/share.kirschbaum.cloud Jun 29, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
| [@aws-lambda-powertools/logger](https://togithub.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/logger#readme) ([source](https://togithub.com/aws-powertools/powertools-lambda-typescript)) | dependencies | minor | [`2.2.0` -> `2.3.0`](https://renovatebot.com/diffs/npm/@aws-lambda-powertools%2flogger/2.2.0/2.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-lambda-powertools%2flogger/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-lambda-powertools%2flogger/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-lambda-powertools%2flogger/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-lambda-powertools%2flogger/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-lambda-powertools/tracer](https://togithub.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/tracer#readme) ([source](https://togithub.com/aws-powertools/powertools-lambda-typescript)) | dependencies | minor | [`2.2.0` -> `2.3.0`](https://renovatebot.com/diffs/npm/@aws-lambda-powertools%2ftracer/2.2.0/2.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-lambda-powertools%2ftracer/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-lambda-powertools%2ftracer/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-lambda-powertools%2ftracer/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-lambda-powertools%2ftracer/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-dynamodb](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb)) | dependencies | minor | [`3.602.0` -> `3.606.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.602.0/3.606.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-dynamodb/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-dynamodb/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-dynamodb/3.602.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.602.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)) | dependencies | minor | [`3.600.0` -> `3.606.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.600.0/3.606.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-sesv2](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-sesv2) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2)) | dependencies | minor | [`3.600.0` -> `3.606.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sesv2/3.600.0/3.606.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sesv2/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sesv2/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sesv2/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sesv2/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/client-sfn](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-sfn) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn)) | dependencies | minor | [`3.600.0` -> `3.606.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sfn/3.600.0/3.606.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sfn/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sfn/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sfn/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sfn/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@aws-sdk/s3-request-presigner](https://togithub.com/aws/aws-sdk-js-v3/tree/main/packages/s3-request-presigner) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner)) | dependencies | minor | [`3.600.0` -> `3.606.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fs3-request-presigner/3.600.0/3.606.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fs3-request-presigner/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fs3-request-presigner/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fs3-request-presigner/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fs3-request-presigner/3.600.0/3.606.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@fallobst22/cdk-cross-account-route53](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53) | dependencies | patch | [`0.0.25` -> `0.0.26`](https://renovatebot.com/diffs/npm/@fallobst22%2fcdk-cross-account-route53/0.0.25/0.0.26) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fallobst22%2fcdk-cross-account-route53/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fallobst22%2fcdk-cross-account-route53/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fallobst22%2fcdk-cross-account-route53/0.0.25/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fallobst22%2fcdk-cross-account-route53/0.0.25/0.0.26?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/core](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/core)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fcore/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fcore/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fcore/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fcore/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fcore/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/error-logger](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/error-logger)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2ferror-logger/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2ferror-logger/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2ferror-logger/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2ferror-logger/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2ferror-logger/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-content-negotiation](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-content-negotiation)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-content-negotiation/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-content-negotiation/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-content-negotiation/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-content-negotiation/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-content-negotiation/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-error-handler](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-error-handler)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-error-handler/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-error-handler/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-error-handler/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-error-handler/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-error-handler/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-header-normalizer](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-header-normalizer)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-header-normalizer/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-header-normalizer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-header-normalizer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-header-normalizer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-header-normalizer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-json-body-parser](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-json-body-parser)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-json-body-parser/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-json-body-parser/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-json-body-parser/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-json-body-parser/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-json-body-parser/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/http-response-serializer](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/http-response-serializer)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fhttp-response-serializer/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-response-serializer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-response-serializer/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-response-serializer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-response-serializer/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@middy/validator](https://middy.js.org) ([source](https://togithub.com/middyjs/middy/tree/HEAD/packages/validator)) | dependencies | patch | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/@middy%2fvalidator/5.4.1/5.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fvalidator/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fvalidator/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fvalidator/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fvalidator/5.4.1/5.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | dependencies | patch | [`5.15.20` -> `5.15.21`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.20/5.15.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/material](https://mui.com/material-ui/) ([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | patch | [`5.15.20` -> `5.15.21`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.20/5.15.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.20/5.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/x-date-pickers](https://mui.com/x/react-date-pickers/) ([source](https://togithub.com/mui/mui-x/tree/HEAD/packages/x-date-pickers)) | dependencies | minor | [`7.7.1` -> `7.8.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.7.1/7.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.7.1/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.7.1/7.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@reduxjs/toolkit](https://redux-toolkit.js.org) ([source](https://togithub.com/reduxjs/redux-toolkit)) | dependencies | patch | [`2.2.5` -> `2.2.6`](https://renovatebot.com/diffs/npm/@reduxjs%2ftoolkit/2.2.5/2.2.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@reduxjs%2ftoolkit/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@reduxjs%2ftoolkit/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@reduxjs%2ftoolkit/2.2.5/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@reduxjs%2ftoolkit/2.2.5/2.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.14.8` -> `20.14.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.8/20.14.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.8/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.8/20.14.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.13.1` -> `7.14.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.13.1/7.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.13.1` -> `7.14.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.13.1/7.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.13.1/7.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-cdk](https://togithub.com/aws/aws-cdk) ([source](https://togithub.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk)) | devDependencies | patch | [`2.147.0` -> `2.147.2`](https://renovatebot.com/diffs/npm/aws-cdk/2.147.0/2.147.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-cdk-lib](https://togithub.com/aws/aws-cdk) ([source](https://togithub.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib)) | dependencies | patch | [`2.147.0` -> `2.147.2`](https://renovatebot.com/diffs/npm/aws-cdk-lib/2.147.0/2.147.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk-lib/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk-lib/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk-lib/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk-lib/2.147.0/2.147.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-sdk](https://togithub.com/aws/aws-sdk-js) | dependencies | minor | [`2.1646.0` -> `2.1651.0`](https://renovatebot.com/diffs/npm/aws-sdk/2.1646.0/2.1651.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-sdk/2.1651.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-sdk/2.1651.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-sdk/2.1646.0/2.1651.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-sdk/2.1646.0/2.1651.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [json-schema-to-typescript](https://togithub.com/bcherny/json-schema-to-typescript) | devDependencies | minor | [`14.0.5` -> `14.1.0`](https://renovatebot.com/diffs/npm/json-schema-to-typescript/14.0.5/14.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/json-schema-to-typescript/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/json-schema-to-typescript/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/json-schema-to-typescript/14.0.5/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/json-schema-to-typescript/14.0.5/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-router](https://togithub.com/remix-run/react-router) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router)) | dependencies | minor | [`6.23.1` -> `6.24.0`](https://renovatebot.com/diffs/npm/react-router/6.23.1/6.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [react-router-dom](https://togithub.com/remix-run/react-router) ([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)) | dependencies | minor | [`6.23.1` -> `6.24.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.23.1/6.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router-dom/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router-dom/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.23.1/6.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://vitejs.dev) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.3.1` -> `5.3.2`](https://renovatebot.com/diffs/npm/vite/5.3.1/5.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.3.1/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.3.1/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

🔧 This Pull Request updates lock files to use the latest dependency versions.

---

### Release Notes

<details>
<summary>aws-powertools/powertools-lambda-typescript (@&#8203;aws-lambda-powertools/logger)</summary>

### [`v2.3.0`](https://togithub.com/aws-powertools/powertools-lambda-typescript/blob/HEAD/CHANGELOG.md#230-2024-06-27)

[Compare Source](https://togithub.com/aws-powertools/powertools-lambda-typescript/compare/v2.2.0...v2.3.0)

##### Bug Fixes

-   **idempotency:** preserve scope of decorated class ([#&#8203;2693](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2693)) ([22ec1f0](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/22ec1f005ae334577a2ee878a454527ad16a56d9))
-   **logger:** reset log level after sampling refresh ([#&#8203;2673](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2673)) ([618faec](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/618faeca7a2fff1d8570bd46832da65129196220))

##### Features

-   **logger:** add `clearState()` method ([#&#8203;2408](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2408)) ([f55e2d0](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/f55e2d019f8693ca79753eb56ba951b0fd33101b))
-   **parser:** enhance API Gateway schemas ([#&#8203;2665](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2665)) ([b3bc1f0](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/b3bc1f0a173233fdcf50f2573949b17a312813b4))

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-dynamodb)</summary>

### [`v3.606.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#36060-2024-06-27)

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

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

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-s3)</summary>

### [`v3.606.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36060-2024-06-27)

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

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

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-sesv2)</summary>

### [`v3.606.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sesv2/CHANGELOG.md#36060-2024-06-27)

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

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

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-sfn)</summary>

### [`v3.606.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sfn/CHANGELOG.md#36060-2024-06-27)

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

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

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/s3-request-presigner)</summary>

### [`v3.606.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#36060-2024-06-27)

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

**Note:** Version bump only for package [@&#8203;aws-sdk/s3-request-presigner](https://togithub.com/aws-sdk/s3-request-presigner)

</details>

<details>
<summary>SvenKirschbaum/cdk-cross-account-route53 (@&#8203;fallobst22/cdk-cross-account-route53)</summary>

### [`v0.0.26`](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/releases/tag/v0.0.26)

[Compare Source](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/compare/v0.0.25...v0.0.26)

##### [0.0.26](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/compare/v0.0.25...v0.0.26) (2024-06-29)

</details>

<details>
<summary>middyjs/middy (@&#8203;middy/core)</summary>

### [`v5.4.2`](https://togithub.com/middyjs/middy/releases/tag/5.4.2)

[Compare Source](https://togithub.com/middyjs/middy/compare/5.4.1...5.4.2)

##### What's Changed

-   fix(core)!: resolve type inference issues with input handler by [@&#8203;naorpeled](https://togithub.com/naorpeled) in [https://github.com/middyjs/middy/pull/1217](https://togithub.com/middyjs/middy/pull/1217)
-   fix: ws-response: Invalid request.response given to API Gateway [@&#8203;nbusser](https://togithub.com/nbusser) [#&#8203;1219](https://togithub.com/middyjs/middy/issues/1219)

**Full Changelog**: https://github.com/middyjs/middy/compare/5.4.1...5.4.2

</details>

<details>
<summary>mui/material-ui (@&#8203;mui/icons-material)</summary>

### [`v5.15.21`](https://togithub.com/mui/material-ui/releases/tag/v5.15.21)

[Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.20...v5.15.21)

*Jun 28, 2024*

A big thanks to the 7 contributors who made this release possible.

##### `@mui/[email protected]`

-   \[Autocomplete] Fix renderOption props type ([@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)) ([#&#8203;42709](https://togithub.com/mui/material-ui/issues/42709)) [@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
-   \[Stepper] Generate class for `nonLinear` prop ([@&#8203;alexismo](https://togithub.com/alexismo)) ([#&#8203;42677](https://togithub.com/mui/material-ui/issues/42677)) [@&#8203;alexismo](https://togithub.com/alexismo)

##### Docs

-   Use new email for sponsoring [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   Fix 301 links ([@&#8203;alexfauquette](https://togithub.com/alexfauquette)) ([#&#8203;42700](https://togithub.com/mui/material-ui/issues/42700)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value ([@&#8203;Danielkhakbaz](https://togithub.com/Danielkhakbaz)) ([#&#8203;42696](https://togithub.com/mui/material-ui/issues/42696)) [@&#8203;Danielkhakbaz](https://togithub.com/Danielkhakbaz)
-   \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings in demos ([#&#8203;42766](https://togithub.com/mui/material-ui/issues/42766)) [@&#8203;wbt](https://togithub.com/wbt)
-   \[material-ui] Fix sign in side image ([#&#8203;42708](https://togithub.com/mui/material-ui/issues/42708)) [@&#8203;zanivan](https://togithub.com/zanivan)
-   \[website] Add Ale to team ([#&#8203;42769](https://togithub.com/mui/material-ui/issues/42769)) [@&#8203;alelthomas](https://togithub.com/alelthomas)

##### Core

-   \[core] Cherry pick pnpm updates ([#&#8203;42763](https://togithub.com/mui/material-ui/issues/42763)) [@&#8203;DiegoAndai](https://togithub.com/DiegoAndai)
-   \[website] Add Armin to the team members ([@&#8203;arminmeh](https://togithub.com/arminmeh)) ([#&#8203;42681](https://togithub.com/mui/material-ui/issues/42681)) [@&#8203;arminmeh](https://togithub.com/arminmeh)
-   \[website] Open Staff Engineer role for Pigment CSS ([@&#8203;mnajdova](https://togithub.com/mnajdova)) ([#&#8203;42669](https://togithub.com/mui/material-ui/issues/42669)) [@&#8203;mnajdova](https://togithub.com/mnajdova)

All contributors of this release in alphabetical order: [@&#8203;alexfauquette](https://togithub.com/alexfauquette), [@&#8203;alexismo](https://togithub.com/alexismo), [@&#8203;arminmeh](https://togithub.com/arminmeh), [@&#8203;Danielkhakbaz](https://togithub.com/Danielkhakbaz), [@&#8203;DiegoAndai](https://togithub.com/DiegoAndai), [@&#8203;mnajdova](https://togithub.com/mnajdova), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

</details>

<details>
<summary>mui/mui-x (@&#8203;mui/x-date-pickers)</summary>

### [`v7.8.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#780)

[Compare Source](https://togithub.com/mui/mui-x/compare/v7.7.1...v7.8.0)

*Jun 28, 2024*

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

-   🛰 Introduce server-side data source for improved server integration in the Data Grid.

    Supports server-side pagination, sorting and filtering on plain and tree data, and automatic caching.

    To enable, provide a `getRows` function to the `unstable_dataSource` prop on the Data Grid component.

    ```tsx
    const dataSource = {
      getRows: async (params: GridServerGetRowsParams) => {
        const data = await fetch(
          `https://api.example.com/data?${new URLSearchParams({
            page: params.page,
            pageSize: params.pageSize,
            sortModel: JSON.stringify(params.sortModel),
            filterModel: JSON.stringify(params.filterModel),
          }).toString()}`,
        );
        return {
          rows: data.rows,
          totalRows: data.totalRows,
        };
      },
    }
    <DataGridPro
      unstable_dataSource={dataSource}
      {...otherProps}
    />
    ```

    See [server-side data documentation](https://mui.com/x/react-data-grid/server-side-data/) for more details.

-   📈 Support Date data on the BarChart component

-   ↕️ Support custom column sort icons on the Data Grid

-   🖱️ Support modifying the expansion trigger on the Tree View components



##### Data Grid

##### `@mui/[email protected]`

-   \[DataGrid] Add `columnHeaderSortIcon` slot ([#&#8203;13563](https://togithub.com/mui/mui-x/issues/13563)) [@&#8203;arminmeh](https://togithub.com/arminmeh)
-   \[DataGrid] Fix dimensions lag issue after autosize ([#&#8203;13587](https://togithub.com/mui/mui-x/issues/13587)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi)
-   \[DataGrid] Fix print export failure when `hideFooter` option is set ([#&#8203;13034](https://togithub.com/mui/mui-x/issues/13034)) [@&#8203;tarunrajput](https://togithub.com/tarunrajput)

##### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/[email protected]`, plus:

-   \[DataGridPro] Fix multi-sorting indicator being cut off ([#&#8203;13625](https://togithub.com/mui/mui-x/issues/13625)) [@&#8203;KenanYusuf](https://togithub.com/KenanYusuf)
-   \[DataGridPro] Server-side tree data support ([#&#8203;12317](https://togithub.com/mui/mui-x/issues/12317)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi)

##### `@mui/[email protected]` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")

Same changes as in `@mui/[email protected]`.

##### Date and Time Pickers

##### `@mui/[email protected]`

-   \[fields] Fix section clearing behavior on Android ([#&#8203;13652](https://togithub.com/mui/mui-x/issues/13652)) [@&#8203;LukasTy](https://togithub.com/LukasTy)

##### `@mui/[email protected]` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")

Same changes as in `@mui/[email protected]`.

##### Charts

##### `@mui/[email protected]`

-   \[charts] Fix line chart props not passing correct event handlers ([#&#8203;13609](https://togithub.com/mui/mui-x/issues/13609)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)
-   \[charts] Support BarChart with `Date` data ([#&#8203;13471](https://togithub.com/mui/mui-x/issues/13471)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[charts] Support RTL for y-axis ([#&#8203;13614](https://togithub.com/mui/mui-x/issues/13614)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[charts] Use default values instead of non-null assertion to prevent error being thrown ([#&#8203;13637](https://togithub.com/mui/mui-x/issues/13637)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)

##### Tree View

##### `@mui/[email protected]`

-   \[TreeView] Add `expansionTrigger` prop ([#&#8203;13533](https://togithub.com/mui/mui-x/issues/13533)) [@&#8203;noraleonte](https://togithub.com/noraleonte)
-   \[TreeView] Support experimental features from plugin's dependencies ([#&#8203;13632](https://togithub.com/mui/mui-x/issues/13632)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

##### Docs

-   \[docs] Add callout for `Luxon` `throwOnInvalid` support ([#&#8203;13621](https://togithub.com/mui/mui-x/issues/13621)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[docs] Add "Overlays" section to the Data Grid documentation ([#&#8203;13624](https://togithub.com/mui/mui-x/issues/13624)) [@&#8203;KenanYusuf](https://togithub.com/KenanYusuf)

##### Core

-   \[core] Add eslint rule to restrict import from `../internals` root ([#&#8203;13633](https://togithub.com/mui/mui-x/issues/13633)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)
-   \[docs-infra] Sync `\_app` folder with monorepo ([#&#8203;13582](https://togithub.com/mui/mui-x/issues/13582)) [@&#8203;Janpot](https://togithub.com/Janpot)
-   \[license] Allow usage of charts and tree view pro package for old premium licenses ([#&#8203;13619](https://togithub.com/mui/mui-x/issues/13619)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

</details>

<details>
<summary>reduxjs/redux-toolkit (@&#8203;reduxjs/toolkit)</summary>

### [`v2.2.6`](https://togithub.com/reduxjs/redux-toolkit/compare/v2.2.5...a9362fbcec6cb66bdb3e6dc52bbf3d69ea6f2b22)

[Compare Source](https://togithub.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6)

</details>

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

### [`v7.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7141-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1)

##### 🩹 Fixes

-   **eslint-plugin:** \[prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

-   **eslint-plugin:** \[prefer-nullish-coalescing] ensure ternary fix does not remove parens

##### ❤️  Thank You

-   Jake Bailey

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

### [`v7.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7140-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0)

##### 🚀 Features

-   support TypeScript 5.5

##### 🩹 Fixes

-   **eslint-plugin:** \[no-extraneous-class] handle abstract members

-   **eslint-plugin:** \[prefer-nullish-coalescing] handle intersected primitive types

-   **eslint-plugin:** \[no-invalid-this] support AccessorProperty

##### ❤️  Thank You

-   Brad Zacher
-   cm-ayf
-   Jake Bailey
-   James Zhan
-   Joshua Chen
-   yoshi2no

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

</details>

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

### [`v7.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7141-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

### [`v7.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7140-2024-06-24)

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0)

##### 🚀 Features

-   support TypeScript 5.5

##### ❤️  Thank You

-   Brad Zacher
-   cm-ayf
-   Jake Bailey
-   James Zhan
-   Joshua Chen
-   yoshi2no

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

</details>

<details>
<summary>aws/aws-cdk (aws-cdk)</summary>

### [`v2.147.2`](https://togithub.com/aws/aws-cdk/releases/tag/v2.147.2)

[Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.147.1...v2.147.2)

##### Reverts

-   fix(core): overrideLogicalId validation ([#&#8203;29708](https://togithub.com/aws/aws-cdk/pull/29708)) ([b196b13](https://togithub.com/aws/aws-cdk/commit/b196b13b0b8a54dcacadf87fdbe744772a6e6c4d))

***

#### Alpha modules (2.147.2-alpha.0)

### [`v2.147.1`](https://togithub.com/aws/aws-cdk/releases/tag/v2.147.1)

[Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.147.0...v2.147.1)

##### Reverts

-   route53 CrossAccountZoneDelegationRecord fails at deployment time with imported `delegatedZone` ([#&#8203;30440](https://togithub.com/aws/aws-cdk/issues/30440))" ([#&#8203;30606](https://togithub.com/aws/aws-cdk/issues/30606)) ([69eb617](https://togithub.com/aws/aws-cdk/commit/69eb617b45b5c4e495901d367d85e1edeea57e69)), closes [#&#8203;30600](https://togithub.com/aws/aws-cdk/issues/30600)

***

##### Alpha modules (2.147.1-alpha.0)

</details>

<details>
<summary>aws/aws-sdk-js (aws-sdk)</summary>

### [`v2.1651.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216510)

[Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1650.0...v2.1651.0)

-   feature: ACMPCA: Added CCPC_LEVEL\_1\_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
-   feature: CloudHSMV2: Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
-   feature: Connect: This release supports showing PreferredAgentRouting step via DescribeContact API.
-   feature: EMR: This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
-   feature: Glue: Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
-   feature: KinesisAnalyticsV2: Support for Flink 1.19 in Managed Service for Apache Flink
-   feature: OpenSearch: This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.
-   feature: WorkSpaces: Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.

### [`v2.1650.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216500)

[Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1649.0...v2.1650.0)

-   feature: ApplicationAutoScaling: Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.
-   feature: ChimeSDKMediaPipelines: Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics
-   feature: DataZone: This release supports the data lineage feature of business data catalog in Amazon DataZone.
-   feature: ElastiCache: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: MQ: This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
-   feature: QConnect: Adds CreateContentAssociation, ListContentAssociations, GetContentAssociation, and DeleteContentAssociation APIs.
-   feature: QuickSight: Adding support for Repeating Sections, Nested Filters
-   feature: SageMaker: Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
-   feature: WorkSpaces: Added support for WorkSpaces Pools.

### [`v2.1649.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216490)

[Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1648.0...v2.1649.0)

-   feature: ControlTower: Added ListLandingZoneOperations API.
-   feature: EKS: Added support for disabling unmanaged addons during cluster creation.
-   feature: IVSRealTime: IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens.
-   feature: KinesisAnalyticsV2: This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs.
-   feature: OpenSearch: This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.

### [`v2.1648.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216480)

[Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1647.0...v2.1648.0)

-   feature: AutoScaling: Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
-   feature: EC2: This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
-   feature: NetworkManager: This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.
-   feature: WorkSpacesThinClient: This release adds the deviceCreationTags field to CreateEnvironment API input, UpdateEnvironment API input and GetEnvironment API output.

### [`v2.1647.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216470)

[Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1646.0...v2.1647.0)

-   bugfix: opsworks: delete tests
-   feature: BedrockRuntime: Increases Converse API's document name length
-   feature: CustomerProfiles: This release includes changes to ProfileObjectType APIs, adds functionality top set and get capacity for profile object types.
-   feature: EC2: Fix EC2 multi-protocol info in models.
-   feature: QBusiness: Updates API to latest version.
-   feature: SSM: Add sensitive trait to SSM IPAddress property for CloudTrail redaction
-   feature: WorkSpacesWeb: Added ability to enable DeepLinking functionality on a Portal via UserSettings as well as added support for IdentityProvider resource tagging.

</details>

<details>
<summary>bcherny/json-schema-to-typescript (json-schema-to-typescript)</summary>

### [`v14.1.0`](https://togithub.com/bcherny/json-schema-to-typescript/blob/HEAD/CHANGELOG.md#1410)

[Compare Source](https://togithub.com/bcherny/json-schema-to-typescript/compare/89a7b326ef18c75ad801ca93c780df8fd69ab644...6fc74b3fc38cc13f0c2414c01de90e5221d3fefc)

-   [`3e2e1e9`](https://togithub.com/bcherny/json-schema-to-typescript/commit/3e2e1e9) Added `inferStringEnumKeysFromValues` option ([#&#8203;578](https://togithub.com/bcherny/json-schema-to-typescript/issues/578))

</details>

<details>
<summary>remix-run/react-router (react-router)</summary>

### [`v6.24.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#6240)

[Compare Source](https://togithub.com/remix-run/react-router/compare/[email protected]@6.24.0)

##### Minor Changes

-   Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#&#8203;11626](https://togithub.com/remix-run/react-router/pull/11626))

    -   RFC: <https://togithub.com/remix-run/react-router/discussions/11113>
    -   `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>

##### Patch Changes

-   Updated dependencies:
    -   `@remix-run/[email protected]`

</details>

<details>
<summary>remix-run/react-router (react-router-dom)</summary>

### [`v6.24.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6240)

[Compare Source](https://togithub.com/remix-run/react-router/compare/[email protected]@6.24.0)

##### Minor Changes

-   Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#&#8203;11626](https://togithub.com/remix-run/react-router/pull/11626))

    -   RFC: <https://togithub.com/remix-run/react-router/discussions/11113>
    -   `unstable_patchRoutesOnMiss` docs: <https://reactrouter.com/en/main/routers/create-browser-router>

##### Patch Changes

-   Fix `fetcher.submit` types - remove incorrect `navigate`/`fetcherKey`/`unstable_viewTransition` options because they are only relevant for `useSubmit` ([#&#8203;11631](https://togithub.com/remix-run/react-router/pull/11631))
-   Allow falsy `location.state` values passed to `<StaticRouter>` ([#&#8203;11495](https://togithub.com/remix-run/react-router/pull/11495))
-   Updated dependencies:
    -   `[email protected]`
    -   `@remix-run/[email protected]`

</details>

<details>
<summary>vitejs/vite (vite)</summary>

### [`v5.3.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small532-2024-06-27-small)

[Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.1...v5.3.2)

-   fix(client): uniform variable `location` ([#&#8203;17528](https://togithub.com/vitejs/vite/issues/17528)) ([a8e2f6f](https://togithub.com/vitejs/vite/commit/a8e2f6f)), closes [#&#8203;17528](https://togithub.com/vitejs/vite/issues/17528)
-   fix(deps): update all non-major dependencies ([#&#8203;17494](https://togithub.com/vitejs/vite/issues/17494)) ([bf123f2](https://togithub.com/vitejs/vite/commit/bf123f2)), closes [#&#8203;17494](https://togithub.com/vitejs/vite/issues/17494)
-   fix(typescript): correctly expand ${configDir} in tsconfig.json ([#&#8203;17576](https://togithub.com/vitejs/vite/issues/17576)) ([24c799b](https://togithub.com/vitejs/vite/commit/24c799b)), closes [#&#8203;17576](https://togithub.com/vitejs/vite/issues/17576)
-   chore: fix some comments ([#&#8203;17495](https://togithub.com/vitejs/vite/issues/17495)) ([ec16a5e](https://togithub.com/vitejs/vite/commit/ec16a5e)), closes [#&#8203;17495](https://togithub.com/vitejs/vite/issues/17495)
-   chore(deps): update all non-major dependencies ([#&#8203;17553](https://togithub.com/vitejs/vite/issues/17553)) ([a33a97f](https://togithub.com/vitejs/vite/commit/a33a97f)), closes [#&#8203;17553](https://togithub.com/vitejs/vite/issues/17553)
-   chore(deps): update dependency eslint to v9 ([#&#8203;16661](https://togithub.com/vitejs/vite/issues/16661)) ([6c10662](https://togithub.com/vitejs/vite/commit/6c10662)), closes [#&#8203;16661](https://togithub.com/vitejs/vite/issues/16661)
-   chore(deps): update es-module-lexer to 1.5.4 ([#&#8203;17555](https://togithub.com/vitejs/vite/issues/17555)) ([2d6672f](https://togithub.com/vitejs/vite/commit/2d6672f)), closes [#&#8203;17555](https://togithub.com/vitejs/vite/issues/17555)
-   refactor(optimizer): use early continues ([#&#8203;17551](https://togithub.com/vitejs/vite/issues/17551)) ([7c06ef0](https://togithub.com/vitejs/vite/commit/7c06ef0)), closes [#&#8203;17551](https://togithub.com/vitejs/vite/issues/17551)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on sunday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SvenKirschbaum/share.kirschbaum.cloud).
@jlarmstrongiv
Copy link

jlarmstrongiv commented Jun 30, 2024

Sure, here is the reproduction @naorpeled I removed the middleware to keep the reproduction as simple as possible https://github.com/jlarmstrongiv/middy-typescript-headers-bug 👍

You will be able to see how 5.4.1 works, while 5.4.2 causes type errors.

@naorpeled
Copy link
Contributor Author

Sure, here is the reproduction @naorpeled I removed the middleware to keep the reproduction as simple as possible https://github.com/jlarmstrongiv/middy-typescript-headers-bug 👍

You will be able to see how 5.4.1 works, while 5.4.2 causes type errors.

I see, what you need to do is pass the generic params into .handler and that would resolve your issue

@jlarmstrongiv
Copy link

Hey @naorpeled do you have an example of passing those generic params into .handler? It’s still erroring with the same error for me:

export const handler = middy.handler<
  APIGatewayProxyEventV2,
  APIGatewayProxyResultV2
  // Binding element 'headers' implicitly has an 'any' type.
>(({ headers }) => ({
  body: JSON.stringify(headers, undefined, 2),
  statusCode: 200,
}));

I also wish I could define it once with middy core like I used to, rather than having to define it on each and every lambda function handler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript error when using S3Handler type
4 participants