maybeanerd / selfhosted-api-trader-game

A self hostable game server that can connect to others instances using the ActivityPub federation protocol and offers a client API to play a city building and resource trading game.
GNU Affero General Public License v3.0
6 stars 0 forks source link

chore(deps): update dependency @nuxt/ui to v2.18.0 #795

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/ui (source) 2.17.0 -> 2.18.0 age adoption passing confidence

Release Notes

nuxt/ui (@​nuxt/ui) ### [`v2.18.0`](https://togithub.com/nuxt/ui/blob/HEAD/CHANGELOG.md#2180-2024-07-25) [Compare Source](https://togithub.com/nuxt/ui/compare/v2.17.0...635b0f41e23ed20fdee7ffbaeb97a20316a72b55) ##### ⚠ BREAKING CHANGES - **Icon:** migrate from `@egoist/tailwindcss-icons` to new `@nuxt/icon` ([#​1789](https://togithub.com/nuxt/ui/issues/1789)) ##### Features - **Checkbox/Radio/RadioGroup:** add `help` slot ([c3122f7](https://togithub.com/nuxt/ui/commit/c3122f776daa6d68f201f22c37e0084aac37ed06)), closes [#​1957](https://togithub.com/nuxt/ui/issues/1957) - **CommandPalette:** handle `static` groups ([#​1458](https://togithub.com/nuxt/ui/issues/1458)) ([b264ad2](https://togithub.com/nuxt/ui/commit/b264ad2ebdc8d4ee4aab5c994df968025207021f)) - **Icon:** migrate from `@egoist/tailwindcss-icons` to new `@nuxt/icon` ([#​1789](https://togithub.com/nuxt/ui/issues/1789)) ([c904604](https://togithub.com/nuxt/ui/commit/c904604c23987c2535e0e91e9c4fec50477f6b34)) - **module:** improve app config types autocomplete ([#​1870](https://togithub.com/nuxt/ui/issues/1870)) ([3f8ea5d](https://togithub.com/nuxt/ui/commit/3f8ea5dbded7b6836495103739688905ff26fe22)) - **RadioGroup:** add `selected` to label slot props ([#​1587](https://togithub.com/nuxt/ui/issues/1587)) ([d18477d](https://togithub.com/nuxt/ui/commit/d18477def58171d51bdb7d00e31e2807b2e7015b)) - **SelectMenu:** add selected to `label` / `leading` / `trailing` slots props ([#​1349](https://togithub.com/nuxt/ui/issues/1349)) ([6b216ca](https://togithub.com/nuxt/ui/commit/6b216cab1ba3bb69cb317254dfd562ab020c5e92)) - **SelectMenu:** handle function in `showCreateOptionWhen` prop ([#​1853](https://togithub.com/nuxt/ui/issues/1853)) ([7e974b5](https://togithub.com/nuxt/ui/commit/7e974b55d72b8ac0ab42ef722a2d1904c3e4e091)) - **Skeleton:** add `as` prop ([#​1955](https://togithub.com/nuxt/ui/issues/1955)) ([bce94db](https://togithub.com/nuxt/ui/commit/bce94db9fdb2c29a4f2e5981e5dce49a44a4ac8a)) - **Table:** expand row ([#​1036](https://togithub.com/nuxt/ui/issues/1036)) ([7155318](https://togithub.com/nuxt/ui/commit/71553180294c53024c28de9bbebf4ea69f616da7)) - **Table:** handle `rowClass` property in `columns` ([#​1632](https://togithub.com/nuxt/ui/issues/1632)) ([748e491](https://togithub.com/nuxt/ui/commit/748e49175da37b85bd18d62a8455875990866d5b)) - **Tabs:** handle `icon` in items ([#​1798](https://togithub.com/nuxt/ui/issues/1798)) ([e8eb394](https://togithub.com/nuxt/ui/commit/e8eb3941ad4c1c306ccbe9e11d979d5f6c808330)) ##### Bug Fixes - **Accordion:** truncate buttons ([5db18c0](https://togithub.com/nuxt/ui/commit/5db18c00565f9d2bb9f2768c2de2ab291a55bcae)), closes [#​1909](https://togithub.com/nuxt/ui/issues/1909) - **Alert/Notification:** missing margin on description ([2c55fb6](https://togithub.com/nuxt/ui/commit/2c55fb63365ee7cc1e993ebd5aa5f83ddadcd26a)), closes [#​1959](https://togithub.com/nuxt/ui/issues/1959) - **Breadcrumb:** use `rotate` on rtl icon ([53003fc](https://togithub.com/nuxt/ui/commit/53003fcd07d67d13ada0759ff6c5cd3635fba0e3)) - **ButtonGroup/FormGroup:** pass default sizes to children ([#​1875](https://togithub.com/nuxt/ui/issues/1875)) ([6b6b03d](https://togithub.com/nuxt/ui/commit/6b6b03d59f5ab3096b731c59d18a1085d25b5e8e)) - **Carousel:** remove `mix-blend-overlay` on indicators ([#​1714](https://togithub.com/nuxt/ui/issues/1714)) ([f74f1df](https://togithub.com/nuxt/ui/commit/f74f1df6ca5f93e11e542245b611c1aa7c4b8308)) - **FormGroup:** don't check for `error` slot so `help` slot can render ([#​1888](https://togithub.com/nuxt/ui/issues/1888)) ([99c52e5](https://togithub.com/nuxt/ui/commit/99c52e50082d5e99440894c7a077a17510f0de50)) - **InputMenu/SelectMenu:** invalid `label` with `value-attribute` and async search ([4d5f250](https://togithub.com/nuxt/ui/commit/4d5f2509022e4fb74fc268d5479f7cc8f0415040)), closes [#​1780](https://togithub.com/nuxt/ui/issues/1780) - **InputMenu/SelectMenu:** prevent double filter with async search ([e2881d3](https://togithub.com/nuxt/ui/commit/e2881d3801c54c49d66d41d4f0ba312a7b3ebce7)), closes [#​1966](https://togithub.com/nuxt/ui/issues/1966) - **Link:** allow `ariaLabel` to be picked ([720c44d](https://togithub.com/nuxt/ui/commit/720c44dd5ee90bb3b30aef32f01ff6eae1397aa4)), closes [#​1934](https://togithub.com/nuxt/ui/issues/1934) - **Progress:** pass down attrs to `` to improve accessibility ([#​1881](https://togithub.com/nuxt/ui/issues/1881)) ([abd13f1](https://togithub.com/nuxt/ui/commit/abd13f1f8fd4c8b10069174534c5fdec6c83576e)) - **RadioGroup:** allow boolean in `modelValue` prop ([#​1913](https://togithub.com/nuxt/ui/issues/1913)) ([8eca5a0](https://togithub.com/nuxt/ui/commit/8eca5a0d627e22f42350a060f09c4e44b6de422f))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.