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

Update React Redux dependency to v9, and update docs to use .withTypes #4308

Merged

Conversation

aryaemami59
Copy link
Contributor

This PR:

  • Replaces all instances of TypedUseSelectorHook with useSelector.withTypes<RootState>().
  • Replaces instances of const useAppDispatch: () => AppDispatch = useDispatch with const useAppDispatch = useDispatch.withTypes<AppDispatch>()
  • Replaces instances of const useAppStore: () => AppStore = useStore with const useAppStore = useStore.withTypes<AppStore>()

Copy link

codesandbox bot commented Mar 27, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

codesandbox-ci bot commented Mar 27, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 5a01e09:

Sandbox Source
rsk-github-issues-example Configuration
@examples-query-react/basic Configuration
@examples-query-react/advanced Configuration
@examples-action-listener/counter Configuration
rtk-esm-cra Configuration

Copy link

netlify bot commented Mar 27, 2024

Deploy Preview for redux-starter-kit-docs ready!

Name Link
🔨 Latest commit 5a01e09
🔍 Latest deploy log https://app.netlify.com/sites/redux-starter-kit-docs/deploys/6607343b99c7020008846b8e
😎 Deploy Preview https://deploy-preview-4308--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@aryaemami59
Copy link
Contributor Author

On a side note it might be worth getting rid of some of the packages in the resolutions field, seems like they're causing more problems than they solve. If I have some time within the next couple of weeks I'll see if I can start doing that incrementally.

@EskiMojo14 EskiMojo14 changed the title [Docs]: Replace all instances of TypedUseSelectorHook with useSelector.withTypes<RootState>() Update React Redux dependency to v9, and update docs to use .withTypes Mar 29, 2024
@aryaemami59 aryaemami59 changed the title Update React Redux dependency to v9, and update docs to use .withTypes Update React Redux dependency to v9, and update docs to use .withTypes Mar 29, 2024
@EskiMojo14 EskiMojo14 merged commit cccf40a into reduxjs:master Mar 31, 2024
27 checks passed
@EskiMojo14
Copy link
Collaborator

thanks!

