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: ignore new eslint error for @typescript-eslint/no-extraneous-class #2455

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

jasoniangreen
Copy link
Collaborator

@jasoniangreen jasoniangreen commented Jun 15, 2024

What issue does this pull request resolve?

Since we don't use lock files small changes to default eslint rules can break our build from time to time. This time it is @typescript-eslint/no-extraneous-class.

What changes did you make?

This new error wasn't appearing before but since there is only once instance I think it's fine to ignore this one line and accept this new default for any new code.

Is there anything that requires more attention while reviewing?

No.

@jasoniangreen jasoniangreen changed the title fix: ignore new eslint error fix: ignore new eslint error for @typescript-eslint/no-extraneous-class Jun 15, 2024
@epoberezkin epoberezkin merged commit 85dafb0 into master Jun 16, 2024
5 checks passed
@epoberezkin epoberezkin deleted the fix-build-new-eslint-error branch June 16, 2024 13:17
mergify bot pushed a commit to SvenKirschbaum/share.kirschbaum.cloud that referenced this pull request Jul 13, 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.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/@aws-lambda-powertools%2flogger/2.3.0/2.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-lambda-powertools%2flogger/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-lambda-powertools%2flogger/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-lambda-powertools%2flogger/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-lambda-powertools%2flogger/2.3.0/2.4.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.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/@aws-lambda-powertools%2ftracer/2.3.0/2.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-lambda-powertools%2ftracer/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-lambda-powertools%2ftracer/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-lambda-powertools%2ftracer/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-lambda-powertools%2ftracer/2.3.0/2.4.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.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.609.0/3.614.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-dynamodb/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-dynamodb/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-dynamodb/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.609.0/3.614.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.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.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.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sesv2/3.609.0/3.614.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sesv2/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sesv2/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sesv2/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sesv2/3.609.0/3.614.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.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sfn/3.609.0/3.614.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sfn/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sfn/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sfn/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sfn/3.609.0/3.614.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.609.0` -> `3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fs3-request-presigner/3.609.0/3.614.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fs3-request-presigner/3.614.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.614.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.609.0/3.614.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.609.0/3.614.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.26` -> `0.0.27`](https://renovatebot.com/diffs/npm/@fallobst22%2fcdk-cross-account-route53/0.0.26/0.0.27) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fallobst22%2fcdk-cross-account-route53/0.0.27?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.27?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.26/0.0.27?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.26/0.0.27?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2fcore/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fcore/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fcore/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fcore/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fcore/5.4.3/5.4.4?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2ferror-logger/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2ferror-logger/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2ferror-logger/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2ferror-logger/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2ferror-logger/5.4.3/5.4.4?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2fhttp-content-negotiation/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-content-negotiation/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-content-negotiation/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-content-negotiation/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-content-negotiation/5.4.3/5.4.4?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2fhttp-error-handler/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-error-handler/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-error-handler/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-error-handler/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-error-handler/5.4.3/5.4.4?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2fhttp-header-normalizer/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-header-normalizer/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-header-normalizer/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-header-normalizer/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-header-normalizer/5.4.3/5.4.4?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2fhttp-json-body-parser/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-json-body-parser/5.4.4?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.4?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.3/5.4.4?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.3/5.4.4?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2fhttp-response-serializer/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fhttp-response-serializer/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fhttp-response-serializer/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fhttp-response-serializer/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fhttp-response-serializer/5.4.3/5.4.4?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.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/@middy%2fvalidator/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@middy%2fvalidator/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@middy%2fvalidator/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@middy%2fvalidator/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@middy%2fvalidator/5.4.3/5.4.4?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.16.0` -> `5.16.1`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.16.0/5.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.16.0/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.16.0/5.16.1?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.16.0` -> `5.16.1`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.16.0/5.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.16.0/5.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.16.0/5.16.1?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.9.0` -> `7.10.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.9.0/7.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.9.0/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.9.0/7.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/aws-lambda](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda)) | devDependencies | patch | [`8.10.140` -> `8.10.141`](https://renovatebot.com/diffs/npm/@types%2faws-lambda/8.10.140/8.10.141) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2faws-lambda/8.10.141?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2faws-lambda/8.10.141?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2faws-lambda/8.10.140/8.10.141?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2faws-lambda/8.10.140/8.10.141?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.15.0` -> `7.16.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.15.0/7.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.15.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.15.0/7.16.0?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.15.0` -> `7.16.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.15.0/7.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.15.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.15.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [ajv](https://ajv.js.org) ([source](https://togithub.com/ajv-validator/ajv)) | devDependencies | minor | [`8.16.0` -> `8.17.1`](https://renovatebot.com/diffs/npm/ajv/8.16.0/8.17.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.16.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.16.0/8.17.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 | minor | [`2.148.0` -> `2.149.0`](https://renovatebot.com/diffs/npm/aws-cdk/2.148.0/2.149.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk/2.149.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk/2.149.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk/2.148.0/2.149.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk/2.148.0/2.149.0?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 | minor | [`2.148.0` -> `2.149.0`](https://renovatebot.com/diffs/npm/aws-cdk-lib/2.148.0/2.149.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk-lib/2.149.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk-lib/2.149.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk-lib/2.148.0/2.149.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk-lib/2.148.0/2.149.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-sdk](https://togithub.com/aws/aws-sdk-js) | dependencies | minor | [`2.1655.0` -> `2.1659.0`](https://renovatebot.com/diffs/npm/aws-sdk/2.1655.0/2.1659.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-sdk/2.1659.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-sdk/2.1659.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-sdk/2.1655.0/2.1659.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-sdk/2.1655.0/2.1659.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [glob](https://togithub.com/isaacs/node-glob) | devDependencies | patch | [`10.4.3` -> `10.4.5`](https://renovatebot.com/diffs/npm/glob/10.4.3/10.4.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/10.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/10.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/glob/10.4.3/10.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/10.4.3/10.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.1.5` -> `29.2.2`](https://renovatebot.com/diffs/npm/ts-jest/29.1.5/29.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-jest/29.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-jest/29.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-jest/29.1.5/29.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-jest/29.1.5/29.2.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.4.0`](https://togithub.com/aws-powertools/powertools-lambda-typescript/blob/HEAD/CHANGELOG.md#240-2024-07-10)

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

##### Bug Fixes

-   **idempotency:** check error identity via names ([#&#8203;2747](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2747)) ([55c3878](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/55c387816baee98829441526a0de001044d67344))

##### Features

-   **batch:** add option to not throw `FullBatchFailureError` when the entire batch fails ([#&#8203;2711](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2711)) ([74198ef](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/74198ef1ec1d11267813d2f4b6dd5f4c5692f7d4))
-   **internal:** support Middy.js 5.x ([#&#8203;2748](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2748)) ([1d7ad61](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/1d7ad61a569a4b1421dbe1754b0179f676cfede7))
-   **layers:** deploy Lambda layers in `ap-south-2` and `me-central-1` ([#&#8203;2675](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2675)) ([208c57a](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/208c57a28eb7140bf4a2a93a4201a06fced049b9))
-   **logger:** time zone aware timestamp in Logger ([#&#8203;2710](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2710)) ([9fe4c75](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/9fe4c754960a07aad008ff4ada63cf68aa9ba89a))
-   **maintenance:** drop support for Node.js 16.x ([#&#8203;2717](https://togithub.com/aws-powertools/powertools-lambda-typescript/issues/2717)) ([e4eee73](https://togithub.com/aws-powertools/powertools-lambda-typescript/commit/e4eee73770ffccead9212a566335ec256a31af7d))

</details>

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

### [`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#36140-2024-07-10)

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

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

### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#36130-2024-07-09)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.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.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36140-2024-07-10)

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

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

### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36130-2024-07-09)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.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.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sesv2/CHANGELOG.md#36140-2024-07-10)

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

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

### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sesv2/CHANGELOG.md#36130-2024-07-09)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.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.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sfn/CHANGELOG.md#36140-2024-07-10)

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

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

### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sfn/CHANGELOG.md#36130-2024-07-09)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.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.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#36140-2024-07-10)

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

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

### [`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#36130-2024-07-09)

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

##### Bug Fixes

-   **middleware-eventstream:** lowercase headers more consistently ([#&#8203;6259](https://togithub.com/aws/aws-sdk-js-v3/issues/6259)) ([1965eb0](https://togithub.com/aws/aws-sdk-js-v3/commit/1965eb04406c5811173745f7493d1f653e8e3488))

</details>

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

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

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

##### [0.0.27](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/compare/v0.0.26...v0.0.27) (2024-07-06)

</details>

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

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

[Compare Source](https://togithub.com/middyjs/middy/compare/5.4.3...5.4.4)

##### What's Changed

-   revert(core): rollback input handler plain lambda handler support by [@&#8203;naorpeled](https://togithub.com/naorpeled) in [https://github.com/middyjs/middy/pull/1222](https://togithub.com/middyjs/middy/pull/1222)

**Full Changelog**: https://github.com/middyjs/middy/compare/5.4.3...5.4.4

</details>

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

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

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

A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

-   ⚛️ All packages, including Material UI, are now compatible with React 18.3.1

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

-   \[AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider ([#&#8203;42713](https://togithub.com/mui/material-ui/issues/42713)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

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

-   \[Autocomplete] Fix React spread key warning ([#&#8203;42856](https://togithub.com/mui/material-ui/issues/42856)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)

##### Docs

-   \[material-ui] Fix React 18.3 key spread warnings in Autocomplete demos ([#&#8203;42854](https://togithub.com/mui/material-ui/issues/42854)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[material-ui] Fix type error in virtualized table demo ([#&#8203;42852](https://togithub.com/mui/material-ui/issues/42852)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   Fix typos ([@&#8203;omahs](https://togithub.com/omahs)) ([#&#8203;42888](https://togithub.com/mui/material-ui/issues/42888)) [@&#8203;omahs](https://togithub.com/omahs)
-   Fix 301 [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

-   \[core] Bump React to 18.3.1 ([#&#8203;42846](https://togithub.com/mui/material-ui/issues/42846)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[core] Remove react-test-renderer ([#&#8203;42853](https://togithub.com/mui/material-ui/issues/42853)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[core] Replace enzyme in describeConformance ([#&#8203;42847](https://togithub.com/mui/material-ui/issues/42847)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[test] Remove enzyme ([#&#8203;42850](https://togithub.com/mui/material-ui/issues/42850)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[test] Remove createMount test util ([#&#8203;42849](https://togithub.com/mui/material-ui/issues/42849)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[base-ui] Fix React spread key warning in test ([#&#8203;42855](https://togithub.com/mui/material-ui/issues/42855)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[styles]\[withStyles] Expect React defaultProps warning in test ([#&#8203;42752](https://togithub.com/mui/material-ui/issues/42752)) ([#&#8203;42851](https://togithub.com/mui/material-ui/issues/42851)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)

All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://togithub.com/aarongarciah), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari), [@&#8203;omahs](https://togithub.com/omahs), [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

</details>

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

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

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

*Jul 11, 2024*

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

-   🎁 Add selectors to support showing child row count in footer in the Data Grid
-   ✨ New APIs for retrieving current item tree and item's children IDs in the Tree View
-   🌍 Improve Spanish (es-ES) locale on the Data Grid
-   🐞 Bugfixes
-   📚 Documentation improvements



##### Data Grid

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

-   \[DataGrid] Add selectors to support showing child row count in footer ([#&#8203;13725](https://togithub.com/mui/mui-x/issues/13725)) [@&#8203;KenanYusuf](https://togithub.com/KenanYusuf)
-   \[DataGrid] Fix incorrect panels position when using a toolbar ([#&#8203;13474](https://togithub.com/mui/mui-x/issues/13474)) [@&#8203;oukunan](https://togithub.com/oukunan)
-   \[DataGrid] Set default variant to `'standard'` in `GridFilterInputMultipleValue` ([#&#8203;13129](https://togithub.com/mui/mui-x/issues/13129)) [@&#8203;tarunrajput](https://togithub.com/tarunrajput)
-   \[DataGrid] Use `readonly` on more array props ([#&#8203;13331](https://togithub.com/mui/mui-x/issues/13331)) [@&#8203;pcorpet](https://togithub.com/pcorpet)
-   \[l10n] Improve Spanish (es-ES) locale ([#&#8203;13772](https://togithub.com/mui/mui-x/issues/13772)) [@&#8203;joserealdev](https://togithub.com/joserealdev)

##### `@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] Keep bottom pinned row at the bottom ([#&#8203;13313](https://togithub.com/mui/mui-x/issues/13313)) [@&#8203;romgrk](https://togithub.com/romgrk)

##### `@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] Prevent infinite recursion when ensuring selection ([#&#8203;13779](https://togithub.com/mui/mui-x/issues/13779)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[fields] Unify fields behavior regardless of the `readOnly` flag ([#&#8203;13688](https://togithub.com/mui/mui-x/issues/13688)) [@&#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]`, plus:

-   \[DateRangePicker] Fix `calendarHeader` slot props propagation ([#&#8203;13780](https://togithub.com/mui/mui-x/issues/13780)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[DateTimeRangePicker] Resolve `format` from given `views` ([#&#8203;13743](https://togithub.com/mui/mui-x/issues/13743)) [@&#8203;LukasTy](https://togithub.com/LukasTy)

##### Charts

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

-   \[charts] Fix displaying area of a `LineChart` when using the `log` scale ([#&#8203;13791](https://togithub.com/mui/mui-x/issues/13791)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[charts] Use correct click handler prop on pie chart `OnSeriesItemClick` documentation ([#&#8203;13761](https://togithub.com/mui/mui-x/issues/13761)) [@&#8203;tonyhallett](https://togithub.com/tonyhallett)

##### Tree View

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

-   \[TreeView] Add `getItemTree` and `getItemOrderedChildrenIds` methods to the public API ([#&#8203;13804](https://togithub.com/mui/mui-x/issues/13804)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[TreeView] Add utility function to check if an optional plugin is present ([#&#8203;13788](https://togithub.com/mui/mui-x/issues/13788)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

##### Docs

-   \[docs] Add missing default `loading` prop value ([#&#8203;13604](https://togithub.com/mui/mui-x/issues/13604)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   \[docs] Add the `DateTimeRangePicker` to the "Commonly used components" demo ([#&#8203;13775](https://togithub.com/mui/mui-x/issues/13775)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[docs] Fix Pickers customization playground overflow ([#&#8203;13742](https://togithub.com/mui/mui-x/issues/13742)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[docs] Move Pickers dialog guidelines to accessibility page ([#&#8203;13778](https://togithub.com/mui/mui-x/issues/13778)) [@&#8203;arthurbalduini](https://togithub.com/arthurbalduini)

##### Core

-   \[core] Sort `DATA_GRID_PROPS_DEFAULT_VALUES` alphabetically ([#&#8203;13783](https://togithub.com/mui/mui-x/issues/13783)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   \[test] Fix split infinitive use in tests [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

</details>

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

### [`v7.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7160-2024-07-08)

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

##### 🚀 Features

-   **rule-tester:** stricter rule test validations

-   **eslint-plugin:** \[no-unnecessary-parameter-property-assignment] add new rule

-   **eslint-plugin:** add support for nested namespaces to unsafe-member-access

-   **eslint-plugin:** \[no-floating-promises] add checkThenables option

##### 🩹 Fixes

-   **deps:** update dependency [@&#8203;eslint-community/regexpp](https://togithub.com/eslint-community/regexpp) to v4.11.0

-   **eslint-plugin:** \[no-floating-promises] add `suggestions` to tests from [#&#8203;9263](https://togithub.com/typescript-eslint/typescript-eslint/issues/9263) `checkThenables`

-   **website:** react key error on internal pages of website

-   **eslint-plugin:** \[restrict-template-expressions] don't report tuples if `allowArray` option is enabled

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Josh Goldberg ✨
-   Juan Sanchez
-   Vinccool96
-   YeonJuan
-   Yukihiro Hasegawa

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.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7160-2024-07-08)

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

##### 🩹 Fixes

-   **deps:** update dependency [@&#8203;eslint-community/regexpp](https://togithub.com/eslint-community/regexpp) to v4.11.0

-   **website:** react key error on internal pages of website

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Josh Goldberg ✨
-   Juan Sanchez
-   Vinccool96
-   YeonJuan
-   Yukihiro Hasegawa

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>ajv-validator/ajv (ajv)</summary>

### [`v8.17.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.17.1)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1)

#### What's Changed

-   bump version to 8.17.1 by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2472](https://togithub.com/ajv-validator/ajv/pull/2472)

**Full Changelog**: https://github.com/ajv-validator/ajv/compare/v8.17.0...v8.17.1

#### Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change ([https://github.com/ajv-validator/ajv/pull/2444](https://togithub.com/ajv-validator/ajv/pull/2444))" by [@&#8203;gurgunday](https://togithub.com/gurgunday) in [https://github.com/ajv-validator/ajv/pull/2448](https://togithub.com/ajv-validator/ajv/pull/2448)
fix: ignore new eslint error for [@&#8203;typescript-eslint/no-extraneous-class](https://togithub.com/typescript-eslint/no-extraneous-class) by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2455](https://togithub.com/ajv-validator/ajv/pull/2455)
docs: clarify behaviour of addVocabulary by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2454](https://togithub.com/ajv-validator/ajv/pull/2454)
docs: refactor to improve legibility by [@&#8203;blottn](https://togithub.com/blottn) in [https://github.com/ajv-validator/ajv/pull/2432](https://togithub.com/ajv-validator/ajv/pull/2432)
Fix grammatical typo in managing-schemas.md by [@&#8203;wetneb](https://togithub.com/wetneb) in [https://github.com/ajv-validator/ajv/pull/2305](https://togithub.com/ajv-validator/ajv/pull/2305)
docs: Fix broken strict-mode link by [@&#8203;alexanderjsx](https://togithub.com/alexanderjsx) in [https://github.com/ajv-validator/ajv/pull/2459](https://togithub.com/ajv-validator/ajv/pull/2459)
feat: add test for encoded refs and bump fast-uri by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2449](https://togithub.com/ajv-validator/ajv/pull/2449)
fix: changes for [@&#8203;typescript-eslint/array-type](https://togithub.com/typescript-eslint/array-type) rule by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2467](https://togithub.com/ajv-validator/ajv/pull/2467)
fixes [https://github.com/ajv-validator/ajv/issues/2217](https://togithub.com/ajv-validator/ajv/issues/2217) - clarify custom keyword naming by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2457](https://togithub.com/ajv-validator/ajv/pull/2457)

</details>

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

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

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

##### Features

-   **codedeploy:** zonal configuration for `ServerDeploymentConfig` ([#&#8203;30429](https://togithub.com/aws/aws-cdk/issues/30429)) ([da0dc57](https://togithub.com/aws/aws-cdk/commit/da0dc576bd85ba6710ec0b29cf53ff56a74fad1e)), closes [#&#8203;30430](https://togithub.com/aws/aws-cdk/issues/30430)
-   **codestarnotifications:** add `createdBy` property for notification rule ([#&#8203;30780](https://togithub.com/aws/aws-cdk/issues/30780)) ([a68b418](https://togithub.com/aws/aws-cdk/commit/a68b418311bf582c62a541abaffb89ebaf1526f3))
-   **stepfunctions-tasks:** add guardrailConfiguration and trace property to the BedrockInvokeModel ([#&#8203;30426](https://togithub.com/aws/aws-cdk/issues/30426)) ([772b1d1](https://togithub.com/aws/aws-cdk/commit/772b1d154a16f9360052c25bbc9e017198ac39d2)), closes [#&#8203;30425](https://togithub.com/aws/aws-cdk/issues/30425)
-   **stepfunctions-tasks:** enable resultReuseConfiguration in AthenaStartQueryExecution ([#&#8203;30447](https://togithub.com/aws/aws-cdk/issues/30447)) ([046bf56](https://togithub.com/aws/aws-cdk/commit/046bf56cedd5add4549cc6a9ef2ab23369ef3cee)), closes [#&#8203;30446](https://togithub.com/aws/aws-cdk/issues/30446)
-   update L1 CloudFormation resource definitions ([#&#8203;30786](https://togithub.com/aws/aws-cdk/issues/30786)) ([6d0a09f](https://togithub.com/aws/aws-cdk/commit/6d0a09f2c566b0ddf2bbd4e4d338c06f7c7aaf65))

##### Bug Fixes

-   **apigateway:** authorization scope is not added when not explicitly defining authorization type in method or root api ([#&#8203;30822](https://togithub.com/aws/aws-cdk/issues/30822)) ([e4367a0](https://togithub.com/aws/aws-cdk/commit/e4367a0835ecc2dae0a920e5afbfd131b458b7be)), closes [#&#8203;30444](https://togithub.com/aws/aws-cdk/issues/30444)
-   **scheduler-targetes-alpha:** multiple schedules cause resolution error during synth ([#&#8203;30634](https://togithub.com/aws/aws-cdk/issues/30634)) ([727e886](https://togithub.com/aws/aws-cdk/commit/727e886805da021c2373e74754fd2d7492a8aac6)), closes [#&#8203;28713](https://togithub.com/aws/aws-cdk/issues/28713)

***

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

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

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

##### Bug Fixes

-   **apigateway:** authorization scope is not added when not explicitly defining authorization type in method or root api ([#&#8203;30822](https://togithub.com/aws/aws-cdk/issues/30822)) ([4bee768](https://togithub.com/aws/aws-cdk/commit/4bee768f07e73ab5fe466f9ad3d1845456a0513b)), closes [#&#8203;30444](https://togithub.com/aws/aws-cdk/issues/30444)

***

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

</details>

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

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

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

-   bugfix: s3: update s3 status 200 error classification
-   feature: ACMPCA: Minor refactoring of C2J model for AWS Private CA
-   feature: ARCZonalShift: Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region.
-   feature: AutoScaling: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: CodeBuild: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: DynamoDB: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: GlobalAccelerator: This feature adds exceptions to the Customer API to avoid throwing Internal Service errors
-   feature: Pinpoint: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: QuickSight: Vega ally control options and Support for Reviewed Answers in Topics
-   feature: RDS: Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: SNS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

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

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

-   feature: Batch: This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
-   feature: Bedrock: Add support for contextual grounding check for Guardrails for Amazon Bedrock.
-   feature: BedrockAgent: Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources.
-   feature: BedrockAgentRuntime: Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions.
-   feature: BedrockRuntime: Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.
-   feature: EC2: Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level
-   feature: Glue: Add recipe step support for recipe node
-   feature: LicenseManagerLinuxSubscriptions: Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer.
-   feature: MediaConnect: AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.

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

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

-   feature: DataZone: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
-   feature: FSx: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.
-   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.
-   feature: SageMaker: This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.

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

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

-   feature: CodeDeploy: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: DMS: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: DeviceFarm: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: ES: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: ElasticBeanstalk: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: Firehose: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: GameLift: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: QApps: This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization.
-   feature: Route53Resolver: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-   feature: SES: Add v2 smoke tests and smithy smokeTests trait for SDK testing.

</details>

<details>
<summary>isaacs/node-glob (glob)</summary>

### [`v10.4.5`](https://togithub.com/isaacs/node-glob/compare/v10.4.4...v10.4.5)

[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.4...v10.4.5)

### [`v10.4.4`](https://togithub.com/isaacs/node-glob/compare/v10.4.3...v10.4.4)

[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.3...v10.4.4)

</details>

<details>
<summary>kulshekhar/ts-jest (ts-jest)</summary>

### [`v29.2.2`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2922-2024-07-10)

[Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.2.1...v29.2.2)

### [`v29.2.1`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2921-2024-07-10)

[Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.2.0...v29.2.1)

### [`v29.2.0`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2920-2024-07-08)

[Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.1.5...v29.2.0)

##### Bug Fixes

-   fix: don't show warning message with Node16/NodeNext ([99c4f49](https://togithub.com/kulshekhar/ts-jest/commit/99c4f49)), closes [#&#8203;4266](https://togithub.com/kulshekhar/ts-jest/issues/4266)

##### Features

-   feat(cli): allow migrating cjs `presets` to `transform` config ([22fb027](https://togithub.com/kulshekhar/ts-jest/commit/22fb027))
-   feat(presets): add util functions to create ESM presets ([06f78ed](https://togithub.com/kulshekhar/ts-jest/commit/06f78ed))
-   feat(presets): add util functions to create CJS presets ([f9cc3c0](https://togithub.com/kulshekhar/ts-jest/commit/f9cc3c0))

##### Code refactoring

-   refactor: replace lodash deps with native js implementation ([40f1708](https://togithub.com/kulshekhar/ts-jest/commit/40f1708))
-   refactor: use `TsJestTransformerOptions` type everywhere possibly ([7d001be](https://togithub.com/kulshekhar/ts-jest/commit/7d001be))
-   refactor(cli): use new preset util functions to initialize test config ([c2b56ca](https://togithub.com/kulshekhar/ts-jest/commit/c2b56ca))
-   refactor(presets): use create preset util functions for cjs presets ([922d6d0](https://togithub.com/kulshekhar/ts-jest/commit/922d6d0))
-   test: switch `react-app` to use Vite ([827c8ad](https://togithub.com/kulshekhar/ts-jest/commit/827c8ad))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on saturday" 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).
renovate bot added a commit to adobe/spacecat-shared that referenced this pull request Jul 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@aws-sdk/client-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))
| [`3.609.0` ->
`3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.609.0/3.614.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-dynamodb/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-dynamodb/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-dynamodb/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.609.0/3.614.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))
| [`3.609.0` ->
`3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.609.0/3.614.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))
| [`3.609.0` ->
`3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-secrets-manager/3.609.0/3.614.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-secrets-manager/3.614.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.614.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.609.0/3.614.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.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/client-sqs](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-sqs)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs))
| [`3.609.0` ->
`3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sqs/3.609.0/3.614.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sqs/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sqs/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sqs/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sqs/3.609.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/lib-dynamodb](https://togithub.com/aws/aws-sdk-js-v3/tree/main/lib/lib-dynamodb)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb))
| [`3.610.0` ->
`3.614.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2flib-dynamodb/3.610.0/3.614.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2flib-dynamodb/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2flib-dynamodb/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2flib-dynamodb/3.610.0/3.614.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2flib-dynamodb/3.610.0/3.614.0?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))
| [`7.15.0` ->
`7.16.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.15.0/7.16.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.15.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.15.0/7.16.0?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))
| [`7.15.0` ->
`7.16.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.15.0/7.16.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.15.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.15.0/7.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [ajv](https://ajv.js.org)
([source](https://togithub.com/ajv-validator/ajv)) | [`8.16.0` ->
`8.17.1`](https://renovatebot.com/diffs/npm/ajv/8.16.0/8.17.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.16.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.16.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#36140-2024-07-10)

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

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

###
[`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#36130-2024-07-09)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.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.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36140-2024-07-10)

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

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

###
[`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36130-2024-07-09)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.613.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-secrets-manager)</summary>

###
[`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#36140-2024-07-10)

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

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

###
[`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-secrets-manager/CHANGELOG.md#36130-2024-07-09)

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

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

</details>

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

###
[`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sqs/CHANGELOG.md#36140-2024-07-10)

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

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

###
[`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sqs/CHANGELOG.md#36130-2024-07-09)

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

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

</details>

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

###
[`v3.614.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#36140-2024-07-10)

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

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

###
[`v3.613.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#36130-2024-07-09)

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

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

</details>

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

###
[`v7.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7160-2024-07-08)

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

##### 🚀 Features

-   **rule-tester:** stricter rule test validations

- **eslint-plugin:** \[no-unnecessary-parameter-property-assignment] add
new rule

- **eslint-plugin:** add support for nested namespaces to
unsafe-member-access

-   **eslint-plugin:** \[no-floating-promises] add checkThenables option

##### 🩹 Fixes

- **deps:** update dependency
[@&#8203;eslint-community/regexpp](https://togithub.com/eslint-community/regexpp)
to v4.11.0

- **eslint-plugin:** \[no-floating-promises] add `suggestions` to tests
from
[#&#8203;9263](https://togithub.com/typescript-eslint/typescript-eslint/issues/9263)
`checkThenables`

-   **website:** react key error on internal pages of website

- **eslint-plugin:** \[restrict-template-expressions] don't report
tuples if `allowArray` option is enabled

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Josh Goldberg ✨
-   Juan Sanchez
-   Vinccool96
-   YeonJuan
-   Yukihiro Hasegawa

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.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7160-2024-07-08)

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

##### 🩹 Fixes

- **deps:** update dependency
[@&#8203;eslint-community/regexpp](https://togithub.com/eslint-community/regexpp)
to v4.11.0

-   **website:** react key error on internal pages of website

##### ❤️  Thank You

-   Abraham Guo
-   auvred
-   Josh Goldberg ✨
-   Juan Sanchez
-   Vinccool96
-   YeonJuan
-   Yukihiro Hasegawa

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>ajv-validator/ajv (ajv)</summary>

###
[`v8.17.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.17.1)

[Compare
Source](https://togithub.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1)

#### What's Changed

- bump version to 8.17.1 by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2472

**Full Changelog**:
ajv-validator/ajv@v8.17.0...v8.17.1

#### Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer
supported), to fast-uri. This is the second attempt and the team on
fast-uri have been really helpful addressing the issues we found last
time.

Revert "Revert fast-uri change
([ajv-validator/ajv#2444)"
by [@&#8203;gurgunday](https://togithub.com/gurgunday) in
[ajv-validator/ajv#2448
fix: ignore new eslint error for
[@&#8203;typescript-eslint/no-extraneous-class](https://togithub.com/typescript-eslint/no-extraneous-class)
by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2455
docs: clarify behaviour of addVocabulary by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2454
docs: refactor to improve legibility by
[@&#8203;blottn](https://togithub.com/blottn) in
[ajv-validator/ajv#2432
Fix grammatical typo in managing-schemas.md by
[@&#8203;wetneb](https://togithub.com/wetneb) in
[ajv-validator/ajv#2305
docs: Fix broken strict-mode link by
[@&#8203;alexanderjsx](https://togithub.com/alexanderjsx) in
[ajv-validator/ajv#2459
feat: add test for encoded refs and bump fast-uri by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2449
fix: changes for
[@&#8203;typescript-eslint/array-type](https://togithub.com/typescript-eslint/array-type)
rule by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2467
fixes
[ajv-validator/ajv#2217
- clarify custom keyword naming by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2457

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 2pm on Saturday" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/adobe/spacecat-shared).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to X-oss-byte/Canary-nextjs that referenced this pull request Jul 15, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ajv](https://ajv.js.org) ([source](https://togithub.com/ajv-validator/ajv)) | [`8.16.0` -> `8.17.1`](https://renovatebot.com/diffs/npm/ajv/8.16.0/8.17.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.16.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.16.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>ajv-validator/ajv (ajv)</summary>

### [`v8.17.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.17.1)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1)

#### What's Changed

-   bump version to 8.17.1 by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2472

**Full Changelog**: ajv-validator/ajv@v8.17.0...v8.17.1

#### Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change ([ajv-validator/ajv#2444)" by [@&#8203;gurgunday](https://togithub.com/gurgunday) in [ajv-validator/ajv#2448
fix: ignore new eslint error for [@&#8203;typescript-eslint/no-extraneous-class](https://togithub.com/typescript-eslint/no-extraneous-class) by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2455
docs: clarify behaviour of addVocabulary by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2454
docs: refactor to improve legibility by [@&#8203;blottn](https://togithub.com/blottn) in [ajv-validator/ajv#2432
Fix grammatical typo in managing-schemas.md by [@&#8203;wetneb](https://togithub.com/wetneb) in [ajv-validator/ajv#2305
docs: Fix broken strict-mode link by [@&#8203;alexanderjsx](https://togithub.com/alexanderjsx) in [ajv-validator/ajv#2459
feat: add test for encoded refs and bump fast-uri by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2449
fix: changes for [@&#8203;typescript-eslint/array-type](https://togithub.com/typescript-eslint/array-type) rule by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2467
fixes [ajv-validator/ajv#2217 - clarify custom keyword naming by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2457

</details>

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Jul 15, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ajv](https://ajv.js.org) ([source](https://togithub.com/ajv-validator/ajv)) | [`8.16.0` -> `8.17.1`](https://renovatebot.com/diffs/npm/ajv/8.12.0/8.17.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.12.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.12.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ajv-validator/ajv (ajv)</summary>

### [`v8.17.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.17.1)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1)

#### What's Changed

-   bump version to 8.17.1 by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2472

**Full Changelog**: ajv-validator/ajv@v8.17.0...v8.17.1

#### Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change ([ajv-validator/ajv#2444)" by [@&#8203;gurgunday](https://togithub.com/gurgunday) in [ajv-validator/ajv#2448
fix: ignore new eslint error for [@&#8203;typescript-eslint/no-extraneous-class](https://togithub.com/typescript-eslint/no-extraneous-class) by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2455
docs: clarify behaviour of addVocabulary by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2454
docs: refactor to improve legibility by [@&#8203;blottn](https://togithub.com/blottn) in [ajv-validator/ajv#2432
Fix grammatical typo in managing-schemas.md by [@&#8203;wetneb](https://togithub.com/wetneb) in [ajv-validator/ajv#2305
docs: Fix broken strict-mode link by [@&#8203;alexanderjsx](https://togithub.com/alexanderjsx) in [ajv-validator/ajv#2459
feat: add test for encoded refs and bump fast-uri by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2449
fix: changes for [@&#8203;typescript-eslint/array-type](https://togithub.com/typescript-eslint/array-type) rule by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2467
fixes [ajv-validator/ajv#2217 - clarify custom keyword naming by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2457

### [`v8.16.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.16.0)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0)

#### What's Changed

-   Revert fast-uri change by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2444

**Full Changelog**: ajv-validator/ajv@v8.15.0...v8.16.0

### [`v8.15.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.15.0)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0)

#### What's Changed

-   Replace `uri-js` with `fast-uri` by [@&#8203;vixalien](https://togithub.com/vixalien) in [ajv-validator/ajv#2415
-   Bump to 8.15.0 by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2442

#### New Contributors

-   [@&#8203;vixalien](https://togithub.com/vixalien) made their first contribution in [ajv-validator/ajv#2415

**Full Changelog**: ajv-validator/ajv@v8.14.0...v8.15.0

### [`v8.14.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.14.0)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0)

#### What's Changed

-   readme: build badge by [@&#8203;epoberezkin](https://togithub.com/epoberezkin) in [ajv-validator/ajv#2424
-   Update workflows by [@&#8203;rotu](https://togithub.com/rotu) in [ajv-validator/ajv#2410
-   docs: add warning to maxLength / minLength by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2428
-   fix: broken link in docs warning by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2431
-   compileAsync a schema with discriminator and $ref, fixes [#&#8203;2427](https://togithub.com/ajv-validator/ajv/issues/2427)  by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2433
-   bump version to 8.14.0 for publishing by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [ajv-validator/ajv#2440

#### New Contributors

-   [@&#8203;rotu](https://togithub.com/rotu) made their first contribution in [ajv-validator/ajv#2410

**Full Changelog**: ajv-validator/ajv@v8.13.0...v8.14.0

### [`v8.13.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.13.0)

[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.12.0...v8.13.0)

-   add named exports
-   update dependencies
-   update node.js

</details>

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
kodiakhq bot pushed a commit to weareinreach/InReach that referenced this pull request Jul 15, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
|
[@crowdin/crowdin-api-client](https://togithub.com/crowdin/crowdin-api-client-js)
| dependencies | minor | [`1.34.0` ->
`1.35.0`](https://renovatebot.com/diffs/npm/@crowdin%2fcrowdin-api-client/1.34.0/1.35.0)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/crowdin/crowdin-api-client-js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/crowdin/crowdin-api-client-js)
|
| [@mantine/carousel](https://mantine.dev/x/carousel/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/carousel))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/carousel](https://mantine.dev/x/carousel/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/carousel))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/carousel](https://mantine.dev/x/carousel/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/carousel))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/core](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/core](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/core](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/dates](https://mantine.dev/dates/getting-started/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/dates](https://mantine.dev/dates/getting-started/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/dates](https://mantine.dev/dates/getting-started/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/form](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/form](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/form](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/hooks](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/hooks](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/hooks](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/next](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/src/mantine-ssr))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/next](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/src/mantine-ssr))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/next](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/src/mantine-ssr))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/notifications](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/notifications](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/notifications](https://mantine.dev)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/nprogress](https://mantine.dev/x/nprogress/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/nprogress))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/nprogress](https://mantine.dev/x/nprogress/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/nprogress))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/nprogress](https://mantine.dev/x/nprogress/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/packages/@mantine/nprogress))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/utils](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/src/mantine-utils))
| peerDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/utils](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/src/mantine-utils))
| devDependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
| [@mantine/utils](https://mantine.dev/)
([source](https://togithub.com/mantinedev/mantine/tree/HEAD/src/mantine-utils))
| dependencies | patch | [`6.0.21` ->
`6.0.22`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.21/6.0.22)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/mantinedev/mantine/badge)](https://securityscorecards.dev/viewer/?uri=github.com/mantinedev/mantine)
|
|
[@storybook/addon-a11y](https://togithub.com/storybookjs/storybook/tree/next/code/addons/a11y)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/a11y))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-a11y/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/addon-actions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/actions)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/actions))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-actions/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/essentials))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/interactions))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/links))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/addon-mdx-gfm](https://togithub.com/storybookjs/storybook/tree/next/code/addons/gfm)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/gfm))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-mdx-gfm/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/addon-viewport](https://togithub.com/storybookjs/storybook/tree/next/code/addons/viewport)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/viewport))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2faddon-viewport/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/components](https://togithub.com/storybookjs/storybook/tree/next/code/deprecated/components)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/deprecated/components))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2fcomponents/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/core-events](https://togithub.com/storybookjs/storybook/tree/next/code/lib/core-events)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/core-events))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2fcore-events/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/manager-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/manager-api)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2fmanager-api/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/nextjs](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/nextjs)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2fnextjs/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/preview-api](https://togithub.com/storybookjs/storybook/tree/next/code/lib/preview-api)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2fpreview-api/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/renderers/react))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/test](https://togithub.com/storybookjs/storybook/tree/next/code/lib/test)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/test))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2ftest/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
| [@storybook/test-runner](https://togithub.com/storybookjs/test-runner)
| devDependencies | patch | [`0.19.0` ->
`0.19.1`](https://renovatebot.com/diffs/npm/@storybook%2ftest-runner/0.19.0/0.19.1)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/test-runner/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/test-runner)
|
|
[@storybook/theming](https://togithub.com/storybookjs/storybook/tree/next/code/lib/theming)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/theming))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2ftheming/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
|
[@storybook/types](https://togithub.com/storybookjs/storybook/tree/next/code/lib/types)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/types))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/@storybook%2ftypes/8.2.2/8.2.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|
| [@swc/helpers](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | devDependencies |
patch | [`0.5.11` ->
`0.5.12`](https://renovatebot.com/diffs/npm/@swc%2fhelpers/0.5.11/0.5.12)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/swc-project/swc/badge)](https://securityscorecards.dev/viewer/?uri=github.com/swc-project/swc)
|
| [@tanstack/react-table](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table))
| peerDependencies | patch | [`8.19.2` ->
`8.19.3`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.19.2/8.19.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TanStack/table/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TanStack/table)
|
| [@tanstack/react-table](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table))
| devDependencies | patch | [`8.19.2` ->
`8.19.3`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.19.2/8.19.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TanStack/table/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TanStack/table)
|
| [@tanstack/react-table](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table))
| dependencies | patch | [`8.19.2` ->
`8.19.3`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table/8.19.2/8.19.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TanStack/table/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TanStack/table)
|
| [@tanstack/react-table-devtools](https://tanstack.com/table)
([source](https://togithub.com/TanStack/table/tree/HEAD/packages/react-table-devtools))
| devDependencies | patch | [`8.19.2` ->
`8.19.3`](https://renovatebot.com/diffs/npm/@tanstack%2freact-table-devtools/8.19.2/8.19.3)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TanStack/table/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TanStack/table)
|
| [ajv](https://ajv.js.org)
([source](https://togithub.com/ajv-validator/ajv)) | dependencies |
minor | [`8.16.0` ->
`8.17.1`](https://renovatebot.com/diffs/npm/ajv/8.16.0/8.17.1) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/ajv-validator/ajv/badge)](https://securityscorecards.dev/viewer/?uri=github.com/ajv-validator/ajv)
|
|
[eslint-plugin-i18next](https://togithub.com/edvardchen/eslint-plugin-i18next)
| devDependencies | patch | [`6.0.7` ->
`6.0.9`](https://renovatebot.com/diffs/npm/eslint-plugin-i18next/6.0.7/6.0.9)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/edvardchen/eslint-plugin-i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/edvardchen/eslint-plugin-i18next)
|
|
[eslint-plugin-react](https://togithub.com/jsx-eslint/eslint-plugin-react)
| devDependencies | patch | [`7.34.3` ->
`7.34.4`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.3/7.34.4)
| [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/jsx-eslint/eslint-plugin-react/badge)](https://securityscorecards.dev/viewer/?uri=github.com/jsx-eslint/eslint-plugin-react)
|
| [i18next](https://www.i18next.com)
([source](https://togithub.com/i18next/i18next)) | peerDependencies |
minor | [`23.11.5` ->
`23.12.1`](https://renovatebot.com/diffs/npm/i18next/23.11.5/23.12.1) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next)
|
| [i18next](https://www.i18next.com)
([source](https://togithub.com/i18next/i18next)) | devDependencies |
minor | [`23.11.5` ->
`23.12.1`](https://renovatebot.com/diffs/npm/i18next/23.11.5/23.12.1) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next)
|
| [i18next](https://www.i18next.com)
([source](https://togithub.com/i18next/i18next)) | dependencies | minor
| [`23.11.5` ->
`23.12.1`](https://renovatebot.com/diffs/npm/i18next/23.11.5/23.12.1) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/i18next/i18next/badge)](https://securityscorecards.dev/viewer/?uri=github.com/i18next/i18next)
|
| [knip](https://knip.dev)
([source](https://togithub.com/webpro-nl/knip/tree/HEAD/packages/knip))
| devDependencies | minor | [`5.25.2` ->
`5.26.0`](https://renovatebot.com/diffs/npm/knip/5.25.2/5.26.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/webpro-nl/knip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/webpro-nl/knip)
|
| [object-sizeof](https://togithub.com/miktam/sizeof) | dependencies |
patch | [`2.6.4` ->
`2.6.5`](https://renovatebot.com/diffs/npm/object-sizeof/2.6.4/2.6.5) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/miktam/sizeof/badge)](https://securityscorecards.dev/viewer/?uri=github.com/miktam/sizeof)
|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | devDependencies |
patch | [`3.3.2` ->
`3.3.3`](https://renovatebot.com/diffs/npm/prettier/3.3.2/3.3.3) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/prettier/prettier/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prettier/prettier)
|
|
[storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/cli))
| devDependencies | patch | [`8.2.2` ->
`8.2.3`](https://renovatebot.com/diffs/npm/storybook/8.2.2/8.2.3) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/storybookjs/storybook/badge)](https://securityscorecards.dev/viewer/?uri=github.com/storybookjs/storybook)
|

---

### Release Notes

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

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

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

#### What's Changed

- feat: report archives api by
[@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in
[crowdin/crowdin-api-client-js#405
- feat: create task types updates by
[@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in
[crowdin/crowdin-api-client-js#406
- feat: files import/export options update by
[@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in
[crowdin/crowdin-api-client-js#407
- feat: user api new endpoints by
[@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in
[crowdin/crowdin-api-client-js#408
- feat: teams api new methods by
[@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in
[crowdin/crowdin-api-client-js#409
- feat: branch new api methods by
[@&#8203;yevheniyJ](https://togithub.com/yevheniyJ) in
[crowdin/crowdin-api-client-js#410

**Full Changelog**:
crowdin/crowdin-api-client-js@1.34.0...1.35.0

</details>

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

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

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

##### 6.x patch

This is a patch for the previous major version, it does not impact 7.x
releases.

##### Changes

- `[@mantine/core]` Popover: Add size popover middleware to fix overflow
issues in `Popover.Dropdown`
([#&#8203;5214](https://togithub.com/mantinedev/mantine/issues/5214))
- `[@mantine/core]` Menu: Fix broken focus logic when `keepMounted` is
set
([#&#8203;5565](https://togithub.com/mantinedev/mantine/issues/5565))
- `[@mantine/core]` Switch: fix accessibility issues
([#&#8203;5755](https://togithub.com/mantinedev/mantine/issues/5755))
-   `[@mantine/core]` Fix Typescript 5.5 compatibility

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

</details>

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

###
[`v8.2.3`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#823)

[Compare
Source](https://togithub.com/storybookjs/storybook/compare/v8.2.2...v8.2.3)

- Bug: Fix invalid docs links in Configure.mdx template page -
[#&#8203;28560](https://togithub.com/storybookjs/storybook/pull/28560),
thanks [@&#8203;kylegach](https://togithub.com/kylegach)!
- CLI: Add "missing-storybook-dependencies" automigration -
[#&#8203;28579](https://togithub.com/storybookjs/storybook/pull/28579),
thanks [@&#8203;yannbf](https://togithub.com/yannbf)!
- CPC: Add `theming/create` aliases in docs preset -
[#&#8203;28570](https://togithub.com/storybookjs/storybook/pull/28570),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- CPC: Fix incorrect re-export in `core-events` -
[#&#8203;28573](https://togithub.com/storybookjs/storybook/pull/28573),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- CPC: Fix Vite builder had wrong conditions -
[#&#8203;28581](https://togithub.com/storybookjs/storybook/pull/28581),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- CSF: Fix small typing issue -
[#&#8203;28587](https://togithub.com/storybookjs/storybook/pull/28587),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!
- Portable stories: Remove unused types -
[#&#8203;28548](https://togithub.com/storybookjs/storybook/pull/28548),
thanks [@&#8203;kasperpeulen](https://togithub.com/kasperpeulen)!
- Webpack: Fix sourceMap generation in csf-tools -
[#&#8203;28585](https://togithub.com/storybookjs/storybook/pull/28585),
thanks
[@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic)!

</details>

<details>
<summary>storybookjs/test-runner
(@&#8203;storybook/test-runner)</summary>

###
[`v0.19.1`](https://togithub.com/storybookjs/test-runner/releases/tag/v0.19.1)

[Compare
Source](https://togithub.com/storybookjs/test-runner/compare/v0.19.0...v0.19.1)

##### 🐛 Bug Fix

- Release 0.19.1
[#&#8203;493](https://togithub.com/storybookjs/test-runner/pull/493)
([@&#8203;paulgv](https://togithub.com/paulgv)
[@&#8203;yannbf](https://togithub.com/yannbf))
- fix(deps): upgrade `@storybook/csf` to v0.1.11
[#&#8203;491](https://togithub.com/storybookjs/test-runner/pull/491)
([@&#8203;paulgv](https://togithub.com/paulgv))

##### Authors: 2

- Paul Gascou-Vaillancourt
([@&#8203;paulgv](https://togithub.com/paulgv))
-   Yann Braga ([@&#8203;yannbf](https://togithub.com/yannbf))

</details>

<details>
<summary>swc-project/swc (@&#8203;swc/helpers)</summary>

###
[`v0.5.12`](https://togithub.com/swc-project/swc/compare/016fe1416460f5fdfdbc18d5c922a8eb6ed625d7...9fc089662e7fe7e85d89e5ce98ec43431d42973e)

[Compare
Source](https://togithub.com/swc-project/swc/compare/016fe1416460f5fdfdbc18d5c922a8eb6ed625d7...9fc089662e7fe7e85d89e5ce98ec43431d42973e)

</details>

<details>
<summary>TanStack/table (@&#8203;tanstack/react-table)</summary>

###
[`v8.19.3`](https://togithub.com/TanStack/table/releases/tag/v8.19.3)

[Compare
Source](https://togithub.com/TanStack/table/compare/v8.19.2...v8.19.3)

Version 8.19.3 - 7/14/24, 8:44 AM

#### Changes

##### Fix

- table-core: assign unassign parentId in grouped row model
([#&#8203;5657](https://togithub.com/TanStack/table/issues/5657))
([`a71ce10`](https://togithub.com/TanStack/table/commit/a71ce10)) by PiR

##### Ci

- enable npm provenance
([#&#8203;5654](https://togithub.com/TanStack/table/issues/5654))
([`0054eb3`](https://togithub.com/TanStack/table/commit/0054eb3)) by
Lachlan Collins
- Add pkg-pr-new previews
([#&#8203;5648](https://togithub.com/TanStack/table/issues/5648))
([`241f26f`](https://togithub.com/TanStack/table/commit/241f26f)) by
Lachlan Collins

##### Docs

- use
[@&#8203;tanstack/lit-virtual](https://togithub.com/tanstack/lit-virtual)
for the virtualized table example
([#&#8203;5655](https://togithub.com/TanStack/table/issues/5655))
([`bb0a536`](https://togithub.com/TanStack/table/commit/bb0a536)) by
[@&#8203;kadoshms](https://togithub.com/kadoshms)
- Fix typo in docs/guide/data.md
([#&#8203;5642](https://togithub.com/TanStack/table/issues/5642))
([`6a4a10d`](https://togithub.com/TanStack/table/commit/6a4a10d)) by
Joseph Markus
- vue: vue filters example
([#&#8203;5644](https://togithub.com/TanStack/table/issues/5644))
([`e749f31`](https://togithub.com/TanStack/table/commit/e749f31)) by
Radu Suciu
- fix rowpinningstate
([`7548860`](https://togithub.com/TanStack/table/commit/7548860)) by
Kevin Vandy

#### Packages

-
[@&#8203;tanstack/table-core](https://togithub.com/tanstack/table-core)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/angular-table](https://togithub.com/tanstack/angular-table)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/lit-table](https://togithub.com/tanstack/lit-table)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/qwik-table](https://togithub.com/tanstack/qwik-table)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/react-table](https://togithub.com/tanstack/react-table)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/solid-table](https://togithub.com/tanstack/solid-table)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/svelte-table](https://togithub.com/tanstack/svelte-table)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/vue-table](https://togithub.com/tanstack/vue-table)[@&#8203;8](https://togithub.com/8).19.3
-
[@&#8203;tanstack/react-table-devtools](https://togithub.com/tanstack/react-table-devtools)[@&#8203;8](https://togithub.com/8).19.3

</details>

<details>
<summary>ajv-validator/ajv (ajv)</summary>

###
[`v8.17.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.17.1)

[Compare
Source](https://togithub.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1)

#### What's Changed

- bump version to 8.17.1 by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2472

**Full Changelog**:
ajv-validator/ajv@v8.17.0...v8.17.1

#### Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer
supported), to fast-uri. This is the second attempt and the team on
fast-uri have been really helpful addressing the issues we found last
time.

Revert "Revert fast-uri change
([ajv-validator/ajv#2444)"
by [@&#8203;gurgunday](https://togithub.com/gurgunday) in
[ajv-validator/ajv#2448
fix: ignore new eslint error for
[@&#8203;typescript-eslint/no-extraneous-class](https://togithub.com/typescript-eslint/no-extraneous-class)
by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2455
docs: clarify behaviour of addVocabulary by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2454
docs: refactor to improve legibility by
[@&#8203;blottn](https://togithub.com/blottn) in
[ajv-validator/ajv#2432
Fix grammatical typo in managing-schemas.md by
[@&#8203;wetneb](https://togithub.com/wetneb) in
[ajv-validator/ajv#2305
docs: Fix broken strict-mode link by
[@&#8203;alexanderjsx](https://togithub.com/alexanderjsx) in
[ajv-validator/ajv#2459
feat: add test for encoded refs and bump fast-uri by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2449
fix: changes for
[@&#8203;typescript-eslint/array-type](https://togithub.com/typescript-eslint/array-type)
rule by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2467
fixes
[ajv-validator/ajv#2217
- clarify custom keyword naming by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2457

</details>

<details>
<summary>edvardchen/eslint-plugin-i18next
(eslint-plugin-i18next)</summary>

###
[`v6.0.9`](https://togithub.com/edvardchen/eslint-plugin-i18next/blob/HEAD/CHANGELOG.md#609-2024-07-13)

[Compare
Source](https://togithub.com/edvardchen/eslint-plugin-i18next/compare/v6.0.7...v6.0.9)

</details>

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

###
[`v7.34.4`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7344---20240713)

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

##### Fixed

- \[`prop-types`]: fix `className` missing in prop validation false
negative ([#&#8203;3749]
[@&#8203;akulsr0](https://togithub.com/akulsr0))
- \[`sort-prop-types`]: Check for undefined before accessing
`node.typeAnnotation.typeAnnotation` ([#&#8203;3779]
[@&#8203;tylerlaprade](https://togithub.com/tylerlaprade))

[7.34.4]:
https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4

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

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

</details>

<details>
<summary>i18next/i18next (i18next)</summary>

###
[`v23.12.1`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23121)

[Compare
Source](https://togithub.com/i18next/i18next/compare/v23.12.0...v23.12.1)

- Use explicit imports for utils
[2212](https://togithub.com/i18next/i18next/pull/2212)

###
[`v23.12.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23120)

[Compare
Source](https://togithub.com/i18next/i18next/compare/v23.11.5...v23.12.0)

- feat: Add posibility to override keyPrefix for certain translation.
[2211](https://togithub.com/i18next/i18next/issues/2211)

</details>

<details>
<summary>webpro-nl/knip (knip)</summary>

###
[`v5.26.0`](https://togithub.com/webpro-nl/knip/compare/5.25.2...3a7fcc9a3520181671e797486a10fe41c5b2fd38)

[Compare
Source](https://togithub.com/webpro-nl/knip/compare/5.25.2...5.26.0)

</details>

<details>
<summary>miktam/sizeof (object-sizeof)</summary>

###
[`v2.6.5`](https://togithub.com/miktam/sizeof/compare/v2.6.4...075543eda1b90ac9b333783529273974ecfbf42e)

[Compare
Source](https://togithub.com/miktam/sizeof/compare/v2.6.4...075543eda1b90ac9b333783529273974ecfbf42e)

</details>

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.3.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333)

[Compare
Source](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3)

[diff](https://togithub.com/prettier/prettier/compare/3.3.2...3.3.3)

##### Add parentheses for nullish coalescing in ternary
([#&#8203;16391](https://togithub.com/prettier/prettier/pull/16391) by
[@&#8203;cdignam-segment](https://togithub.com/cdignam-segment))

This change adds clarity to operator precedence.

<!-- prettier-ignore -->

```js
// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
```

##### Add parentheses for decorator expressions
([#&#8203;16458](https://togithub.com/prettier/prettier/pull/16458) by
[@&#8203;y-schneider](https://togithub.com/y-schneider))

Prevent parentheses around member expressions or tagged template
literals from being removed to follow the stricter parsing rules of
TypeScript 5.5.

<!-- prettier-ignore -->

```ts
// Input
@&#8203;(foo`tagged template`)
class X {}

// Prettier 3.3.2
@&#8203;foo`tagged template`
class X {}

// Prettier 3.3.3
@&#8203;(foo`tagged template`)
class X {}
```

##### Support `@let` declaration syntax
([#&#8203;16474](https://togithub.com/prettier/prettier/pull/16474) by
[@&#8203;sosukesuzuki](https://togithub.com/sosukesuzuki))

Adds support for Angular v18 `@let` declaration syntax.

Please see the following code example. The `@let` declaration allows you
to define local variables within the template:

<!-- prettier-ignore -->

```html
@&#8203;let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}
```

For more details, please refer to the excellent blog post by the Angular
Team: [Introducing @&#8203;let in
Angular](https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f).

We also appreciate the Angular Team for kindly answering our questions
to implement this feature.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to open-feature/playground that referenced this pull request Jul 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ajv](https://ajv.js.org)
([source](https://togithub.com/ajv-validator/ajv)) | [`8.12.0` ->
`8.17.1`](https://renovatebot.com/diffs/npm/ajv/8.12.0/8.17.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ajv/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ajv/8.12.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ajv/8.12.0/8.17.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ajv-validator/ajv (ajv)</summary>

###
[`v8.17.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.17.1)

[Compare
Source](https://togithub.com/ajv-validator/ajv/compare/v8.16.0...v8.17.1)

#### What's Changed

- bump version to 8.17.1 by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2472

**Full Changelog**:
ajv-validator/ajv@v8.17.0...v8.17.1

#### Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer
supported), to fast-uri. This is the second attempt and the team on
fast-uri have been really helpful addressing the issues we found last
time.

Revert "Revert fast-uri change
([ajv-validator/ajv#2444)"
by [@&#8203;gurgunday](https://togithub.com/gurgunday) in
[ajv-validator/ajv#2448
fix: ignore new eslint error for
[@&#8203;typescript-eslint/no-extraneous-class](https://togithub.com/typescript-eslint/no-extraneous-class)
by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2455
docs: clarify behaviour of addVocabulary by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2454
docs: refactor to improve legibility by
[@&#8203;blottn](https://togithub.com/blottn) in
[ajv-validator/ajv#2432
Fix grammatical typo in managing-schemas.md by
[@&#8203;wetneb](https://togithub.com/wetneb) in
[ajv-validator/ajv#2305
docs: Fix broken strict-mode link by
[@&#8203;alexanderjsx](https://togithub.com/alexanderjsx) in
[ajv-validator/ajv#2459
feat: add test for encoded refs and bump fast-uri by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2449
fix: changes for
[@&#8203;typescript-eslint/array-type](https://togithub.com/typescript-eslint/array-type)
rule by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2467
fixes
[ajv-validator/ajv#2217
- clarify custom keyword naming by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2457

###
[`v8.16.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.16.0)

[Compare
Source](https://togithub.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0)

#### What's Changed

- Revert fast-uri change by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2444

**Full Changelog**:
ajv-validator/ajv@v8.15.0...v8.16.0

###
[`v8.15.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.15.0)

[Compare
Source](https://togithub.com/ajv-validator/ajv/compare/v8.14.0...v8.15.0)

#### What's Changed

- Replace `uri-js` with `fast-uri` by
[@&#8203;vixalien](https://togithub.com/vixalien) in
[ajv-validator/ajv#2415
- Bump to 8.15.0 by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2442

#### New Contributors

- [@&#8203;vixalien](https://togithub.com/vixalien) made their first
contribution in
[ajv-validator/ajv#2415

**Full Changelog**:
ajv-validator/ajv@v8.14.0...v8.15.0

###
[`v8.14.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.14.0)

[Compare
Source](https://togithub.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0)

#### What's Changed

- readme: build badge by
[@&#8203;epoberezkin](https://togithub.com/epoberezkin) in
[ajv-validator/ajv#2424
- Update workflows by [@&#8203;rotu](https://togithub.com/rotu) in
[ajv-validator/ajv#2410
- docs: add warning to maxLength / minLength by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2428
- fix: broken link in docs warning by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2431
- compileAsync a schema with discriminator and $ref, fixes
[#&#8203;2427](https://togithub.com/ajv-validator/ajv/issues/2427) by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2433
- bump version to 8.14.0 for publishing by
[@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in
[ajv-validator/ajv#2440

#### New Contributors

- [@&#8203;rotu](https://togithub.com/rotu) made their first
contribution in
[ajv-validator/ajv#2410

**Full Changelog**:
ajv-validator/ajv@v8.13.0...v8.14.0

###
[`v8.13.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.13.0)

[Compare
Source](https://togithub.com/ajv-validator/ajv/compare/v8.12.0...v8.13.0)

-   add named exports
-   update dependencies
-   update node.js

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/open-feature/playground).

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

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

Successfully merging this pull request may close these issues.

None yet

2 participants