adaptui / react-tailwind

React UI built with @adaptui/react, ariakit & tailwind
https://adaptui-react-tailwind.vercel.app
MIT License
37 stars 8 forks source link

chore(deps): ⬆️ update dev dependencies (minor) #256

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y 6.4.12 -> 6.4.13 age adoption passing confidence
@storybook/addon-actions 6.4.12 -> 6.4.13 age adoption passing confidence
@storybook/addon-essentials 6.4.12 -> 6.4.13 age adoption passing confidence
@storybook/builder-webpack5 6.4.12 -> 6.4.13 age adoption passing confidence
@storybook/manager-webpack5 6.4.12 -> 6.4.13 age adoption passing confidence
@storybook/react 6.4.12 -> 6.4.13 age adoption passing confidence
@swc/core (source) 1.2.129 -> 1.2.130 age adoption passing confidence
@testing-library/dom 8.11.1 -> 8.11.2 age adoption passing confidence
eslint (source) 8.6.0 -> 8.7.0 age adoption passing confidence
react-hook-form (source) 7.23.0 -> 7.24.0 age adoption passing confidence
release-it 14.12.1 -> 14.12.3 age adoption passing confidence
tailwindcss (source) 3.0.13 -> 3.0.15 age adoption passing confidence

Release Notes

