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

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.136 -> 1.2.137 age adoption passing confidence
@types/tailwindcss 3.0.5 -> 3.0.7 age adoption passing confidence
axe-core (source) 4.4.0 -> 4.4.1 age adoption passing confidence
babel-jest 27.4.6 -> 27.5.0 age adoption passing confidence
jest (source) 27.4.7 -> 27.5.0 age adoption passing confidence
postcss-focus-visible 6.0.3 -> 6.0.4 age adoption passing confidence
prettier-plugin-tailwindcss 0.1.4 -> 0.1.5 age adoption passing confidence
react-hook-form (source) 7.26.0 -> 7.26.1 age adoption passing confidence
tailwindcss (source) 3.0.18 -> 3.0.19 age adoption passing confidence
ts-node (source) 10.4.0 -> 10.5.0 age adoption passing confidence

Release Notes

swc-project/swc ### [`v1.2.137`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12137---2022-02-07) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.136...v1.2.137) ##### Bug Fixes - **(css)** Fix parsing of `@page` at-rule ([#​3356](https://togithub.com/swc-project/swc/issues/3356)) ([4853821](https://togithub.com/swc-project/swc/commit/4853821d004f366c89c1b9122786e26ff923df05)) - **(css/ast)** Fix type definitions for `@document` at-rule ([#​3468](https://togithub.com/swc-project/swc/issues/3468)) ([df08e4c](https://togithub.com/swc-project/swc/commit/df08e4cfd7ed76fcfd00cc8245b13cc328513938)) - **(css/parser)** Report errors of at-rules ([#​3461](https://togithub.com/swc-project/swc/issues/3461)) ([e732250](https://togithub.com/swc-project/swc/commit/e732250cdf74c47faf5321b650a9cea6bd1ab4d4)) - **(es/compat)** Handle private fields in nested classes ([#​3431](https://togithub.com/swc-project/swc/issues/3431)) ([01500a5](https://togithub.com/swc-project/swc/commit/01500a54e04b88d08edff09f218166c862763657)) - **(es/compat)** Handle initializer hole in array patterns ([#​3442](https://togithub.com/swc-project/swc/issues/3442)) ([3bb2a6c](https://togithub.com/swc-project/swc/commit/3bb2a6ccca4e78412f80aea4fe6c22d04d345a00)) - **(es/compat)** Fix legacy decorator pass ([#​3459](https://togithub.com/swc-project/swc/issues/3459)) ([4f5e87b](https://togithub.com/swc-project/swc/commit/4f5e87b66b42a5672e00edcfa22234f1cde79580)) - **(es/fixer)** Handle more expressions in the super class position ([#​3452](https://togithub.com/swc-project/swc/issues/3452)) ([032f397](https://togithub.com/swc-project/swc/commit/032f397b52415378ede985be35713a3482093958)) - **(es/minifier)** Fix `codemirror` ([#​3462](https://togithub.com/swc-project/swc/issues/3462)) ([5812c3c](https://togithub.com/swc-project/swc/commit/5812c3c10fc224fbb33a17302491c5f7c2bd0a0b)) - **(es/minifier)** Fix `mapbox` ([#​3463](https://togithub.com/swc-project/swc/issues/3463)) ([0371c41](https://togithub.com/swc-project/swc/commit/0371c41b7cb9d505705a956b84b8e4dbe626a17c)) - **(es/modules)** Allow using a dynamic import with an expression from another import ([#​3450](https://togithub.com/swc-project/swc/issues/3450)) ([745604b](https://togithub.com/swc-project/swc/commit/745604b26d9151732d2572307dbeb22b2d10ca66)) - **(es/parser)** Fix parsing of decorators ([#​3449](https://togithub.com/swc-project/swc/issues/3449)) ([5a806c5](https://togithub.com/swc-project/swc/commit/5a806c5b817c63b7c4f7730b538831b1cea62711)) - **(es/resolver)** Fix handling of for statements ([#​3446](https://togithub.com/swc-project/swc/issues/3446)) ([2af5096](https://togithub.com/swc-project/swc/commit/2af5096e83229df1e5ccfe62659360c0392ef0ba)) ##### Features - **(css/ast)** Improve types related to `url` tokens ([#​3444](https://togithub.com/swc-project/swc/issues/3444)) ([49564d9](https://togithub.com/swc-project/swc/commit/49564d9b5d627b38b2faa63b55076cb55ba8d1a7)) - **(css/codegen)** Implement minification of hex colors ([#​3453](https://togithub.com/swc-project/swc/issues/3453)) ([eeedd71](https://togithub.com/swc-project/swc/commit/eeedd71705dc9b94363ec4e002ec647a3addba2d)) - **(css/codegen)** Implement minification of identifiers ([#​3466](https://togithub.com/swc-project/swc/issues/3466)) ([81850c2](https://togithub.com/swc-project/swc/commit/81850c2b30693061428569c9a6ebd4a3f07d7683)) - **(css/codegen)** Improve minification for page rules ([#​3467](https://togithub.com/swc-project/swc/issues/3467)) ([0ca036a](https://togithub.com/swc-project/swc/commit/0ca036a962042727e362b91748aa10547c87fc63)) - **(css/lexer)** Implement error recovery for functions ([#​3445](https://togithub.com/swc-project/swc/issues/3445)) ([f1410fc](https://togithub.com/swc-project/swc/commit/f1410fc09b4838fa8113c9b2041f58d7d752c519)) - **(es/lints)** Implement `prefer-regex-literals` ([#​3399](https://togithub.com/swc-project/swc/issues/3399)) ([8166275](https://togithub.com/swc-project/swc/commit/81662751666b5d49458ab8dad15f3c73e89ef2f6)) - **(es/lints)** Implement linter for quotes of string literals ([#​3443](https://togithub.com/swc-project/swc/issues/3443)) ([5d6143a](https://togithub.com/swc-project/swc/commit/5d6143a53c03d0caefc76ea54d6975126984d84d)) - **(es/parser)** Add an option to allow `super` outside of class methods ([#​3427](https://togithub.com/swc-project/swc/issues/3427)) ([cc185f0](https://togithub.com/swc-project/swc/commit/cc185f01cb249634d144830db702a281674f48da)) ##### Miscellaneous Tasks - **(es/lints)** Fix CI ([b06a5ab](https://togithub.com/swc-project/swc/commit/b06a5abe5868c3652fe89927acd3a56ea437b113)) ##### Refactor - **(css/ast)** Refactor types related to `@keyframes` at-rule ([#​3441](https://togithub.com/swc-project/swc/issues/3441)) ([5c1b021](https://togithub.com/swc-project/swc/commit/5c1b02182df9ee2f59b8b83f58b5d0b1ae04af35)) - **(css/ast)** Change AST for `!important` ([#​3440](https://togithub.com/swc-project/swc/issues/3440)) ([38879de](https://togithub.com/swc-project/swc/commit/38879de8deec6a45882252104fdcbb33cc3116a9)) - **(css/ast)** Refactor types related to selectors ([#​3460](https://togithub.com/swc-project/swc/issues/3460)) ([cd87d96](https://togithub.com/swc-project/swc/commit/cd87d965f35155748ec0e3b22deae3d8a5ebdb5b)) - **(css/ast)** Remove unused types ([#​3465](https://togithub.com/swc-project/swc/issues/3465)) ([69660fd](https://togithub.com/swc-project/swc/commit/69660fd161e0cce5eca7b7f5d436d4bb67dea64f)) ##### Testing - **(css/parser)** Add more tests for the selector parser ([#​3455](https://togithub.com/swc-project/swc/issues/3455)) ([479b509](https://togithub.com/swc-project/swc/commit/479b50984513296439af2814f990eb88486b82d5)) - **(es)** Update tsc test suite ([#​3448](https://togithub.com/swc-project/swc/issues/3448)) ([8b7c38c](https://togithub.com/swc-project/swc/commit/8b7c38c80ceeb8fc41ad4c60eb427dab9c06ba6e)) - **(es/parser)** Fix crlf ([#​3451](https://togithub.com/swc-project/swc/issues/3451)) ([397a96a](https://togithub.com/swc-project/swc/commit/397a96a1cf4a0d540db6e766890ed874f7818a65))
dequelabs/axe-core ### [`v4.4.1`](https://togithub.com/dequelabs/axe-core/blob/HEAD/CHANGELOG.md#​441-httpsgithubcomdequelabsaxe-corecomparev440v441-2022-02-03) [Compare Source](https://togithub.com/dequelabs/axe-core/compare/v4.4.0...v4.4.1) ##### Bug Fixes - **DPUB:** deprecate endnote, rather than endnotes (plural) ([#​3373](https://togithub.com/dequelabs/axe-core/issues/3373)) ([1ba9917](https://togithub.com/dequelabs/axe-core/pull/3377/commits/1ba9917801df9194092769c7c58f048884bc25fd)) - **d.ts:** correct getFrameContexts return type ([#​3370](https://togithub.com/dequelabs/axe-core/issues/3370)) ([a1b9611](https://togithub.com/dequelabs/axe-core/commit/a1b96113add29756a421e3934cb089d3734dec16))
facebook/jest ### [`v27.5.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2750) [Compare Source](https://togithub.com/facebook/jest/compare/v27.4.6...v27.5.0) ##### Features - `[expect]` Add asymmetric matcher `expect.closeTo` ([#​12243](https://togithub.com/facebook/jest/pull/12243)) - `[jest-mock]` Added `mockFn.mock.lastCall` to retrieve last argument ([#​12285](https://togithub.com/facebook/jest/pull/12285)) ##### Fixes - `[expect]` Add a fix for `.toHaveProperty('')` ([#​12251](https://togithub.com/facebook/jest/pull/12251)) - `[jest-each, @​jest/globals]` Allow passing `ReadonlyArray` type of a table to `describe.each` and `test.each` ([#​12297](https://togithub.com/facebook/jest/pull/12297)) - `[@jest/globals]` Add missing `options` argument to `jest.doMock` typing ([#​12292](https://togithub.com/facebook/jest/pull/12292)) - `[jest-environment-node]` Add `atob` and `btoa` ([#​12269](https://togithub.com/facebook/jest/pull/12269)) - `[jest-matcher-utils]` Correct diff for expected asymmetric matchers ([#​12264](https://togithub.com/facebook/jest/pull/12264)) - `[jest-message-util]` Fix `.getTopFrame()` (and `toMatchInlineSnapshot()`) with `mjs` files ([#​12277](https://togithub.com/facebook/jest/pull/12277)) ##### Chore & Maintenance - `[*]` Update `graceful-fs` to `^4.2.9` ([#​11749](https://togithub.com/facebook/jest/pull/11749)) ##### Performance - `[jest-resolve]` perf: skip error creation on not found `stat` calls ([#​11749](https://togithub.com/facebook/jest/pull/11749))
csstools/postcss-plugins ### [`v6.0.4`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-focus-visible/CHANGELOG.md#​604-February-5-2022) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/0adf45691a084114caf033afacb3515e4476f886...5a58ea927c71ea77068b6f5ed1601c45044acaed) - Improved `es module` and `commonjs` compatibility
tailwindlabs/prettier-plugin-tailwindcss ### [`v0.1.5`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/releases/v0.1.5) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.4...v0.1.5) ##### Added - Add support for MDX ([#​30](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/issues/30)) ##### Fixed - Fix error when formatting Svelte files that contain `let:class` attributes ([#​24](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/issues/24))
react-hook-form/react-hook-form ### [`v7.26.1`](https://togithub.com/react-hook-form/react-hook-form/releases/v7.26.1) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.26.0...v7.26.1) 🐞 close [https://github.com/react-hook-form/react-hook-form/issues/7758](https://togithub.com/react-hook-form/react-hook-form/issues/7758) `useController` should subscribe to exact field name ([https://github.com/react-hook-form/react-hook-form/pull/7759](https://togithub.com/react-hook-form/react-hook-form/pull/7759)) thanks to [@​Moshyfawn](https://togithub.com/Moshyfawn)
tailwindlabs/tailwindcss ### [`v3.0.19`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#​3019---2022-02-07) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19) ##### Fixed - Fix preflight border color fallback ([#​7288](https://togithub.com/tailwindlabs/tailwindcss/pull/7288)) - Correctly parse shadow lengths without a leading zero ([#​7289](https://togithub.com/tailwindlabs/tailwindcss/pull/7289)) - Don't crash when scanning extremely long class candidates ([#​7331](https://togithub.com/tailwindlabs/tailwindcss/pull/7331)) - Use less hacky fix for URLs detected as custom properties ([#​7275](https://togithub.com/tailwindlabs/tailwindcss/pull/7275)) - Correctly generate negative utilities when dash is before the prefix ([#​7295](https://togithub.com/tailwindlabs/tailwindcss/pull/7295)) - Detect prefixed negative utilities in the safelist ([#​7295](https://togithub.com/tailwindlabs/tailwindcss/pull/7295))
TypeStrong/ts-node ### [`v10.5.0`](https://togithub.com/TypeStrong/ts-node/releases/v10.5.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v10.4.0...v10.5.0) Questions about this release? Ask in the official discussion thread: [#​1634](https://togithub.com/TypeStrong/ts-node/issues/1634) **Added** - Eliminate "Emit Skipped" errors ([#​693](https://togithub.com/TypeStrong/ts-node/issues/693), [#​1345](https://togithub.com/TypeStrong/ts-node/issues/1345), [#​1629](https://togithub.com/TypeStrong/ts-node/issues/1629)) - Avoids all "Emit Skipped" errors by performing a fallback `transpileOnly`-style transformation. - Does not affect typechecking. Type errors are still detected and thrown. - Fallback has the same limitations as `isolatedModules`. This will only affect rare cases such as using `const enums` with `preserveConstEnums` disabled. - Fixes [#​693](https://togithub.com/TypeStrong/ts-node/issues/693) - Graduate swc transpiler out of experimental; add `swc: true` convenience option ([docs](https://typestrong.org/ts-node/docs/transpilers)) ([#​1487](https://togithub.com/TypeStrong/ts-node/issues/1487), [#​1536](https://togithub.com/TypeStrong/ts-node/issues/1536), [#​1613](https://togithub.com/TypeStrong/ts-node/issues/1613), [#​1627](https://togithub.com/TypeStrong/ts-node/issues/1627)) - `"swc": true` or `--swc` will use swc for faster execution - This feature is no longer marked "experimental." Thank you to everyone who filed bugs! - swc transpiler attempts to load `@swc/core` or `@swc/wasm` dependencies from your project before falling-back to global installations ([#​1613](https://togithub.com/TypeStrong/ts-node/issues/1613), [#​1627](https://togithub.com/TypeStrong/ts-node/issues/1627)) - global fallback only occurs when using a global installation of ts-node - Add support for TypeScript's `traceResolution` output ([docs](https://www.typescriptlang.org/tsconfig/#traceResolution)) ([#​1128](https://togithub.com/TypeStrong/ts-node/issues/1128), [#​1491](https://togithub.com/TypeStrong/ts-node/issues/1491)) [@​TheUnlocked](https://togithub.com/TheUnlocked) - Support import assertions in ESM loader ([docs](https://nodejs.org/dist/latest-v17.x/docs/api/esm.html#import-assertions)) ([#​1557](https://togithub.com/TypeStrong/ts-node/issues/1557), [#​1558](https://togithub.com/TypeStrong/ts-node/issues/1558), [#​1559](https://togithub.com/TypeStrong/ts-node/issues/1559), [#​1573](https://togithub.com/TypeStrong/ts-node/issues/1573)) [@​Pokute](https://togithub.com/Pokute), [@​geigerzaehler](https://togithub.com/geigerzaehler) - Allows importing JSON files from ESM with the requisite flag ([docs](https://nodejs.org/dist/latest-v17.x/docs/api/esm.html#json-modules)) - `ts-node -vvv` also logs absolute paths to `ts-node` and `typescript`, to make it more obvious when you're accidentally using globally-installed versions ([#​1323](https://togithub.com/TypeStrong/ts-node/issues/1323), [#​1620](https://togithub.com/TypeStrong/ts-node/issues/1620)) - Add swc target "es2022" ([#​1535](https://togithub.com/TypeStrong/ts-node/issues/1535), [#​1540](https://togithub.com/TypeStrong/ts-node/issues/1540)) - When you have target es2022 in tsconfig, will use swc's es2022 target **Changed** - Initialize TypeScript compiler before starting REPL prompt ([#​1498](https://togithub.com/TypeStrong/ts-node/issues/1498)) [@​TheUnlocked](https://togithub.com/TheUnlocked) - Improves responsiveness for first line of REPL input - Use `v8-compile-cache-lib` to load typescript - improves startup time ([#​1339](https://togithub.com/TypeStrong/ts-node/issues/1339), [#​1603](https://togithub.com/TypeStrong/ts-node/issues/1603)) - Support both `--camelCase` and `--hyphen-case` for all CLI flags; update documentation to use `--camelCase` ([#​1598](https://togithub.com/TypeStrong/ts-node/issues/1598), [#​1599](https://togithub.com/TypeStrong/ts-node/issues/1599)) - Not a breaking change; CLI continues to accept both forms - Make `TSError` `diagnosticText` property non-enumerable to prevent it from being logged below the stack ([#​1632](https://togithub.com/TypeStrong/ts-node/issues/1632)) **Fixed** - Fix [#​1538](https://togithub.com/TypeStrong/ts-node/issues/1538): REPL inputs fail to transpile via swc ([#​1538](https://togithub.com/TypeStrong/ts-node/issues/1538), [#​1541](https://togithub.com/TypeStrong/ts-node/issues/1541), [#​1602](https://togithub.com/TypeStrong/ts-node/issues/1602)) - Fix [#​1478](https://togithub.com/TypeStrong/ts-node/issues/1478): REPL erroneously logged `undefined` for all inputs after the first when using swc transpiler ([#​1478](https://togithub.com/TypeStrong/ts-node/issues/1478), [#​1580](https://togithub.com/TypeStrong/ts-node/issues/1580), [#​1602](https://togithub.com/TypeStrong/ts-node/issues/1602)) - Fix [#​1389](https://togithub.com/TypeStrong/ts-node/issues/1389): In `--showConfig` output, emit accurate `moduleTypes` paths resolved relative to the `tsconfig.json` which declared them ([#​1389](https://togithub.com/TypeStrong/ts-node/issues/1389), [#​1619](https://togithub.com/TypeStrong/ts-node/issues/1619)) - Fix: Remove indentation from `ts-node --help` output ([#​1597](https://togithub.com/TypeStrong/ts-node/issues/1597), [#​1600](https://togithub.com/TypeStrong/ts-node/issues/1600)) - Fix [#​1425](https://togithub.com/TypeStrong/ts-node/issues/1425): Merged definitions correctly into `tsconfig.schemastore-schema.json` ([#​1425](https://togithub.com/TypeStrong/ts-node/issues/1425), [#​1618](https://togithub.com/TypeStrong/ts-node/issues/1618)) - Fix: Allow disabling `"use strict"` emit in SWC transpiler ([#​1531](https://togithub.com/TypeStrong/ts-node/issues/1531), [#​1537](https://togithub.com/TypeStrong/ts-node/issues/1537)) - Fix: Add missing `ERR_UNKNOWN_FILE_EXTENSION` constructor; was throwing `ERR_UNKNOWN_FILE_EXTENSION is not a constructor` ([#​1562](https://togithub.com/TypeStrong/ts-node/issues/1562)) [@​bluelovers](https://togithub.com/bluelovers) - Fix [#​1565](https://togithub.com/TypeStrong/ts-node/issues/1565): entrypoint resolution failed on node v12.0.x and v12.1.x ([#​1565](https://togithub.com/TypeStrong/ts-node/issues/1565), [#​1566](https://togithub.com/TypeStrong/ts-node/issues/1566)) [@​davidmurdoch](https://togithub.com/davidmurdoch) #### Docs - Explain `env -S` flag for shebangs ([docs](https://typestrong.org/ts-node/docs/usage#shebang)) ([#​1448](https://togithub.com/TypeStrong/ts-node/issues/1448), [#​1545](https://togithub.com/TypeStrong/ts-node/issues/1545)) [@​sheeit](https://togithub.com/sheeit), [@​chee](https://togithub.com/chee) - Suggest `skipIgnore` when you want to compile files in node_modules ([docs](https://typestrong.org/ts-node/docs/how-it-works)) ([#​1553](https://togithub.com/TypeStrong/ts-node/issues/1553)) [@​webstrand](https://togithub.com/webstrand) - Fix typo in `moduleTypes` on options page ([docs](https://typestrong.org/ts-node/docs/options)) ([#​1630](https://togithub.com/TypeStrong/ts-node/issues/1630), [#​1633](https://togithub.com/TypeStrong/ts-node/issues/1633)) #### Misc - Adds experimental `experimentalResolverFeatures` option, but it does not do anything yet ([#​1514](https://togithub.com/TypeStrong/ts-node/issues/1514), [#​1614](https://togithub.com/TypeStrong/ts-node/issues/1614)) https://github.com/TypeStrong/ts-node/milestone/4

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