aperturerobotics / react-chonky

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

chore(deps): update all dependencies #72

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.23.9 -> 7.24.0 age adoption passing confidence
@emotion/react (source) 11.11.3 -> 11.11.4 age adoption passing confidence
@mui/material (source) 5.15.10 -> 5.15.11 age adoption passing confidence
@mui/styles (source) 5.15.10 -> 5.15.11 age adoption passing confidence
@types/node (source) 20.11.19 -> 20.11.24 age adoption passing confidence
@types/react (source) 18.2.56 -> 18.2.61 age adoption passing confidence
parcel 2.11.0 -> 2.12.0 age adoption passing confidence
react-virtualized-auto-sizer 1.0.22 -> 1.0.23 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7240-2024-02-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.9...v7.24.0) ##### :rocket: New Feature - `babel-standalone` - [#​11696](https://togithub.com/babel/babel/pull/11696) Export babel tooling packages in `@babel/standalone` ([@​ajihyf](https://togithub.com/ajihyf)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-class-properties` - [#​16267](https://togithub.com/babel/babel/pull/16267) Implement `noUninitializedPrivateFieldAccess` assumption ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-decorators`, `babel-plugin-transform-class-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16242](https://togithub.com/babel/babel/pull/16242) Support decorator 2023-11 normative updates ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-flow` - [#​16309](https://togithub.com/babel/babel/pull/16309) \[babel 7] Allow setting `ignoreExtensions` in Flow preset ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16284](https://togithub.com/babel/babel/pull/16284) Add `experimental_useHermesParser` option in `preset-flow` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-import-to-platform-api`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-standalone` - [#​16172](https://togithub.com/babel/babel/pull/16172) Add transform support for JSON modules imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime` - [#​16241](https://togithub.com/babel/babel/pull/16241) Add back `moduleName` option to `@babel/plugin-transform-runtime` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-types` - [#​16277](https://togithub.com/babel/babel/pull/16277) Allow import attributes for `TSImportType` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :bug: Bug Fix - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​16305](https://togithub.com/babel/babel/pull/16305) fix: avoid `popContext` on unvisited node paths ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object` - [#​16312](https://togithub.com/babel/babel/pull/16312) Fix class private properties when `privateFieldsAsSymbols` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods` - [#​16307](https://togithub.com/babel/babel/pull/16307) Fix the support of `arguments` in private `get/set` method ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16281](https://togithub.com/babel/babel/pull/16281) Fix evaluation order of decorators with cached receiver ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16279](https://togithub.com/babel/babel/pull/16279) Fix decorator this memoization ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16266](https://togithub.com/babel/babel/pull/16266) Preserve `static` on decorated private `accessor` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16258](https://togithub.com/babel/babel/pull/16258) fix: handle decorated async private method and generator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16275](https://togithub.com/babel/babel/pull/16275) Fix class private properties when `privateFieldsAsProperties` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers` - [#​16268](https://togithub.com/babel/babel/pull/16268) Do not consider `arguments` in a helper as a global reference ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16270](https://togithub.com/babel/babel/pull/16270) Handle symbol key class elements decoration ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16265](https://togithub.com/babel/babel/pull/16265) Do not define `access.get` for public setter decorators ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-preset-env` - [#​12428](https://togithub.com/babel/babel/pull/12428) Suggest using `BABEL_SHOW_CONFIG_FOR` for config problems ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16278](https://togithub.com/babel/babel/pull/16278) Continue writing `output.js` when `exec.js` throws ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16306](https://togithub.com/babel/babel/pull/16306) Avoid intermediate functions for private accessors with decs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16294](https://togithub.com/babel/babel/pull/16294) More aggressively inline decorators in the static block ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-private-methods` - [#​16283](https://togithub.com/babel/babel/pull/16283) Do not use `classPrivateMethodGet` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16280](https://togithub.com/babel/babel/pull/16280) Reduce element decorator temp variables ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16261](https://togithub.com/babel/babel/pull/16261) Do not use descriptors for private class elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16263](https://togithub.com/babel/babel/pull/16263) Reduce helper size for decorator 2023-11 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
emotion-js/emotion (@​emotion/react) ### [`v11.11.4`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.4) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.3...@emotion/react@11.11.4) ##### Patch Changes - [#​3159](https://togithub.com/emotion-js/emotion/pull/3159) [`5b82631d`](https://togithub.com/emotion-js/emotion/commit/5b82631d79a58e87e560024d724b849f3921b6e0) Thanks [@​iegik](https://togithub.com/iegik)! - Renamed an internal `hasOwnProperty` to `hasOwn`. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with `Object.freeze(Object.prototype)`.
mui/material-ui (@​mui/material) ### [`v5.15.11`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#v51511) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.10...v5.15.11) *Feb 21, 2024* A big thanks to the 26 contributors who made this release possible. This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements. ##### `@mui/material@5.15.11` - \[Alert] Deprecate components and componentsProps props ([#​40681](https://togithub.com/mui/material-ui/issues/40681)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - \[Autocomplete] Caret transformation issue with font size change ([#​41066](https://togithub.com/mui/material-ui/issues/41066)) [@​dpertsin](https://togithub.com/dpertsin) - \[StepLabel] Add type for StepIconComponent ([#​41082](https://togithub.com/mui/material-ui/issues/41082)) [@​harrydigos](https://togithub.com/harrydigos) - \[TablePagination] Fix type error in Select props ([#​39137](https://togithub.com/mui/material-ui/issues/39137)) [@​PaulKristoffersson](https://togithub.com/PaulKristoffersson) - \[Transitions] External ownerState is incorrectly forwarded to inner components ([#​41187](https://togithub.com/mui/material-ui/issues/41187)) [@​gitstart](https://togithub.com/gitstart) - Use direct import ([#​40851](https://togithub.com/mui/material-ui/issues/40851)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/material-nextjs@5.15.11` - Fix missing babel/runtime dependency in material-ui-nextjs ([#​41077](https://togithub.com/mui/material-ui/issues/41077)) [@​siriwatknp](https://togithub.com/siriwatknp) ##### `@mui/system@5.15.11` - Use direct import ([#​40851](https://togithub.com/mui/material-ui/issues/40851)) [@​siriwatknp](https://togithub.com/siriwatknp) - Move useMediaQuery to system ([#​39463](https://togithub.com/mui/material-ui/issues/39463)) [@​justintoman](https://togithub.com/justintoman) - Consolidate the variants props callback arguments ([#​41222](https://togithub.com/mui/material-ui/issues/41222)) [@​mnajdova](https://togithub.com/mnajdova) - Merge props and ownerState in the variants props callback ([#​41219](https://togithub.com/mui/material-ui/issues/41219)) [@​mnajdova](https://togithub.com/mnajdova) ##### `@mui/codemod@5.15.11` - \[AccordionSummary] Add contentGutters deprecation codemods ([#​41006](https://togithub.com/mui/material-ui/issues/41006)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - \[PaginationItem] Add codemod for deprecated classes ([#​41145](https://togithub.com/mui/material-ui/issues/41145)) [@​sai6855](https://togithub.com/sai6855) ##### `@mui/utils@5.15.11` - Port `useLocalStorageState` hook from Toolpad ([#​41096](https://togithub.com/mui/material-ui/issues/41096)) [@​Janpot](https://togithub.com/Janpot) ##### `@mui/base@5.0.0-beta.37` - \[Switch] Add missing role attribute ([#​40907](https://togithub.com/mui/material-ui/issues/40907)) [@​KirankumarAmbati](https://togithub.com/KirankumarAmbati) - \[TextareaAutosize] Improve implementation ([#​40789](https://togithub.com/mui/material-ui/issues/40789)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ##### `@mui/lab@5.0.0-alpha.164` - \[Masonry] Ability to sort elements from left to right ([#​39904](https://togithub.com/mui/material-ui/issues/39904)) [@​Rishi556](https://togithub.com/Rishi556) ##### Docs - \[base-ui] Fix focus state demo in Base UI autocomplete ([#​41104](https://togithub.com/mui/material-ui/issues/41104)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[base-ui] Update the Accessibility page demos design ([#​40995](https://togithub.com/mui/material-ui/issues/40995)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[joy-ui] Fix LinearProgressWithLabel example ([#​41194](https://togithub.com/mui/material-ui/issues/41194)) [@​khgiddon](https://togithub.com/khgiddon) - \[joy-ui] Fix 404 image on the docs [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[material-ui] Add a "start now" section on the Overview page ([#​41137](https://togithub.com/mui/material-ui/issues/41137)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[material-ui] Inform about deprecated TablePagination SelectProps usage ([#​41186](https://togithub.com/mui/material-ui/issues/41186)) [@​gitstart](https://togithub.com/gitstart) - \[material-ui] Update the Testing page's Argos link ([#​41170](https://togithub.com/mui/material-ui/issues/41170)) [@​gregberge](https://togithub.com/gregberge) - \[material-ui] Remove Masonry component and Material Design icon from the landing page template ([#​41080](https://togithub.com/mui/material-ui/issues/41080)) [@​zanivan](https://togithub.com/zanivan) - \[material-ui] Standardize all references to Material Design 3 (M3) ([#​40903](https://togithub.com/mui/material-ui/issues/40903)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[material-ui] Add stray fixes around a few pages ([#​41038](https://togithub.com/mui/material-ui/issues/41038)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[material-ui]\[joy-ui]\[system] Restore and revise the Box docs ([#​40622](https://togithub.com/mui/material-ui/issues/40622)) [@​samuelsycamore](https://togithub.com/samuelsycamore) - \[material-ui] Add simpler demo for default behavior ([#​40980](https://togithub.com/mui/material-ui/issues/40980)) [@​zanivan](https://togithub.com/zanivan) - \[system] Explain why AppRouterCacheProvider ([#​40909](https://togithub.com/mui/material-ui/issues/40909)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - Link to react-transition group with https [@​oliviertassinari](https://togithub.com/oliviertassinari) - Update broken URL hashes ([#​41185](https://togithub.com/mui/material-ui/issues/41185)) [@​LukasTy](https://togithub.com/LukasTy) - Prefer https links [@​oliviertassinari](https://togithub.com/oliviertassinari) - Fix MUI Treasury link [@​oliviertassinari](https://togithub.com/oliviertassinari) - Migrate the last > quotes to ::: callouts [@​oliviertassinari](https://togithub.com/oliviertassinari) ##### Core - \[blog] Add new product tags and stray adjustments ([#​41193](https://togithub.com/mui/material-ui/issues/41193)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[blog] Simplify `/base-ui-2024-plans/` page ([#​41171](https://togithub.com/mui/material-ui/issues/41171)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[blog] Add link to Base UI API changes RFC ([#​41089](https://togithub.com/mui/material-ui/issues/41089)) [@​michaldudak](https://togithub.com/michaldudak) - \[blog] Remove the "News" tag ([#​41208](https://togithub.com/mui/material-ui/issues/41208)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[changelog] Remove [@​mui/system](https://togithub.com/mui/system)[@​5](https://togithub.com/5).15.10 ([#​41093](https://togithub.com/mui/material-ui/issues/41093)) [@​michaldudak](https://togithub.com/michaldudak) - \[code-infra] Move typescript-to-proptypes to internal-scripts package ([#​41079](https://togithub.com/mui/material-ui/issues/41079)) [@​michaldudak](https://togithub.com/michaldudak) - \[code-infra] Move Link to [@​mui/docs](https://togithub.com/mui/docs) ([#​40889](https://togithub.com/mui/material-ui/issues/40889)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Use `experimental.cpus` to control amount of export workers in Next.js ([#​41132](https://togithub.com/mui/material-ui/issues/41132)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Load commonjs files in next.config.mjs with require ([#​41108](https://togithub.com/mui/material-ui/issues/41108)) [@​Janpot](https://togithub.com/Janpot) - \[code-infra] Prepare babel macros package for publishing to npm ([#​41178](https://togithub.com/mui/material-ui/issues/41178)) [@​michaldudak](https://togithub.com/michaldudak) - \[code-infra] Build internal packages before publishing ([#​41210](https://togithub.com/mui/material-ui/issues/41210)) [@​michaldudak](https://togithub.com/michaldudak) - \[core] Improve the release instructions ([#​40973](https://togithub.com/mui/material-ui/issues/40973)) [@​mnajdova](https://togithub.com/mnajdova) - \[core] Simplify Next.js Demo Zero Runtime guide [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Fix TypeScript spelling in changelog [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Fix small detail in the autocomplete demo [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Increase node memory limit on Netlify build ([#​41111](https://togithub.com/mui/material-ui/issues/41111)) [@​michaldudak](https://togithub.com/michaldudak) - \[core]\[Tooltip] Remove incorrect code comment ([#​41179](https://togithub.com/mui/material-ui/issues/41179)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[core] Fix missing context display names ([#​41168](https://togithub.com/mui/material-ui/issues/41168)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core]\[base-ui] Remove `@mui/base` dev dependency from Base UI workspace ([#​41216](https://togithub.com/mui/material-ui/issues/41216)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) - \[zero]\[demo] Fix sample next app build ([#​41197](https://togithub.com/mui/material-ui/issues/41197)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[docs-infra] Simplify copy logic ([#​41167](https://togithub.com/mui/material-ui/issues/41167)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] New way of providing API layout config ([#​41106](https://togithub.com/mui/material-ui/issues/41106)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs-infra] Reduce scrollbar width on ROC ([#​41148](https://togithub.com/mui/material-ui/issues/41148)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Add external link arrow ([#​41129](https://togithub.com/mui/material-ui/issues/41129)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[docs-infra] Fix external link arrow ([#​41181](https://togithub.com/mui/material-ui/issues/41181)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs-infra] Flag NPM and Github as wrong spellings [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Fix display when the default props is undefined ([#​41114](https://togithub.com/mui/material-ui/issues/41114)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs-infra] Remove random layout assignment ([#​40862](https://togithub.com/mui/material-ui/issues/40862)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs-infra] Add spacing and contrast improvements ([#​41191](https://togithub.com/mui/material-ui/issues/41191)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[docs-infra] Share vale-config ([#​41176](https://togithub.com/mui/material-ui/issues/41176)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[test] Generalize test utils ([#​41175](https://togithub.com/mui/material-ui/issues/41175)) [@​michaldudak](https://togithub.com/michaldudak) - \[typescript-to-proptypes] Support using `Omit` on types with conditional properties ([#​41033](https://togithub.com/mui/material-ui/issues/41033)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[website] Match chart component names [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Add Marblism diamond sponsor ([#​41097](https://togithub.com/mui/material-ui/issues/41097)) [@​rluzists1](https://togithub.com/rluzists1) - \[website] Add overall improvements to the Material UI page ([#​41075](https://togithub.com/mui/material-ui/issues/41075)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[website] Fix responsive breakpoints [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Fix overloading of footer JS files [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[website] Improve the footer's chip contrast ([#​41209](https://togithub.com/mui/material-ui/issues/41209)) [@​danilo-leal](https://togithub.com/danilo-leal) - \[zero] Update to latest version of wyw-in-js ([#​41182](https://togithub.com/mui/material-ui/issues/41182)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[zero] Setup basic testing framework ([#​40986](https://togithub.com/mui/material-ui/issues/40986)) [@​brijeshb42](https://togithub.com/brijeshb42) - \[zero] Fix wrong CSS order by moving import to last ([#​41002](https://togithub.com/mui/material-ui/issues/41002)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[zero] Export `extendTheme` for creating a zero-runtime theme ([#​40897](https://togithub.com/mui/material-ui/issues/40897)) [@​siriwatknp](https://togithub.com/siriwatknp) - \[zero] Move extendTheme to its own subpath ([#​41204](https://togithub.com/mui/material-ui/issues/41204)) [@​brijeshb42](https://togithub.com/brijeshb42) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​brijeshb42](https://togithub.com/brijeshb42), [@​danilo-leal](https://togithub.com/danilo-leal), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​dpertsin](https://togithub.com/dpertsin), [@​flaviendelangle](https://togithub.com/flaviendelangle), [@​gitstart](https://togithub.com/gitstart), [@​gregberge](https://togithub.com/gregberge), [@​harrydigos](https://togithub.com/harrydigos), [@​Janpot](https://togithub.com/Janpot), [@​justintoman](https://togithub.com/justintoman), [@​khgiddon](https://togithub.com/khgiddon), [@​KirankumarAmbati](https://togithub.com/KirankumarAmbati), [@​LukasTy](https://togithub.com/LukasTy), [@​michaldudak](https://togithub.com/michaldudak), [@​mnajdova](https://togithub.com/mnajdova), [@​nikosgavalas](https://togithub.com/nikosgavalas), [@​oliviertassinari](https://togithub.com/oliviertassinari), [@​PaulKristoffersson](https://togithub.com/PaulKristoffersson), [@​Rishi556](https://togithub.com/Rishi556), [@​rluzists1](https://togithub.com/rluzists1), [@​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)
parcel-bundler/parcel (parcel) ### [`v2.12.0`](https://togithub.com/parcel-bundler/parcel/blob/HEAD/CHANGELOG.md#2120---2024-02-28) [Compare Source](https://togithub.com/parcel-bundler/parcel/compare/v2.11.0...v2.12.0) ##### Added - Core - Add REPL playground for Parcel to the website – [Details](https://togithub.com/parcel-bundler/parcel/pull/9365) - Improve package manager detection for auto install – [Details](https://togithub.com/parcel-bundler/parcel/pull/9505) - JavaScript - Add support for JS macros – [Details](https://togithub.com/parcel-bundler/parcel/pull/9299) - Statically evaluate constants referenced by macros – [Details](https://togithub.com/parcel-bundler/parcel/pull/9487) - Upgrade to ESLint 8 – [Details](https://togithub.com/parcel-bundler/parcel/pull/8580) - Bump swc – [Details](https://togithub.com/parcel-bundler/parcel/pull/9498) - CSS - Use lightningcss to implement CSS packager – [Details](https://togithub.com/parcel-bundler/parcel/pull/8492) - Bundler - Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – [Details](https://togithub.com/parcel-bundler/parcel/pull/9486) - Web Extensions - Add content script world property to manifest schema validation – [Details](https://togithub.com/parcel-bundler/parcel/pull/9510) - Performance - Adjacency list optimizations – [Details](https://togithub.com/parcel-bundler/parcel/pull/9444) - Break up request graph cache serialisation and run after build completion – [Details](https://togithub.com/parcel-bundler/parcel/pull/9384) ##### Fixed - Core - Drop per-pipeline transformation cache – [Details](https://togithub.com/parcel-bundler/parcel/pull/9459) - Clippy and use napi's Either3 – [Details](https://togithub.com/parcel-bundler/parcel/pull/9047) - Add lazy/eager cache key to avoid invalid change when switching modes – [Details](https://togithub.com/parcel-bundler/parcel/pull/9518) - JavaScript - Remove decl_collector pass and use SWC's unresolved_mark instead – [Details](https://togithub.com/parcel-bundler/parcel/pull/9520) - Bundler - Fix multiple css bundles in entry bundle groups issue – [Details](https://togithub.com/parcel-bundler/parcel/pull/9023) - Allow parallel type change bundles to be reused by async siblings – [Details](https://togithub.com/parcel-bundler/parcel/pull/9504) - Skip on missing parent asset for manual shared bundles – [Details](https://togithub.com/parcel-bundler/parcel/pull/9538) ##### Unstable - Add source map support to the inline-require optimizer – [Details](https://togithub.com/parcel-bundler/parcel/pull/9511)
bvaughn/react-virtualized-auto-sizer (react-virtualized-auto-sizer) ### [`v1.0.23`](https://togithub.com/bvaughn/react-virtualized-auto-sizer/blob/HEAD/CHANGELOG.md#1023) [Compare Source](https://togithub.com/bvaughn/react-virtualized-auto-sizer/compare/1.0.22...1.0.23) - Bugfix: Use ResizeObserver global from parentNode realm to support case with multiple realms ([#​82](https://togithub.com/bvaughn/react-virtualized-auto-sizer/issues/82))

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.