@aryaemami59 aryaemami59 deleted the TypedUseSelectorHook-to-withTypes branch April 2, 2024 07:40
github-merge-queue bot pushed a commit to coveo/ui-kit that referenced this pull request Apr 5, 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 |
|---|---|---|---|---|---|
| [@reduxjs/toolkit](https://redux-toolkit.js.org)
([source](https://togithub.com/reduxjs/redux-toolkit)) | [`2.2.2` ->
`2.2.3`](https://renovatebot.com/diffs/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.2.3`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v2.2.3)

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

This minor release fixes the types for functions that accept a React
Context instance to match the [changes in React Redux
v9](https://redux-toolkit.js.org/usage/migrating-rtk-2#custom-context-typing).

#### What's Changed

- Update React Redux dependency to v9, and update docs to use
`.withTypes` by [@&#8203;aryaemami59](https://togithub.com/aryaemami59)
in
[reduxjs/redux-toolkit#4308

**Full Changelog**:
reduxjs/redux-toolkit@v2.2.2...v2.2.3

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mergify bot pushed a commit to SvenKirschbaum/share.kirschbaum.cloud that referenced this pull request Apr 6, 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-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.540.0` -> `3.549.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.540.0/3.549.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-dynamodb/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-dynamodb/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-dynamodb/3.540.0/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.540.0/3.549.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.540.0` -> `3.550.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.540.0/3.550.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.550.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.550.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.540.0/3.550.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.540.0/3.550.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.540.0` -> `3.549.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sesv2/3.540.0/3.549.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sesv2/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sesv2/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sesv2/3.540.0/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sesv2/3.540.0/3.549.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.540.0` -> `3.549.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sfn/3.540.0/3.549.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sfn/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sfn/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sfn/3.540.0/3.549.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sfn/3.540.0/3.549.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.540.0` -> `3.550.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fs3-request-presigner/3.540.0/3.550.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fs3-request-presigner/3.550.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.550.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.540.0/3.550.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.540.0/3.550.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.13` -> `0.0.14`](https://renovatebot.com/diffs/npm/@fallobst22%2fcdk-cross-account-route53/0.0.13/0.0.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fallobst22%2fcdk-cross-account-route53/0.0.14?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.14?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.13/0.0.14?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.13/0.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | dependencies | patch | [`5.15.14` -> `5.15.15`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/5.15.14/5.15.15) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2ficons-material/5.15.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2ficons-material/5.15.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2ficons-material/5.15.14/5.15.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2ficons-material/5.15.14/5.15.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@mui/material](https://mui.com/material-ui/) ([source](https://togithub.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | patch | [`5.15.14` -> `5.15.15`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/5.15.14/5.15.15) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fmaterial/5.15.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fmaterial/5.15.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fmaterial/5.15.14/5.15.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fmaterial/5.15.14/5.15.15?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 | patch | [`7.1.0` -> `7.1.1`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.1.0/7.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fx-date-pickers/7.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fx-date-pickers/7.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fx-date-pickers/7.1.0/7.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fx-date-pickers/7.1.0/7.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@reduxjs/toolkit](https://redux-toolkit.js.org) ([source](https://togithub.com/reduxjs/redux-toolkit)) | dependencies | patch | [`2.2.2` -> `2.2.3`](https://renovatebot.com/diffs/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@trautonen/cdk-dns-validated-certificate](https://togithub.com/trautonen/cdk-dns-validated-certificate) | dependencies | patch | [`0.0.49` -> `0.0.50`](https://renovatebot.com/diffs/npm/@trautonen%2fcdk-dns-validated-certificate/0.0.49/0.0.50) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trautonen%2fcdk-dns-validated-certificate/0.0.50?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trautonen%2fcdk-dns-validated-certificate/0.0.50?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trautonen%2fcdk-dns-validated-certificate/0.0.49/0.0.50?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trautonen%2fcdk-dns-validated-certificate/0.0.49/0.0.50?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.136` -> `8.10.137`](https://renovatebot.com/diffs/npm/@types%2faws-lambda/8.10.136/8.10.137) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2faws-lambda/8.10.137?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2faws-lambda/8.10.137?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2faws-lambda/8.10.136/8.10.137?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2faws-lambda/8.10.136/8.10.137?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.12.2` -> `20.12.5`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.2/20.12.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.2/20.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.2/20.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | devDependencies | patch | [`18.2.73` -> `18.2.74`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.73/18.2.74) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.73/18.2.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.73/18.2.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)) | devDependencies | patch | [`18.2.23` -> `18.2.24`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.23/18.2.24) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/18.2.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/18.2.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/18.2.23/18.2.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/18.2.23/18.2.24?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.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.4.0/7.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.4.0/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.4.0/7.5.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.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.4.0/7.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.4.0/7.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.4.0/7.5.0?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.134.0` -> `2.136.0`](https://renovatebot.com/diffs/npm/aws-cdk/2.134.0/2.136.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk/2.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk/2.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk/2.134.0/2.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk/2.134.0/2.136.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.134.0` -> `2.136.0`](https://renovatebot.com/diffs/npm/aws-cdk-lib/2.134.0/2.136.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-cdk-lib/2.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-cdk-lib/2.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-cdk-lib/2.134.0/2.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-cdk-lib/2.134.0/2.136.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [aws-sdk](https://togithub.com/aws/aws-sdk-js) | dependencies | minor | [`2.1589.0` -> `2.1594.0`](https://renovatebot.com/diffs/npm/aws-sdk/2.1589.0/2.1594.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/aws-sdk/2.1594.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/aws-sdk/2.1594.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/aws-sdk/2.1589.0/2.1594.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/aws-sdk/2.1589.0/2.1594.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | devDependencies | patch | [`5.4.3` -> `5.4.4`](https://renovatebot.com/diffs/npm/typescript/5.4.3/5.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [vite](https://vitejs.dev) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.2.7` -> `5.2.8`](https://renovatebot.com/diffs/npm/vite/5.2.7/5.2.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.2.7/5.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.2.7/5.2.8?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/aws-sdk-js-v3 (@&#8203;aws-sdk/client-dynamodb)</summary>

### [`v3.549.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35490-2024-04-04)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.549.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.550.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35500-2024-04-05)

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

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

### [`v3.549.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35490-2024-04-04)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.549.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.549.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sesv2/CHANGELOG.md#35490-2024-04-04)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.549.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.549.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sfn/CHANGELOG.md#35490-2024-04-04)

[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.549.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.550.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#35500-2024-04-05)

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

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

### [`v3.549.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#35490-2024-04-04)

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

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

</details>

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

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

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

##### [0.0.14](https://togithub.com/SvenKirschbaum/cdk-cross-account-route53/compare/v0.0.13...v0.0.14) (2024-04-06)

</details>

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

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

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

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

##### `@mui/material@5.15.15`

-   \[Autocomplete] Display options provided to the `options` prop even if loading is true ([#&#8203;41677](https://togithub.com/mui/material-ui/issues/41677)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
-   \[RadioGroup] Apply classnames ([#&#8203;41681](https://togithub.com/mui/material-ui/issues/41681)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

##### `@mui/system@5.15.15`

-   Fix typo to avoid infinite recursion in function call ([#&#8203;41678](https://togithub.com/mui/material-ui/issues/41678)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

##### Docs

-   \[material-ui]\[Slider] Remove `valueLabelFormat` from restricted values demo so that the tooltip thumb label displays the same as the value text ([#&#8203;41679](https://togithub.com/mui/material-ui/issues/41679)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
-   \[material-ui] Remove deleted page from the sidenav ([#&#8203;41594](https://togithub.com/mui/material-ui/issues/41594)) [@&#8203;danilo-leal](https://togithub.com/danilo-leal)
-   \[material-ui] Fix typo in CSS theme variables customization ([#&#8203;41680](https://togithub.com/mui/material-ui/issues/41680)) [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
-   Continue migration of Base UI to sperate repository [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   Add notification for MUI X v7 blog post ([#&#8203;41587](https://togithub.com/mui/material-ui/issues/41587)) ([#&#8203;41605](https://togithub.com/mui/material-ui/issues/41605)) [@&#8203;cherniavskii](https://togithub.com/cherniavskii)
-   Update the versions dropdown to show v6 ([#&#8203;41557](https://togithub.com/mui/material-ui/issues/41557)) [@&#8203;mnajdova](https://togithub.com/mnajdova)

##### Core

-   \[blog] Link to Romain's blog post in MUI X v7 announcement post ([#&#8203;41641](https://togithub.com/mui/material-ui/issues/41641)) [@&#8203;cherniavskii](https://togithub.com/cherniavskii)
-   \[blog] Blog post with MUI X v7.0.0 annoucement ([#&#8203;41563](https://togithub.com/mui/material-ui/issues/41563)) ([#&#8203;41604](https://togithub.com/mui/material-ui/issues/41604)) [@&#8203;cherniavskii](https://togithub.com/cherniavskii)
-   \[blog] Add post about remote ([#&#8203;41565](https://togithub.com/mui/material-ui/issues/41565)) [@&#8203;danilo-leal](https://togithub.com/danilo-leal)
-   \[core] Continue rename of Toolpad [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   \[docs-infra] Add Toolpad product/category IDs to types ([#&#8203;41551](https://togithub.com/mui/material-ui/issues/41551)) [@&#8203;bharatkashyap](https://togithub.com/bharatkashyap)
-   \[website] Add Aarón to About Us ([#&#8203;41747](https://togithub.com/mui/material-ui/issues/41747)) [@&#8203;aarongarciah](https://togithub.com/aarongarciah)
-   \[website] Add stray design adjustments throughout the site ([#&#8203;41642](https://togithub.com/mui/material-ui/issues/41642)) [@&#8203;mnajdova](https://togithub.com/mnajdova)
-   \[website] Update pricing table ([#&#8203;41606](https://togithub.com/mui/material-ui/issues/41606)) [@&#8203;cherniavskii](https://togithub.com/cherniavskii)

All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://togithub.com/aarongarciah), [@&#8203;bharatkashyap](https://togithub.com/bharatkashyap), [@&#8203;cherniavskii](https://togithub.com/cherniavskii), [@&#8203;danilo-leal](https://togithub.com/danilo-leal), [@&#8203;mnajdova](https://togithub.com/mnajdova), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari), [@&#8203;ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)

</details>

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

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

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

*Apr 5, 2024*

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

-   🚀 Add `setItemExpansion` Tree View API method ([#&#8203;12595](https://togithub.com/mui/mui-x/issues/12595)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   🌍 Improve Persian (fa-IR), Portuguese (pt-BR), and Spanish (es-ES) locale on the Data Grid
-   🌍 Improve Persian (fa-IR), Portuguese (pt-BR), and Ukrainian (uk-UA) locale on the Pickers
-   🐞 Bugfixes
-   📚 Documentation improvements

##### Data Grid

##### `@mui/x-data-grid@7.1.1`

-   \[DataGrid] Allow higher packages' props to be used in MIT ([#&#8203;12365](https://togithub.com/mui/mui-x/issues/12365)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi)
-   \[DataGrid] Fix RTL mode ([#&#8203;12583](https://togithub.com/mui/mui-x/issues/12583)) [@&#8203;romgrk](https://togithub.com/romgrk)
-   \[DataGrid] Fix `ColDefChangesGridNoSnap` demo crash ([#&#8203;12663](https://togithub.com/mui/mui-x/issues/12663)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi)
-   \[DataGrid] Fix server-side filter demo not working ([#&#8203;12662](https://togithub.com/mui/mui-x/issues/12662)) [@&#8203;MBilalShafi](https://togithub.com/MBilalShafi)
-   \[DataGrid] Log error if `rowCount` is used with client-side pagination ([#&#8203;12448](https://togithub.com/mui/mui-x/issues/12448)) [@&#8203;michelengelen](https://togithub.com/michelengelen)
-   \[DataGrid] Remove `GridFormatterParams` completely ([#&#8203;12660](https://togithub.com/mui/mui-x/issues/12660)) [@&#8203;romgrk](https://togithub.com/romgrk)
-   \[DataGrid] Restore main slot ([#&#8203;12657](https://togithub.com/mui/mui-x/issues/12657)) [@&#8203;romgrk](https://togithub.com/romgrk)
-   \[l10n] Improve Persian (fa-IR) locale ([#&#8203;12630](https://togithub.com/mui/mui-x/issues/12630)) [@&#8203;amirhosseinzf](https://togithub.com/amirhosseinzf)
-   \[l10n] Improve Portuguese (pt-BR) locale ([#&#8203;12618](https://togithub.com/mui/mui-x/issues/12618)) [@&#8203;hugoalkimim](https://togithub.com/hugoalkimim)
-   \[l10n] Improve Spanish (es-ES) locale ([#&#8203;12606](https://togithub.com/mui/mui-x/issues/12606)) [@&#8203;aitor40](https://togithub.com/aitor40)

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

Same changes as in `@mui/x-data-grid@7.1.1`.

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

Same changes as in `@mui/x-data-grid-pro@7.1.1`.

##### Date and Time Pickers

##### `@mui/x-date-pickers@7.1.1`

-   \[fields] Fix `readOnly` behavior ([#&#8203;12609](https://togithub.com/mui/mui-x/issues/12609)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[l10n] Improve Persian (fa-IR) locale ([#&#8203;12632](https://togithub.com/mui/mui-x/issues/12632)) [@&#8203;misafari](https://togithub.com/misafari)
-   \[l10n] Improve Portuguese (pt-BR) locale ([#&#8203;12613](https://togithub.com/mui/mui-x/issues/12613)) [@&#8203;cnHealth](https://togithub.com/cnHealth)
-   \[l10n] Improve Ukrainian (uk-UA) locale ([#&#8203;12627](https://togithub.com/mui/mui-x/issues/12627)) [@&#8203;alexkobylansky](https://togithub.com/alexkobylansky)

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

Same changes as in `@mui/x-date-pickers@7.1.1`, plus:

-   \[DateTimeRangePicker] Fix selection on same day ([#&#8203;12604](https://togithub.com/mui/mui-x/issues/12604)) [@&#8203;LukasTy](https://togithub.com/LukasTy)

##### Charts

##### `@mui/x-charts@7.1.1`

-   \[charts] Fix `tickInterval` usage for y-axis ([#&#8203;12592](https://togithub.com/mui/mui-x/issues/12592)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[charts] Fix Scatter series highlight when `id` is a `number` ([#&#8203;12677](https://togithub.com/mui/mui-x/issues/12677)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)
-   \[charts] Fix TS error when using `sx` property on `ChartsTooltip` ([#&#8203;12659](https://togithub.com/mui/mui-x/issues/12659)) [@&#8203;JCQuintas](https://togithub.com/JCQuintas)

##### Tree View

##### `@mui/x-tree-view@7.1.1`

-   \[TreeView] Add JSDoc to all `publicAPI` methods ([#&#8203;12649](https://togithub.com/mui/mui-x/issues/12649)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[TreeView] Create `RichTreeViewPro` component (not released yet) ([#&#8203;12610](https://togithub.com/mui/mui-x/issues/12610)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[TreeView] Create pro package (not released yet) ([#&#8203;12240](https://togithub.com/mui/mui-x/issues/12240)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[TreeView] Fix typo in errors ([#&#8203;12623](https://togithub.com/mui/mui-x/issues/12623)) [@&#8203;alissa-tung](https://togithub.com/alissa-tung)
-   \[TreeView] New API method: `setItemExpansion` ([#&#8203;12595](https://togithub.com/mui/mui-x/issues/12595)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

##### Docs

-   \[docs] Add a recipe for the `checkboxSelectionVisibleOnly` prop ([#&#8203;12646](https://togithub.com/mui/mui-x/issues/12646)) [@&#8203;michelengelen](https://togithub.com/michelengelen)
-   \[docs] Explain the use of `_action: 'delete'` in `processRowUpdate` ([#&#8203;12670](https://togithub.com/mui/mui-x/issues/12670)) [@&#8203;michelengelen](https://togithub.com/michelengelen)
-   \[docs] Fix formatting and typo on migration guide [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   \[docs] Fix formatting in changelog [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   \[docs] Fix grammar in TreeView migration doc ([#&#8203;12615](https://togithub.com/mui/mui-x/issues/12615)) [@&#8203;joshkel](https://togithub.com/joshkel)
-   \[docs] Fix missing closing props in `PieShapeNoSnap` demo ([#&#8203;12636](https://togithub.com/mui/mui-x/issues/12636)) [@&#8203;alp-ex](https://togithub.com/alp-ex)
-   \[docs] Fix type arguments in Custom Field page ([#&#8203;12619](https://togithub.com/mui/mui-x/issues/12619)) [@&#8203;Juneezee](https://togithub.com/Juneezee)
-   \[docs] Fix typo in `getItemId` prop description ([#&#8203;12637](https://togithub.com/mui/mui-x/issues/12637)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[docs] Make the Charts `margin` usage more visible ([#&#8203;12591](https://togithub.com/mui/mui-x/issues/12591)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[docs] Match IE 11 spacing with Material UI [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   \[docs] Move data grid interfaces to standard API page layout ([#&#8203;12016](https://togithub.com/mui/mui-x/issues/12016)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[docs] Remove \` around [@&#8203;default](https://togithub.com/default) values ([#&#8203;12158](https://togithub.com/mui/mui-x/issues/12158)) [@&#8203;alexfauquette](https://togithub.com/alexfauquette)
-   \[docs] Remove `day` from the default `dayOfWeekFormatter` function params ([#&#8203;12644](https://togithub.com/mui/mui-x/issues/12644)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[docs] Use `TreeItem2` for icon expansion example on `RichTreeView` ([#&#8203;12563](https://togithub.com/mui/mui-x/issues/12563)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)

##### Core

-   \[core] Add cherry-pick `master` to `v6` action ([#&#8203;12648](https://togithub.com/mui/mui-x/issues/12648)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[core] Fix typo in `@mui/x-tree-view-pro/themeAugmentation` ([#&#8203;12674](https://togithub.com/mui/mui-x/issues/12674)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[core] Introduce `describeTreeView` to run test on `SimpleTreeView` and `RichTreeView`, using `TreeItem` and `TreeItem2` + migrate expansion tests ([#&#8203;12428](https://togithub.com/mui/mui-x/issues/12428)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[core] Limit `test-types` CI step allowed memory ([#&#8203;12651](https://togithub.com/mui/mui-x/issues/12651)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[core] Remove explicit `express` package ([#&#8203;12602](https://togithub.com/mui/mui-x/issues/12602)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[core] Update to new embedded translations in the docs package ([#&#8203;12232](https://togithub.com/mui/mui-x/issues/12232)) [@&#8203;Janpot](https://togithub.com/Janpot)
-   \[core] Use PR labels to identify the package a `l10n` PR belongs to ([#&#8203;12639](https://togithub.com/mui/mui-x/issues/12639)) [@&#8203;LukasTy](https://togithub.com/LukasTy)
-   \[core] Use `describeTreeView` for selection tests ([#&#8203;12647](https://togithub.com/mui/mui-x/issues/12647)) [@&#8203;flaviendelangle](https://togithub.com/flaviendelangle)
-   \[docs-infra] Adjust the links to search for issues ([#&#8203;11995](https://togithub.com/mui/mui-x/issues/11995)) [@&#8203;michelengelen](https://togithub.com/michelengelen)
-   \[infra] Polish support survey experience ([#&#8203;12624](https://togithub.com/mui/mui-x/issues/12624)) [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
-   \[support-infra] Replace author association with a permission check in survey action ([#&#8203;12068](https://togithub.com/mui/mui-x/issues/12068)) [@&#8203;michelengelen](https://togithub.com/michelengelen)
-   \[support-infra] Fix user permission check ([#&#8203;12669](https://togithub.com/mui/mui-x/issues/12669)) [@&#8203;michelengelen](https://togithub.com/michelengelen)
-   \[test] Fix Tree View test import ([#&#8203;12668](https://togithub.com/mui/mui-x/issues/12668)) [@&#8203;LukasTy](https://togithub.com/LukasTy)

</details>

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

### [`v2.2.3`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v2.2.3)

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

This minor release fixes the types for functions that accept a React Context instance to match the [changes in React Redux v9](https://redux-toolkit.js.org/usage/migrating-rtk-2#custom-context-typing).

#### What's Changed

-   Update React Redux dependency to v9, and update docs to use `.withTypes` by [@&#8203;aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/redux-toolkit/pull/4308](https://togithub.com/reduxjs/redux-toolkit/pull/4308)

**Full Changelog**: https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3

</details>

<details>
<summary>trautonen/cdk-dns-validated-certificate (@&#8203;trautonen/cdk-dns-validated-certificate)</summary>

### [`v0.0.50`](https://togithub.com/trautonen/cdk-dns-validated-certificate/releases/tag/v0.0.50)

[Compare Source](https://togithub.com/trautonen/cdk-dns-validated-certificate/compare/v0.0.49...v0.0.50)

##### [0.0.50](https://togithub.com/trautonen/cdk-dns-validated-certificate/compare/v0.0.49...v0.0.50) (2024-04-01)

</details>

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

### [`v7.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#750-2024-04-01)

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

##### 🩹 Fixes

-   **eslint-plugin:** \[no-floating-promises] handle TaggedTemplateExpression

-   **eslint-plugin:** \[no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

##### ❤️  Thank You

-   Brad Zacher
-   Kim Sang Du
-   Mark de Dios
-   Naru
-   YeonJuan

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.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#750-2024-04-01)

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

##### 🩹 Fixes

-   **parser:** disallow `errorOnTypeScriptSyntacticAndSemanticIssues`

##### ❤️  Thank You

-   Brad Zacher
-   Kim Sang Du
-   Mark de Dios
-   Naru
-   YeonJuan

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

</details>

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

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

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

##### Features

-   **rds:** specify PreferredMaintenanceWindow in reader or writer props ([#&#8203;29686](https://togithub.com/aws/aws-cdk/issues/29686)) ([615ee2d](https://togithub.com/aws/aws-cdk/commit/615ee2de1cbf42770cd9d2d171196513f6602eb1)), closes [#&#8203;29687](https://togithub.com/aws/aws-cdk/issues/29687)
-   **stepfunction:** add enableExecuteCommand to sfn ECSRunTask ([#&#8203;29638](https://togithub.com/aws/aws-cdk/issues/29638)) ([d5b8594](https://togithub.com/aws/aws-cdk/commit/d5b8594f133b532f5fd8f39ad3df23dffbe6ba85)), closes [#&#8203;29637](https://togithub.com/aws/aws-cdk/issues/29637)

##### Bug Fixes

-   **cli:** diff with changeset fails if deploy role cannot be assumed ([#&#8203;29718](https://togithub.com/aws/aws-cdk/issues/29718)) ([21dba21](https://togithub.com/aws/aws-cdk/commit/21dba2194819ccb244fcdbc5007c055f3930b4e1)), closes [#&#8203;29650](https://togithub.com/aws/aws-cdk/issues/29650)
-   **cloudwatch-actions:** `LambdaAction` fails if added to multiple action types ([#&#8203;29515](https://togithub.com/aws/aws-cdk/issues/29515)) ([a12887b](https://togithub.com/aws/aws-cdk/commit/a12887b593ef6796f63bf754a3d381676d2e5155)), closes [#&#8203;29514](https://togithub.com/aws/aws-cdk/issues/29514)
-   **iam:** grantAssumeRole silently fails with service and account principals ([#&#8203;29452](https://togithub.com/aws/aws-cdk/issues/29452)) ([36fd79d](https://togithub.com/aws/aws-cdk/commit/36fd79d8714bd29527bb1184ec10cd504b83510d)), closes [#&#8203;24507](https://togithub.com/aws/aws-cdk/issues/24507)
-   **pipelines:** codeStar connection accepts nested repository ([#&#8203;29631](https://togithub.com/aws/aws-cdk/issues/29631)) ([10357c0](https://togithub.com/aws/aws-cdk/commit/10357c0ab6be105e0d988b9045bcfe99faf69cbd)), closes [#&#8203;27504](https://togithub.com/aws/aws-cdk/issues/27504)
-   **s3-assets:** throw if path property is empty ([#&#8203;29425](https://togithub.com/aws/aws-cdk/issues/29425)) ([2814011](https://togithub.com/aws/aws-cdk/commit/2814011fdbafad87af9f7a1cad143a19eae30a05)), closes [#&#8203;29410](https://togithub.com/aws/aws-cdk/issues/29410)

***

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

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

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

##### Features

-   **lambda:** adding support for Ruby3.3 lambda runtime ([#&#8203;29680](https://togithub.com/aws/aws-cdk/issues/29680)) ([e63c777](https://togithub.com/aws/aws-cdk/commit/e63c7770ea0a7ec12353973cdf64015f9a4121f1))
-   update L1 CloudFormation resource definitions ([#&#8203;29677](https://togithub.com/aws/aws-cdk/issues/29677)) ([99e9589](https://togithub.com/aws/aws-cdk/commit/99e9589487e0455a0622380fa50248b811d9131d)), closes [/docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html#aurora-serverless-v2](https://togithub.com/aws//docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html/issues/aurora-serverless-v2) [/docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html#aurora-serverless-v2](https://togithub.com/aws//docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html/issues/aurora-serverless-v2)
-   **route53:** allow specifying an STS region when creating a cross-account zone delegation ([#&#8203;29466](https://togithub.com/aws/aws-cdk/issues/29466)) ([fe4bc1d](https://togithub.com/aws/aws-cdk/commit/fe4bc1dccae89ace70f3dab81b7e7545173d5750))
-   **sns:** add signature version prop ([#&#8203;29543](https://togithub.com/aws/aws-cdk/issues/29543)) ([dffedca](https://togithub.com/aws/aws-cdk/commit/dffedca154f7cb31a5cefc24c638ad069577c836)), closes [#&#8203;29539](https://togithub.com/aws/aws-cdk/issues/29539)

##### Bug Fixes

-   **cli:** cdk watch for Lambdas with Advanced Logging Controls do not stream logs to the terminal ([#&#8203;29451](https://togithub.com/aws/aws-cdk/issues/29451)) ([4dbf5c8](https://togithub.com/aws/aws-cdk/commit/4dbf5c8414fa130c328807dc1d701d8a301d66fc)), closes [#&#8203;29448](https://togithub.com/aws/aws-cdk/issues/29448) [/github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/logs/find-cloudwatch-logs.ts#L114](https://togithub.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/logs/find-cloudwatch-logs.ts/issues/L114)
-   **cli:** ecs hotswap deployment waits correctly for success or failure ([#&#8203;28448](https://togithub.com/aws/aws-cdk/issues/28448)) ([5c30255](https://togithub.com/aws/aws-cdk/commit/5c30255b70b51ef760a72a64769614c0297e6c94))
-   **ec2:** global vpc endpoint support ([#&#8203;29563](https://togithub.com/aws/aws-cdk/issues/29563)) ([df48fd7](https://togithub.com/aws/aws-cdk/commit/df48fd781a476ada79b6b49f006a60f33f73d409)), closes [#&#8203;29560](https://togithub.com/aws/aws-cdk/issues/29560) [10.0.0.2#53](https://togithub.com/aws/10.0.0.2/issues/53) [10.0.0.2#53](https://togithub.com/aws/10.0.0.2/issues/53)
-   **eks:** missing support for "InstanceTypes" attribute assignment for AL2023 AMIs ([#&#8203;29505](https://togithub.com/aws/aws-cdk/issues/29505)) ([e77ce26](https://togithub.com/aws/aws-cdk/commit/e77ce26091a3890f5b025e794374a95e2ce61fb1)), closes [#&#8203;29335](https://togithub.com/aws/aws-cdk/issues/29335)
-   **events-targets:** hardcoded AWS partition in ECS task resource ARN ([#&#8203;29633](https://togithub.com/aws/aws-cdk/issues/29633)) ([69cff2e](https://togithub.com/aws/aws-cdk/commit/69cff2eda84dacfe265d518fc88ccf55930f59c4)), closes [#&#8203;29610](https://togithub.com/aws/aws-cdk/issues/29610)
-   **route53:** allow records with a weight of 0 ([#&#8203;29595](https://togithub.com/aws/aws-cdk/issues/29595)) ([cc7e95b](https://togithub.com/aws/aws-cdk/commit/cc7e95ba91848345352981a141559170c375a0d2)), closes [#&#8203;29556](https://togithub.com/aws/aws-cdk/issues/29556)
-   add validation for ALB access log bucket when KMS key is provided ([#&#8203;29382](https://togithub.com/aws/aws-cdk/issues/29382)) ([2cc2449](https://togithub.com/aws/aws-cdk/commit/2cc24499bf62b6dd48ae9bd265c38a6847f75a3f)), closes [#&#8203;22031](https://togithub.com/aws/aws-cdk/issues/22031)

***

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

</details>

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

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

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

-   feature: QuickSight: Adding IAMIdentityCenterInstanceArn parameter to CreateAccountSubscription
-   feature: ResourceGroups: Added a new QueryErrorCode RESOURCE_TYPE_NOT_SUPPORTED that is returned by the ListGroupResources operation if the group query contains unsupported resource types.
-   feature: VerifiedPermissions: Adding BatchIsAuthorizedWithToken API which supports multiple authorization requests against a PolicyStore given a bearer token.

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

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

-   feature: B2bi: Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
-   feature: CleanRooms: Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.
-   feature: EC2: Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
-   feature: EMRcontainers: This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
-   feature: IVS: API update to include an SRT ingest endpoint and passphrase for all channels.
-   feature: VerifiedPermissions: Adds GroupConfiguration field to Identity Source API's

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

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

-   feature: CleanRoomsML: The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
-   feature: CloudFormation: This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template
-   feature: DataZone: This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.
-   feature: DocDB: This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
-   feature: GroundStation: This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.
-   feature: Lambda: Add Ruby 3.3 (ruby3.3) support to AWS Lambda
-   feature: MediaLive: Cmaf Ingest outputs are now supported in Media Live
-   feature: MedicalImaging: SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response
-   feature: Transfer: Add ability to specify Security Policies for SFTP Connectors

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

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

-   feature: Glue: Adding View related fields to responses of read-only Table APIs.
-   feature: RolesAnywhere: This release increases the limit on the roleArns request parameter for the \*Profile APIs that support it. This parameter can now take up to 250 role ARNs.

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

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

-   bugfix: event listeners: Configures the endpoint path for redirect requests, instead of just the hostname, allowing for proper redirects.
-   feature: CloudWatch: This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.
-   feature: DataZone: This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone.
-   feature: Deadline: AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects.
-   feature: Lightsail: This release adds support to upgrade the TLS version of the distribution.

</details>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

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

[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

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

### [`v5.2.8`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small528-2024-04-03-small)

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

-   fix: csp nonce injection when no closing tag ([#&#8203;16281](https://togithub.com/vitejs/vite/issues/16281)) ([#&#8203;16282](https://togithub.com/vitejs/vite/issues/16282)) ([3c85c6b](https://togithub.com/vitejs/vite/commit/3c85c6b)), closes [#&#8203;16281](https://togithub.com/vitejs/vite/issues/16281) [#&#8203;16282](https://togithub.com/vitejs/vite/issues/16282)
-   fix: do not access document in `/@&#8203;vite/client` when not defined ([#&#8203;16318](https://togithub.com/vitejs/vite/issues/16318)) ([646319c](https://togithub.com/vitejs/vite/commit/646319c)), closes [#&#8203;16318](https://togithub.com/vitejs/vite/issues/16318)
-   fix: fix sourcemap when using object as `define` value  ([#&#8203;15805](https://togithub.com/vitejs/vite/issues/15805)) ([445c4f2](https://togithub.com/vitejs/vite/commit/445c4f2)), closes [#&#8203;15805](https://togithub.com/vitejs/vite/issues/15805)
-   fix(css): unknown file error happened with lightningcss ([#&#8203;16306](https://togithub.com/vitejs/vite/issues/16306)) ([01af308](https://togithub.com/vitejs/vite/commit/01af308)), closes [#&#8203;16306](https://togithub.com/vitejs/vite/issues/16306)
-   fix(hmr): multiple updates happened when invalidate is called while multiple tabs open ([#&#8203;16307](https://togithub.com/vitejs/vite/issues/16307)) ([21cc10b](https://togithub.com/vitejs/vite/commit/21cc10b)), closes [#&#8203;16307](https://togithub.com/vitejs/vite/issues/16307)
-   fix(scanner): duplicate modules for same id if glob is used in html-like types ([#&#8203;16305](https://togithub.com/vitejs/vite/issues/16305)) ([eca68fa](https://togithub.com/vitejs/vite/commit/eca68fa)), closes [#&#8203;16305](https://togithub.com/vitejs/vite/issues/16305)
-   chore(deps): update all non-major dependencies ([#&#8203;16325](https://togithub.com/vitejs/vite/issues/16325)) ([a78e265](https://togithub.com/vitejs/vite/commit/a78e265)), closes [#&#8203;16325](https://togithub.com/vitejs/vite/issues/16325)
-   refactor: use types from sass instead of [@&#8203;types/sass](https://togithub.com/types/sass) ([#&#8203;16340](https://togithub.com/vitejs/vite/issues/16340)) ([4581e83](https://togithub.com/vitejs/vite/commit/4581e83)), closes [#&#8203;16340](https://togithub.com/vitejs/vite/issues/16340)

</details>

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SvenKirschbaum/share.kirschbaum.cloud).
github-merge-queue bot pushed a commit to valora-inc/wallet that referenced this pull request Apr 11, 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 |
|---|---|---|---|---|---|
| [@reduxjs/toolkit](https://redux-toolkit.js.org)
([source](https://togithub.com/reduxjs/redux-toolkit)) | [`^2.2.2` ->
`^2.2.3`](https://renovatebot.com/diffs/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.2.3`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v2.2.3)

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

This minor release fixes the types for functions that accept a React
Context instance to match the [changes in React Redux
v9](https://redux-toolkit.js.org/usage/migrating-rtk-2#custom-context-typing).

#### What's Changed

- Update React Redux dependency to v9, and update docs to use
`.withTypes` by [@&#8203;aryaemami59](https://togithub.com/aryaemami59)
in
[reduxjs/redux-toolkit#4308

**Full Changelog**:
reduxjs/redux-toolkit@v2.2.2...v2.2.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 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 |
|---|---|---|---|---|---|
| [@reduxjs/toolkit](https://redux-toolkit.js.org)
([source](https://togithub.com/reduxjs/redux-toolkit)) | [`^2.2.2` ->
`^2.2.3`](https://renovatebot.com/diffs/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@reduxjs%2ftoolkit/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@reduxjs%2ftoolkit/2.2.2/2.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v2.2.3`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v2.2.3)

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

This minor release fixes the types for functions that accept a React
Context instance to match the [changes in React Redux
v9](https://redux-toolkit.js.org/usage/migrating-rtk-2#custom-context-typing).

#### What's Changed

- Update React Redux dependency to v9, and update docs to use
`.withTypes` by [@&#8203;aryaemami59](https://togithub.com/aryaemami59)
in
[reduxjs/redux-toolkit#4308

**Full Changelog**:
reduxjs/redux-toolkit@v2.2.2...v2.2.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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

Successfully merging this pull request may close these issues.

None yet

2 participants