aperturerobotics / react-chonky

File Browser component for React.
https://chonky.io
MIT License
27 stars 16 forks source link

chore(deps): update all dependencies #78

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.1 -> 7.24.5 age adoption passing confidence
@emotion/styled (source) 11.11.0 -> 11.11.5 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.5.1 -> 6.5.2 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.5.1 -> 6.5.2 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.5.1 -> 6.5.2 age adoption passing confidence
@mui/material (source) 5.15.14 -> 5.15.16 age adoption passing confidence
@mui/styles (source) 5.15.14 -> 5.15.16 age adoption passing confidence
@reduxjs/toolkit (source) 2.2.1 -> 2.2.3 age adoption passing confidence
@size-limit/preset-small-lib 11.1.1 -> 11.1.2 age adoption passing confidence
@types/node (source) 20.11.30 -> 20.12.8 age adoption passing confidence
@types/react (source) 18.2.67 -> 18.3.1 age adoption passing confidence
@types/react-dom (source) 18.2.22 -> 18.3.0 age adoption passing confidence
filesize (source) 10.1.0 -> 10.1.1 age adoption passing confidence
immer 10.0.4 -> 10.1.1 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-intl (source) 6.6.2 -> 6.6.5 age adoption passing confidence
react-is (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-redux 9.1.0 -> 9.1.2 age adoption passing confidence
size-limit 11.1.1 -> 11.1.2 age adoption passing confidence
typescript (source) 5.4.2 -> 5.4.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7245-2024-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.4...v7.24.5) ##### :bug: Bug Fix - `babel-plugin-transform-classes`, `babel-traverse` - [#​16377](https://togithub.com/babel/babel/pull/16377) fix: TypeScript annotation affects output ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs3` - [#​16440](https://togithub.com/babel/babel/pull/16440) Fix suppressed error order ([@​sossost](https://togithub.com/sossost)) - [#​16408](https://togithub.com/babel/babel/pull/16408) Await nullish async disposable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-parser` - [#​16407](https://togithub.com/babel/babel/pull/16407) Recover from exported `using` declaration ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​16414](https://togithub.com/babel/babel/pull/16414) Relax ESLint peerDependency constraint to allow v9 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​16425](https://togithub.com/babel/babel/pull/16425) Improve `@babel/parser` AST types ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16417](https://togithub.com/babel/babel/pull/16417) Always pass type argument to `.startNode` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16439](https://togithub.com/babel/babel/pull/16439) Make `NodePath` distributive ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-partial-application`, `babel-types` - [#​16421](https://togithub.com/babel/babel/pull/16421) Remove `JSXNamespacedName` from valid `CallExpression` args ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-class-properties`, `babel-preset-env` - [#​16406](https://togithub.com/babel/babel/pull/16406) Do not load unnecessary Babel 7 syntax plugins in Babel 8 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs3` - [#​16357](https://togithub.com/babel/babel/pull/16357) Performance: improve `objectWithoutPropertiesLoose` on V8 ([@​romgrk](https://togithub.com/romgrk)) ### [`v7.24.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7244-2024-04-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.3...v7.24.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16403](https://togithub.com/babel/babel/pull/16403) Forbid initializerless using ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16388](https://togithub.com/babel/babel/pull/16388) Ensure decorators are callable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16402](https://togithub.com/babel/babel/pull/16402) fix: Correctly prints `{ [key in Bar]? }` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16394](https://togithub.com/babel/babel/pull/16394) fix: Correctly generate `TSMappedType` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-preset-env` - [#​16390](https://togithub.com/babel/babel/pull/16390) Create bugfix plugin for classes in computed keys in Firefox ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16387](https://togithub.com/babel/babel/pull/16387) fix: support mutated outer decorated class binding ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16385](https://togithub.com/babel/babel/pull/16385) fix: Decorators when `super()` exists and `protoInit` is not needed ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​16384](https://togithub.com/babel/babel/pull/16384) fix: Transform scoping for `for X` in loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16368](https://togithub.com/babel/babel/pull/16368) fix: Capture `let` when the `for` body is not a block ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping` - [#​16363](https://togithub.com/babel/babel/pull/16363) Fix incorrect function hoisting in some case statements ([@​luiscubal](https://togithub.com/luiscubal)) ### [`v7.24.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7243-2024-03-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.1...v7.24.3) ##### :bug: Bug Fix - `babel-helper-module-imports` - [#​16370](https://togithub.com/babel/babel/pull/16370) fix: do not inject the same imported identifier multiple times ([@​ota-meshi](https://togithub.com/ota-meshi))
emotion-js/emotion (@​emotion/styled) ### [`v11.11.5`](https://togithub.com/emotion-js/emotion/compare/@emotion/styled@11.11.0...f4640f6a7cbe77f790e07706b287cb29342fd0ea) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/styled@11.11.0...@emotion/styled@11.11.5)
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core) ### [`v6.5.2`](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.1...2c154906a36774c3030f4723cecd074f8674e6a8) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2)
mui/material-ui (@​mui/material) ### [`v5.15.16`](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16) ### [`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 ([#​41677](https://togithub.com/mui/material-ui/issues/41677)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[RadioGroup] Apply classnames ([#​41681](https://togithub.com/mui/material-ui/issues/41681)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/system@5.15.15` - Fix typo to avoid infinite recursion in function call ([#​41678](https://togithub.com/mui/material-ui/issues/41678)) [@​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 ([#​41679](https://togithub.com/mui/material-ui/issues/41679)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[material-ui] Remove deleted page from the sidenav ([#​41594](https://togithub.com/mui/material-ui/issues/41594)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[material-ui] Fix typo in CSS theme variables customization ([#​41680](https://togithub.com/mui/material-ui/issues/41680)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - Continue migration of Base UI to sperate repository [@​oliviertassinari](https://togithub.com/oliviertassinari) - Add notification for MUI X v7 blog post ([#​41587](https://togithub.com/mui/material-ui/issues/41587)) ([#​41605](https://togithub.com/mui/material-ui/issues/41605)) [@​cherniavskii](https://togithub.com/cherniavskii) - Update the versions dropdown to show v6 ([#​41557](https://togithub.com/mui/material-ui/issues/41557)) [@​mnajdova](https://togithub.com/mnajdova) ##### Core - \[blog] Link to Romain's blog post in MUI X v7 announcement post ([#​41641](https://togithub.com/mui/material-ui/issues/41641)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[blog] Blog post with MUI X v7.0.0 annoucement ([#​41563](https://togithub.com/mui/material-ui/issues/41563)) ([#​41604](https://togithub.com/mui/material-ui/issues/41604)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[blog] Add post about remote ([#​41565](https://togithub.com/mui/material-ui/issues/41565)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[core] Continue rename of Toolpad [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Add Toolpad product/category IDs to types ([#​41551](https://togithub.com/mui/material-ui/issues/41551)) [@​bharatkashyap](https://togithub.com/bharatkashyap) - \[website] Add Aarón to About Us ([#​41747](https://togithub.com/mui/material-ui/issues/41747)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[website] Add stray design adjustments throughout the site ([#​41642](https://togithub.com/mui/material-ui/issues/41642)) [@​mnajdova](https://togithub.com/mnajdova) - \[website] Update pricing table ([#​41606](https://togithub.com/mui/material-ui/issues/41606)) [@​cherniavskii](https://togithub.com/cherniavskii) All contributors of this release in alphabetical order: [@​aarongarciah](https://togithub.com/aarongarciah), [@​bharatkashyap](https://togithub.com/bharatkashyap), [@​cherniavskii](https://togithub.com/cherniavskii), [@​danilo-leal](https://togithub.com/danilo-leal), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
mui/material-ui (@​mui/styles) ### [`v5.15.16`](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.15...v5.15.16) ### [`v5.15.15`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51515) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.14...v5.15.15) *Apr 4, 2024* 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 ([#​41677](https://togithub.com/mui/material-ui/issues/41677)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[RadioGroup] Apply classnames ([#​41681](https://togithub.com/mui/material-ui/issues/41681)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/system@5.15.15` - Fix typo to avoid infinite recursion in function call ([#​41678](https://togithub.com/mui/material-ui/issues/41678)) [@​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 ([#​41679](https://togithub.com/mui/material-ui/issues/41679)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[material-ui] Remove deleted page from the sidenav ([#​41594](https://togithub.com/mui/material-ui/issues/41594)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[material-ui] Fix typo in CSS theme variables customization ([#​41680](https://togithub.com/mui/material-ui/issues/41680)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - Continue migration of Base UI to sperate repository [@​oliviertassinari](https://togithub.com/oliviertassinari) - Add notification for MUI X v7 blog post ([#​41587](https://togithub.com/mui/material-ui/issues/41587)) ([#​41605](https://togithub.com/mui/material-ui/issues/41605)) [@​cherniavskii](https://togithub.com/cherniavskii) - Update the versions dropdown to show v6 ([#​41557](https://togithub.com/mui/material-ui/issues/41557)) [@​mnajdova](https://togithub.com/mnajdova) ##### Core - \[blog] Link to Romain's blog post in MUI X v7 announcement post ([#​41641](https://togithub.com/mui/material-ui/issues/41641)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[blog] Blog post with MUI X v7.0.0 annoucement ([#​41563](https://togithub.com/mui/material-ui/issues/41563)) ([#​41604](https://togithub.com/mui/material-ui/issues/41604)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[blog] Add post about remote ([#​41565](https://togithub.com/mui/material-ui/issues/41565)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[core] Continue rename of Toolpad [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Add Toolpad product/category IDs to types ([#​41551](https://togithub.com/mui/material-ui/issues/41551)) [@​bharatkashyap](https://togithub.com/bharatkashyap) - \[website] Add Aarón to About Us ([#​41747](https://togithub.com/mui/material-ui/issues/41747)) [@​aarongarciah](https://togithub.com/aarongarciah) - \[website] Add stray design adjustments throughout the site ([#​41642](https://togithub.com/mui/material-ui/issues/41642)) [@​mnajdova](https://togithub.com/mnajdova) - \[website] Update pricing table ([#​41606](https://togithub.com/mui/material-ui/issues/41606)) [@​cherniavskii](https://togithub.com/cherniavskii) All contributors of this release in alphabetical order: [@​aarongarciah](https://togithub.com/aarongarciah), [@​bharatkashyap](https://togithub.com/bharatkashyap), [@​cherniavskii](https://togithub.com/cherniavskii), [@​danilo-leal](https://togithub.com/danilo-leal), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)
reduxjs/redux-toolkit (@​reduxjs/toolkit) ### [`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 [@​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 ### [`v2.2.2`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v2.2.2) [Compare Source](https://togithub.com/reduxjs/redux-toolkit/compare/v2.2.1...v2.2.2) This patch release fixes an incorrect build setting for the `legacy-esm` artifacts, and fixes an issue with RTKQ query hooks didn't always remove the cache entries if arguments were changed rapidly. #### Changes ##### `legacy-esm` Artifact Transpilation The `legacy-esm` build artifacts are intended for use by Webpack 4. Those were *supposed* to be transpiled to target `"es2017"`, but were in fact still set to target `"esnext"` - an oversight during the 2.0 development cycle. This release fixes that setting, so those artifacts are now correctly transpiled. ##### Other Fixes RTKQ query hooks now handle additional actions around argument changes that should result in cache entries being removed. Additionally, 2.2.1 contained a fix to an incorrectly named type: `TypedUseMutationTrigger` is now `TypedMutationTrigger`. #### What's Changed - rename TypedUseMutationTrigger to TypedMutationTrigger, and add deprecated alias by [@​EskiMojo14](https://togithub.com/EskiMojo14) in [https://github.com/reduxjs/redux-toolkit/pull/4204](https://togithub.com/reduxjs/redux-toolkit/pull/4204) - Fixed memory leak in rapid hook arg changing by [@​riqts](https://togithub.com/riqts) in [https://github.com/reduxjs/redux-toolkit/pull/4268](https://togithub.com/reduxjs/redux-toolkit/pull/4268) - Fix incorrect legacy-esm target by [@​markerikson](https://togithub.com/markerikson) in [https://github.com/reduxjs/redux-toolkit/pull/4284](https://togithub.com/reduxjs/redux-toolkit/pull/4284) **Full Changelog**: https://github.com/reduxjs/redux-toolkit/compare/v2.2.0...v2.2.2
ai/size-limit (@​size-limit/preset-small-lib) ### [`v11.1.2`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1112) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.1...11.1.2) - Fixed CSS support in esbuild plugin (by [@​just-boris](https://togithub.com/just-boris)).
avoidwork/filesize.js (filesize) ### [`v10.1.1`](https://togithub.com/avoidwork/filesize.js/blob/HEAD/CHANGELOG.md#1011) [Compare Source](https://togithub.com/avoidwork/filesize.js/compare/10.1.0...10.1.1) - Rework types to allow Parameters\ to function properly [`#180`](https://togithub.com/avoidwork/filesize.js/pull/180) - Bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.23.0 to 7.23.2 [`#178`](https://togithub.com/avoidwork/filesize.js/pull/178) - change: rework types to allow usages like Parameters\ [`fbfc87f`](https://togithub.com/avoidwork/filesize.js/commit/fbfc87f4d24de80813330a74fc30392f8bfb1002) - Generating CHANGELOG.md [`d80c457`](https://togithub.com/avoidwork/filesize.js/commit/d80c4579e1259f3a133fed3ae8b6762712b72623) - fix: types for partial now return a higher order function [`af4a6ef`](https://togithub.com/avoidwork/filesize.js/commit/af4a6efe8e065ca97916afa19a22af5e42fa2196)
immerjs/immer (immer) ### [`v10.1.1`](https://togithub.com/immerjs/immer/releases/tag/v10.1.1) [Compare Source](https://togithub.com/immerjs/immer/compare/v10.1.0...v10.1.1) ##### Bug Fixes - export lost types ([#​1116](https://togithub.com/immerjs/immer/issues/1116)) ([5a8f6e7](https://togithub.com/immerjs/immer/commit/5a8f6e7bee76407502ca128f95ad25d277c054e3)) - Make `applyPatches` to accept `readonly Patch[]` ([#​1094](https://togithub.com/immerjs/immer/issues/1094)) ([4da2e0d](https://togithub.com/immerjs/immer/commit/4da2e0d5af3c155ba26af1364a7095366adff6ba)) ### [`v10.1.0`](https://togithub.com/immerjs/immer/releases/tag/v10.1.0) [Compare Source](https://togithub.com/immerjs/immer/compare/v10.0.4...v10.1.0) ##### Features - **performance:** Make non-strict mode faster for classes. Addresses [#​1071](https://togithub.com/immerjs/immer/issues/1071) ([53e3203](https://togithub.com/immerjs/immer/commit/53e3203984058b8e5ce81a67b81c60069481c568)). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use `setUseStrictShallowCopy("class_only")` to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
facebook/react (react) ### [`v18.3.1`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://togithub.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.2.0...v18.3.0)
facebook/react (react-dom) ### [`v18.3.1`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://togithub.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.2.0...v18.3.0)
formatjs/formatjs (react-intl) ### [`v6.6.5`](https://togithub.com/formatjs/formatjs/releases/tag/%40formatjs/intl-displaynames%406.6.5) [Compare Source](https://togithub.com/formatjs/formatjs/compare/react-intl@6.6.4...react-intl@6.6.5) **Note:** Version bump only for package [@​formatjs/intl-displaynames](https://togithub.com/formatjs/intl-displaynames) ### [`v6.6.4`](https://togithub.com/formatjs/formatjs/releases/tag/react-intl%406.6.4) [Compare Source](https://togithub.com/formatjs/formatjs/compare/react-intl@6.6.3...react-intl@6.6.4) **Note:** Version bump only for package react-intl ### [`v6.6.3`](https://togithub.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.6.2...@formatjs/intl-displaynames@6.6.3) [Compare Source](https://togithub.com/formatjs/formatjs/compare/react-intl@6.6.2...react-intl@6.6.3)
facebook/react (react-is) ### [`v18.3.1`](https://togithub.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.3.0...v18.3.1) ### [`v18.3.0`](https://togithub.com/facebook/react/compare/v18.2.0...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/v18.2.0...v18.3.0)
reduxjs/react-redux (react-redux) ### [`v9.1.2`](https://togithub.com/reduxjs/react-redux/compare/v9.1.1...eec5f9b320e2d4787af83b599a0c517fef4b510f) [Compare Source](https://togithub.com/reduxjs/react-redux/compare/v9.1.1...v9.1.2) ### [`v9.1.1`](https://togithub.com/reduxjs/react-redux/releases/tag/v9.1.1) [Compare Source](https://togithub.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1) This bugfix release fixes an issue with `connect` and React Native caused by changes to our bundling setup in v9. Nested `connect` calls should work correctly now. #### What's Changed - Remove unused isProcessingDispatch by [@​Connormiha](https://togithub.com/Connormiha) in [https://github.com/reduxjs/react-redux/pull/2122](https://togithub.com/reduxjs/react-redux/pull/2122) - Move `Equals` constraint into an intersection type. by [@​DanielRosenwasser](https://togithub.com/DanielRosenwasser) in [https://github.com/reduxjs/react-redux/pull/2123](https://togithub.com/reduxjs/react-redux/pull/2123) - Fix `useIsomorphicLayoutEffect` usage in React Native environments by [@​aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/react-redux/pull/2156](https://togithub.com/reduxjs/react-redux/pull/2156) **Full Changelog**: https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1
Microsoft/TypeScript (typescript) ### [`v5.4.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.5): TypeScript 5.4.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) 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+). - [fixed issues query for Typescript 5.4.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`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) ### [`v5.4.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) 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+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.