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

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
@swc/core (source) 1.2.198 -> 1.2.203 age adoption passing confidence
concurrently 7.2.1 -> 7.2.2 age adoption passing confidence
react (source) 18.1.0 -> 18.2.0 age adoption passing confidence
react-dom (source) 18.1.0 -> 18.2.0 age adoption passing confidence
tailwindcss (source) 3.1.2 -> 3.1.3 age adoption passing confidence

Release Notes

swc-project/swc ### [`v1.2.203`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12203---2022-06-14) [Compare Source](https://togithub.com/swc-project/swc/compare/803a0ac9b81da2ceb414c0d20e45698a28c6010a...v1.2.203) ##### Bug Fixes - **(ci)** Revert malloc changes ([709ad3e](https://togithub.com/swc-project/swc/commit/709ad3e087e833c5bc69c887ca963e4b7a9a81f7)) - **(common)** Don't use `get_unchecked` after setting the length to 0 ([#​4943](https://togithub.com/swc-project/swc/issues/4943)) ([f479951](https://togithub.com/swc-project/swc/commit/f479951ef2f1c9eff8e020c9fc46e78e16855a24)) - **(css/parser)** Fix input buffer and improve error recovery ([#​4948](https://togithub.com/swc-project/swc/issues/4948)) ([bf74d05](https://togithub.com/swc-project/swc/commit/bf74d05f3fb6ddb2f29a4808b64860021cbd4f5b)) - **(es/helpers)** Allow using external helpers with `type: module` ([#​4962](https://togithub.com/swc-project/swc/issues/4962)) ([4a27e6f](https://togithub.com/swc-project/swc/commit/4a27e6f84a9a4e99d161664fa1441b1278756023)) - **(es/parser)** Don't assume the length of char ([#​4967](https://togithub.com/swc-project/swc/issues/4967)) ([3e03ebf](https://togithub.com/swc-project/swc/commit/3e03ebf8bb527d3237b309c3df3a24bc9ebf7314)) ##### Features - **(es/lints)** Add `constructor-super` rule ([#​4912](https://togithub.com/swc-project/swc/issues/4912)) ([6daeeb0](https://togithub.com/swc-project/swc/commit/6daeeb0652513af7435c2197d74734c89965d66e)) - **(es/minifier)** Turn `Array`/`Object` calls into literals ([#​4947](https://togithub.com/swc-project/swc/issues/4947)) ([47bdc6a](https://togithub.com/swc-project/swc/commit/47bdc6a6b13c5a4d6b85d4e3a0e729126c7b5f9d)) - **(html)** Support self-closing flag ([#​4950](https://togithub.com/swc-project/swc/issues/4950)) ([5c2a918](https://togithub.com/swc-project/swc/commit/5c2a918946105d26d107b8bd869ee5dc76c9c04d)) - **(html/minifier)** Compress whitespaces ([#​4916](https://togithub.com/swc-project/swc/issues/4916)) ([f2690cc](https://togithub.com/swc-project/swc/commit/f2690cce08bf2e922b7eb9146288ca78ad0eeed4)) - **(html/minifier)** Add `remove_empty_attributes` option ([#​4958](https://togithub.com/swc-project/swc/issues/4958)) ([63d630d](https://togithub.com/swc-project/swc/commit/63d630d47761f1ab9c60a40c5bedf8542366f975)) - **(html/minifier)** Add `collapse_boolean_attributes` option ([#​4960](https://togithub.com/swc-project/swc/issues/4960)) ([3957bc6](https://togithub.com/swc-project/swc/commit/3957bc64b7d278cdf737e9da514fa94780044be2)) ##### Miscellaneous Tasks - **(ci)** Test `concurrent` ([#​4955](https://togithub.com/swc-project/swc/issues/4955)) ([1a9f935](https://togithub.com/swc-project/swc/commit/1a9f93546bf1c9192baa562a419648cfe5d199fc)) - **(ci)** Use macos for release builds ([#​4968](https://togithub.com/swc-project/swc/issues/4968)) ([1bf2b80](https://togithub.com/swc-project/swc/commit/1bf2b80f97c736cc7aae1a9c04325044839d0a3b)) - **(ci)** Fix publish build on Windows ([#​4970](https://togithub.com/swc-project/swc/issues/4970)) ([db9f7a5](https://togithub.com/swc-project/swc/commit/db9f7a5ad4d830b1b1e42e7aa09a2edc935a8ad1)) ##### Performance - **(common)** Add `Atom` type ([#​4945](https://togithub.com/swc-project/swc/issues/4945)) ([4ada9c7](https://togithub.com/swc-project/swc/commit/4ada9c7e05d1d61e061bf6af5830d10580d671eb)) - **(css/parser)** Improve performance of lexer ([#​4921](https://togithub.com/swc-project/swc/issues/4921)) ([327969d](https://togithub.com/swc-project/swc/commit/327969d0d96159ed45a45a92e943d9d426de303c)) - **(es/minifier)** Make more things parallel and reduce call stacks ([#​4915](https://togithub.com/swc-project/swc/issues/4915)) ([3580638](https://togithub.com/swc-project/swc/commit/35806385eab405a3a03d88172c94dfefb2599240)) - **(es/transforms)** Make rename operator parallel ([#​4951](https://togithub.com/swc-project/swc/issues/4951)) ([445d585](https://togithub.com/swc-project/swc/commit/445d58518dc1ea5ab670f4e3d9e8b833108e1cf7)) ##### Refactor - **(es/resolver)** Prepare parallel `resolver` ([#​4957](https://togithub.com/swc-project/swc/issues/4957)) ([ea92a6a](https://togithub.com/swc-project/swc/commit/ea92a6ab8a17a03d6f8d301fe3373d8282d09218)) - **(html/parser)** Remove unused code ([#​4949](https://togithub.com/swc-project/swc/issues/4949)) ([42a1d7c](https://togithub.com/swc-project/swc/commit/42a1d7c7a11120b8be8dbd7a29a6401d60062d70)) ##### Testing - **(css/parser)** Improve tests ([#​4963](https://togithub.com/swc-project/swc/issues/4963)) ([1b7b4f0](https://togithub.com/swc-project/swc/commit/1b7b4f0cb4b331d5ad861e3721c2fcd14322b2e4))
open-cli-tools/concurrently ### [`v7.2.2`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.2.2) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.2.1...v7.2.2) #### What's Changed - Update rxjs to version 7.0.0 - [#​326](https://togithub.com/open-cli-tools/concurrently/issues/326) - Fix TypeScript not able to resolve types when on Node 16 - [#​330](https://togithub.com/open-cli-tools/concurrently/issues/330) #### New Contributors - [@​jsfix-updater](https://togithub.com/jsfix-updater) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/326](https://togithub.com/open-cli-tools/concurrently/pull/326) - [@​Baune8D](https://togithub.com/Baune8D) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/330](https://togithub.com/open-cli-tools/concurrently/pull/330)
facebook/react ### [`v18.2.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#​1820-June-14-2022) [Compare Source](https://togithub.com/facebook/react/compare/v18.1.0...v18.2.0) ##### React DOM - Provide a component stack as a second argument to `onRecoverableError`. ([@​gnoff](https://togithub.com/gnoff) in [#​24591](https://togithub.com/facebook/react/pull/24591)) - Fix hydrating into `document` causing a blank page on mismatch. ([@​gnoff](https://togithub.com/gnoff) in [#​24523](https://togithub.com/facebook/react/pull/24523)) - Fix false positive hydration errors with Suspense. ([@​gnoff](https://togithub.com/gnoff) in [#​24480](https://togithub.com/facebook/react/pull/24480) and [@​acdlite](https://togithub.com/acdlite) in [#​24532](https://togithub.com/facebook/react/pull/24532)) - Fix ignored `setState` in Safari when adding an iframe. ([@​gaearon](https://togithub.com/gaearon) in [#​24459](https://togithub.com/facebook/react/pull/24459)) ##### React DOM Server - Pass information about server errors to the client. ([@​salazarm](https://togithub.com/salazarm) and [@​gnoff](https://togithub.com/gnoff) in [#​24551](https://togithub.com/facebook/react/pull/24551) and [#​24591](https://togithub.com/facebook/react/pull/24591)) - Allow to provide a reason when aborting the HTML stream. ([@​gnoff](https://togithub.com/gnoff) in [#​24680](https://togithub.com/facebook/react/pull/24680)) - Eliminate extraneous text separators in the HTML where possible. ([@​gnoff](https://togithub.com/gnoff) in [#​24630](https://togithub.com/facebook/react/pull/24630)) - Disallow complex children inside `` elements to match the browser constraints. ([@​gnoff](https://togithub.com/gnoff) in [#​24679](https://togithub.com/facebook/react/pull/24679)) - Fix buffering in some worker environments by explicitly setting `highWaterMark` to `0`. ([@​jplhomer](https://togithub.com/jplhomer) in [#​24641](https://togithub.com/facebook/react/pull/24641)) ##### Server Components (Experimental) - Add support for `useId()` inside Server Components. ([@​gnoff](https://togithub.com/gnoff)) in [#​24172](https://togithub.com/facebook/react/pull/24172) </details> <details> <summary>tailwindlabs/tailwindcss</summary> ### [`v3.1.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​313---2022-06-14) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.1.2...v3.1.3) ##### Fixed - Fix extraction of multi-word utilities with arbitrary values and quotes ([#​8604](https://togithub.com/tailwindlabs/tailwindcss/pull/8604)) - Fix casing of import of `corePluginList` type definition ([#​8587](https://togithub.com/tailwindlabs/tailwindcss/pull/8587)) - Ignore PostCSS nodes returned by `addVariant` ([#​8608](https://togithub.com/tailwindlabs/tailwindcss/pull/8608)) - Fix missing spaces around arithmetic operators ([#​8615](https://togithub.com/tailwindlabs/tailwindcss/pull/8615)) - Detect alpha value in CSS `theme()` function when using quotes ([#​8625](https://togithub.com/tailwindlabs/tailwindcss/pull/8625)) - Fix "Maximum call stack size exceeded" bug ([#​8636](https://togithub.com/tailwindlabs/tailwindcss/pull/8636)) - Allow functions returning parallel variants to mutate the container ([#​8622](https://togithub.com/tailwindlabs/tailwindcss/pull/8622)) - Remove text opacity CSS variables from `::marker` ([#​8622](https://togithub.com/tailwindlabs/tailwindcss/pull/8622)) </details> <hr /> <h3>Configuration</h3> <p>📅 <strong>Schedule</strong>: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).</p> <p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p> <p>♻ <strong>Rebasing</strong>: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.</p> <p>👻 <strong>Immortal</strong>: This PR will be recreated if closed unmerged. Get <a rel="noreferrer nofollow" target="_blank" href="https://togithub.com/renovatebot/renovate/discussions">config help</a> if that's undesired.</p> <hr /> <ul> <li>[ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.</li> </ul> <hr /> <p>This PR has been generated by <a rel="noreferrer nofollow" target="_blank" href="https://www.mend.io/free-developer-tools/renovate/">Mend Renovate</a>. View repository job log <a rel="noreferrer nofollow" target="_blank" href="https://app.renovatebot.com/dashboard#github/adaptui/react-tailwind">here</a>.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/vercel[bot]"><img src="https://avatars.githubusercontent.com/in/8329?v=4" />vercel[bot]</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p><strong>The latest updates on your projects</strong>. Learn more about <a href="https://vercel.link/github-learn-more">Vercel for Git ↗︎</a></p> <table> <thead> <tr> <th style="text-align: left;">Name</th> <th style="text-align: left;">Status</th> <th style="text-align: left;">Preview</th> <th style="text-align: left;">Updated</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"><strong>react-tailwind</strong></td> <td style="text-align: left;">✅ Ready (<a href="https://vercel.com/timelessco/react-tailwind/5reEtrpQ26iAwMyizfP92Zd2cLmR">Inspect</a>)</td> <td style="text-align: left;"><a href="https://react-tailwind-git-renovate-dev-dependencies-minor-timelessco.vercel.app">Visit Preview</a></td> <td style="text-align: left;">Jun 15, 2022 at 6:21AM (UTC)</td> </tr> </tbody> </table> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>