storybookjs/storybook ### [`v6.4.13`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​6413-January-15-2022) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.4.12...v6.4.13) ##### Bug Fixes - Core: Fix `staticDirs` favicon handling by refactor ([#​17241](https://togithub.com/storybookjs/storybook/pull/17241)) - Angular: Fix 13.1 and add CI test cases ([#​17206](https://togithub.com/storybookjs/storybook/pull/17206)) - Core: Fix `__namedExportsOrder` warning from preview.js ([#​17240](https://togithub.com/storybookjs/storybook/pull/17240)) - Webpack5: Fix manager.js `process` references ([#​17213](https://togithub.com/storybookjs/storybook/pull/17213)) ##### Dependency Upgrades - React: Remove react-dev-utils ([#​17022](https://togithub.com/storybookjs/storybook/pull/17022)) - Fix prettier transpile problems ([#​17239](https://togithub.com/storybookjs/storybook/pull/17239))
swc-project/swc ### [`v1.2.130`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12130---2022-01-17) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.129...v1.2.130) ##### Bug Fixes - **(css/lexer)** Resolve a `TODO` ([#​3260](https://togithub.com/swc-project/swc/issues/3260)) ([ade8ab8](https://togithub.com/swc-project/swc/commit/ade8ab8c35b9d1c61d740f42672fb4d27977346d)) - **(es/ast)** Update `EsVersion::latest()` ([#​3261](https://togithub.com/swc-project/swc/issues/3261)) ([6997851](https://togithub.com/swc-project/swc/commit/69978518c9f6be3797f401dcaf9a429de88e8ce1)) - **(es/minifier)** Preserve side effects in correct position ([#​3263](https://togithub.com/swc-project/swc/issues/3263)) ([efd8671](https://togithub.com/swc-project/swc/commit/efd86715c9827197278914df5dbc9f4fab1a35d9)) - **(es/parser)** Throw an error when function body has use strict and paramaters is not simple ([#​3278](https://togithub.com/swc-project/swc/issues/3278)) ([6406b49](https://togithub.com/swc-project/swc/commit/6406b49df259eb10424ecbcc7fbbc9e4acdd37db)) - **(es/react)** Fix `createElement` ([#​3277](https://togithub.com/swc-project/swc/issues/3277)) ([88a258a](https://togithub.com/swc-project/swc/commit/88a258a5fb91a58feb571096c4a73d6779b3128d)) - **(es/resolver)** Treat a switch statement as a block scope ([#​3275](https://togithub.com/swc-project/swc/issues/3275)) ([f4b3cb7](https://togithub.com/swc-project/swc/commit/f4b3cb714aac1f936523f4d95467b67e554e583d)) - **(es/transforms)** Fix `this` in async arrow class properties ([#​3252](https://togithub.com/swc-project/swc/issues/3252)) ([7c19e26](https://togithub.com/swc-project/swc/commit/7c19e26d0f41002a35c1695c259172916e578eab)) - **(es/transforms)** Remove unsafe `new String("...")` optimization ([#​3284](https://togithub.com/swc-project/swc/issues/3284)) ([162c1fe](https://togithub.com/swc-project/swc/commit/162c1fe047631c35f8b8105c1a40ad6728e6edff)) - **(es/transforms)** Handle template literals within `jsonify` pass ([#​3282](https://togithub.com/swc-project/swc/issues/3282)) ([b76d1da](https://togithub.com/swc-project/swc/commit/b76d1da699ab0475d349a0c9d5b06ffdd7a6b48f)) - **(swc)** Remove `wrong-target` ([#​3251](https://togithub.com/swc-project/swc/issues/3251)) ([0843f74](https://togithub.com/swc-project/swc/commit/0843f742c5db3e0a8dc2fc2767b96fe0fad76bd1)) ##### Documentation - **(adr)** Configure adr and add `00001-plugin` ([#​3249](https://togithub.com/swc-project/swc/issues/3249)) ([8652b2d](https://togithub.com/swc-project/swc/commit/8652b2df99c37527fcd973bd8f0cd3c54bfa9485)) ##### Features - **(css)** Support `@layer` at-rule ([#​3258](https://togithub.com/swc-project/swc/issues/3258)) ([c195335](https://togithub.com/swc-project/swc/commit/c1953350121a0703f6b71474e348bc9408de085c)) - **(es/ast)** Improve AST api for plugin authors ([#​3281](https://togithub.com/swc-project/swc/issues/3281)) ([9dd0647](https://togithub.com/swc-project/swc/commit/9dd0647e3ae6c00a4fcea3bdb82c269ebb1e61ca)) - **(es/compat)** Use `var` for `_len` and `args` in rest parameters ([#​3267](https://togithub.com/swc-project/swc/issues/3267)) ([d3cc488](https://togithub.com/swc-project/swc/commit/d3cc488ac1f41bc752903a3e15a123a909a2b765)) - **(plugin/runner)** Free allocated memory on errors ([#​3270](https://togithub.com/swc-project/swc/issues/3270)) ([66d1a92](https://togithub.com/swc-project/swc/commit/66d1a92635c4e04041af1c106dbda8b4d692ba8a)) - **(plugin/runnner)** Support `wasm32-wasi` targets ([#​3271](https://togithub.com/swc-project/swc/issues/3271)) ([a4c4974](https://togithub.com/swc-project/swc/commit/a4c497464da5691fee1aff1246d3d36d1b3579af)) ##### Miscellaneous Tasks - **(ci)** Configure `clippy` ([#​3250](https://togithub.com/swc-project/swc/issues/3250)) ([978de59](https://togithub.com/swc-project/swc/commit/978de5943e60a09b5596b20b9c96596d392393c9)) ##### Refactor - **(\*)** Fix some clippy warnings ([#​3257](https://togithub.com/swc-project/swc/issues/3257)) ([15b604b](https://togithub.com/swc-project/swc/commit/15b604b6d6f55353a0df13293333367851962f6c)) - **(\*)** Cleanup ([#​3274](https://togithub.com/swc-project/swc/issues/3274)) ([357a350](https://togithub.com/swc-project/swc/commit/357a35039082c79ba698ce64a69e9022d790632d)) - **(es)** More fix for clippy ([#​3280](https://togithub.com/swc-project/swc/issues/3280)) ([e8670b3](https://togithub.com/swc-project/swc/commit/e8670b3383b4baf02a94702bc92a6dcdcd647755)) - **(es/transforms)** Cleanup ([#​3273](https://togithub.com/swc-project/swc/issues/3273)) ([2690742](https://togithub.com/swc-project/swc/commit/2690742db0bf59246d0d9b96dfc5f6248fcbb3a0)) - **(es/utils)** Merge the super field visitor with `FnEnvHoister` ([#​3279](https://togithub.com/swc-project/swc/issues/3279)) ([90a62bb](https://togithub.com/swc-project/swc/commit/90a62bb21528035eef02fe7fa99de6f6e014d0ca)) ##### Build - **(node)** Fix glibc issue on linux gnu arm ([#​3255](https://togithub.com/swc-project/swc/issues/3255)) ([2144271](https://togithub.com/swc-project/swc/commit/214427157ddf155da14b2bede3b315d3f6ce1e77))
testing-library/dom-testing-library ### [`v8.11.2`](https://togithub.com/testing-library/dom-testing-library/releases/v8.11.2) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v8.11.1...v8.11.2) ##### Bug Fixes - **within:** Add extra type paramater to allow reassigning in TypeScript ([#​1077](https://togithub.com/testing-library/dom-testing-library/issues/1077)) ([1f143e5](https://togithub.com/testing-library/dom-testing-library/commit/1f143e5ae70e4d8a230881d75b0bd1b47eb30da8))
eslint/eslint ### [`v8.7.0`](https://togithub.com/eslint/eslint/releases/v8.7.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.6.0...v8.7.0) #### Features - [`19ad061`](https://togithub.com/eslint/eslint/commit/19ad061290e1e97f760cfdce90a651cea9042c32) feat: no-restricted-imports support casing ([#​15439](https://togithub.com/eslint/eslint/issues/15439)) (gfyoung) - [`564ecdb`](https://togithub.com/eslint/eslint/commit/564ecdb992c6e236fa3ca903f8b2a645afc32d7e) feat: Support arbitrary module namespace names in no-restricted-imports ([#​15491](https://togithub.com/eslint/eslint/issues/15491)) (Milos Djermanovic) - [`968a02a`](https://togithub.com/eslint/eslint/commit/968a02af455f76446269afe07191c6aa37d44a88) feat: Support arbitrary module namespace names in no-useless-rename ([#​15493](https://togithub.com/eslint/eslint/issues/15493)) (Milos Djermanovic) - [`0d2b9a6`](https://togithub.com/eslint/eslint/commit/0d2b9a6dfa544f7ab084425eafc90a90aa14bcae) feat: move `eslint --init` to [@​eslint/create-config](https://togithub.com/eslint/create-config) ([#​15150](https://togithub.com/eslint/eslint/issues/15150)) (唯然) - [`127f524`](https://togithub.com/eslint/eslint/commit/127f524337f92dd72d36e71e646c91c9715ad444) feat: false negative with `property` option in `id-match` ([#​15474](https://togithub.com/eslint/eslint/issues/15474)) (Nitin Kumar) - [`359b2c1`](https://togithub.com/eslint/eslint/commit/359b2c18233cb48f7dae9433a877e5727fab3411) feat: Support arbitrary module namespace names in the camelcase rule ([#​15490](https://togithub.com/eslint/eslint/issues/15490)) (Milos Djermanovic) - [`3549571`](https://togithub.com/eslint/eslint/commit/3549571702dc3e0d9a4d3de615adb6abb13859c4) feat: Support arbitrary module namespace names in the quotes rule ([#​15479](https://togithub.com/eslint/eslint/issues/15479)) (Milos Djermanovic) - [`5563c45`](https://togithub.com/eslint/eslint/commit/5563c454901aafd54e01521e923cdcbaf051b08d) feat: Support arbitrary module namespace names in keyword-spacing ([#​15481](https://togithub.com/eslint/eslint/issues/15481)) (Milos Djermanovic) - [`fd3683f`](https://togithub.com/eslint/eslint/commit/fd3683f2f5ead78a2444163cab6849784a966a0a) feat: Support arbitrary module namespace names in no-restricted-exports ([#​15478](https://togithub.com/eslint/eslint/issues/15478)) (Milos Djermanovic) #### Bug Fixes - [`a8db9a5`](https://togithub.com/eslint/eslint/commit/a8db9a597672d3f9122f1cc8de8dfeb6a7f6aeac) fix: no-invalid-this false positive in class field initializer ([#​15495](https://togithub.com/eslint/eslint/issues/15495)) (Milos Djermanovic) - [`02d6426`](https://togithub.com/eslint/eslint/commit/02d642690282189664b9551e02fb7ff0e4b5c4fb) fix: Correctly consume RuleTester statics ([#​15507](https://togithub.com/eslint/eslint/issues/15507)) (Brad Zacher) - [`db15802`](https://togithub.com/eslint/eslint/commit/db15802ec4d129c89e563a4bf43ec610292695ab) fix: Add property `fatalErrorCount` to ignored file results ([#​15520](https://togithub.com/eslint/eslint/issues/15520)) (Francesco Trotta) - [`03ac8cf`](https://togithub.com/eslint/eslint/commit/03ac8cfc773279c01a62897692160f9a883ff4f5) fix: Prevent false positives with no-constant-condition ([#​15486](https://togithub.com/eslint/eslint/issues/15486)) (Jordan Eldredge) #### Documentation - [`f50f849`](https://togithub.com/eslint/eslint/commit/f50f849d2d2d92f28a944846cda209eaf624b9f4) docs: Update CLI docs to prefer local install ([#​15513](https://togithub.com/eslint/eslint/issues/15513)) (Nicholas C. Zakas) - [`0469eb1`](https://togithub.com/eslint/eslint/commit/0469eb1028e82e71a2da8608a1b8864dc3f47f24) docs: Update shell code fences for new website ([#​15522](https://togithub.com/eslint/eslint/issues/15522)) (Olga) #### Chores - [`369fb1b`](https://togithub.com/eslint/eslint/commit/369fb1b066279d761e59502111c2580834a41648) chore: Upgrade to eslint-visitor-keys@3.2.0 ([#​15526](https://togithub.com/eslint/eslint/issues/15526)) (Brandon Mills) - [`ba6317b`](https://togithub.com/eslint/eslint/commit/ba6317b4031c9f782b317bd1d9913e70b5625f28) ci: remove master branch from CI configs ([#​15501](https://togithub.com/eslint/eslint/issues/15501)) (Milos Djermanovic) - [`79b6340`](https://togithub.com/eslint/eslint/commit/79b6340d6ced0ad62628de6e51dce18d50a5be9f) chore: fixed typo in client-Engine ([#​15497](https://togithub.com/eslint/eslint/issues/15497)) (Abhay Gupta) - [`6278281`](https://togithub.com/eslint/eslint/commit/6278281fab5e1a9623c32ace62a050561e1c0a21) chore: switch `new syntax` issue template to forms ([#​15480](https://togithub.com/eslint/eslint/issues/15480)) (Nitin Kumar)
react-hook-form/react-hook-form ### [`v7.24.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#​7240---2022-1-14) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.23.0...v7.24.0) - `useController` return prop: `onChange`, `onBlur` and `ref` will be memorized with `useCallback`
release-it/release-it ### [`v14.12.3`](https://togithub.com/release-it/release-it/releases/14.12.3) [Compare Source](https://togithub.com/release-it/release-it/compare/14.12.2...14.12.3) - Update dependencies ([`d464518`](https://togithub.com/release-it/release-it/commit/d464518)) ### [`v14.12.2`](https://togithub.com/release-it/release-it/releases/14.12.2) [Compare Source](https://togithub.com/release-it/release-it/compare/14.12.1...14.12.2) - Add warning when `github.web` and `github.assets` are both set (closes [#​836](https://togithub.com/release-it/release-it/issues/836)) ([`9e72c16`](https://togithub.com/release-it/release-it/commit/9e72c16)) - Don't return nock interceptor ([`616525f`](https://togithub.com/release-it/release-it/commit/616525f)) - Explain `tagName` prefix better (closes [#​848](https://togithub.com/release-it/release-it/issues/848)) ([`f9d1b17`](https://togithub.com/release-it/release-it/commit/f9d1b17)) - Use empty string (not null) for release notes body in GitHub release request (fixes #[#​855](https://togithub.com/release-it/release-it/issues/855)) ([`bdbc2ca`](https://togithub.com/release-it/release-it/commit/bdbc2ca)) - fix spelling on git documentation ([#​854](https://togithub.com/release-it/release-it/issues/854)) ([`66c6f3b`](https://togithub.com/release-it/release-it/commit/66c6f3b)) - Added comment about pre-release bumps (e.g. `preminor`) ([`aa34389`](https://togithub.com/release-it/release-it/commit/aa34389))
tailwindlabs/tailwindcss ### [`v3.0.15`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3015---2022-01-15) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.14...v3.0.15) ##### Fixed - Temporarily remove optional chaining in nesting plugin ([#​7077](https://togithub.com/tailwindlabs/tailwindcss/pull/7077)) ### [`v3.0.14`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3014---2022-01-14) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.13...v3.0.14) ##### Added - Show warnings for invalid content config ([#​7065](https://togithub.com/tailwindlabs/tailwindcss/pull/7065)) ##### Fixed - Only emit utility/component variants when those layers exist ([#​7066](https://togithub.com/tailwindlabs/tailwindcss/pull/7066)) - Ensure nesting plugins can receive options ([#​7016](https://togithub.com/tailwindlabs/tailwindcss/pull/7016))

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react-tailwind/Gtu6mubZyfFQQ8q4ZzSy8n23KZvp
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-dev-581cf6-timelessco.vercel.app