aperturerobotics / react-chonky

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

chore(deps): update all dependencies #81

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.5 -> 7.24.7 age adoption passing confidence
@fortawesome/react-fontawesome 0.2.0 -> 0.2.2 age adoption passing confidence
@mui/material (source) 5.15.16 -> 5.15.20 age adoption passing confidence
@mui/styles (source) 5.15.16 -> 5.15.20 age adoption passing confidence
@reduxjs/toolkit (source) 2.2.3 -> 2.2.5 age adoption passing confidence
@size-limit/preset-small-lib 11.1.2 -> 11.1.4 age adoption passing confidence
@types/node (source) 20.12.8 -> 20.14.2 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.3 age adoption passing confidence
dts-cli 2.0.4 -> 2.0.5 age adoption passing confidence
filesize (source) 10.1.1 -> 10.1.2 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
react-intl (source) 6.6.5 -> 6.6.8 age adoption passing confidence
size-limit 11.1.2 -> 11.1.4 age adoption passing confidence
tslib (source) 2.6.2 -> 2.6.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson)) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung))
FortAwesome/react-fontawesome (@​fortawesome/react-fontawesome) ### [`v0.2.2`](https://togithub.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#022---2024-05-22) [Compare Source](https://togithub.com/FortAwesome/react-fontawesome/compare/0.2.1...0.2.2) ##### Fixed - Props with nullable/undefined values no longer throw an error [#​562](https://togithub.com/FortAwesome/react-fontawesome/issues/562) [#​560](https://togithub.com/FortAwesome/react-fontawesome/issues/560) *** ### [`v0.2.1`](https://togithub.com/FortAwesome/react-fontawesome/blob/HEAD/CHANGELOG.md#021---2024-05-16) [Compare Source](https://togithub.com/FortAwesome/react-fontawesome/compare/0.2.0...0.2.1) ##### Changed - Remove defaultProps to be compatible with React 19
mui/material-ui (@​mui/material) ### [`v5.15.20`](https://togithub.com/mui/material-ui/releases/tag/v5.15.20) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.19...v5.15.20) *Jun 12, 2024* A big thanks to the 9 contributors who made this release possible. ##### `@mui/material@5.15.20` - ​\[Autocomplete] Shouldn't resize when hovering ([@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli)) ([#​42535](https://togithub.com/mui/material-ui/issues/42535)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - ​\[Tab] Fix applying `iconWrapper` styles from theme and update its description ([@​sai6855](https://togithub.com/sai6855)) ([#​42570](https://togithub.com/mui/material-ui/issues/42570)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/utils@5.15.15` - ​Allow passing `NaN` as `defaultValue` to `useControlled` ([@​iammminzzy](https://togithub.com/iammminzzy)) ([#​42571](https://togithub.com/mui/material-ui/issues/42571)) [@​iammminzzy](https://togithub.com/iammminzzy) - ​Fix GitHub-reported prototype pollution vulnerability in `deepmerge` ([#​41652](https://togithub.com/mui/material-ui/issues/41652)) ([#​42608](https://togithub.com/mui/material-ui/issues/42608)) [@​DiegoAndai](https://togithub.com/DiegoAndai) ##### Docs - ​\[docs] Add Pigment CSS and Base UI logos SVGs ([#​42513](https://togithub.com/mui/material-ui/issues/42513)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[docs] Update twitter.com to x.com [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[docs] Simplify Example projects page [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[material-ui] Add docs for complementary stepper components ([@​anle9650](https://togithub.com/anle9650)) ([#​42613](https://togithub.com/mui/material-ui/issues/42613)) [@​anle9650](https://togithub.com/anle9650) - ​\[docs] Add changelog section to the design kits page ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42463](https://togithub.com/mui/material-ui/issues/42463)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[material-ui] Fix sentence in the All components page ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42462](https://togithub.com/mui/material-ui/issues/42462)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[material-ui] Update Figma design kit doc redirect link ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42456](https://togithub.com/mui/material-ui/issues/42456)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[system] Add "dynamic values" section to sx prop page ([@​aarongarciah](https://togithub.com/aarongarciah)) ([#​42453](https://togithub.com/mui/material-ui/issues/42453)) [@​aarongarciah](https://togithub.com/aarongarciah) ##### Core - ​\[website] Move the `React Engineer - X` role to future roles ([#​42532](https://togithub.com/mui/material-ui/issues/42532)) [@​DanailH](https://togithub.com/DanailH) - ​\[examples] Remove Pigment CSS examples ([#​42538](https://togithub.com/mui/material-ui/issues/42538)) [@​sai6855](https://togithub.com/sai6855) - ​\[website] Close Developer Advocate / Content Engineer role [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Update DoiT description and link in Sponsors section ([@​erezstmn-doit](https://togithub.com/erezstmn-doit)) ([#​42511](https://togithub.com/mui/material-ui/issues/42511)) [@​erezstmn-doit](https://togithub.com/erezstmn-doit) - ​\[website] Clean up the docs-infra job ad ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42509](https://togithub.com/mui/material-ui/issues/42509)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Open the Docs-infra engineer role ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42496](https://togithub.com/mui/material-ui/issues/42496)) [@​danilo-leal](https://togithub.com/danilo-leal) - ​\[website] Fix locationCountry in about page [@​oliviertassinari](https://togithub.com/oliviertassinari) All contributors of this release in alphabetical order: [@​aarongarciah](https://togithub.com/aarongarciah), [@​anle9650](https://togithub.com/anle9650), [@​DanailH](https://togithub.com/DanailH), [@​danilo-leal](https://togithub.com/danilo-leal), [@​erezstmn-doit](https://togithub.com/erezstmn-doit), [@​iammminzzy](https://togithub.com/iammminzzy), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​sai6855](https://togithub.com/sai6855), [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.15.19`](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19) ### [`v5.15.18`](https://togithub.com/mui/material-ui/releases/tag/v5.15.18) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.17...v5.15.18) *May 14, 2024* A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: ##### `@mui/material@5.15.18` - ​\[Autocomplete] Improve design when there's a start adornment for small autocomplete ([@​TahaRhidouani](https://togithub.com/TahaRhidouani)) ([#​42176](https://togithub.com/mui/material-ui/issues/42176)) [@​github-actions](https://togithub.com/github-actions)\[bot] - ​\[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type ([@​tarunrajput](https://togithub.com/tarunrajput)) ([#​42250](https://togithub.com/mui/material-ui/issues/42250)) [@​github-actions](https://togithub.com/github-actions)\[bot] ##### Docs - ​\[docs] Fix 301 to Figma [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - ​\[blog] Introducing Pigment CSS blog post ([#​42198](https://togithub.com/mui/material-ui/issues/42198)) ([#​42255](https://togithub.com/mui/material-ui/issues/42255)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - ​\[website] Add redirection for talk [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Adds Arthur Balduini team info ([@​arthurbalduini](https://togithub.com/arthurbalduini)) ([#​42226](https://togithub.com/mui/material-ui/issues/42226)) [@​github-actions](https://togithub.com/github-actions)\[bot] All contributors of this release in alphabetical order: [@​arthurbalduini](https://togithub.com/arthurbalduini), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​TahaRhidouani](https://togithub.com/TahaRhidouani), [@​tarunrajput](https://togithub.com/tarunrajput) ### [`v5.15.17`](https://togithub.com/mui/material-ui/compare/v5.15.16...v5.15.17) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.16...v5.15.17)
mui/material-ui (@​mui/styles) ### [`v5.15.20`](https://togithub.com/mui/material-ui/compare/v5.15.19...v5.15.20) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.19...v5.15.20) ### [`v5.15.19`](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.18...v5.15.19) ### [`v5.15.18`](https://togithub.com/mui/material-ui/releases/tag/v5.15.18) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.17...v5.15.18) *May 14, 2024* A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: ##### `@mui/material@5.15.18` - ​\[Autocomplete] Improve design when there's a start adornment for small autocomplete ([@​TahaRhidouani](https://togithub.com/TahaRhidouani)) ([#​42176](https://togithub.com/mui/material-ui/issues/42176)) [@​github-actions](https://togithub.com/github-actions)\[bot] - ​\[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type ([@​tarunrajput](https://togithub.com/tarunrajput)) ([#​42250](https://togithub.com/mui/material-ui/issues/42250)) [@​github-actions](https://togithub.com/github-actions)\[bot] ##### Docs - ​\[docs] Fix 301 to Figma [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - ​\[blog] Introducing Pigment CSS blog post ([#​42198](https://togithub.com/mui/material-ui/issues/42198)) ([#​42255](https://togithub.com/mui/material-ui/issues/42255)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - ​\[website] Add redirection for talk [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​\[website] Adds Arthur Balduini team info ([@​arthurbalduini](https://togithub.com/arthurbalduini)) ([#​42226](https://togithub.com/mui/material-ui/issues/42226)) [@​github-actions](https://togithub.com/github-actions)\[bot] All contributors of this release in alphabetical order: [@​arthurbalduini](https://togithub.com/arthurbalduini), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​samuelsycamore](https://togithub.com/samuelsycamore), [@​TahaRhidouani](https://togithub.com/TahaRhidouani), [@​tarunrajput](https://togithub.com/tarunrajput) ### [`v5.15.17`](https://togithub.com/mui/material-ui/releases/tag/v5.15.17) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.16...v5.15.17) *May 8, 2024* A big thanks to the 4 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements. ##### `@mui/material@5.15.17` - \[Slider] Move palette styles to the bottom ([#​41676](https://togithub.com/mui/material-ui/issues/41676)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### Docs - Fix SEO redirection issues [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[material-ui] Fix broken link ([@​aarongarciah](https://togithub.com/aarongarciah)) ([#​42143](https://togithub.com/mui/material-ui/issues/42143)) [@​github-actions](https://togithub.com/github-actions)\[bot] - \[material-ui] Fix link on the Sync page ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42089](https://togithub.com/mui/material-ui/issues/42089)) [@​github-actions](https://togithub.com/github-actions)\[bot] ##### Core - \[blog] Shorten title to fit [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[blog] Update Sync post OG image ([@​danilo-leal](https://togithub.com/danilo-leal)) ([#​42117](https://togithub.com/mui/material-ui/issues/42117)) [@​github-actions](https://togithub.com/github-actions)\[bot] - \[blog] A few tweaks in introducing-sync-plugin ([@​oliviertassinari](https://togithub.com/oliviertassinari)) ([#​42094](https://togithub.com/mui/material-ui/issues/42094)) [@​github-actions](https://togithub.com/github-actions)\[bot] - \[docs-infra] Fix code block layout shift ([#​41917](https://togithub.com/mui/material-ui/issues/41917)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Fix home page slider's track position ([@​aarongarciah](https://togithub.com/aarongarciah)) ([#​42144](https://togithub.com/mui/material-ui/issues/42144)) [@​github-actions](https://togithub.com/github-actions)\[bot] - \[website] Closing the survey [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Remove Survey banner from website and Core docs ([#​42104](https://togithub.com/mui/material-ui/issues/42104)) [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas) All contributors of this release in alphabetical order: [@​github-actions](https://togithub.com/github-actions)\[bot], [@​joserodolfofreitas](https://togithub.com/joserodolfofreitas), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​siriwatknp](https://togithub.com/siriwatknp)
reduxjs/redux-toolkit (@​reduxjs/toolkit) ### [`v2.2.5`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v2.2.5) [Compare Source](https://togithub.com/reduxjs/redux-toolkit/compare/v2.2.4...v2.2.5) This **bugfix release** fixes an issue in the recent `createEntityAdapter` sorting perf improvements that could (in specific cases) cause Immer to throw an error when trying to read a plain JS value instead of a proxy-wrapped value. #### What's Changed - Fix missed spot where use of `current` may fail if the value is not a draft by [@​markerikson](https://togithub.com/markerikson) in [https://github.com/reduxjs/redux-toolkit/pull/4412](https://togithub.com/reduxjs/redux-toolkit/pull/4412) **Full Changelog**: https://github.com/reduxjs/redux-toolkit/compare/v2.2.4...v2.2.5 ### [`v2.2.4`](https://togithub.com/reduxjs/redux-toolkit/compare/v2.2.3...72b3ac65a2adc510280f19ec6689aebbf2bf1df4) [Compare Source](https://togithub.com/reduxjs/redux-toolkit/compare/v2.2.3...v2.2.4)
ai/size-limit (@​size-limit/preset-small-lib) ### [`v11.1.4`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1114) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.3...11.1.4) - Fixed types (by [@​aryaemami59](https://togithub.com/aryaemami59)). ### [`v11.1.3`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1113) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.2...11.1.3) - Updated `esbuild`. - Updated CSS loaders for webpack.
weiran-zsd/dts-cli (dts-cli) ### [`v2.0.5`](https://togithub.com/weiran-zsd/dts-cli/blob/HEAD/CHANGELOG.md#205-2024-05-08) [Compare Source](https://togithub.com/weiran-zsd/dts-cli/compare/v2.0.4...v2.0.5)
avoidwork/filesize.js (filesize) ### [`v10.1.2`](https://togithub.com/avoidwork/filesize.js/blob/HEAD/CHANGELOG.md#1012) [Compare Source](https://togithub.com/avoidwork/filesize.js/compare/10.1.1...10.1.2) - fix: input type should accept string [`#181`](https://togithub.com/avoidwork/filesize.js/pull/181) - Updating the year in LICENSE & README.md [`c9840ae`](https://togithub.com/avoidwork/filesize.js/commit/c9840ae45d7646370ccb289330d5f58655f897dc)
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
``` ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ``` ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) 🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)
formatjs/formatjs (react-intl) ### [`v6.6.8`](https://togithub.com/formatjs/formatjs/releases/tag/react-intl%406.6.8) [Compare Source](https://togithub.com/formatjs/formatjs/compare/react-intl@6.6.7...react-intl@6.6.8) **Note:** Version bump only for package react-intl ### [`v6.6.7`](https://togithub.com/formatjs/formatjs/releases/tag/react-intl%406.6.7) [Compare Source](https://togithub.com/formatjs/formatjs/compare/react-intl@6.6.6...react-intl@6.6.7) **Note:** Version bump only for package react-intl ### [`v6.6.6`](https://togithub.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.6.5...@formatjs/intl-displaynames@6.6.6) [Compare Source](https://togithub.com/formatjs/formatjs/compare/react-intl@6.6.5...react-intl@6.6.6)
Microsoft/tslib (tslib) ### [`v2.6.3`](https://togithub.com/microsoft/tslib/releases/tag/v2.6.3) [Compare Source](https://togithub.com/Microsoft/tslib/compare/v2.6.2...v2.6.3) #### What's Changed - 'await using' normative changes by [@​rbuckton](https://togithub.com/rbuckton) in [https://github.com/microsoft/tslib/pull/258](https://togithub.com/microsoft/tslib/pull/258) **Full Changelog**: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3

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.