kineticio / runnable

Build internal workflows with ease
https://getrunnable.com/
51 stars 4 forks source link

chore(deps): update all non-major dependencies #11

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.20.5 -> ^7.20.12 age adoption passing confidence
@chakra-ui/icons ^2.0.14 -> ^2.0.16 age adoption passing confidence
@chakra-ui/react (source) ^2.4.4 -> ^2.4.9 age adoption passing confidence
@chakra-ui/styled-system ^2.5.0 -> ^2.5.1 age adoption passing confidence
@chakra-ui/system ^2.3.5 -> ^2.3.8 age adoption passing confidence
@remix-run/dev (source) ^1.9.0 -> ^1.11.0 age adoption passing confidence
@remix-run/eslint-config ^1.9.0 -> ^1.11.0 age adoption passing confidence
@remix-run/express ^1.9.0 -> ^1.11.0 age adoption passing confidence
@remix-run/node ^1.9.0 -> ^1.11.0 age adoption passing confidence
@remix-run/react ^1.9.0 -> ^1.11.0 age adoption passing confidence
@remix-run/serve ^1.9.0 -> ^1.11.0 age adoption passing confidence
@remix-run/server-runtime ^1.9.0 -> ^1.11.0 age adoption passing confidence
@​runnablejs/app ^0.3.15 -> ^0.3.16 age adoption passing confidence
@types/jest (source) 29.2.4 -> 29.2.6 age adoption passing confidence
@types/morgan (source) ^1.9.3 -> ^1.9.4 age adoption passing confidence
@types/node (source) ^18.11.17 -> ^18.11.18 age adoption passing confidence
@types/react (source) ^18.0.26 -> ^18.0.27 age adoption passing confidence
@types/react-dom (source) ^18.0.9 -> ^18.0.10 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.46.1 -> ^5.48.2 age adoption passing confidence
@typescript-eslint/parser ^5.46.1 -> ^5.48.2 age adoption passing confidence
esbuild 0.16.9 -> 0.17.3 age adoption passing confidence
eslint (source) ^8.30.0 -> ^8.32.0 age adoption passing confidence
eslint (source) 8.30.0 -> 8.32.0 age adoption passing confidence
eslint-config-prettier ^8.5.0 -> ^8.6.0 age adoption passing confidence
eslint-plugin-import ^2.26.0 -> ^2.27.5 age adoption passing confidence
eslint-plugin-react ^7.31.11 -> ^7.32.1 age adoption passing confidence
framer-motion ^8.2.4 -> ^8.5.0 age adoption passing confidence
pnpm (source) 7.18.2 -> 7.25.1 age adoption passing confidence
prettier (source) ^2.8.1 -> ^2.8.3 age adoption passing confidence
rollup (source) ^3.7.5 -> ^3.10.0 age adoption passing confidence
rollup-plugin-dts ^5.0.0 -> ^5.1.1 age adoption passing confidence
ts-jest (source) ^29.0.3 -> ^29.0.5 age adoption passing confidence
tsconfig-paths ^4.1.1 -> ^4.1.2 age adoption passing confidence
vitepress (source) ^1.0.0-alpha.32 -> ^1.0.0-alpha.38 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

