stacksjs / stacks

⚛️ Type-safe full-stack framework for Artisans. Develop modern clouds, apps & framework-agnostic libraries, faster.
https://stacksjs.org
MIT License
488 stars 8 forks source link

chore(deps): update all non-major dependencies #1036

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@microsoft/api-extractor (source) ^7.43.4 -> ^7.43.5 age adoption passing confidence devDependencies patch
@tauri-apps/api ^1.5.5 -> ^1.5.6 age adoption passing confidence peerDependencies patch
@tauri-apps/api ^1.5.5 -> ^1.5.6 age adoption passing confidence dependencies patch
meilisearch ^0.39.0 -> ^0.40.0 age adoption passing confidence dependencies minor
meilisearch ^0.39.0 -> ^0.40.0 age adoption passing confidence peerDependencies minor
serde (source) 1.0.201 -> 1.0.202 age adoption passing confidence dependencies patch
tauri (source) 1.6.5 -> 1.6.6 age adoption passing confidence dependencies patch
vite-plugin-vue-devtools (source) ^7.1.3 -> ^7.2.0 age adoption passing confidence devDependencies minor
vue-component-meta (source) ^2.0.17 -> ^2.0.18 age adoption passing confidence peerDependencies patch
vue-component-meta (source) ^2.0.17 -> ^2.0.18 age adoption passing confidence dependencies patch
vue-tsc (source) ^2.0.17 -> ^2.0.18 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.0.17 -> ^2.0.18 age adoption passing confidence peerDependencies patch
vue-tsc (source) ^2.0.17 -> ^2.0.18 age adoption passing confidence dependencies patch

Release Notes

microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.43.5`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7435) [Compare Source](https://togithub.com/microsoft/rushstack/compare/20f69861879c40adcc4c74a47644d7fdc68686b8...286087c830ad1bc3c68619601a92e97a357df657) Wed, 15 May 2024 06:04:17 GMT *Version update only*
tauri-apps/tauri (@​tauri-apps/api) ### [`v1.5.6`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/cli-v1.5.6): @​tauri-apps/cli v1.5.6 #### \[1.5.6] ##### Bug Fixes - [`5264e41d`](https://www.github.com/tauri-apps/tauri/commit/5264e41db3763e4c2eb0c3c21bd423fb7bece3e2)([#​8082](https://www.togithub.com/tauri-apps/tauri/pull/8082)) Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords. ##### Dependencies - Upgraded to `tauri-cli@1.5.6`
meilisearch/meilisearch-js (meilisearch) ### [`v0.40.0`](https://togithub.com/meilisearch/meilisearch-js/releases/tag/v0.40.0): 🌻 [Compare Source](https://togithub.com/meilisearch/meilisearch-js/compare/v0.39.0...v0.40.0) #### 💥 Breaking Changes - Fix the issue introduced in the v0.39 that affected vite apps [https://github.com/meilisearch/meilisearch-js/pull/1652](https://togithub.com/meilisearch/meilisearch-js/pull/1652) [@​brunoocasali](https://togithub.com/brunoocasali) - Now to use the `generateTenantToken` you should use it with `await`: before: ```js const token = client.generateTenantToken(apiKeyUid, searchRules, { apiKey: apiKey, expiresAt: expiresAt, }) ``` after: ```js const token = await client.generateTenantToken(apiKeyUid, searchRules, { apiKey: apiKey, expiresAt: expiresAt, }) ``` #### ⚙️ Maintenance/misc - Update readme links to the documentation ([#​1650](https://togithub.com/meilisearch/meilisearch-js/issues/1650)) [@​mdubus](https://togithub.com/mdubus) Thanks again to [@​brunoocasali](https://togithub.com/brunoocasali), [@​mdubus](https://togithub.com/mdubus)! 🎉
serde-rs/serde (serde) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#​2743](https://togithub.com/serde-rs/serde/issues/2743))
vuejs/devtools-next (vite-plugin-vue-devtools) ### [`v7.2.0`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.2.0) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.3...v7.2.0) #####    🚀 Features - Improve split screen  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/358](https://togithub.com/vuejs/devtools-next/issues/358) [(0d955)](https://togithub.com/vuejs/devtools-next/commit/0d95534) - `launchEditor` option  -  by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/373](https://togithub.com/vuejs/devtools-next/issues/373) [(7f147)](https://togithub.com/vuejs/devtools-next/commit/7f1476d) - Vuex panel  -  by [@​Azurewarth0920](https://togithub.com/Azurewarth0920) and [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/289](https://togithub.com/vuejs/devtools-next/issues/289) [(c6cc8)](https://togithub.com/vuejs/devtools-next/commit/c6cc8c9) - Vue query panel  -  by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/381](https://togithub.com/vuejs/devtools-next/issues/381) [(62bbd)](https://togithub.com/vuejs/devtools-next/commit/62bbdd4) - Vee validate panel  -  by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/390](https://togithub.com/vuejs/devtools-next/issues/390) [(4f5bb)](https://togithub.com/vuejs/devtools-next/commit/4f5bb06) - **client**: Update vue-api-manifest  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/370](https://togithub.com/vuejs/devtools-next/issues/370) [(7345f)](https://togithub.com/vuejs/devtools-next/commit/7345f1c) #####    🐞 Bug Fixes - Disconnect when all apps are unmount  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/357](https://togithub.com/vuejs/devtools-next/issues/357) [(a12c8)](https://togithub.com/vuejs/devtools-next/commit/a12c816) - Make `CommandPalette` component z-index maximum  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/363](https://togithub.com/vuejs/devtools-next/issues/363) [(add83)](https://togithub.com/vuejs/devtools-next/commit/add83ae) - **applet**: - Make sure `a.b` property displays/edits as expected  -  by [@​Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/353](https://togithub.com/vuejs/devtools-next/issues/353) [(3e2d4)](https://togithub.com/vuejs/devtools-next/commit/3e2d40b) - **client**: - Drawer positions  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/361](https://togithub.com/vuejs/devtools-next/issues/361) [(1133b)](https://togithub.com/vuejs/devtools-next/commit/1133bcf) - Close panel when using color picker  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/371](https://togithub.com/vuejs/devtools-next/issues/371) [(bd494)](https://togithub.com/vuejs/devtools-next/commit/bd49415) #####     [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.3...v7.2.0)
vuejs/language-tools (vue-component-meta) ### [`v2.0.18`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2018-2024-05-15) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.17...v2.0.18) ##### Features - feat(language-core): report unknown events when strictTemplates is enabled ([#​3718](https://togithub.com/vuejs/language-tools/issues/3718)) - feat(language-core): add `compileSFCScript` plugin hook ([#​3200](https://togithub.com/vuejs/language-tools/issues/3200)) - feat(vscode): add coffeescript syntax highlight support ##### Bug Fixes - fix(language-core): fix event handler type for hyphen-case event names - fix(language-core): allow binding multiple events with the same name ([#​4369](https://togithub.com/vuejs/language-tools/issues/4369)) - fix(language-core): variable used in `key` appears as unused in v-for template tag ([#​329](https://togithub.com/vuejs/language-tools/issues/329)) ([#​3421](https://togithub.com/vuejs/language-tools/issues/3421)) - fix(language-core): generics with slots don't work with Vue 2.7 ([#​3241](https://togithub.com/vuejs/language-tools/issues/3241)) - fix(language-core): template language of .md files should be markdown ([#​4299](https://togithub.com/vuejs/language-tools/issues/4299)) - fix(language-core): no template class links when `experimentalResolveStyleCssClasses` is set to `always` ([#​4379](https://togithub.com/vuejs/language-tools/issues/4379)) ##### Other Changes - Upgrade Volar from `v2.2.2` to `v2.2.4`. - Fixed a few URI conversion issues - fix(typescript): empty items list should be valid completion result ([#​4368](https://togithub.com/vuejs/language-tools/issues/4368)) - fix(typescript): path completion not working for meta files - Upgrade Volar services from `v0.0.44` to `v0.0.45`. - fix(typescript-twoslash-queries): inlay hints not working - fix(css, html, json, yaml): failed to resolve relative path - feat(emmet): port VSCode emmet extension client logic ([https://github.com/volarjs/services/issues/95](https://togithub.com/volarjs/services/issues/95)) - The following extensions have been added to Hybrid Mode’s compatibility whitelist: - `miaonster.vscode-tsx-arrow-definition` - `runem.lit-plugin`

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.