aperturerobotics / react-chonky

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

chore(deps): update all dependencies #57

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.23.2 -> 7.23.3 age adoption passing confidence devDependencies patch
@mui/material (source) 5.14.14 -> 5.14.17 age adoption passing confidence dependencies patch
@mui/styles (source) 5.14.14 -> 5.14.17 age adoption passing confidence dependencies patch
@size-limit/preset-small-lib ^9.0.0 -> ^10.0.0 age adoption passing confidence devDependencies major
@types/fuzzy-search (source) 2.1.3 -> 2.1.4 age adoption passing confidence dependencies patch
@types/memoizee (source) 0.4.10 -> 0.4.11 age adoption passing confidence dependencies patch
@types/react (source) 18.2.30 -> 18.2.37 age adoption passing confidence dependencies patch
@types/react (source) 18.0.28 -> 18.2.37 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.30 -> 18.2.37 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.14 -> 18.2.15 age adoption passing confidence dependencies patch
@types/react-dom (source) 18.0.11 -> 18.2.15 age adoption passing confidence devDependencies minor
@types/react-dom (source) 18.2.14 -> 18.2.15 age adoption passing confidence devDependencies patch
@types/react-redux (source) 7.1.28 -> 7.1.30 age adoption passing confidence dependencies patch
@types/react-virtualized-auto-sizer (source) 1.0.2 -> 1.0.3 age adoption passing confidence dependencies patch
@types/react-window (source) 1.8.7 -> 1.8.8 age adoption passing confidence dependencies patch
@types/redux-watch (source) 1.1.1 -> 1.1.2 age adoption passing confidence dependencies patch
@types/shortid (source) ^0.0.31 -> ^0.0.32 age adoption passing confidence dependencies patch
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
immer 9.0.21 -> 10.0.3 age adoption passing confidence dependencies major
immer 9.0.21 -> 10.0.3 age adoption passing confidence resolutions major
parcel 2.8.3 -> 2.10.2 age adoption passing confidence devDependencies minor
react-intl (source) 6.5.0 -> 6.5.2 age adoption passing confidence dependencies patch
size-limit ^9.0.0 -> ^10.0.0 age adoption passing confidence devDependencies major
typescript (source) 5.0.2 -> 5.2.2 age adoption passing confidence devDependencies minor
typescript (source) 5.0.2 -> 5.2.2 age adoption passing confidence resolutions minor

Release Notes