babel/babel ### [`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12) ##### :bug: Bug Fix - `babel-traverse` - [#​15224](https://togithub.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@​nmn](https://togithub.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​15312](https://togithub.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### :nail_care: Polish - `babel-traverse` - [#​15313](https://togithub.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@​JBYoshi](https://togithub.com/JBYoshi)) ### [`v7.20.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7207-2022-12-22) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.5...v7.20.7) ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-object-super` - [#​15241](https://togithub.com/babel/babel/pull/15241) fix: Throw correct error types from sed ant class TDZ helpers ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​15209](https://togithub.com/babel/babel/pull/15209) fix: Support auto accessors with TypeScript annotations ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​15287](https://togithub.com/babel/babel/pull/15287) Fix `.parentPath` after rename in `SwitchCase` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-traverse` - [#​15284](https://togithub.com/babel/babel/pull/15284) fix: Ts import type and func with duplicate name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​15278](https://togithub.com/babel/babel/pull/15278) Fix tdz analysis for reassigned captured for bindings ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-async-generator-functions`, `babel-preset-env` - [#​15235](https://togithub.com/babel/babel/pull/15235) fix: Transform `for await` with shadowed variables ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-plugin-proposal-optional-chaining` - [#​15258](https://togithub.com/babel/babel/pull/15258) fix: Correctly generate `(a ?? b) as T` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-react-jsx`, `babel-types` - [#​15233](https://togithub.com/babel/babel/pull/15233) fix: Emit correct sourcemap ranges for `JSXText` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-computed-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15232](https://togithub.com/babel/babel/pull/15232) fix: Computed properties should keep original definition order ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-member-expression-to-functions`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#​15223](https://togithub.com/babel/babel/pull/15223) fix: Deleting super property should throw ([@​SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-generator` - [#​15216](https://togithub.com/babel/babel/pull/15216) fix: Print newlines for leading Comments of `TSEnumMember` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#​15275](https://togithub.com/babel/babel/pull/15275) Improve relative execution tracking in fn exprs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-define-map`, `babel-plugin-transform-property-mutators` - [#​15274](https://togithub.com/babel/babel/pull/15274) Inline & simplify `@babel/helper-define-map` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-traverse` - [#​15200](https://togithub.com/babel/babel/pull/15200) Rewrite `transform-block-scoping` plugin ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helper-compilation-targets` - [#​15228](https://togithub.com/babel/babel/pull/15228) perf: Speed up `getTargets` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
chakra-ui/chakra-ui (@​chakra-ui/icons) ### [`v2.0.16`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/icons/CHANGELOG.md#​2016) ##### Patch Changes - Updated dependencies \[[`c483d859d`](https://togithub.com/chakra-ui/chakra-ui/commit/c483d859d015d850bc871cc5156f159a7694e795)]: - [@​chakra-ui/icon](https://togithub.com/chakra-ui/icon)[@​3](https://togithub.com/3).0.15 ### [`v2.0.15`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/icons/CHANGELOG.md#​2015) ##### Patch Changes - [#​7154](https://togithub.com/chakra-ui/chakra-ui/pull/7154) [`2d7398a01`](https://togithub.com/chakra-ui/chakra-ui/commit/2d7398a0142b5bdd3f68ce05bd159fc824cda5ef) Thanks [@​segunadebayo](https://togithub.com/segunadebayo)! - ## All components Improved the bundling setup for all components. - Switched to the `.mjs` file extension for correct ESM behavior - Switched to the latest `tsup` will uses automatic JSX runtime detection removing the need for manually inject classic `React` import - Moved `tsup` config to `package.json` since it's very minimal - Removed `clean-package.config.json` in favor of the `package.json` property - Fixed issue where Storybook addon (dark mode and RTL) was not working - Updated dependencies \[[`2d7398a01`](https://togithub.com/chakra-ui/chakra-ui/commit/2d7398a0142b5bdd3f68ce05bd159fc824cda5ef)]: - [@​chakra-ui/icon](https://togithub.com/chakra-ui/icon)[@​3](https://togithub.com/3).0.14
chakra-ui/chakra-ui (@​chakra-ui/react) ### [`v2.4.9`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/react/CHANGELOG.md#​249) ##### Patch Changes - Updated dependencies \[[`0f376650e`](https://togithub.com/chakra-ui/chakra-ui/commit/0f376650efce9eb2d2cba3484ffe4e3a73364504), [`1d1f202e7`](https://togithub.com/chakra-ui/chakra-ui/commit/1d1f202e7f44c606659809dcb6f83746a68ac1e6), [`c57b00f80`](https://togithub.com/chakra-ui/chakra-ui/commit/c57b00f80f177c2a165dc3e879e30e362b0806fb), [`1d1f202e7`](https://togithub.com/chakra-ui/chakra-ui/commit/1d1f202e7f44c606659809dcb6f83746a68ac1e6), [`1d1f202e7`](https://togithub.com/chakra-ui/chakra-ui/commit/1d1f202e7f44c606659809dcb6f83746a68ac1e6)]: - [@​chakra-ui/button](https://togithub.com/chakra-ui/button)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/provider](https://togithub.com/chakra-ui/provider)[@​2](https://togithub.com/2).1.0 - [@​chakra-ui/accordion](https://togithub.com/chakra-ui/accordion)[@​2](https://togithub.com/2).1.8 - [@​chakra-ui/alert](https://togithub.com/chakra-ui/alert)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/avatar](https://togithub.com/chakra-ui/avatar)[@​2](https://togithub.com/2).2.4 - [@​chakra-ui/breadcrumb](https://togithub.com/chakra-ui/breadcrumb)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/card](https://togithub.com/chakra-ui/card)[@​2](https://togithub.com/2).1.6 - [@​chakra-ui/checkbox](https://togithub.com/chakra-ui/checkbox)[@​2](https://togithub.com/2).2.10 - [@​chakra-ui/close-button](https://togithub.com/chakra-ui/close-button)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/counter](https://togithub.com/chakra-ui/counter)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/editable](https://togithub.com/chakra-ui/editable)[@​2](https://togithub.com/2).0.19 - [@​chakra-ui/react-env](https://togithub.com/chakra-ui/react-env)[@​3](https://togithub.com/3).0.0 - [@​chakra-ui/form-control](https://togithub.com/chakra-ui/form-control)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/image](https://togithub.com/chakra-ui/image)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/input](https://togithub.com/chakra-ui/input)[@​2](https://togithub.com/2).0.19 - [@​chakra-ui/layout](https://togithub.com/chakra-ui/layout)[@​2](https://togithub.com/2).1.15 - [@​chakra-ui/menu](https://togithub.com/chakra-ui/menu)[@​2](https://togithub.com/2).1.8 - [@​chakra-ui/modal](https://togithub.com/chakra-ui/modal)[@​2](https://togithub.com/2).2.9 - [@​chakra-ui/number-input](https://togithub.com/chakra-ui/number-input)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/pin-input](https://togithub.com/chakra-ui/pin-input)[@​2](https://togithub.com/2).0.19 - [@​chakra-ui/popover](https://togithub.com/chakra-ui/popover)[@​2](https://togithub.com/2).1.8 - [@​chakra-ui/popper](https://togithub.com/chakra-ui/popper)[@​3](https://togithub.com/3).0.13 - [@​chakra-ui/portal](https://togithub.com/chakra-ui/portal)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/progress](https://togithub.com/chakra-ui/progress)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/radio](https://togithub.com/chakra-ui/radio)[@​2](https://togithub.com/2).0.19 - [@​chakra-ui/select](https://togithub.com/chakra-ui/select)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/skeleton](https://togithub.com/chakra-ui/skeleton)[@​2](https://togithub.com/2).0.23 - [@​chakra-ui/slider](https://togithub.com/chakra-ui/slider)[@​2](https://togithub.com/2).0.20 - [@​chakra-ui/stat](https://togithub.com/chakra-ui/stat)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/switch](https://togithub.com/chakra-ui/switch)[@​2](https://togithub.com/2).0.22 - [@​chakra-ui/table](https://togithub.com/chakra-ui/table)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/tabs](https://togithub.com/chakra-ui/tabs)[@​2](https://togithub.com/2).1.8 - [@​chakra-ui/tag](https://togithub.com/chakra-ui/tag)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/textarea](https://togithub.com/chakra-ui/textarea)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/toast](https://togithub.com/chakra-ui/toast)[@​5](https://togithub.com/5).0.1 - [@​chakra-ui/tooltip](https://togithub.com/chakra-ui/tooltip)[@​2](https://togithub.com/2).2.6 - [@​chakra-ui/transition](https://togithub.com/chakra-ui/transition)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/media-query](https://togithub.com/chakra-ui/media-query)[@​3](https://togithub.com/3).2.11 ### [`v2.4.8`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/react/CHANGELOG.md#​248) ##### Patch Changes - [`ddbb1b4c4`](https://togithub.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0) Thanks [@​segunadebayo](https://togithub.com/segunadebayo)! - Bump all packages - Updated dependencies \[[`97fa1d854`](https://togithub.com/chakra-ui/chakra-ui/commit/97fa1d8541688518768aed9e54ed6ce26b6cd73a), [`e0f6441c8`](https://togithub.com/chakra-ui/chakra-ui/commit/e0f6441c8aa3e4a4609f2b49299adfd94097cb51), [`292864aba`](https://togithub.com/chakra-ui/chakra-ui/commit/292864abae83833a826b2fe4a9d69ddcfe7fbe17), [`3ce311ac7`](https://togithub.com/chakra-ui/chakra-ui/commit/3ce311ac796bc7f24d7b92bf52f5f207348963cc), [`ddbb1b4c4`](https://togithub.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0), [`ce86e0b8c`](https://togithub.com/chakra-ui/chakra-ui/commit/ce86e0b8c91f811b2fbfbba400f7c5b0471a0758), [`b427ef966`](https://togithub.com/chakra-ui/chakra-ui/commit/b427ef9668d9ee000f44eb0cdd4d0a5ae9f396ec)]: - [@​chakra-ui/theme](https://togithub.com/chakra-ui/theme)[@​2](https://togithub.com/2).2.5 - [@​chakra-ui/toast](https://togithub.com/chakra-ui/toast)[@​5](https://togithub.com/5).0.0 - [@​chakra-ui/styled-system](https://togithub.com/chakra-ui/styled-system)[@​2](https://togithub.com/2).5.2 - [@​chakra-ui/system](https://togithub.com/chakra-ui/system)[@​2](https://togithub.com/2).4.0 - [@​chakra-ui/accordion](https://togithub.com/chakra-ui/accordion)[@​2](https://togithub.com/2).1.7 - [@​chakra-ui/alert](https://togithub.com/chakra-ui/alert)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/avatar](https://togithub.com/chakra-ui/avatar)[@​2](https://togithub.com/2).2.3 - [@​chakra-ui/breadcrumb](https://togithub.com/chakra-ui/breadcrumb)[@​2](https://togithub.com/2).1.3 - [@​chakra-ui/button](https://togithub.com/chakra-ui/button)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/card](https://togithub.com/chakra-ui/card)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/checkbox](https://togithub.com/chakra-ui/checkbox)[@​2](https://togithub.com/2).2.9 - [@​chakra-ui/close-button](https://togithub.com/chakra-ui/close-button)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/control-box](https://togithub.com/chakra-ui/control-box)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/counter](https://togithub.com/chakra-ui/counter)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/css-reset](https://togithub.com/chakra-ui/css-reset)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/editable](https://togithub.com/chakra-ui/editable)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/react-env](https://togithub.com/chakra-ui/react-env)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/form-control](https://togithub.com/chakra-ui/form-control)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/icon](https://togithub.com/chakra-ui/icon)[@​3](https://togithub.com/3).0.16 - [@​chakra-ui/image](https://togithub.com/chakra-ui/image)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/input](https://togithub.com/chakra-ui/input)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/layout](https://togithub.com/chakra-ui/layout)[@​2](https://togithub.com/2).1.14 - [@​chakra-ui/live-region](https://togithub.com/chakra-ui/live-region)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/media-query](https://togithub.com/chakra-ui/media-query)[@​3](https://togithub.com/3).2.10 - [@​chakra-ui/menu](https://togithub.com/chakra-ui/menu)[@​2](https://togithub.com/2).1.7 - [@​chakra-ui/modal](https://togithub.com/chakra-ui/modal)[@​2](https://togithub.com/2).2.8 - [@​chakra-ui/number-input](https://togithub.com/chakra-ui/number-input)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/pin-input](https://togithub.com/chakra-ui/pin-input)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/popover](https://togithub.com/chakra-ui/popover)[@​2](https://togithub.com/2).1.7 - [@​chakra-ui/popper](https://togithub.com/chakra-ui/popper)[@​3](https://togithub.com/3).0.12 - [@​chakra-ui/portal](https://togithub.com/chakra-ui/portal)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/progress](https://togithub.com/chakra-ui/progress)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/provider](https://togithub.com/chakra-ui/provider)[@​2](https://togithub.com/2).0.30 - [@​chakra-ui/radio](https://togithub.com/chakra-ui/radio)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/select](https://togithub.com/chakra-ui/select)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/skeleton](https://togithub.com/chakra-ui/skeleton)[@​2](https://togithub.com/2).0.22 - [@​chakra-ui/slider](https://togithub.com/chakra-ui/slider)[@​2](https://togithub.com/2).0.19 - [@​chakra-ui/spinner](https://togithub.com/chakra-ui/spinner)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/stat](https://togithub.com/chakra-ui/stat)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/switch](https://togithub.com/chakra-ui/switch)[@​2](https://togithub.com/2).0.21 - [@​chakra-ui/table](https://togithub.com/chakra-ui/table)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/tabs](https://togithub.com/chakra-ui/tabs)[@​2](https://togithub.com/2).1.7 - [@​chakra-ui/tag](https://togithub.com/chakra-ui/tag)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/textarea](https://togithub.com/chakra-ui/textarea)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/tooltip](https://togithub.com/chakra-ui/tooltip)[@​2](https://togithub.com/2).2.5 - [@​chakra-ui/transition](https://togithub.com/chakra-ui/transition)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/visually-hidden](https://togithub.com/chakra-ui/visually-hidden)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/hooks](https://togithub.com/chakra-ui/hooks)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/utils](https://togithub.com/chakra-ui/utils)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/theme-utils](https://togithub.com/chakra-ui/theme-utils)[@​2](https://togithub.com/2).0.9 ### [`v2.4.7`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/react/CHANGELOG.md#​247) ##### Patch Changes - Updated dependencies \[[`c5be1bc73`](https://togithub.com/chakra-ui/chakra-ui/commit/c5be1bc734e833a32c1c08c734c2ff6e6dca6f36), [`c483d859d`](https://togithub.com/chakra-ui/chakra-ui/commit/c483d859d015d850bc871cc5156f159a7694e795)]: - [@​chakra-ui/system](https://togithub.com/chakra-ui/system)[@​2](https://togithub.com/2).3.8 - [@​chakra-ui/icon](https://togithub.com/chakra-ui/icon)[@​3](https://togithub.com/3).0.15 - [@​chakra-ui/accordion](https://togithub.com/chakra-ui/accordion)[@​2](https://togithub.com/2).1.6 - [@​chakra-ui/alert](https://togithub.com/chakra-ui/alert)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/avatar](https://togithub.com/chakra-ui/avatar)[@​2](https://togithub.com/2).2.2 - [@​chakra-ui/breadcrumb](https://togithub.com/chakra-ui/breadcrumb)[@​2](https://togithub.com/2).1.2 - [@​chakra-ui/button](https://togithub.com/chakra-ui/button)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/card](https://togithub.com/chakra-ui/card)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/checkbox](https://togithub.com/chakra-ui/checkbox)[@​2](https://togithub.com/2).2.8 - [@​chakra-ui/close-button](https://togithub.com/chakra-ui/close-button)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/control-box](https://togithub.com/chakra-ui/control-box)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/editable](https://togithub.com/chakra-ui/editable)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/form-control](https://togithub.com/chakra-ui/form-control)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/image](https://togithub.com/chakra-ui/image)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/input](https://togithub.com/chakra-ui/input)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/layout](https://togithub.com/chakra-ui/layout)[@​2](https://togithub.com/2).1.13 - [@​chakra-ui/media-query](https://togithub.com/chakra-ui/media-query)[@​3](https://togithub.com/3).2.9 - [@​chakra-ui/menu](https://togithub.com/chakra-ui/menu)[@​2](https://togithub.com/2).1.6 - [@​chakra-ui/modal](https://togithub.com/chakra-ui/modal)[@​2](https://togithub.com/2).2.7 - [@​chakra-ui/number-input](https://togithub.com/chakra-ui/number-input)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/pin-input](https://togithub.com/chakra-ui/pin-input)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/popover](https://togithub.com/chakra-ui/popover)[@​2](https://togithub.com/2).1.6 - [@​chakra-ui/progress](https://togithub.com/chakra-ui/progress)[@​2](https://togithub.com/2).1.3 - [@​chakra-ui/provider](https://togithub.com/chakra-ui/provider)[@​2](https://togithub.com/2).0.29 - [@​chakra-ui/radio](https://togithub.com/chakra-ui/radio)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/select](https://togithub.com/chakra-ui/select)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/skeleton](https://togithub.com/chakra-ui/skeleton)[@​2](https://togithub.com/2).0.21 - [@​chakra-ui/slider](https://togithub.com/chakra-ui/slider)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/spinner](https://togithub.com/chakra-ui/spinner)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/stat](https://togithub.com/chakra-ui/stat)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/switch](https://togithub.com/chakra-ui/switch)[@​2](https://togithub.com/2).0.20 - [@​chakra-ui/table](https://togithub.com/chakra-ui/table)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/tabs](https://togithub.com/chakra-ui/tabs)[@​2](https://togithub.com/2).1.6 - [@​chakra-ui/tag](https://togithub.com/chakra-ui/tag)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/textarea](https://togithub.com/chakra-ui/textarea)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/toast](https://togithub.com/chakra-ui/toast)[@​4](https://togithub.com/4).0.9 - [@​chakra-ui/tooltip](https://togithub.com/chakra-ui/tooltip)[@​2](https://togithub.com/2).2.4 - [@​chakra-ui/visually-hidden](https://togithub.com/chakra-ui/visually-hidden)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/styled-system](https://togithub.com/chakra-ui/styled-system)[@​2](https://togithub.com/2).5.1 ### [`v2.4.6`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/react/CHANGELOG.md#​246) ##### Patch Changes - Updated dependencies \[[`989b36804`](https://togithub.com/chakra-ui/chakra-ui/commit/989b3680460b067f2425f6a92afb6632fb86ec5e), [`7a62c30cc`](https://togithub.com/chakra-ui/chakra-ui/commit/7a62c30cc4977adf7c6021fabbd16b3bd4707e9f), [`9cdd43733`](https://togithub.com/chakra-ui/chakra-ui/commit/9cdd43733469e834740ec589a73f0d546c1e6b5b), [`2d8f36c1d`](https://togithub.com/chakra-ui/chakra-ui/commit/2d8f36c1d100bb729aa735cbea4a338550cb2bfc)]: - [@​chakra-ui/input](https://togithub.com/chakra-ui/input)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/checkbox](https://togithub.com/chakra-ui/checkbox)[@​2](https://togithub.com/2).2.7 - [@​chakra-ui/radio](https://togithub.com/chakra-ui/radio)[@​2](https://togithub.com/2).0.16 - [@​chakra-ui/utils](https://togithub.com/chakra-ui/utils)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/system](https://togithub.com/chakra-ui/system)[@​2](https://togithub.com/2).3.7 - [@​chakra-ui/theme](https://togithub.com/chakra-ui/theme)[@​2](https://togithub.com/2).2.4 - [@​chakra-ui/number-input](https://togithub.com/chakra-ui/number-input)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/popover](https://togithub.com/chakra-ui/popover)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/switch](https://togithub.com/chakra-ui/switch)[@​2](https://togithub.com/2).0.19 - [@​chakra-ui/slider](https://togithub.com/chakra-ui/slider)[@​2](https://togithub.com/2).0.18 - [@​chakra-ui/button](https://togithub.com/chakra-ui/button)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/provider](https://togithub.com/chakra-ui/provider)[@​2](https://togithub.com/2).0.28 - [@​chakra-ui/spinner](https://togithub.com/chakra-ui/spinner)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/hooks](https://togithub.com/chakra-ui/hooks)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/accordion](https://togithub.com/chakra-ui/accordion)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/alert](https://togithub.com/chakra-ui/alert)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/avatar](https://togithub.com/chakra-ui/avatar)[@​2](https://togithub.com/2).2.2 - [@​chakra-ui/breadcrumb](https://togithub.com/chakra-ui/breadcrumb)[@​2](https://togithub.com/2).1.2 - [@​chakra-ui/card](https://togithub.com/chakra-ui/card)[@​2](https://togithub.com/2).1.4 - [@​chakra-ui/close-button](https://togithub.com/chakra-ui/close-button)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/control-box](https://togithub.com/chakra-ui/control-box)[@​2](https://togithub.com/2).0.12 - [@​chakra-ui/editable](https://togithub.com/chakra-ui/editable)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/form-control](https://togithub.com/chakra-ui/form-control)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/icon](https://togithub.com/chakra-ui/icon)[@​3](https://togithub.com/3).0.14 - [@​chakra-ui/image](https://togithub.com/chakra-ui/image)[@​2](https://togithub.com/2).0.13 - [@​chakra-ui/layout](https://togithub.com/chakra-ui/layout)[@​2](https://togithub.com/2).1.12 - [@​chakra-ui/media-query](https://togithub.com/chakra-ui/media-query)[@​3](https://togithub.com/3).2.9 - [@​chakra-ui/menu](https://togithub.com/chakra-ui/menu)[@​2](https://togithub.com/2).1.6 - [@​chakra-ui/modal](https://togithub.com/chakra-ui/modal)[@​2](https://togithub.com/2).2.6 - [@​chakra-ui/pin-input](https://togithub.com/chakra-ui/pin-input)[@​2](https://togithub.com/2).0.17 - [@​chakra-ui/progress](https://togithub.com/chakra-ui/progress)[@​2](https://togithub.com/2).1.3 - [@​chakra-ui/select](https://togithub.com/chakra-ui/select)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/skeleton](https://togithub.com/chakra-ui/skeleton)[@​2](https://togithub.com/2).0.21 - [@​chakra-ui/stat](https://togithub.com/chakra-ui/stat)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/table](https://togithub.com/chakra-ui/table)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/tabs](https://togithub.com/chakra-ui/tabs)[@​2](https://togithub.com/2).1.6 - [@​chakra-ui/tag](https://togithub.com/chakra-ui/tag)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/textarea](https://togithub.com/chakra-ui/textarea)[@​2](https://togithub.com/2).0.15 - [@​chakra-ui/toast](https://togithub.com/chakra-ui/toast)[@​4](https://togithub.com/4).0.8 - [@​chakra-ui/tooltip](https://togithub.com/chakra-ui/tooltip)[@​2](https://togithub.com/2).2.4 - [@​chakra-ui/visually-hidden](https://togithub.com/chakra-ui/visually-hidden)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/theme-utils](https://togithub.com/chakra-ui/theme-utils)[@​2](https://togithub.com/2).0.8 - [@​chakra-ui/popper](https://togithub.com/chakra-ui/popper)[@​3](https://togithub.com/3).0.11 - [@​chakra-ui/transition](https://togithub.com/chakra-ui/transition)[@​2](https://togithub.com/2).0.13 ### [`v2.4.5`](https://togithub.com/chakra-ui/chakra-ui/blob/HEAD/packages/components/react/CHANGELOG.md#​245) ##### Patch Changes - [#​7154](https://togithub.com/chakra-ui/chakra-ui/pull/7154) [`2d7398a01`](https://togithub.com/chakra-ui/chakra-ui/commit/2d7398a0142b5bdd3f68ce05bd159fc824cda5ef) Thanks [@​segunadebayo](https://togithub.com/segunadebayo)! - ## All components Improved the bundling setup for all components. - Switched to the `.mjs` file extension for correct ESM behavior - Switched to the latest `tsup` will uses automatic JSX runtime detection removing the need for manually inject classic `React` import - Moved `tsup` config to `package.json` since it's very minimal - Removed `clean-package.config.json` in favor of the `package.json` property - Fixed issue where Storybook addon (dark mode and RTL) was not working - Updated dependencies \[[`b374879fe`](https://togithub.com/chakra-ui/chakra-ui/commit/b374879fe0c72362575d86161d3093cd73b12caf), [`b374879fe`](https://togithub.com/chakra-ui/chakra-ui/commit/b374879fe0c72362575d86161d3093cd73b12caf), [`2d7398a01`](https://togithub.com/chakra-ui/chakra-ui/commit/2d7398a0142b5bdd3f68ce05bd159fc824cda5ef), [`0eedc151c`](https://togithub.com/chakra-ui/chakra-ui/commit/0eedc151caec8dbdb53e4e5e8354e2310553c19f), [`96287f8c2`](https://togithub.com/chakra-ui/chakra-ui/commit/96287f8c2cd0642c69529b6384f0bf338ad8476d)]: - [@​chakra-ui/popover](https://togithub.com/chakra-ui/popover)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/popper](https://togithub.com/chakra-ui/popper)[@​3](https://togithub.com/3).0.11 - [@​chakra-ui/accordion](https://togithub.com/chakra-ui/accordion)[@​2](https://togithub.com/2).1.5 - [@​chakra-ui/alert](https://togithub.com/chakra-ui/alert)[@​2](https://togithub.com/2).0.14 - [@​chakra-ui/avatar](https://togithub.com/chakra-ui/avatar)[@​2](https://togithub.com/2).2.2 - [@​chakra-ui/breadcrumb](https://togithub.com/chakra-ui/breadcrumb)[@​2](https://togithub.com/2).1.2

Configuration

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

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

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

👻 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.