kufu / smarthr-ui

React components for creating SmartHR applications.
https://story.smarthr-ui.dev
MIT License
879 stars 141 forks source link

chore: update devdependencies (non-major) (patch) #5116

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-a11y (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/addon-actions (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/addon-essentials (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/addon-interactions (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/addon-storysource (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/addon-viewport (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/blocks (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/cli (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/manager-api (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/react (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/source-loader (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/test (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
@storybook/theming (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
chromatic (source) ^11.16.5 -> ^11.18.1 age adoption passing confidence
postcss (source) ^8.4.48 -> ^8.4.49 age adoption passing confidence
storybook (source) ^8.4.2 -> ^8.4.4 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence
vitest (source) ^2.1.4 -> ^2.1.5 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-a11y) ### [`v8.4.4`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#844) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.3...v8.4.4) - Addon Test: Only optimize react deps if applicable in vitest-plugin - [#​29617](https://redirect.github.com/storybookjs/storybook/pull/29617), thanks [@​yannbf](https://redirect.github.com/yannbf)! ### [`v8.4.3`](https://redirect.github.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#843) [Compare Source](https://redirect.github.com/storybookjs/storybook/compare/v8.4.2...v8.4.3) - Addon Test: Optimize internal dependencies - [#​29595](https://redirect.github.com/storybookjs/storybook/pull/29595), thanks [@​yannbf](https://redirect.github.com/yannbf)! - Next.js: Add support for Next 15 - [#​29587](https://redirect.github.com/storybookjs/storybook/pull/29587), thanks [@​yannbf](https://redirect.github.com/yannbf)!
chromaui/chromatic-cli (chromatic) ### [`v11.18.1`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11181-Tue-Nov-12-2024) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.18.0...v11.18.1) ##### 🐛 Bug Fix - Revert "Detect `context.projectMetadata.hasRouter` and send to the index" [#​1121](https://redirect.github.com/chromaui/chromatic-cli/pull/1121) ([@​tmeasday](https://redirect.github.com/tmeasday)) ##### Authors: 1 - Tom Coleman ([@​tmeasday](https://redirect.github.com/tmeasday)) ***
postcss/postcss (postcss) ### [`v8.4.49`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8449) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.48...8.4.49) - Fixed custom syntax without `source.offset` (by [@​romainmenke](https://redirect.github.com/romainmenke)).
vitest-dev/vitest (vitest) ### [`v2.1.5`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.5) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5) #####    🚀 Features - **experimental**: Expose vite on the test project as a separate field  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) [(bcc59)](https://redirect.github.com/vitest-dev/vitest/commit/bcc59088) #####    🐞 Bug Fixes - `dangerouslyIgnoreUnhandledErrors` without base reporter  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6808](https://redirect.github.com/vitest-dev/vitest/issues/6808) [(0bf0a)](https://redirect.github.com/vitest-dev/vitest/commit/0bf0ab00) - Capture `unhandledRejection` even when base reporter is not used  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6812](https://redirect.github.com/vitest-dev/vitest/issues/6812) [(8878b)](https://redirect.github.com/vitest-dev/vitest/commit/8878b04d) - Don't change the working directory when loading workspace projects  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6811](https://redirect.github.com/vitest-dev/vitest/issues/6811) [(f0aea)](https://redirect.github.com/vitest-dev/vitest/commit/f0aeaca8) - Remove `sequence.concurrent` from the `RuntimeConfig` type  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6880](https://redirect.github.com/vitest-dev/vitest/issues/6880) [(6af73)](https://redirect.github.com/vitest-dev/vitest/commit/6af73d93) - Stop the runner before restarting, restart on workspace config change  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6859](https://redirect.github.com/vitest-dev/vitest/issues/6859) [(b01df)](https://redirect.github.com/vitest-dev/vitest/commit/b01df47d) - Don't rerun on Esc or Ctrl-C during watch filter  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6895](https://redirect.github.com/vitest-dev/vitest/issues/6895) [(98f76)](https://redirect.github.com/vitest-dev/vitest/commit/98f76ea7) - Print ssrTransform error  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6885](https://redirect.github.com/vitest-dev/vitest/issues/6885) [(4c96c)](https://redirect.github.com/vitest-dev/vitest/commit/4c96cce7) - Throw an error and a warning if `.poll`, `.element`, `.rejects`/`.resolves`, and `locator.*` weren't awaited  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6877](https://redirect.github.com/vitest-dev/vitest/issues/6877) [(93b67)](https://redirect.github.com/vitest-dev/vitest/commit/93b67c24) - **browser**: - Don't process the default css styles  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6861](https://redirect.github.com/vitest-dev/vitest/issues/6861) [(0d67f)](https://redirect.github.com/vitest-dev/vitest/commit/0d67f04b) - Support non US key input  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6873](https://redirect.github.com/vitest-dev/vitest/issues/6873) [(5969d)](https://redirect.github.com/vitest-dev/vitest/commit/5969d8da) - Stop the browser rpc when the pool is closed  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6858](https://redirect.github.com/vitest-dev/vitest/issues/6858) [(9a0c9)](https://redirect.github.com/vitest-dev/vitest/commit/9a0c93d7) - Init browsers eagerly when tests are running  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6876](https://redirect.github.com/vitest-dev/vitest/issues/6876) [(417bd)](https://redirect.github.com/vitest-dev/vitest/commit/417bdb42) - **coverage**: - Report uncovered files when re-run by `enter` or `'a'`  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6848](https://redirect.github.com/vitest-dev/vitest/issues/6848) [(487c8)](https://redirect.github.com/vitest-dev/vitest/commit/487c80ae) - **ui**: - Remove crossorigin attributes for same origin assets  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6883](https://redirect.github.com/vitest-dev/vitest/issues/6883) [(6e793)](https://redirect.github.com/vitest-dev/vitest/commit/6e793c64) - **vite-node**: - Improve esm check to decide external  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6816](https://redirect.github.com/vitest-dev/vitest/issues/6816) [(7e1fa)](https://redirect.github.com/vitest-dev/vitest/commit/7e1faf3d) - Top-level throw in module is not reported properly  -  by [@​vanaigr](https://redirect.github.com/vanaigr) and [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6840](https://redirect.github.com/vitest-dev/vitest/issues/6840) [(cf0cb)](https://redirect.github.com/vitest-dev/vitest/commit/cf0cbf6a) - **vitest**: - Use fetch() implementation from happy-dom  -  by [@​capricorn86](https://redirect.github.com/capricorn86) in [https://github.com/vitest-dev/vitest/issues/6879](https://redirect.github.com/vitest-dev/vitest/issues/6879) [(3c56f)](https://redirect.github.com/vitest-dev/vitest/commit/3c56feb4) #####    🏎 Performance - Limit workspace project concurrency to available cores  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6869](https://redirect.github.com/vitest-dev/vitest/issues/6869) [(f4c04)](https://redirect.github.com/vitest-dev/vitest/commit/f4c04ab6) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5)

Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

pkg-pr-new[bot] commented 6 days ago

Open in Stackblitz

pnpm add https://pkg.pr.new/kufu/smarthr-ui@5116

commit: 42e611b