babel/babel (@​babel/core) ### [`v7.23.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7233-2023-11-09) [Compare Source](https://togithub.com/babel/babel/compare/@babel/core@7.23.2...v7.23.3) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​16071](https://togithub.com/babel/babel/pull/16071) Strip type-only TS namespaces ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-generator` - [#​16078](https://togithub.com/babel/babel/pull/16078) Fix indentation when generating comments with `concise: true` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`, `babel-preset-env` - [#​14295](https://togithub.com/babel/babel/pull/14295) Add a bugfix plugin for https://crbug.com/v8/12421 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-object-super` - [#​15948](https://togithub.com/babel/babel/pull/15948) fix: `super.x` in a loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#​16015](https://togithub.com/babel/babel/pull/16015) fix: handle `__proto__` exports name in CJS/AMD/UMD ([@​magic-akari](https://togithub.com/magic-akari)) ##### :memo: Documentation - [#​16044](https://togithub.com/babel/babel/pull/16044) docs: Update links in [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) README ([@​aryehb](https://togithub.com/aryehb)) ##### :house: Internal - `babel-core`, `babel-preset-env` - [#​15988](https://togithub.com/babel/babel/pull/15988) Refactor handling of modules plugins in `preset-env` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-generator` - [#​16061](https://togithub.com/babel/babel/pull/16061) perf: Improve `@babel/generator` performance ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​16060](https://togithub.com/babel/babel/pull/16060) Avoid dynamic dispatch when calling wrapCheck ([@​yepitschunked](https://togithub.com/yepitschunked)) ##### :microscope: Output optimization - `babel-plugin-transform-computed-properties` - [#​6652](https://togithub.com/babel/babel/pull/6652) Optimize computed properties output (byte-wise) ([@​Andarist](https://togithub.com/Andarist))
mui/material-ui (@​mui/material) ### [`v5.14.17`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#51417) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.14.16...v5.14.17) *Nov 6, 2023* A big thanks to the 12 contributors who made this release possible. This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements. ##### `@mui/material@5.14.17` - \[Dialog] Should not close until the IME is cancelled ([#​39713](https://togithub.com/mui/material-ui/issues/39713)) [@​megos](https://togithub.com/megos) - \[InputBase] Add `sx` type to `input` and `root` slot ([#​39569](https://togithub.com/mui/material-ui/issues/39569)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/joy@5.0.0-beta.13` - \[ModalDialog] Remove redundant code ([#​39719](https://togithub.com/mui/material-ui/issues/39719)) [@​sai6855](https://togithub.com/sai6855) - \[ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children ([#​39571](https://togithub.com/mui/material-ui/issues/39571)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/base@5.0.0-beta.23` - Make list components more reliable ([#​39380](https://togithub.com/mui/material-ui/issues/39380)) [@​michaldudak](https://togithub.com/michaldudak) ##### `@mui/material-next@6.0.0-alpha.109` - \[InputBase] InputBase slotProps accepts sx type ([#​39714](https://togithub.com/mui/material-ui/issues/39714)) [@​mj12albert](https://togithub.com/mj12albert) - \[OutlinedInput] Copy v5 OutlinedInput ([#​39698](https://togithub.com/mui/material-ui/issues/39698)) [@​mj12albert](https://togithub.com/mj12albert) ##### `@mui/lab@5.0.0-alpha.152` - \[TreeView] Remove tree view import from [@​mui/lab](https://togithub.com/mui/lab) ([#​39685](https://togithub.com/mui/material-ui/issues/39685)) [@​alexfauquette](https://togithub.com/alexfauquette) ##### Docs - Update Taiwan country name in demos ([#​39729](https://togithub.com/mui/material-ui/issues/39729)) [@​chiahao](https://togithub.com/chiahao) - Update release doc for unchanged packages ([#​39487](https://togithub.com/mui/material-ui/issues/39487)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[joy-ui] Make code readable to set next color in color inversion demos ([#​39669](https://togithub.com/mui/material-ui/issues/39669)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[material-ui] Remove numeric input workaround from TextField docs ([#​39629](https://togithub.com/mui/material-ui/issues/39629)) [@​mj12albert](https://togithub.com/mj12albert) - \[material-ui] Add comment about code to be removed from Drawer demo ([#​39678](https://togithub.com/mui/material-ui/issues/39678)) [@​samuelsycamore](https://togithub.com/samuelsycamore) ##### Core - \[docs-infra] Fix path bloat client-side ([#​39708](https://togithub.com/mui/material-ui/issues/39708)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Render footer in SSR ([#​39710](https://togithub.com/mui/material-ui/issues/39710)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Simplify footer ([#​39709](https://togithub.com/mui/material-ui/issues/39709)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Fix dark theme color ([#​39720](https://togithub.com/mui/material-ui/issues/39720)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs-infra] Remove the design feedback alert ([#​39691](https://togithub.com/mui/material-ui/issues/39691)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[docs-infra] Bring back scroll gradient in API page with table ([#​39689](https://togithub.com/mui/material-ui/issues/39689)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs-infra] Clarify the content of the ads [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Link to ScaffoldHub v2 [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Improve access to the component demos via the API page ([#​39690](https://togithub.com/mui/material-ui/issues/39690)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[docs-infra] Add appropriate aria-label to docs buttons ([#​39638](https://togithub.com/mui/material-ui/issues/39638)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[docs-infra] Fix crawler on API pages ([#​39490](https://togithub.com/mui/material-ui/issues/39490)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs–infra] Small polish on API toggle ([#​39704](https://togithub.com/mui/material-ui/issues/39704)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Speed up the CI by removing the second build ([#​39684](https://togithub.com/mui/material-ui/issues/39684)) [@​michaldudak](https://togithub.com/michaldudak) - \[core]\[docs] Fix broken MUI System link in README.md ([#​39734](https://togithub.com/mui/material-ui/issues/39734)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[website] List benefits for sponsors ([#​39640](https://togithub.com/mui/material-ui/issues/39640)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Add Vadym teamMember card to 'About' ([#​39701](https://togithub.com/mui/material-ui/issues/39701)) [@​hasdfa](https://togithub.com/hasdfa) - \[test] Fix flaky screenshot ([#​39711](https://togithub.com/mui/material-ui/issues/39711)) [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​brijeshb42](https://togithub.com/brijeshb42), [@​chiahao](https://togithub.com/chiahao), [@​danilo-leal](https://togithub.com/danilo-leal), [@​hasdfa](https://togithub.com/hasdfa), [@​megos](https://togithub.com/megos), [@​michaldudak](https://togithub.com/michaldudak), [@​mj12albert](https://togithub.com/mj12albert), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sai6855](https://togithub.com/sai6855), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.14.16`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#51416) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.14.15...v5.14.16) *Oct 31, 2023* A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨: - ✨ New highly requested Joy UI component: [Snackbar](https://mui.com/joy-ui/react-snackbar) ([#​38801](https://togithub.com/mui/material-ui/issues/38801)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/material@5.14.16` - ​Fix ownerstate being propagated to DOM node when using styled-components v6 ([#​39586](https://togithub.com/mui/material-ui/issues/39586)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@mui/base@5.0.0-beta.22` - ​\[Autocomplete] Standardize box shadow on demos ([#​39519](https://togithub.com/mui/material-ui/issues/39519)) [@​zanivan](https://togithub.com/zanivan) - ​\[useSelect] Support browser autofill ([#​39595](https://togithub.com/mui/material-ui/issues/39595)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​\[base-ui] Fix mergeSlotProps className join order ([#​39616](https://togithub.com/mui/material-ui/issues/39616)) [@​mj12albert](https://togithub.com/mj12albert) ##### `@mui/joy@5.0.0-beta.13` - ​\[Accordion] Add type button to accordion - ​\[Card] Fix CardOverflow in nested cards ([#​39668](https://togithub.com/mui/material-ui/issues/39668)) [@​siriwatknp](https://togithub.com/siriwatknp) summary ([#​39532](https://togithub.com/mui/material-ui/issues/39532)) [@​Popppins](https://togithub.com/Popppins) - ​\[Menu] Fix closing of listbox in `MenuList` demo ([#​39459](https://togithub.com/mui/material-ui/issues/39459)) [@​sai6855](https://togithub.com/sai6855) - ​\[Progress] Revamp Linear and Circular progress variants ([#​39492](https://togithub.com/mui/material-ui/issues/39492)) [@​zanivan](https://togithub.com/zanivan) - ​\[Select] Support selection of `multiple` options ([#​39454](https://togithub.com/mui/material-ui/issues/39454)) [@​sai6855](https://togithub.com/sai6855) - ​\[Textarea] Add ref usage instructions ([#​39615](https://togithub.com/mui/material-ui/issues/39615)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​ Fix sticky hover media query issue on mobile ([#​37467](https://togithub.com/mui/material-ui/issues/37467)) [@​gitstart](https://togithub.com/gitstart) - ​ Add Snackbar component ([#​38801](https://togithub.com/mui/material-ui/issues/38801)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/material-next@6.0.0-alpha.108` - ​\[theme] Update Material You typescale tokens ([#​39514](https://togithub.com/mui/material-ui/issues/39514)) [@​mj12albert](https://togithub.com/mj12albert) ##### Docs - ​Fix 301 link to Primer design system [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[joy-ui] Revise the CSS vars page ([#​39335](https://togithub.com/mui/material-ui/issues/39335)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[joy-ui] Add docs for changing styles based on states ([#​39597](https://togithub.com/mui/material-ui/issues/39597)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[joy-ui] Fix wrong messages ([#​39602](https://togithub.com/mui/material-ui/issues/39602)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[material-ui] Include link to bundler how-to for Styled Components users ([#​39620](https://togithub.com/mui/material-ui/issues/39620)) [@​jcoyle37](https://togithub.com/jcoyle37) - ​\[material-ui] Improve Dialog demos ([#​39642](https://togithub.com/mui/material-ui/issues/39642)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[material-ui] Add stray design fine-tuning to the example collection ([#​39581](https://togithub.com/mui/material-ui/issues/39581)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[system] Clean up `@mui/styles` docs and discourage users from installing it ([#​39644](https://togithub.com/mui/material-ui/issues/39644)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - ​\[examples] Upgrade Remix to v2 ([#​39229](https://togithub.com/mui/material-ui/issues/39229)) [@​Nkzn](https://togithub.com/Nkzn) - ​\[examples]\[material-ui] Remove hardcoded `color="black"` from Next.js App Router layout ([#​39577](https://togithub.com/mui/material-ui/issues/39577)) [@​samuelsycamore](https://togithub.com/samuelsycamore) ##### Core - ​\[core] Setup vale for enforcing style guides ([#​39633](https://togithub.com/mui/material-ui/issues/39633)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[core] Remove unused use client ([#​38967](https://togithub.com/mui/material-ui/issues/38967)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[core] Remove duplicate export ([#​39346](https://togithub.com/mui/material-ui/issues/39346)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` ([#​39609](https://togithub.com/mui/material-ui/issues/39609)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[docs-infra] Add meta charset in codesandbox examples ([#​39424](https://togithub.com/mui/material-ui/issues/39424)) [@​Janpot](https://togithub.com/Janpot) - ​\[docs-infra] Fix settings drawer accessibility issues ([#​39589](https://togithub.com/mui/material-ui/issues/39589)) [@​emamoah](https://togithub.com/emamoah) - ​\[website] Add stray adjustments and clean-ups ([#​39673](https://togithub.com/mui/material-ui/issues/39673)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Open the `Design Engineer - xGrid` role ([#​39375](https://togithub.com/mui/material-ui/issues/39375)) [@​DanailH](https://togithub.com/DanailH) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​Best-Sardar](https://togithub.com/Best-Sardar), [@​DanailH](https://togithub.com/DanailH), [@​danilo-leal](https://togithub.com/danilo-leal), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​emamoah](https://togithub.com/emamoah), [@​gitstart](https://togithub.com/gitstart), [@​Janpot](https://togithub.com/Janpot), [@​jcoyle37](https://togithub.com/jcoyle37), [@​mj12albert](https://togithub.com/mj12albert), [@​mnajdova](https://togithub.com/mnajdova), [@​Nkzn](https://togithub.com/Nkzn), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​Popppins](https://togithub.com/Popppins), [@​sai6855](https://togithub.com/sai6855), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​siriwatknp](https://togithub.com/siriwatknp), [@​zanivan](https://togithub.com/zanivan), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.14.15`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#51415) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.14.14...v5.14.15) *Oct 24, 2023* A big thanks to the 17 contributors who made this release possible. ##### `@mui/material@5.14.15` - ​\[Checkbox]\[Radio] Fix theme style overrides not working for different sizes ([#​39377](https://togithub.com/mui/material-ui/issues/39377)) [@​gitstart](https://togithub.com/gitstart) - ​\[InputLabel] InputLabel supports ownerState.focused for styleOverrides ([#​39470](https://togithub.com/mui/material-ui/issues/39470)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[ToggleButton] Add `fullWidth` to `toggleButtonClasses` and `toggleButtonGroupClasses` ([#​39536](https://togithub.com/mui/material-ui/issues/39536)) [@​Semigradsky](https://togithub.com/Semigradsky) ##### `@mui/base@5.0.0-beta.21` - ​\[useAutocomplete] Correct keyboard navigation with multiple disabled options ([#​38788](https://togithub.com/mui/material-ui/issues/38788)) [@​VadimZvf](https://togithub.com/VadimZvf) - ​\[Select] Standardize box shadow on demos ([#​39509](https://togithub.com/mui/material-ui/issues/39509)) [@​zanivan](https://togithub.com/zanivan) - ​\[Slider] Refine demos ([#​39526](https://togithub.com/mui/material-ui/issues/39526)) [@​zanivan](https://togithub.com/zanivan) - ​\[Input] Update and port additional tests from material-ui ([#​39584](https://togithub.com/mui/material-ui/issues/39584)) [@​mj12albert](https://togithub.com/mj12albert) ##### `@mui/material-next@6.0.0-alpha.107` - ​\[FilledInput] Add FilledInput component ([#​39307](https://togithub.com/mui/material-ui/issues/39307)) [@​mj12albert](https://togithub.com/mj12albert) - ​\[InputAdornment] Fix unstable_capitalize import ([#​39510](https://togithub.com/mui/material-ui/issues/39510)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - ​\[Snackbar] copy files to mui-material-next ([#​39232](https://togithub.com/mui/material-ui/issues/39232)) [@​Best-Sardar](https://togithub.com/Best-Sardar) - ​\[Menu] Use useMenu hook ([#​38934](https://togithub.com/mui/material-ui/issues/38934)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@mui/joy@5.0.0-beta.12` - ​\[Button] Fix button size being a decorator ([#​39529](https://togithub.com/mui/material-ui/issues/39529)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[CardOverflow] Remove conditional CSS to support Next.js App dir ([#​39101](https://togithub.com/mui/material-ui/issues/39101)) [@​siriwatknp](https://togithub.com/siriwatknp) - ​\[Link] Apply `userSelect: none` only when it's a button ([#​39486](https://togithub.com/mui/material-ui/issues/39486)) [@​mwskwong](https://togithub.com/mwskwong) ##### `@mui/lab@5.0.0-alpha.150` - ​Update peer dep of [@​mui/material](https://togithub.com/mui/material) ([#​39398](https://togithub.com/mui/material-ui/issues/39398)) [@​brijeshb42](https://togithub.com/brijeshb42) ##### `@mui/zero-runtime@0.0.1-alpha.0` - ​Implement typings for public runtime API ([#​39215](https://togithub.com/mui/material-ui/issues/39215)) [@​brijeshb42](https://togithub.com/brijeshb42) ##### `@mui/zero-vite-plugin@0.0.1-alpha.0` - ​Modify plugin to transform node_modules ([#​39517](https://togithub.com/mui/material-ui/issues/39517)) [@​brijeshb42](https://togithub.com/brijeshb42) ##### Docs - ​\[base-ui] Standardize grey palette across demos ([#​39504](https://togithub.com/mui/material-ui/issues/39504)) [@​zanivan](https://togithub.com/zanivan) - ​\[base-ui] Overall demos design review ([#​38820](https://togithub.com/mui/material-ui/issues/38820)) [@​zanivan](https://togithub.com/zanivan) - ​\[joy-ui] Adjust the responsiveness of the template card ([#​39534](https://togithub.com/mui/material-ui/issues/39534)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[material-ui] Typo fixes in overview page ([#​39540](https://togithub.com/mui/material-ui/issues/39540)) [@​Evan151](https://togithub.com/Evan151) - ​\[material-ui] Add stray design tweaks to the templates collection ([#​39583](https://togithub.com/mui/material-ui/issues/39583)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[system] Revise the Box page ([#​39159](https://togithub.com/mui/material-ui/issues/39159)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​Fix git diff format [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[I10n] Add Norwegian (nynorsk) (nn-NO) locale ([#​39481](https://togithub.com/mui/material-ui/issues/39481)) [@​hjalti-lifekeys](https://togithub.com/hjalti-lifekeys) - ​\[l10n] Fix double space typo in ar-EG [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[I10n] Additions to Icelandic (is-IS) locale ([#​39480](https://togithub.com/mui/material-ui/issues/39480)) [@​hjalti-lifekeys](https://togithub.com/hjalti-lifekeys) ##### Core - ​\[core] Replace a `useCallback` by `useRef` in useEventCallback ([#​39078](https://togithub.com/mui/material-ui/issues/39078)) [@​romgrk](https://togithub.com/romgrk) - ​\[docs-infra] Prevent docs crash ([#​39214](https://togithub.com/mui/material-ui/issues/39214)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[docs-infra] Fix no-op autoprefixer warning ([#​39385](https://togithub.com/mui/material-ui/issues/39385)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs-infra] Refine the API page design ([#​39520](https://togithub.com/mui/material-ui/issues/39520)) [@​alexfauquette](https://togithub.com/alexfauquette) - ​\[docs-infra] Fix cut-off sponsors ([#​39572](https://togithub.com/mui/material-ui/issues/39572)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Add missing h1 on page [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Fix unrecognized prop warning [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Store Engineer role filled [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Add stray design adjustments ([#​39496](https://togithub.com/mui/material-ui/issues/39496)) [@​danilo-leal](https://togithub.com/danilo-leal) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​Best-Sardar](https://togithub.com/Best-Sardar), [@​brijeshb42](https://togithub.com/brijeshb42), [@​danilo-leal](https://togithub.com/danilo-leal), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​Evan151](https://togithub.com/Evan151), [@​gitstart](https://togithub.com/gitstart), [@​hjalti-lifekeys](https://togithub.com/hjalti-lifekeys), [@​mj12albert](https://togithub.com/mj12albert), [@​mnajdova](https://togithub.com/mnajdova), [@​mwskwong](https://togithub.com/mwskwong), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​romgrk](https://togithub.com/romgrk), [@​Semigradsky](https://togithub.com/Semigradsky), [@​siriwatknp](https://togithub.com/siriwatknp), [@​VadimZvf](https://togithub.com/VadimZvf), [@​zanivan](https://togithub.com/zanivan)
ai/size-limit (@​size-limit/preset-small-lib) ### [`v10.0.2`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1002) [Compare Source](https://togithub.com/ai/size-limit/compare/10.0.1...10.0.2) - Fixed `require is not defined` in `webpack-css` (by Andrey Medvedev). - Fixed webpack config defined as function support (by [@​lev875](https://togithub.com/lev875)). ### [`v10.0.1`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1001) [Compare Source](https://togithub.com/ai/size-limit/compare/10.0.0...10.0.1) - Fixed imports and exports between packages. ### [`v10.0.0`](https://togithub.com/ai/size-limit/compare/9.0.0...10.0.0) [Compare Source](https://togithub.com/ai/size-limit/compare/9.0.0...10.0.0)
actions/checkout (actions/checkout) ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436)
actions/setup-node (actions/setup-node) ### [`v4`](https://togithub.com/actions/setup-node/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-node/compare/v3...v4)
immerjs/immer (immer) ### [`v10.0.3`](https://togithub.com/immerjs/immer/releases/tag/v10.0.3) [Compare Source](https://togithub.com/immerjs/immer/compare/v10.0.2...v10.0.3) ##### Bug Fixes - don't use `.mjs` file for react-native, which isn't supported by default. Fixes [#​1058](https://togithub.com/immerjs/immer/issues/1058) [#​1065](https://togithub.com/immerjs/immer/issues/1065) ([#​1075](https://togithub.com/immerjs/immer/issues/1075)) ([f6736a4](https://togithub.com/immerjs/immer/commit/f6736a4beef727c6e5b41c312ce1b202ad3afb23)) ### [`v10.0.2`](https://togithub.com/immerjs/immer/releases/tag/v10.0.2) [Compare Source](https://togithub.com/immerjs/immer/compare/v10.0.1...v10.0.2) ##### Bug Fixes - export `Objectish` type ([#​1043](https://togithub.com/immerjs/immer/issues/1043)) ([75e004d](https://togithub.com/immerjs/immer/commit/75e004db1374e059773047e786d6d01ee1e90a0f)) - Move index.js.flow from dist/ -> dist/cjs/ to match index.js ([#​1038](https://togithub.com/immerjs/immer/issues/1038)) ([a3b5603](https://togithub.com/immerjs/immer/commit/a3b5603c7270ba5b5267b41312a66931026c21c9)) ### [`v10.0.1`](https://togithub.com/immerjs/immer/releases/tag/v10.0.1) [Compare Source](https://togithub.com/immerjs/immer/compare/v10.0.0...v10.0.1) ##### Bug Fixes - production bundle was loaded incorrectly, fixes [#​1037](https://togithub.com/immerjs/immer/issues/1037) ([707e72b](https://togithub.com/immerjs/immer/commit/707e72b49f7c06b623242a3b66c2bda83e786d63)) ### [`v10.0.0`](https://togithub.com/immerjs/immer/releases/tag/v10.0.0) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.21...v10.0.0) ### Release notes - \[breaking change] Immer 10 only supports modern browsers, that have support for `Proxy`, `Reflect`, `Symbol` and `Map` and `Set`. - \[breaking change] There is no longer a UMD build exposed (thanks [Mark Erikson](https://togithub.com/markerikson) for modernizing the build setup in [#​1032](https://togithub.com/immerjs/immer/issues/1032)! - \[breaking change] getters and setters are ignored by default on plain object, as this is a very uncommon case and provides a significant performance boost (ca 33%, but depends a lot on the scenario). Fixes [#​867](https://togithub.com/immerjs/immer/issues/867), [#​1012](https://togithub.com/immerjs/immer/issues/1012). Thanks [hrsh7th](https://togithub.com/hrsh7th) for implementing it in [#​941](https://togithub.com/immerjs/immer/issues/941)! - \[breaking change] Promise based reducers are no longer supported. Conceptually it is an anti pattern to hold on to drafts over time. If needed the old behavior can still be achieved by leveraging `createDraft` and `finishDraft`. - \[breaking change] ES5 mode (for legacy browsers) has been dropped. If your project relies on `enableES5()`, you SHOULD NOT upgrade Immer. `enableES5` has been removed. - \[breaking change] `produce` is no longer exposed as the `default` export. This improves eco system compatibility, and makes sure that there is only one correct way of doing things - \[breaking change] `enableAllPlugins` has been removed, use `enablePatches(); enableMapSet()` instead - \[breaking change] shortening the length of a JSON array now results in delete patches, rather than a mutation of the `length` property, in accordance with JSON spec. Thanks [kshramt](https://togithub.com/kshramt) for implementing this in [#​964](https://togithub.com/immerjs/immer/issues/964)! - Immer is now an ESM package that can be directly imported into the browser. CJS should still work, UMD support has been removed. Overall, there is a rough performance increase of 33% for Immer (and in some cases significantly higher), and the (non gzipped) bundle size has reduced from 16 to 11.5 KB, while the the minimal gzipped import of just `produce` has remained roughly the same at 3.3 KB. For more details, see [#​1015](https://togithub.com/immerjs/immer/issues/1015) #### Migration steps 1. If you have any `enableES5()` call, don't migrate 2. When using getters/ setters icmw plain objects, call `useStrictShallowCopy(true)` at startup 3. Replace all default imports: Replace `import produce from "immer"` with `import {produce} from "immer"` 4. Replace all calls to `enableAllPlugins()` with `enablePatches(); enableMapSet();` to be more specific and smoothen future migrations. 5. If any producer returned a Promise, refactor it to leverage `createDraft` instead. Roughly: ```javascript const newState = await produce(oldState, recipe) // becomes const draft = createDraft(oldState) await recipe(draft) const newState = finishDraft(draft) ```
parcel-bundler/parcel (parcel) ### [`v2.10.2`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2102---2023-11-01) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.10.1...v2.10.2) ##### Fixed - Core - Use clz32 for counting trailing zeroes – [Details](https://togithub.com/parcel-bundler/parcel/pull/9340) - JavaScript - Do not wrap duplicated assets when they are in different targets – [Details](https://togithub.com/parcel-bundler/parcel/pull/9348) ### [`v2.10.1`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2101--2023-10-23) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.10.0...v2.10.1) ##### Fixed - Core - Use modern node versions in CI [Details](https://togithub.com/parcel-bundler/parcel/pull/9323) - Support multiple workspaces/clients in Parcel for VSCode [Details](https://togithub.com/parcel-bundler/parcel/pull/9278) - Bundler - Make sure to set unique key [Details](https://togithub.com/parcel-bundler/parcel/pull/9326) - Fix bundler tests assertions on Windows [Details](https://togithub.com/parcel-bundler/parcel/pull/9333) - JavaScript - Add logic to disable scope hoisting if the `this` key word is pointing to an export module [Details](https://togithub.com/parcel-bundler/parcel/pull/9291) - Detect TSC polyfills to avoid marking them as CJS [Details](https://togithub.com/parcel-bundler/parcel/pull/9318) - Remove `this` exports tracking for files with module syntax [Details](https://togithub.com/parcel-bundler/parcel/pull/9330) - Bump swc [Details](https://togithub.com/parcel-bundler/parcel/pull/9306) ##### Unstable - Bundler - Fix inline constants in shared bundles [Details](https://togithub.com/parcel-bundler/parcel/pull/9313) - Ensure manualSharedBundles have unique names [Details](https://togithub.com/parcel-bundler/parcel/pull/9298) - Simplify MSB code for code split bundle creation section [Details](https://togithub.com/parcel-bundler/parcel/pull/9312) ### [`v2.10.0`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2100--2023-10-11) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.9.3...v2.10.0) ##### Added - Core - Add support for include and exclude globs for `--lazy` mode – [Details](https://togithub.com/parcel-bundler/parcel/pull/9166), [Details](https://togithub.com/parcel-bundler/parcel/pull/9260) - Merge all native Rust modules into one package – [Details](https://togithub.com/parcel-bundler/parcel/pull/9146) - Add async resolver and JS transformer functions using rayon – [Details](https://togithub.com/parcel-bundler/parcel/pull/9147) - Support "register" tools in module loader (e.g. `@babel/register`, `esbuild-register`, `ts-node`) – [Details](https://togithub.com/parcel-bundler/parcel/pull/9285) - Limit default number of JS workers to 4 to improve memory usage/performance – [Details](https://togithub.com/parcel-bundler/parcel/pull/9300) - Bundler - Optimize bundler performance – [Details](https://togithub.com/parcel-bundler/parcel/pull/9266) - Add disableSharedBundles config option – [Details](https://togithub.com/parcel-bundler/parcel/pull/9209) - Resolver - Support node: prefix for CJS dependencies – [Details](https://togithub.com/parcel-bundler/parcel/pull/9244), [Details](https://togithub.com/parcel-bundler/parcel/pull/9250) - JavaScript - Add import helper to decrease ESM loader runtime footprint – [Details](https://togithub.com/parcel-bundler/parcel/pull/9148) - Support parallel bundle imports in libraries – [Details](https://togithub.com/parcel-bundler/parcel/pull/9156) - Only include `globalThis` polyfill for old browsers – [Details](https://togithub.com/parcel-bundler/parcel/pull/9199) - Updated parcelRequire.register to be minifiable – [Details](https://togithub.com/parcel-bundler/parcel/pull/9216) - CSS - Add include and exclude globs for CSS modules – [Details](https://togithub.com/parcel-bundler/parcel/pull/9301) - WASM - Add WASM packager with source map support – [Details](https://togithub.com/parcel-bundler/parcel/pull/9009) - XML - Transform xml-stylesheet processing instructions – [Details](https://togithub.com/parcel-bundler/parcel/pull/9102) - Web Extensions - Add support for Chrome Extension manifest V3 side_panel property – [Details](https://togithub.com/parcel-bundler/parcel/pull/9178) - Improve HMR for web extensions – [Details](https://togithub.com/parcel-bundler/parcel/pull/9068) - Web Manifest - Add support for icons in file_handlers – [Details](https://togithub.com/parcel-bundler/parcel/pull/9152) ##### Fixed - Core - Query glibc version only once to speed up JSTransformer on Linux – [Details](https://togithub.com/parcel-bundler/parcel/pull/9117) - Refresh cache before writing contents to bundle – [Details](https://togithub.com/parcel-bundler/parcel/pull/9123) - Fix `--lazy` mode bugs – [Details](https://togithub.com/parcel-bundler/parcel/pull/9093) - Ignore no-opt command line option – [Details](https://togithub.com/parcel-bundler/parcel/pull/9239) - Bump lmdb – [Details](https://togithub.com/parcel-bundler/parcel/pull/9253) - Don't hide error when diagnost

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.