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

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
@swc/core (source) 1.2.168 -> 1.2.171 age adoption passing confidence
babel-loader 8.2.4 -> 8.2.5 age adoption passing confidence
eslint-plugin-storybook 0.5.10 -> 0.5.11 age adoption passing confidence
lint-staged 12.3.8 -> 12.4.0 age adoption passing confidence
prettier-plugin-tailwindcss 0.1.8 -> 0.1.10 age adoption passing confidence
tslib (source) 2.3.1 -> 2.4.0 age adoption passing confidence

Release Notes

swc-project/swc ### [`v1.2.171`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12171---2022-04-22) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.170...v1.2.171) ##### Bug Fixes - **(common)** Ignore extraneous mapping of 1, 0 => 0, 0 ([#​4381](https://togithub.com/swc-project/swc/issues/4381)) ([a06c559](https://togithub.com/swc-project/swc/commit/a06c55930f64a158b289c790ac9f7f71de78838a)) - **(es)** Fix CI ([#​4385](https://togithub.com/swc-project/swc/issues/4385)) ([805238a](https://togithub.com/swc-project/swc/commit/805238ae303b9c3e688c729b6863e0d5745f1949)) - **(es/codegen)** Allow non-ascii character in more places ([#​4394](https://togithub.com/swc-project/swc/issues/4394)) ([139ac24](https://togithub.com/swc-project/swc/commit/139ac24c4636ff72f37a215a578871ac2f4a9f5d)) - **(es/minifier)** Don't drop labels if required ([#​4370](https://togithub.com/swc-project/swc/issues/4370)) ([922299a](https://togithub.com/swc-project/swc/commit/922299a4907d9ce8082c5db2a9dc435abe507ca6)) - **(es/minifier)** Preserve more labels ([#​4380](https://togithub.com/swc-project/swc/issues/4380)) ([87859e3](https://togithub.com/swc-project/swc/commit/87859e373dd42857a52e5552a49e063c649b4607)) - **(es/minifier)** Disable `conditionals` by default ([#​4391](https://togithub.com/swc-project/swc/issues/4391)) ([375cc59](https://togithub.com/swc-project/swc/commit/375cc5975afffae27a9a7d5f1403ffd1328fdda1)) - **(plugin)** Align deps to fix build ([#​4377](https://togithub.com/swc-project/swc/issues/4377)) ([8419b60](https://togithub.com/swc-project/swc/commit/8419b604300695e57cb6b1191e9daf638c65c828)) - **(plugin)** Align deps for the plugin ([#​4384](https://togithub.com/swc-project/swc/issues/4384)) ([46e88a3](https://togithub.com/swc-project/swc/commit/46e88a303fd62378139c112839006364bcc8726c)) ##### Features - **(es/minifier)** Improve handling of switches ([#​4260](https://togithub.com/swc-project/swc/issues/4260)) ([8cf3ddd](https://togithub.com/swc-project/swc/commit/8cf3ddda6cd41d9dd0eddab9bd6e869753e1f0f8)) - **(es/parser)** Reject await expr with `**` ([#​4395](https://togithub.com/swc-project/swc/issues/4395)) ([59f63da](https://togithub.com/swc-project/swc/commit/59f63da560bc686eb658a091e363a1956da0daf3)) ##### Miscellaneous Tasks - **general**: Fix wasm publish script ([234e380](https://togithub.com/swc-project/swc/commit/234e38058071f1d91e899ba7d16f37f3e3a69334))- **general**: Fix CI ([11012d0](https://togithub.com/swc-project/swc/commit/11012d07e56895369f016eb7e6c7cc9261398250))- **general**: Fix CI, really ([000e31b](https://togithub.com/swc-project/swc/commit/000e31b3cdd44430e6fc9957bb496577294ac218)) ##### Testing - **(es/parser)** Add a test for a fixed issue ([#​4388](https://togithub.com/swc-project/swc/issues/4388)) ([b9cba1a](https://togithub.com/swc-project/swc/commit/b9cba1ad4dc90090fe42755ad479fefd5ee8b17c)) ### [`v1.2.170`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12170---2022-04-20) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.169...v1.2.170) ##### Performance - **(es/minifier)** Fix default of `TerserCompressorOptions` ([#​4378](https://togithub.com/swc-project/swc/issues/4378)) ([203dde9](https://togithub.com/swc-project/swc/commit/203dde9c6b83390e65444615299829f4212eac9d)) ##### Testing - **(es/minifier)** Organize tests ([#​4375](https://togithub.com/swc-project/swc/issues/4375)) ([4a8b1da](https://togithub.com/swc-project/swc/commit/4a8b1dad1d527cbbdd95a9aabb82423772841f18)) ### [`v1.2.169`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12169---2022-04-20) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.168...v1.2.169) ##### Bug Fixes - **(es/lexer)** Fix handling of object properties with the name `function` ([#​4374](https://togithub.com/swc-project/swc/issues/4374)) ([3bdf5a8](https://togithub.com/swc-project/swc/commit/3bdf5a89600ecbc81be4eba162c09820a8a6550c)) - **(es/minifier)** Fix default values of `toplevel` ([#​4366](https://togithub.com/swc-project/swc/issues/4366)) ([128175c](https://togithub.com/swc-project/swc/commit/128175c3297e036ad38e8faa68aa149a94f5ee29)) - **(es/minifier)** Apply name mangler as much as we can ([#​4365](https://togithub.com/swc-project/swc/issues/4365)) ([a8ed5ba](https://togithub.com/swc-project/swc/commit/a8ed5ba357d735657245e5bcd266ba9bda341099)) - **(es/minifier)** Apply name mangler even more ([#​4368](https://togithub.com/swc-project/swc/issues/4368)) ([4b1590e](https://togithub.com/swc-project/swc/commit/4b1590e72fb2dbae6af135d8c284d4c1a875045a)) - **(es/modules/cjs)** Fix order of statements ([#​4361](https://togithub.com/swc-project/swc/issues/4361)) ([5c1ce0b](https://togithub.com/swc-project/swc/commit/5c1ce0ba051de3320e90b0992d57a965a6c2dd8a)) ##### Features - **(cli)** Support configuring output file extension ([#​4343](https://togithub.com/swc-project/swc/issues/4343)) ([c4f01c6](https://togithub.com/swc-project/swc/commit/c4f01c6d6000890f5d3e0bb2e0e9531cff9c8c6b)) - **(es/minifier)** Implement more evaluation rules ([#​4356](https://togithub.com/swc-project/swc/issues/4356)) ([e13b862](https://togithub.com/swc-project/swc/commit/e13b8625f2f67c98c36ac975f3739b304706201b)) - **(es/minifier)** Improve evaluation of template literals ([#​4359](https://togithub.com/swc-project/swc/issues/4359)) ([2e095fa](https://togithub.com/swc-project/swc/commit/2e095face5b6873d50f20babca88a632e5b70d76)) - **(es/minifier)** Implement all template literal evaluation rules ([#​4360](https://togithub.com/swc-project/swc/issues/4360)) ([e60ae2a](https://togithub.com/swc-project/swc/commit/e60ae2a486cdbe4e652f9b7f3a62b4b7dea9c4fb)) - **(plugin)** Support `lookup_char_pos` of `SourceMap` ([#​4364](https://togithub.com/swc-project/swc/issues/4364)) ([f06c862](https://togithub.com/swc-project/swc/commit/f06c862a9ff2c6510c3b88b4d5bd4807a11b5bfb)) ##### Miscellaneous Tasks - **(es)** Rename benchmarks ([#​4355](https://togithub.com/swc-project/swc/issues/4355)) ([8309440](https://togithub.com/swc-project/swc/commit/83094400080bef161b4b106aa3840efc7f2dfecd)) - **(es/minifier)** Setup correct benchmark ([#​4372](https://togithub.com/swc-project/swc/issues/4372)) ([5d179bf](https://togithub.com/swc-project/swc/commit/5d179bfd7d41731a2322854c7aafc93b008eb5f8)) - **(node/types)** Add `unsafe` to compress options ([#​4362](https://togithub.com/swc-project/swc/issues/4362)) ([b63cd53](https://togithub.com/swc-project/swc/commit/b63cd53ca6cb230f7724a03ffaebe2362c80d35b))- **general**: Remove an incorrect link in `CONTRIBUTING.md` ([#​4363](https://togithub.com/swc-project/swc/issues/4363)) ([c661d5f](https://togithub.com/swc-project/swc/commit/c661d5f6f6b613cfed22545cc7cde7411dbd5747)) ##### Performance - **(es/minifier)** Make `base54` use stack-allocated vector ([#​4371](https://togithub.com/swc-project/swc/issues/4371)) ([6300b9c](https://togithub.com/swc-project/swc/commit/6300b9cdb19150686bc71c08386e11d7899a0764)) - **(es/minifier)** Change default value of `passes` to `3` ([#​4373](https://togithub.com/swc-project/swc/issues/4373)) ([a8eb00c](https://togithub.com/swc-project/swc/commit/a8eb00cc540c0bfdfc7d0b922fe34bea2cf8ef45)) ##### Testing - **(es/parser)** Add a test for a fixed issue ([#​4357](https://togithub.com/swc-project/swc/issues/4357)) ([bf76175](https://togithub.com/swc-project/swc/commit/bf761752f1b62635e973da7fb8150ddc323dea9b))
babel/babel-loader ### [`v8.2.5`](https://togithub.com/babel/babel-loader/releases/v8.2.5) [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.4...v8.2.5) #### What's Changed - fix: respect `inputSourceMap` loader option by [@​alan-agius4](https://togithub.com/alan-agius4) in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) #### New Contributors - [@​alan-agius4](https://togithub.com/alan-agius4) made their first contribution in [https://github.com/babel/babel-loader/pull/896](https://togithub.com/babel/babel-loader/pull/896) **Full Changelog**: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
storybookjs/eslint-plugin-storybook ### [`v0.5.11`](https://togithub.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v0511-Wed-Apr-20-2022) [Compare Source](https://togithub.com/storybookjs/eslint-plugin-storybook/compare/v0.5.10...v0.5.11) ##### 🐛 Bug Fix - Increase type safety [#​89](https://togithub.com/storybookjs/eslint-plugin-storybook/pull/89) ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)) ##### Authors: 1 - Valentin Palkovic ([@​valentinpalkovic](https://togithub.com/valentinpalkovic)) ***
okonet/lint-staged ### [`v12.4.0`](https://togithub.com/okonet/lint-staged/releases/v12.4.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.3.8...v12.4.0) ##### Bug Fixes - handle empty input by returning empty array from `parseGitZOutput` ([a118817](https://togithub.com/okonet/lint-staged/commit/a118817189a5b41168179fe7268903b1d7f4413a)) - limit configuration discovery to cwd ([d8fdf1d](https://togithub.com/okonet/lint-staged/commit/d8fdf1d9232fde6d65e6b1f4313edbf8d32f9dcb)) - restore functionality of parent globs for a single configuration file ([877ab4c](https://togithub.com/okonet/lint-staged/commit/877ab4cc66dfa51f5d8d14c89aeadc3ea41a1916)) ##### Features - expose `--max-arg-length` cli option ([e8291b0](https://togithub.com/okonet/lint-staged/commit/e8291b03fa3f3210795b808f40b9a11968f2d988))
tailwindlabs/prettier-plugin-tailwindcss ### [`v0.1.10`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/releases/v0.1.10) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.9...v0.1.10) ##### Removed - Remove whitespace tidying and duplicate class removal due to [issues](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/issues/71) with whitespace removal ([#​72](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/72)) ### [`v0.1.9`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/releases/v0.1.9) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.8...v0.1.9) ##### Added - Add license file ([#​64](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/64)) - Add whitespace tidying and duplicate class removal ([#​70](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/70))
Microsoft/tslib ### [`v2.4.0`](https://togithub.com/Microsoft/tslib/releases/2.4.0) [Compare Source](https://togithub.com/Microsoft/tslib/compare/2.3.1...2.4.0) This release includes the `__classPrivateFieldIn` helper as well as an update to `__createBinding` to reduce indirection between multiple re-exports.

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

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
renderlesskit-react-tailwind ✅ Ready (Inspect) Visit Preview Apr 22, 2022 at 6:05AM (UTC)