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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/core (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/preset-env (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@swc/core (source) 1.2.215 -> 1.2.218 age adoption passing confidence
@swc/jest 0.2.21 -> 0.2.22 age adoption passing confidence
@testing-library/user-event 14.2.3 -> 14.2.6 age adoption passing confidence
@types/jest 28.1.5 -> 28.1.6 age adoption passing confidence
concurrently 7.2.2 -> 7.3.0 age adoption passing confidence
eslint (source) 8.19.0 -> 8.20.0 age adoption passing confidence
release-it 15.1.1 -> 15.1.2 age adoption passing confidence

Release Notes

babel/babel ### [`v7.18.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7189-2022-07-18) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.6...v7.18.9) ##### :bug: Bug Fix - `babel-plugin-transform-modules-systemjs`, `babel-types` - [#​14763](https://togithub.com/babel/babel/pull/14763) fix: allow exporting `TSDeclareFunction` as default ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-generator` - [#​14758](https://togithub.com/babel/babel/pull/14758) fix: `returnType` with comments generates incorrect code ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-cli` - [#​14748](https://togithub.com/babel/babel/pull/14748) Print a message when the watcher of `babel-cli` is ready. ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helper-remap-async-to-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-preset-env` - [#​13414](https://togithub.com/babel/babel/pull/13414) Prepare for compiling Babel to native ESM ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-traverse`, `babel-types` - [#​14739](https://togithub.com/babel/babel/pull/14739) Provide better parentPath typings ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-generator` - [#​14701](https://togithub.com/babel/babel/pull/14701) perf: Improve generator perf ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
swc-project/swc ### [`v1.2.218`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12218---2022-07-18) [Compare Source](https://togithub.com/swc-project/swc/compare/ff949b0bc7df790a6d1df11f2129d589b0dd46b8...v1.2.218) ##### Bug Fixes - **(cli)** Emit sourcemap with file inputs ([#​5213](https://togithub.com/swc-project/swc/issues/5213)) ([3e3be80](https://togithub.com/swc-project/swc/commit/3e3be80efda09ae494f8962947562b4411874061)) - **(es)** Fix resolving of symlinks ([#​5222](https://togithub.com/swc-project/swc/issues/5222)) ([27cc45d](https://togithub.com/swc-project/swc/commit/27cc45d50fa035fbb7bbab307752ec55c8d5ed0c)) - **(es/lints)** Disallow duplicate export functions ([#​5234](https://togithub.com/swc-project/swc/issues/5234)) ([c68d484](https://togithub.com/swc-project/swc/commit/c68d484305d3dfac3e14e45682c9d5ec10b49a45)) - **(es/minifier)** Fix size calculation of numbers ([#​5232](https://togithub.com/swc-project/swc/issues/5232)) ([2e9c9be](https://togithub.com/swc-project/swc/commit/2e9c9bea1ad5c95a1e4867eba2f9bbe53c466fc7)) - **(es/modules)** Preserve order for ts import equals ([#​5215](https://togithub.com/swc-project/swc/issues/5215)) ([6b1ce09](https://togithub.com/swc-project/swc/commit/6b1ce09b6f59e53a750a71e447a148aedcef8468)) - **(html/parser)** Fix span ([#​5209](https://togithub.com/swc-project/swc/issues/5209)) ([b4daa30](https://togithub.com/swc-project/swc/commit/b4daa3005803be23676bec666bb8f8791f2472b3)) - **(html/parser)** Improve span ([#​5230](https://togithub.com/swc-project/swc/issues/5230)) ([0f7646c](https://togithub.com/swc-project/swc/commit/0f7646cc4763f2d79d0b3cb4529a0c7ec7df94e8)) - **(testing)** Allow space in file names ([#​5237](https://togithub.com/swc-project/swc/issues/5237)) ([de76868](https://togithub.com/swc-project/swc/commit/de76868cad88b9afe103a60331c1456a3f02e37e))- **general**: Fix(es/lints: Handle ts export import equals ([#​5225](https://togithub.com/swc-project/swc/issues/5225)) ([04de455](https://togithub.com/swc-project/swc/commit/04de455a9a34dbcbb193bffc9ab504c0e30e8706)) ##### Features - **(css/ast)** Make `raw` optional ([#​5211](https://togithub.com/swc-project/swc/issues/5211)) ([b65a16c](https://togithub.com/swc-project/swc/commit/b65a16c7aa58bca57ad861ca015867f89fb80a79)) - **(es/lints)** Support `ignoreReadBeforeAssign` for `prefer-const` ([#​4933](https://togithub.com/swc-project/swc/issues/4933)) ([d035648](https://togithub.com/swc-project/swc/commit/d0356489cb1dfae8e6ced8dd239643bf6f5b029d)) - **(html/ast)** Add `raw` to attributes ([#​5208](https://togithub.com/swc-project/swc/issues/5208)) ([64237fa](https://togithub.com/swc-project/swc/commit/64237fa7fb9c95030f92892143f476c2573bed75)) - **(html/ast)** Add `raw` to doctype ([#​5198](https://togithub.com/swc-project/swc/issues/5198)) ([945510a](https://togithub.com/swc-project/swc/commit/945510a6954db87f78dcffa888f49b630f4eb74d)) - **(html/minifier)** Compress more default attributes ([#​5182](https://togithub.com/swc-project/swc/issues/5182)) ([625fc18](https://togithub.com/swc-project/swc/commit/625fc18da01643d81af535eefd4c636e5a632af0)) - **(html/minifier)** Improve minifier ([#​5227](https://togithub.com/swc-project/swc/issues/5227)) ([1da6016](https://togithub.com/swc-project/swc/commit/1da6016da7db783a4207cfff480b057ea911006c)) - **(node)** Use wasm as a fallback ([#​5233](https://togithub.com/swc-project/swc/issues/5233)) ([1cebf62](https://togithub.com/swc-project/swc/commit/1cebf626e66b52f0fe325f679443d8243ab9eba3)) - **(plugin)** Pass `unresolved_mark` to plugins ([#​5212](https://togithub.com/swc-project/swc/issues/5212)) ([92c0153](https://togithub.com/swc-project/swc/commit/92c0153cb56a6b3b7d6503216a14d5ed78df71dc)) ##### Miscellaneous Tasks - **(ci)** Fix publish script ([#​5241](https://togithub.com/swc-project/swc/issues/5241)) ([66550d6](https://togithub.com/swc-project/swc/commit/66550d6e87582bb3cb34d18c0dffd8f33814d81d)) - **(visit)** Specify version of `swc_macros_common` ([#​5231](https://togithub.com/swc-project/swc/issues/5231)) ([1aa0223](https://togithub.com/swc-project/swc/commit/1aa022361e7918f4077eacae6e51899eac007be5))- **general**: Typo ([#​5239](https://togithub.com/swc-project/swc/issues/5239)) ([17f1cee](https://togithub.com/swc-project/swc/commit/17f1cee0a8132c79712c742f645e098df9309999))- **general**: Typo ([#​5238](https://togithub.com/swc-project/swc/issues/5238)) ([df426d7](https://togithub.com/swc-project/swc/commit/df426d7b1d2ca74505051bfe78aa78a2a315e0ab)) ##### Testing - **(css/parser)** Add a test ([#​5228](https://togithub.com/swc-project/swc/issues/5228)) ([8e5efb6](https://togithub.com/swc-project/swc/commit/8e5efb65d55706883663a25a0e281a4ef013001b)) - **(es/plugin)** Build plugins for e2e testing ([#​5210](https://togithub.com/swc-project/swc/issues/5210)) ([cd94f0a](https://togithub.com/swc-project/swc/commit/cd94f0a2e9a7331073d20638031ae86d3308760e)) - **(plugin)** Fix e2e tests on windows ([#​5216](https://togithub.com/swc-project/swc/issues/5216)) ([f1ba332](https://togithub.com/swc-project/swc/commit/f1ba3327cfcc37534484362293cfac19587110da)) ##### Build - **(node)** Use explicit list for package files ([#​5229](https://togithub.com/swc-project/swc/issues/5229)) ([b01b6cf](https://togithub.com/swc-project/swc/commit/b01b6cf57ee2dcd33886ba9196f364bcb9273afe))
swc-project/jest ### [`v0.2.22`](https://togithub.com/swc-project/jest/compare/v0.2.21...v0.2.22) [Compare Source](https://togithub.com/swc-project/jest/compare/v0.2.21...v0.2.22)
testing-library/user-event ### [`v14.2.6`](https://togithub.com/testing-library/user-event/releases/tag/v14.2.6) [Compare Source](https://togithub.com/testing-library/user-event/compare/v14.2.5...v14.2.6) ##### Bug Fixes - **document:** reduce impact of React@17 workaround ([#​992](https://togithub.com/testing-library/user-event/issues/992)) ([9816d38](https://togithub.com/testing-library/user-event/commit/9816d384c33db30a00e1fa16c3bd616c6c58fd27)) - **pointer:** do not throw for `pointer-events: none` on previous target ([#​991](https://togithub.com/testing-library/user-event/issues/991)) ([6e4058b](https://togithub.com/testing-library/user-event/commit/6e4058becffb261a64968677c161f82daf9b3e25)) ### [`v14.2.5`](https://togithub.com/testing-library/user-event/releases/tag/v14.2.5) [Compare Source](https://togithub.com/testing-library/user-event/compare/v14.2.4...v14.2.5) ##### Bug Fixes - **document:** do not track `value` on `HTMLSelectElement` ([#​989](https://togithub.com/testing-library/user-event/issues/989)) ([77a7fa8](https://togithub.com/testing-library/user-event/commit/77a7fa840a162e1361fab88e52cb01b3c805163a)) ### [`v14.2.4`](https://togithub.com/testing-library/user-event/releases/tag/v14.2.4) [Compare Source](https://togithub.com/testing-library/user-event/compare/v14.2.3...v14.2.4) ##### Bug Fixes - use `window.FileList` instead of implicit global ([c88865d](https://togithub.com/testing-library/user-event/commit/c88865d3fcb34c485f7f008a01e8eb7e5bfbfbbe))
open-cli-tools/concurrently ### [`v7.3.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.3.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.2.2...v7.3.0) #### What's Changed - Export package.json path by [@​gustavohenke](https://togithub.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/339](https://togithub.com/open-cli-tools/concurrently/pull/339)
eslint/eslint ### [`v8.20.0`](https://togithub.com/eslint/eslint/releases/tag/v8.20.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.19.0...v8.20.0) #### Features - [`ca83178`](https://togithub.com/eslint/eslint/commit/ca83178b18cd5d649bd52a20aef8f8b3f48d3085) feat: catch preprocess errors ([#​16105](https://togithub.com/eslint/eslint/issues/16105)) (JounQin) #### Bug Fixes - [`30be0ed`](https://togithub.com/eslint/eslint/commit/30be0ed4d84dd436e6c2e345e264c10b2bd37308) fix: no-warning-comments rule escapes special RegEx characters in terms ([#​16090](https://togithub.com/eslint/eslint/issues/16090)) (Lachlan Hunt) - [`bfe5e88`](https://togithub.com/eslint/eslint/commit/bfe5e884098874bb512609bcd94a5e5ed797839d) fix: ignore spacing before `]` and `}` in comma-spacing ([#​16113](https://togithub.com/eslint/eslint/issues/16113)) (Milos Djermanovic) #### Documentation - [`845c4f4`](https://togithub.com/eslint/eslint/commit/845c4f40274ccb3727c624db44c7a23aafa71318) docs: Add website team details ([#​16115](https://togithub.com/eslint/eslint/issues/16115)) (Nicholas C. Zakas) - [`5a0dfdb`](https://togithub.com/eslint/eslint/commit/5a0dfdb9938ffdcea52047466bac11ea983f4b29) docs: Link to blog post in no-constant-binary-expression ([#​16112](https://togithub.com/eslint/eslint/issues/16112)) (Jordan Eldredge) - [`bc692a9`](https://togithub.com/eslint/eslint/commit/bc692a9bf5c664c646ce386eff44eb706c231127) docs: remove install command ([#​16084](https://togithub.com/eslint/eslint/issues/16084)) (Strek) - [`49ca3f0`](https://togithub.com/eslint/eslint/commit/49ca3f090425e06fdf6e66bcf2415508c46671e1) docs: don't show toc when content not found ([#​16095](https://togithub.com/eslint/eslint/issues/16095)) (Amaresh S M) - [`ba19e3f`](https://togithub.com/eslint/eslint/commit/ba19e3f80a32ceae82e0ed6c0acf16061d8370da) docs: enhance 404 page UI ([#​16097](https://togithub.com/eslint/eslint/issues/16097)) (Amaresh S M) - [`a75d3b4`](https://togithub.com/eslint/eslint/commit/a75d3b47b84f59c080c0c8301ae859fa64aa0f0f) docs: remove unused meta.docs.category field in working-with-rules page ([#​16109](https://togithub.com/eslint/eslint/issues/16109)) (Brandon Scott) - [`cdc0206`](https://togithub.com/eslint/eslint/commit/cdc020639022dd931863460273de61f4ed4ce0f8) docs: add formatters page edit link ([#​16094](https://togithub.com/eslint/eslint/issues/16094)) (Amaresh S M) - [`4d1ed22`](https://togithub.com/eslint/eslint/commit/4d1ed22dede531108c8a7899d513f64f0662c135) docs: preselect default theme ([#​16098](https://togithub.com/eslint/eslint/issues/16098)) (Strek) - [`4b79612`](https://togithub.com/eslint/eslint/commit/4b79612f0bdf860142401033f32fe9a5b8cd7d03) docs: add missing correct/incorrect containers ([#​16087](https://togithub.com/eslint/eslint/issues/16087)) (Milos Djermanovic) - [`09f6acb`](https://togithub.com/eslint/eslint/commit/09f6acbf2136e3084a3174607ab29a48d5d519b0) docs: fix UI bug on rules index and details pages ([#​16082](https://togithub.com/eslint/eslint/issues/16082)) (Deepshika S) - [`f5db264`](https://togithub.com/eslint/eslint/commit/f5db264931fd6259e064b5cf24b4233f5aaa4c7d) docs: remove remaining duplicate rule descriptions ([#​16093](https://togithub.com/eslint/eslint/issues/16093)) (Milos Djermanovic) - [`32a6b2a`](https://togithub.com/eslint/eslint/commit/32a6b2a5caae8fa3734dfbdb9640bb4963fc5f4f) docs: Add scroll behaviour smooth ([#​16056](https://togithub.com/eslint/eslint/issues/16056)) (Amaresh S M) #### Chores - [`bbf8df4`](https://togithub.com/eslint/eslint/commit/bbf8df41c901d41753ca4f3f0baf021944782597) chore: Mark autogenerated release blog post as draft ([#​16130](https://togithub.com/eslint/eslint/issues/16130)) (Nicholas C. Zakas) - [`eee4306`](https://togithub.com/eslint/eslint/commit/eee43067f635c0ec3b61e416f47849029d12268d) chore: update internal lint dependencies ([#​16088](https://togithub.com/eslint/eslint/issues/16088)) (Bryan Mishkin) - [`9615a42`](https://togithub.com/eslint/eslint/commit/9615a42c9f065188024423a28b603cb93dad18d4) chore: update formatter examples template to avoid markdown lint error ([#​16085](https://togithub.com/eslint/eslint/issues/16085)) (Milos Djermanovic) - [`62541ed`](https://togithub.com/eslint/eslint/commit/62541edf5843ff8e01f14f870701d5df0b2c1cb5) chore: fix markdown linting error ([#​16083](https://togithub.com/eslint/eslint/issues/16083)) (唯然)
release-it/release-it ### [`v15.1.2`](https://togithub.com/release-it/release-it/releases/tag/15.1.2) [Compare Source](https://togithub.com/release-it/release-it/compare/15.1.1...15.1.2) - Explicitly use node-fetch (nock doesn't intercept native fetch in Node 18) ([`b6d5813`](https://togithub.com/release-it/release-it/commit/b6d5813)) - Update dependencies ([`8a8149e`](https://togithub.com/release-it/release-it/commit/8a8149e)) - Use extension-based export for test/util.js (fixes [#​920](https://togithub.com/release-it/release-it/issues/920)) ([`529bc1f`](https://togithub.com/release-it/release-it/commit/529bc1f)) - Print interpolated assets (fixes [#​898](https://togithub.com/release-it/release-it/issues/898)) ([`31068de`](https://togithub.com/release-it/release-it/commit/31068de))

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.

vercel[bot] commented 2 years ago

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

Name Status Preview Updated
react-tailwind ✅ Ready (Inspect) Visit Preview Jul 19, 2022 at 2:20AM (UTC)