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) #270

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
@babel/core (source) 7.17.0 -> 7.17.2 age adoption passing confidence
@swc/core (source) 1.2.137 -> 1.2.138 age adoption passing confidence
babel-jest 27.5.0 -> 27.5.1 age adoption passing confidence
jest (source) 27.5.0 -> 27.5.1 age adoption passing confidence
prettier-plugin-tailwindcss 0.1.5 -> 0.1.7 age adoption passing confidence
tailwindcss (source) 3.0.19 -> 3.0.21 age adoption passing confidence

Release Notes

babel/babel ### [`v7.17.2`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7172-2022-02-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.17.0...v7.17.2) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​14244](https://togithub.com/babel/babel/pull/14244) Fix 2021-12 decorators application order ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​14241](https://togithub.com/babel/babel/pull/14241) Fix reinstantiation of inherited plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​14246](https://togithub.com/babel/babel/pull/14246) Merge multi-source output sourcemaps ([@​jridgewell](https://togithub.com/jridgewell))
swc-project/swc ### [`v1.2.138`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12138---2022-02-08) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.137...v1.2.138) ##### Bug Fixes - **(es/minifier)** Make `sequences` less aggressive ([#​3480](https://togithub.com/swc-project/swc/issues/3480)) ([292add7](https://togithub.com/swc-project/swc/commit/292add7d26a079a1da09ff94444124faea8e39fc)) ##### Features - **(css)** Add support for `@property` at-rule ([#​3470](https://togithub.com/swc-project/swc/issues/3470)) ([fd5668c](https://togithub.com/swc-project/swc/commit/fd5668c32fa002698e387df6bc6a927c0d562e06)) - **(css/ast)** Add types for `@counter-style` at-rule ([#​3469](https://togithub.com/swc-project/swc/issues/3469)) ([e6f4fbf](https://togithub.com/swc-project/swc/commit/e6f4fbf056767344776afbb6bd3b2f5dfe83dcf3)) - **(css/ast)** Add types for all dimensions ([#​3477](https://togithub.com/swc-project/swc/issues/3477)) ([dc939c6](https://togithub.com/swc-project/swc/commit/dc939c65afa3b3b09101128f5801f532170bdea2)) - **(es/parser)** Disallow assignment to optional chaining expressions ([#​3483](https://togithub.com/swc-project/swc/issues/3483)) ([26565b1](https://togithub.com/swc-project/swc/commit/26565b1ae9c0ab93b425c97fc40aaf49576e4b90)) - **(plugin)** Support global `HANDLER` in the plugin context ([#​3478](https://togithub.com/swc-project/swc/issues/3478)) ([d473a65](https://togithub.com/swc-project/swc/commit/d473a6597653e59fc485ffb9cb116d23b4b55e70)) ##### Miscellaneous Tasks - **(es)** Fix clippy warnings ([#​3482](https://togithub.com/swc-project/swc/issues/3482)) ([8bf5cf4](https://togithub.com/swc-project/swc/commit/8bf5cf4d030ec5ab615924b938c8c027c600e3e1)) - **(repo)** Configure kodiak ([#​3485](https://togithub.com/swc-project/swc/issues/3485)) ([cf8aa05](https://togithub.com/swc-project/swc/commit/cf8aa05d9ce5b60936c53c42d70ca934a09c373e))
facebook/jest ### [`v27.5.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2751) [Compare Source](https://togithub.com/facebook/jest/compare/v27.5.0...v27.5.1) ##### Features - `[jest-config]` Support comments in JSON config file ([#​12316](https://togithub.com/facebook/jest/pull/12316)) - `[pretty-format]` Expose `ConvertAnsi` plugin ([#​12308](https://togithub.com/facebook/jest/pull/12308)) ##### Fixes - `[expect]` Add type definitions for asymmetric `closeTo` matcher ([#​12304](https://togithub.com/facebook/jest/pull/12304)) - `[jest-cli]` Load binary via exported API ([#​12315](https://togithub.com/facebook/jest/pull/12315)) - `[jest-config]` Replace `jsonlint` with `parse-json` ([#​12316](https://togithub.com/facebook/jest/pull/12316)) - `[jest-repl]` Make module importable ([#​12311](https://togithub.com/facebook/jest/pull/12311) & [#​12315](https://togithub.com/facebook/jest/pull/12315)) ##### Chore & Maintenance - `[*]` Avoid anonymous default exports ([#​12313](https://togithub.com/facebook/jest/pull/12313))
tailwindlabs/prettier-plugin-tailwindcss ### [`v0.1.7`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/releases/v0.1.7) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.6...v0.1.7) ##### Fixed - Fix single quotes being converted to double quotes ([#​51](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/51)) ### [`v0.1.6`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/releases/v0.1.6) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.5...v0.1.6) ##### Fixed - Fix error when no Prettier options provided ([#​46](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/46))
tailwindlabs/tailwindcss ### [`v3.0.21`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3021---2022-02-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.20...v3.0.21) ##### Fixed - Move prettier plugin to dev dependencies ([#​7418](https://togithub.com/tailwindlabs/tailwindcss/pull/7418)) ### [`v3.0.20`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3020---2022-02-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.19...v3.0.20) ##### Added - Expose `context.sortClassList(classes)` ([#​7412](https://togithub.com/tailwindlabs/tailwindcss/pull/7412))

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/6Yy5LKKXG2UQzf86s57mPvRsMASD
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-dev-581cf6-timelessco.vercel.app