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

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
@storybook/addon-a11y 6.4.17 -> 6.4.18 age adoption passing confidence
@storybook/addon-actions 6.4.17 -> 6.4.18 age adoption passing confidence
@storybook/addon-essentials 6.4.17 -> 6.4.18 age adoption passing confidence
@storybook/builder-webpack5 6.4.17 -> 6.4.18 age adoption passing confidence
@storybook/manager-webpack5 6.4.17 -> 6.4.18 age adoption passing confidence
@storybook/react 6.4.17 -> 6.4.18 age adoption passing confidence
@types/tailwindcss 3.0.4 -> 3.0.5 age adoption passing confidence
axe-core (source) 4.3.5 -> 4.4.0 age adoption passing confidence
lint-staged 12.3.2 -> 12.3.3 age adoption passing confidence
postcss (source) 8.4.5 -> 8.4.6 age adoption passing confidence
webpack 5.67.0 -> 5.68.0 age adoption passing confidence

Release Notes

storybookjs/storybook ### [`v6.4.18`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​6418-February-2-2022) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.4.17...v6.4.18) ##### Bug Fixes - CLI: Pin version of `@mdx-js/react` to 1.x.x until we are compatible ([#​17395](https://togithub.com/storybookjs/storybook/pull/17395))
dequelabs/axe-core ### [`v4.4.0`](https://togithub.com/dequelabs/axe-core/blob/HEAD/CHANGELOG.md#​440-httpsgithubcomdequelabsaxe-corecomparev435v440-2022-01-26) [Compare Source](https://togithub.com/dequelabs/axe-core/compare/v4.3.5...v4.4.0) ##### Features - add new ARIA roles ([#​3138](https://togithub.com/dequelabs/axe-core/issues/3138)) ([61be7e5](https://togithub.com/dequelabs/axe-core/commit/61be7e555152d89c6770679fd6fdac10038f7cd3)) - **aria-allowed-attr:** report violation for non-global ARIA attrs on element without role ([#​3342](https://togithub.com/dequelabs/axe-core/issues/3342)) ([fb5d990](https://togithub.com/dequelabs/axe-core/commit/fb5d99005cf5e989a51b276b88ad67011cc02d49)) - **aria-allowed-attr:** report violations for non-global ARIA attributes on elements without a role ([#​3102](https://togithub.com/dequelabs/axe-core/issues/3102)) ([87cfc0b](https://togithub.com/dequelabs/axe-core/commit/87cfc0b4f4d998a88a2d534438e4f2ccf9427a86)) - **color-contrast:** add support for CSS mix-blend-mode ([#​3226](https://togithub.com/dequelabs/axe-core/issues/3226)) ([d497f40](https://togithub.com/dequelabs/axe-core/commit/d497f40026ba2266e31e7e8802511eb242ef0066)) - **commons:** deprecate shadowElementsFromPoint ([#​3311](https://togithub.com/dequelabs/axe-core/issues/3311)) ([c3a7d16](https://togithub.com/dequelabs/axe-core/commit/c3a7d1648d0e319003f573f6b4cfe94a1a043808)) - **configure:** Deprecate branding: Object, use a string instead. ([#​3278](https://togithub.com/dequelabs/axe-core/issues/3278)) ([1f01309](https://togithub.com/dequelabs/axe-core/commit/1f0130993b64e2016fcc9ea17f63f8da380de513)) - **dpub:** upgrade to DPUB 1.1 and report deprecated roles ([#​3280](https://togithub.com/dequelabs/axe-core/issues/3280)) ([034a846](https://togithub.com/dequelabs/axe-core/commit/034a846cf38bff4ff5836b22c78c0f44e2cb3f6d)) - **options:** make axe.ping configurable with pingWaitTime ([#​3273](https://togithub.com/dequelabs/axe-core/issues/3273)) ([ce4dfaf](https://togithub.com/dequelabs/axe-core/commit/ce4dfaff7b98c69e15290b71f76e1c523c78ed8d)) - **rule:** add new color-contrast-enhanced rule (WCAG AAA) ([#​3235](https://togithub.com/dequelabs/axe-core/issues/3235)) ([bec20fc](https://togithub.com/dequelabs/axe-core/commit/bec20fcbf2f407ecab2fc6d0d829d23525989d48)), closes [#​2934](https://togithub.com/dequelabs/axe-core/issues/2934) ##### Bug Fixes - **allowed-role:** area without href can have a button or link role ([#​3275](https://togithub.com/dequelabs/axe-core/issues/3275)) ([bf7e60a](https://togithub.com/dequelabs/axe-core/commit/bf7e60aad9b00844c2b18691d463d5478b53aa2a)) - **aria-allowed-attr:** check for invalid `aria-attributes` for `role="row"` ([#​3160](https://togithub.com/dequelabs/axe-core/issues/3160)) ([cfa900d](https://togithub.com/dequelabs/axe-core/commit/cfa900d57265907b638dad36ba405a5b40dbde9c)) - **aria-allowed-attr:** revert violation for non-global ARIA attrs on element without role ([#​3243](https://togithub.com/dequelabs/axe-core/issues/3243)) ([112b960](https://togithub.com/dequelabs/axe-core/commit/112b960ee95b6a6abfb38a15b7092d9847512f0f)) - **aria-allowed-children,aria-allowed-parent:** allow group role in listbox ([#​3195](https://togithub.com/dequelabs/axe-core/issues/3195)) ([cb01975](https://togithub.com/dequelabs/axe-core/commit/cb019755d9cb52b997aae340f406ac26d0cf90e5)) - **aria-allowed-role:** allow title, aria-label and aria-labelledby on a img element with a supported role ([#​3224](https://togithub.com/dequelabs/axe-core/issues/3224)) ([006a681](https://togithub.com/dequelabs/axe-core/commit/006a681395422bbd0603bab346dbdc6b38087d83)) - **aria-allowed-role:** landmark roles banner on header and contentinfo on footer to only report on top-level rule ([#​3142](https://togithub.com/dequelabs/axe-core/issues/3142)) ([1fd4b00](https://togithub.com/dequelabs/axe-core/commit/1fd4b004b2543727d4a3775f355934327765baa1)) - **aria-allowed-roles:** allow role=radio on img with non-empty name ([#​3320](https://togithub.com/dequelabs/axe-core/issues/3320)) ([accafdf](https://togithub.com/dequelabs/axe-core/commit/accafdfe170b8ad4b3706134d60808a614e40b00)) - **aria-allowed-roles:** update role allowances for section element ([#​3238](https://togithub.com/dequelabs/axe-core/issues/3238)) ([99676ec](https://togithub.com/dequelabs/axe-core/commit/99676ece547be39d71e776a5b9cae2da41c31572)), closes [#​3237](https://togithub.com/dequelabs/axe-core/issues/3237) - **aria-allowed-role:** Update allowed roles based on ARIA spec updates ([#​3124](https://togithub.com/dequelabs/axe-core/issues/3124)) ([00f6efc](https://togithub.com/dequelabs/axe-core/commit/00f6efcd55eb0a4c56cc3ca1acc7c79e3d22f58d)) - **aria-allowed-role:** updates the allowed roles for the wbr element to none and presentation ([#​3192](https://togithub.com/dequelabs/axe-core/issues/3192)) ([2f439b3](https://togithub.com/dequelabs/axe-core/commit/2f439b3fdb7e7fa3228e663c5313af0f08aa4327)), closes [#​3177](https://togithub.com/dequelabs/axe-core/issues/3177) - **aria-prohibited-attr:** update metadata message ([#​3206](https://togithub.com/dequelabs/axe-core/issues/3206)) ([d1a768e](https://togithub.com/dequelabs/axe-core/commit/d1a768eaefe6d1c95e925174bc979bc7a95ee7d9)) - **autocomplete-valid:** Allow custom autocomplete attribute values ([#​3225](https://togithub.com/dequelabs/axe-core/issues/3225)) ([6076ee8](https://togithub.com/dequelabs/axe-core/commit/6076ee8a7ba7527c9886916db1eda5d90cd26259)) - **axe.configure:** do not remove newline characters from locale doT strings ([#​3216](https://togithub.com/dequelabs/axe-core/issues/3216)) ([ea2ce17](https://togithub.com/dequelabs/axe-core/commit/ea2ce171fd7562e6b85471e72dddc84be23a4297)) - **axe.d.ts:** allow Node for include/exclude object ([#​3338](https://togithub.com/dequelabs/axe-core/issues/3338)) ([e699939](https://togithub.com/dequelabs/axe-core/commit/e699939bfd43fcc66b357d0e7329adce6f29cd6b)) - **axe.run:** add option to increase iframe ping timeout ([#​3233](https://togithub.com/dequelabs/axe-core/issues/3233)) ([ec937e3](https://togithub.com/dequelabs/axe-core/commit/ec937e3e147274cbdbba2b046a651c90623130e4)) - check for hidden elements on `aria-errormessage` ([#​3156](https://togithub.com/dequelabs/axe-core/issues/3156)) ([95d37dd](https://togithub.com/dequelabs/axe-core/commit/95d37dd794dc8552d731fabf45244b260da53d8f)) - **color-contrast:** account for 0 width scroll regions with children ([#​3172](https://togithub.com/dequelabs/axe-core/issues/3172)) ([5908f0d](https://togithub.com/dequelabs/axe-core/commit/5908f0d644c20e7091329bd8bbeb191837d27feb)) - **color-contrast:** account for elements that do not fill entire bounding size ([#​3186](https://togithub.com/dequelabs/axe-core/issues/3186)) ([699697b](https://togithub.com/dequelabs/axe-core/commit/699697bc237b6c69050e4572ba5cfdc5f338f450)) - **color-contrast:** check bg on fg contrast for thin text-shadows ([#​3350](https://togithub.com/dequelabs/axe-core/issues/3350)) ([d92a7e5](https://togithub.com/dequelabs/axe-core/commit/d92a7e527eb61e5c62a59019b024f288ebac3663)) - **color-contrast:** correctly apply page background color ([#​3207](https://togithub.com/dequelabs/axe-core/issues/3207)) ([fbc581d](https://togithub.com/dequelabs/axe-core/commit/fbc581d77e457fe092ecc2b95015e667292f1a08)) - **color-contrast:** correctly compute color-contrast of truncated children ([#​3203](https://togithub.com/dequelabs/axe-core/issues/3203)) ([ac7b2b5](https://togithub.com/dequelabs/axe-core/commit/ac7b2b5ec402e9de91c50ef39aefd5843f0d62bb)) - **color-contrast:** correctly handle nested scroll regions ([#​3212](https://togithub.com/dequelabs/axe-core/issues/3212)) ([22db29c](https://togithub.com/dequelabs/axe-core/commit/22db29ca7e9964a8447392fba45a09057a926ab9)) - **color-contrast:** correctly work with positioned elements without z-index ([#​3209](https://togithub.com/dequelabs/axe-core/issues/3209)) ([725a20c](https://togithub.com/dequelabs/axe-core/commit/725a20c91b9006e64009059f0ab9d1a0098d29df)) - **color-contrast:** inconsistency of bgOverlap message based on scroll ([#​3310](https://togithub.com/dequelabs/axe-core/issues/3310)) ([25eff98](https://togithub.com/dequelabs/axe-core/commit/25eff98e698f8dd00e5efd05a9b325a5202eae9b)) - **color-contrast:** properly blend multiple alpha colors ([#​3193](https://togithub.com/dequelabs/axe-core/issues/3193)) ([e930a70](https://togithub.com/dequelabs/axe-core/commit/e930a7081d4308549370f74e9d341badd9661584)) - **core:** Incomplete fallback was missing, and could cause infinite loop ([#​3302](https://togithub.com/dequelabs/axe-core/issues/3302)) ([f23d8c8](https://togithub.com/dequelabs/axe-core/commit/f23d8c8e305d27c8323547731b335d2900e03239)) - **custom-elms:** Don't error on custom Element.children prop ([#​3326](https://togithub.com/dequelabs/axe-core/issues/3326)) ([2ad92f6](https://togithub.com/dequelabs/axe-core/commit/2ad92f67205fd370c3ad5ba44274248c2b9fe6e5)) - **d.ts:** Add PartialResults type ([#​3126](https://togithub.com/dequelabs/axe-core/issues/3126)) ([544b6d5](https://togithub.com/dequelabs/axe-core/commit/544b6d579f3eecf8e102a53a911bbce0bd53b74f)) - **get-selector:** do not URL encode or token escape attribute selectors ([#​3215](https://togithub.com/dequelabs/axe-core/issues/3215)) ([6f7e183](https://togithub.com/dequelabs/axe-core/commit/6f7e183553206afa2ca21914bf388e019b4acfdc)) - **getFrameContext:** option.iframe=false always returns an empty array ([#​3279](https://togithub.com/dequelabs/axe-core/issues/3279)) ([dfa9725](https://togithub.com/dequelabs/axe-core/commit/dfa9725e39b8b4bca5a1856d44ff21c9894fc958)) - greater consistency of help / description text ([#​3204](https://togithub.com/dequelabs/axe-core/issues/3204)) ([0677565](https://togithub.com/dequelabs/axe-core/commit/0677565941486cf339e7267760d4e533d4a29a05)) - **is-visible:** do not error if window.Node does not exist ([#​3168](https://togithub.com/dequelabs/axe-core/issues/3168)) ([4046087](https://togithub.com/dequelabs/axe-core/commit/404608773abf7b4d069a64931adf4ac7e942b663)) - **jsdoc:** typo Sting -> String ([d1cc205](https://togithub.com/dequelabs/axe-core/commit/d1cc205629cb159ca760b18ece1f1e9aea22ec3a)) - **label-content-name-mismatch:** account for formatting elements ([#​3349](https://togithub.com/dequelabs/axe-core/issues/3349)) ([53a6684](https://togithub.com/dequelabs/axe-core/commit/53a6684a6ebef004d451ff1be63bbfe4503e9447)) - **label-title-only:** allow hidden labels ([#​3183](https://togithub.com/dequelabs/axe-core/issues/3183)) ([cad3994](https://togithub.com/dequelabs/axe-core/commit/cad39949c29bc3f83863e3484feef82e89e12118)) - **listitem:** allow as child of menu ([#​3286](https://togithub.com/dequelabs/axe-core/issues/3286)) ([4bf7d35](https://togithub.com/dequelabs/axe-core/commit/4bf7d35a1f283a181205bb31f8f4c64c450772ca)) - **nativeSelectValue:** update selected value on change ([#​3154](https://togithub.com/dequelabs/axe-core/issues/3154)) ([1ee88cb](https://togithub.com/dequelabs/axe-core/commit/1ee88cb4bb557560f10eab136464c321d4dee81e)) - **nested-interactive/aria-text:** allow "tabindex=-1" on elements with no role ([#​3165](https://togithub.com/dequelabs/axe-core/issues/3165)) ([0ddc00b](https://togithub.com/dequelabs/axe-core/commit/0ddc00bb2d0eed457d9ce8ba5cd05606ef3bdc9e)), closes [#​2466](https://togithub.com/dequelabs/axe-core/issues/2466) [#​2934](https://togithub.com/dequelabs/axe-core/issues/2934) [#​2934](https://togithub.com/dequelabs/axe-core/issues/2934) - **nested-interactive:** add focusable descendants as related nodes ([#​3261](https://togithub.com/dequelabs/axe-core/issues/3261)) ([3b2fdda](https://togithub.com/dequelabs/axe-core/commit/3b2fdda5ff90703dd20e9b19c4c0331a3d32cd5e)) - **nested-interactive:** add message for negative tabindex ([#​3194](https://togithub.com/dequelabs/axe-core/issues/3194)) ([b445291](https://togithub.com/dequelabs/axe-core/commit/b44529130568347816fa810c959b68f980161241)), closes [#​2466](https://togithub.com/dequelabs/axe-core/issues/2466) [#​2934](https://togithub.com/dequelabs/axe-core/issues/2934) [/github.com/dequelabs/axe-core/issues/3163#issuecomment-949804464](https://togithub.com/dequelabs//github.com/dequelabs/axe-core/issues/3163/issues/issuecomment-949804464) - **nested-interactive:** update negative tabindex message to include asssistive technologies ([#​3262](https://togithub.com/dequelabs/axe-core/issues/3262)) ([b985776](https://togithub.com/dequelabs/axe-core/commit/b985776b6fdb2c96f40df38cf86f7241039d4f5b)) - **p-as-heading:** `p-as-heading` rule to account for `textContent` length ([#​3145](https://togithub.com/dequelabs/axe-core/issues/3145)) ([400a230](https://togithub.com/dequelabs/axe-core/commit/400a2308510246d64d37fac3db375201610cd7e7)) - **prohibited-attr:** always report incomplete if there is text in the subtree ([#​3347](https://togithub.com/dequelabs/axe-core/issues/3347)) ([2e27dca](https://togithub.com/dequelabs/axe-core/commit/2e27dca551d1aee273ad8ac055f7dfd45578dad0)) - **region:** Allow skip menu buttons ([#​3277](https://togithub.com/dequelabs/axe-core/issues/3277)) ([6b6f2e3](https://togithub.com/dequelabs/axe-core/commit/6b6f2e36b09f70633b36da1cbcf2bcab59edebcf)) - remove optional crypto dependency (webpack compatibility) ([#​3358](https://togithub.com/dequelabs/axe-core/issues/3358)) ([aa9d095](https://togithub.com/dequelabs/axe-core/commit/aa9d0957cbe1a91d7491a27cdea643f800ec7384)) - **reporter:** Run inside isolated contexts ([#​3129](https://togithub.com/dequelabs/axe-core/issues/3129)) ([afe6675](https://togithub.com/dequelabs/axe-core/commit/afe6675d2452089602dcc6c9e931987936e9a55a)) - **respondable:** avoid crashes if the data in `window.postMessage` is `null` ([#​3249](https://togithub.com/dequelabs/axe-core/issues/3249)) ([b37b2f6](https://togithub.com/dequelabs/axe-core/commit/b37b2f67ac4f2204cf63be351a70cb8a680812a3)) - **scrollable-region-focusable:** treat overflow:clip as hidden ([#​3304](https://togithub.com/dequelabs/axe-core/issues/3304)) ([ef45377](https://togithub.com/dequelabs/axe-core/commit/ef453771b252a04fb5854f7d4d5b10281889f395)) - Separate Level AAA rules from A and best-practices ([#​3191](https://togithub.com/dequelabs/axe-core/issues/3191)) ([828e526](https://togithub.com/dequelabs/axe-core/commit/828e526fd06ee596df73f4825e750aad459ca75e)) - **skip-link:** work with absolute and relative paths ([#​2875](https://togithub.com/dequelabs/axe-core/issues/2875)) ([ee49d3e](https://togithub.com/dequelabs/axe-core/commit/ee49d3e83e8c77159d22b475c7d6d801d921b114)) - **typescript:** allow passing a NodeList to ElementContext ([#​3161](https://togithub.com/dequelabs/axe-core/issues/3161)) ([ad4b165](https://togithub.com/dequelabs/axe-core/commit/ad4b165a0e019cd65f70fa5d085d83cea3e7338c)) ##### [4.3.5](https://togithub.com/dequelabs/axe-core/compare/v4.3.4...v4.3.5) (2021-10-29) ##### Bug Fixes - **aria-allowed-attr:** revert violation for non-global ARIA attrs on element without role ([#​3243](https://togithub.com/dequelabs/axe-core/issues/3243)) ([e138fd6](https://togithub.com/dequelabs/axe-core/commit/e138fd6a00a8da6c48a74a614adc5dae8f2044e1)) ##### [4.3.4](https://togithub.com/dequelabs/axe-core/compare/v4.3.3...v4.3.4) (2021-10-22) ##### Bug Fixes - **aria-allowed-attr:** check for invalid `aria-attributes` for `role="row"` ([#​3160](https://togithub.com/dequelabs/axe-core/issues/3160)) ([76aa5ec](https://togithub.com/dequelabs/axe-core/commit/76aa5ec5ac8a311b90974f0dba9cf92594f92019)) - **aria-allowed-children,aria-allowed-parent:** allow group role in listbox ([#​3195](https://togithub.com/dequelabs/axe-core/issues/3195)) ([d742b29](https://togithub.com/dequelabs/axe-core/commit/d742b299370afa23645b1292ffc15f753113e05a)) - **aria-allowed-role:** updates the allowed roles for the wbr element to none and presentation ([#​3192](https://togithub.com/dequelabs/axe-core/issues/3192)) ([66db765](https://togithub.com/dequelabs/axe-core/commit/66db765a17b5dc0904fcafe83aeb7c3eb5d60c12)), closes [#​3177](https://togithub.com/dequelabs/axe-core/issues/3177) - **aria-prohibited-attr:** update metadata message ([#​3206](https://togithub.com/dequelabs/axe-core/issues/3206)) ([f9cf9fa](https://togithub.com/dequelabs/axe-core/commit/f9cf9fafe10e944be643d642cffda4fc762d0fc5)) - **axe.configure:** do not remove newline characters from locale doT strings ([#​3216](https://togithub.com/dequelabs/axe-core/issues/3216)) ([5925898](https://togithub.com/dequelabs/axe-core/commit/59258984c0e52d91342040291fcc6f05ce2f135f)) - **axe.run:** add option to increase iframe ping timeout ([#​3233](https://togithub.com/dequelabs/axe-core/issues/3233)) ([023f356](https://togithub.com/dequelabs/axe-core/commit/023f356ae752c559fb3788c84b1937bd2ba047ee)) - **color-contrast:** account for 0 width scroll regions with children ([#​3172](https://togithub.com/dequelabs/axe-core/issues/3172)) ([ac913a1](https://togithub.com/dequelabs/axe-core/commit/ac913a11ddd8fd3b242a6ee500773c17fef77011)) - **color-contrast:** account for elements that do not fill entire bounding size ([#​3186](https://togithub.com/dequelabs/axe-core/issues/3186)) ([84229d4](https://togithub.com/dequelabs/axe-core/commit/84229d41969907a62876488dc7a8f070542a9fe6)) - **color-contrast:** correctly apply page background color ([#​3207](https://togithub.com/dequelabs/axe-core/issues/3207)) ([0ea7e1b](https://togithub.com/dequelabs/axe-core/commit/0ea7e1b881bb06067e98bae8ffe814605404475f)) - **color-contrast:** correctly compute color-contrast of truncated children ([#​3203](https://togithub.com/dequelabs/axe-core/issues/3203)) ([4adb911](https://togithub.com/dequelabs/axe-core/commit/4adb9119a8a1cb457db81a40534db103c14bd2a1)) - **color-contrast:** correctly handle nested scroll regions ([#​3212](https://togithub.com/dequelabs/axe-core/issues/3212)) ([80d91c0](https://togithub.com/dequelabs/axe-core/commit/80d91c01e46072ae8d36b952dfc264ef6f13eada)) - **color-contrast:** correctly work with positioned elements without z-index ([#​3209](https://togithub.com/dequelabs/axe-core/issues/3209)) ([0322070](https://togithub.com/dequelabs/axe-core/commit/03220704c9dfa6f3af8d13800f9861e16552854b)) - greater consistency of help / description text ([#​3204](https://togithub.com/dequelabs/axe-core/issues/3204)) ([0be12e6](https://togithub.com/dequelabs/axe-core/commit/0be12e62e5c0b2f1d280a7b17380281a30ae65f0)) - Separate Level AAA rules from A and best-practices ([#​3191](https://togithub.com/dequelabs/axe-core/issues/3191)) ([7e6e6da](https://togithub.com/dequelabs/axe-core/commit/7e6e6da379eb2cb852a84c4ce088df7065740b61)) - **color-contrast:** properly blend multiple alpha colors ([#​3193](https://togithub.com/dequelabs/axe-core/issues/3193)) ([5aa0441](https://togithub.com/dequelabs/axe-core/commit/5aa0441f2b33f8e1055ac32d981df4f796f7bb88)) - **is-visible:** do not error if window.Node does not exist ([#​3168](https://togithub.com/dequelabs/axe-core/issues/3168)) ([cf58aea](https://togithub.com/dequelabs/axe-core/commit/cf58aea086a7bd590838673068d34325b4e9eef7)) - **label-title-only:** allow hidden labels ([#​3183](https://togithub.com/dequelabs/axe-core/issues/3183)) ([ab636ef](https://togithub.com/dequelabs/axe-core/commit/ab636efa743ba2cbf1194b87aa27be5aba70989b)) - **nativeSelectValue:** update selected value on change ([#​3154](https://togithub.com/dequelabs/axe-core/issues/3154)) ([ad584a1](https://togithub.com/dequelabs/axe-core/commit/ad584a10fc4b6c601c887835d7c879c77dc143d9)) - **p-as-heading:** `p-as-heading` rule to account for `textContent` length ([#​3145](https://togithub.com/dequelabs/axe-core/issues/3145)) ([e0d4dc6](https://togithub.com/dequelabs/axe-core/commit/e0d4dc63bdd391a92f833d83b50644934deb7804)) - **typescript:** allow passing a NodeList to ElementContext ([#​3161](https://togithub.com/dequelabs/axe-core/issues/3161)) ([5f2e517](https://togithub.com/dequelabs/axe-core/commit/5f2e517c0038397e12c72ef322313443c25e7907)) - check for hidden elements on `aria-errormessage` ([#​3156](https://togithub.com/dequelabs/axe-core/issues/3156)) ([69b2e33](https://togithub.com/dequelabs/axe-core/commit/69b2e33b4094512f2ccfd05393b567763bba2e11)) ##### [4.3.3](https://togithub.com/dequelabs/axe-core/compare/v4.3.2...v4.3.3) (2021-08-24) ##### Bug Fixes - **aria-allowed-role:** Update allowed roles based on ARIA spec updates ([#​3124](https://togithub.com/dequelabs/axe-core/issues/3124)) ([a1f637f](https://togithub.com/dequelabs/axe-core/commit/a1f637f3f5ebf0e483fd21865bd2191c24ccb87a)) - **d.ts:** Add PartialResults type ([#​3126](https://togithub.com/dequelabs/axe-core/issues/3126)) ([5cdaf01](https://togithub.com/dequelabs/axe-core/commit/5cdaf012a2f09834d8b7e5f3a645a40e61d47ea9)) - **reporter:** Run inside isolated contexts ([#​3129](https://togithub.com/dequelabs/axe-core/issues/3129)) ([98066f8](https://togithub.com/dequelabs/axe-core/commit/98066f8864d4ef09b4b3de12456992d3ca3207b4)) ##### [4.3.2](https://togithub.com/dequelabs/axe-core/compare/v4.3.1...v4.3.2) (2021-07-27) ##### Bug Fixes - **aria-hidden-focusable:** disabled aria-hidden fieldset should not have focusable children ([#​3056](https://togithub.com/dequelabs/axe-core/issues/3056)) ([0865bd7](https://togithub.com/dequelabs/axe-core/commit/0865bd797f60da2befc52113464bc841f2cb2a47)) - **aria-required-attr:** only require aria-controls if aria-expanded=true ([#​3089](https://togithub.com/dequelabs/axe-core/issues/3089)) ([63b6c7b](https://togithub.com/dequelabs/axe-core/commit/63b6c7b04c6837a313251f1621be6032933c8289)) - **aria-required-parent:** Filter out group from required parent roles if group is present ([#​3084](https://togithub.com/dequelabs/axe-core/issues/3084)) ([1cb270c](https://togithub.com/dequelabs/axe-core/commit/1cb270c355338238acefd21789373f10aa4cb3ec)) - **axe.d.ts:** fix finishRun types ([#​3098](https://togithub.com/dequelabs/axe-core/issues/3098)) ([e79c65c](https://togithub.com/dequelabs/axe-core/commit/e79c65cf7def687c54cc3bc249354c4eacf3e152)) - **color-contrast:** check for size before ignoring pseudo elements ([#​3097](https://togithub.com/dequelabs/axe-core/issues/3097)) ([e0f6c0c](https://togithub.com/dequelabs/axe-core/commit/e0f6c0cfb8425bc0f7548c79919ac2cbd8393e83)) - **core:** stop mutating Context's input ([#​3076](https://togithub.com/dequelabs/axe-core/issues/3076)) ([5dc34ee](https://togithub.com/dequelabs/axe-core/commit/5dc34eed3272409ae6486c76dad1394f1d557b5e)) - **finishRun:** handle null for failed iframe results ([#​3096](https://togithub.com/dequelabs/axe-core/issues/3096)) ([8947099](https://togithub.com/dequelabs/axe-core/commit/8947099ea1113dbe1890e53c56f70e974317b144)) - **run,finishRun:** don't mutate options, set default reporter to v1 ([#​3088](https://togithub.com/dequelabs/axe-core/issues/3088)) ([90f0b27](https://togithub.com/dequelabs/axe-core/commit/90f0b275a83dec38a9cae555ea1ddf9b4938b14d)) ##### [4.3.1](https://togithub.com/dequelabs/axe-core/compare/v4.3.0...v4.3.1) (2021-07-13) ##### Bug Fixes - add sri-history.json to npm bundle ([#​3078](https://togithub.com/dequelabs/axe-core/issues/3078)) ([b525275](https://togithub.com/dequelabs/axe-core/commit/b52527515302dcafe6d5a8efd48c60d2d1d21a35))
okonet/lint-staged ### [`v12.3.3`](https://togithub.com/okonet/lint-staged/releases/v12.3.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.3.2...v12.3.3) ##### Bug Fixes - use config directory as cwd, when multiple configs present ([#​1091](https://togithub.com/okonet/lint-staged/issues/1091)) ([9a14e92](https://togithub.com/okonet/lint-staged/commit/9a14e92e37abf658fc3a0d5504ff4e980e49996c))
postcss/postcss ### [`v8.4.6`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#​846) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.5...8.4.6) - Prevented comment removing when it change meaning of CSS. - Fixed parsing space in last semicolon-less CSS Custom Properties. - Fixed comment cleaning in CSS Custom Properties with space. - Fixed throwing an error on `.root` access for plugin-less case.
webpack/webpack ### [`v5.68.0`](https://togithub.com/webpack/webpack/releases/v5.68.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.67.0...v5.68.0) ### Features - allow to disable compile time evaluation of import.meta.url - add `__webpack_module__` and `__webpack_module__.id` to the api ### Bugfixes - fix handling of errors thrown in async modules

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

vercel[bot] commented 2 years ago

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/timelessco/settings/billing.