stacksjs / stacks

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

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

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-cloudformation (source) ^3.536.0 -> ^3.537.0 age adoption passing confidence
@aws-sdk/client-cloudwatch-logs (source) ^3.536.0 -> ^3.537.0 age adoption passing confidence
@aws-sdk/client-ec2 (source) ^3.535.0 -> ^3.537.0 age adoption passing confidence
@aws-sdk/client-s3 (source) ^3.536.0 -> ^3.537.0 age adoption passing confidence
@commitlint/cli (source) ^19.2.0 -> ^19.2.1 age adoption passing confidence
@iconify/json (source) ^2.2.193 -> ^2.2.194 age adoption passing confidence
@types/bun (source) ^1.0.8 -> ^1.0.10 age adoption passing confidence
@types/eslint (source) ^8.56.5 -> ^8.56.6 age adoption passing confidence
@types/node (source) ^20.11.29 -> ^20.11.30 age adoption passing confidence
@vue-macros/volar (source) ^0.18.11 -> ^0.18.12 age adoption passing confidence
@vueform/multiselect ^2.6.6 -> ^2.6.7 age adoption passing confidence
aws-sdk ^2.1580.0 -> ^2.1581.0 age adoption passing confidence
eslint-flat-config-viewer ^0.1.11 -> ^0.1.12 age adoption passing confidence
unplugin-vue-macros (source) ^2.7.10 -> ^2.7.11 age adoption passing confidence
vite (source) ^5.1.6 -> ^5.2.2 age adoption passing confidence
vite-plugin-pwa ^0.19.4 -> ^0.19.5 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.0.18 -> ^7.0.20 age adoption passing confidence
vue-component-meta (source) ^2.0.6 -> ^2.0.7 age adoption passing confidence
vue-tsc (source) ^2.0.6 -> ^2.0.7 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-cloudformation) ### [`v3.537.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-cloudformation/CHANGELOG.md#35370-2024-03-19) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) **Note:** Version bump only for package [@​aws-sdk/client-cloudformation](https://togithub.com/aws-sdk/client-cloudformation)
aws/aws-sdk-js-v3 (@​aws-sdk/client-cloudwatch-logs) ### [`v3.537.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-cloudwatch-logs/CHANGELOG.md#35370-2024-03-19) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) ##### Features - **client-cloudwatch-logs:** Update LogSamples field in Anomaly model to be a list of LogEvent ([d5823e3](https://togithub.com/aws/aws-sdk-js-v3/commit/d5823e323db50ab81ba22161f5ccacb0c4324c84))
aws/aws-sdk-js-v3 (@​aws-sdk/client-ec2) ### [`v3.537.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ec2/CHANGELOG.md#35370-2024-03-19) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.535.0...v3.537.0) ##### Features - **client-ec2:** This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated. ([b2f3261](https://togithub.com/aws/aws-sdk-js-v3/commit/b2f3261a37a5edfc0c8b1664f9cb8e4609dcd798))
aws/aws-sdk-js-v3 (@​aws-sdk/client-s3) ### [`v3.537.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35370-2024-03-19) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.536.0...v3.537.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
conventional-changelog/commitlint (@​commitlint/cli) ### [`v19.2.1`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1921-2024-03-19) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
iconify/icon-sets (@​iconify/json) ### [`v2.2.194`](https://togithub.com/iconify/icon-sets/compare/2.2.193...a746dcfe3692cd89605f4d8e26c170c7cbbc0748) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.193...2.2.194)
vue-macros/vue-macros (@​vue-macros/volar) ### [`v0.18.12`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/volar/CHANGELOG.md#01812) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/@vue-macros/volar@0.18.11...@vue-macros/volar@0.18.12) ##### Patch Changes - [#​641](https://togithub.com/vue-macros/vue-macros/pull/641) [`3e790d5`](https://togithub.com/vue-macros/vue-macros/commit/3e790d5bc1b084701b2b287d59d38431e74e12ad) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - support dynamic argument for v-model - [#​642](https://togithub.com/vue-macros/vue-macros/pull/642) [`b76b938`](https://togithub.com/vue-macros/vue-macros/commit/b76b938a85ea641c84ea1a7de3ba17c2638dbd98) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - support jsxSelfClosingElement in v-slot
vueform/multiselect (@​vueform/multiselect) ### [`v2.6.7`](https://togithub.com/vueform/multiselect/blob/HEAD/CHANGELOG.md#v267) [Compare Source](https://togithub.com/vueform/multiselect/compare/2.6.6...2.6.7) > `2024-03-20` ##### 🐞 Bug Fixes - Clicking on scroll bar closes the dropdown fix [#​383](https://togithub.com/vueform/multiselect/issues/383) - Types for scoped slots [#​391](https://togithub.com/vueform/multiselect/issues/391) - Missing method types and typo fixes [#​376](https://togithub.com/vueform/multiselect/issues/376) [#​392](https://togithub.com/vueform/multiselect/issues/392) - Don't show dropdown id when id is not defined - Avoid error when multiselect does not exist [#​394](https://togithub.com/vueform/multiselect/issues/394)
aws/aws-sdk-js (aws-sdk) ### [`v2.1581.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#215810) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1580.0...v2.1581.0) - feature: CloudWatchLogs: Update LogSamples field in Anomaly model to be a list of LogEvent - feature: EC2: This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated. - feature: Finspace: Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations. - feature: ManagedBlockchainQuery: Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents.
antfu/eslint-flat-config-viewer (eslint-flat-config-viewer) ### [`v0.1.12`](https://togithub.com/antfu/eslint-flat-config-viewer/releases/tag/v0.1.12) [Compare Source](https://togithub.com/antfu/eslint-flat-config-viewer/compare/v0.1.11...v0.1.12) #####    🚀 Features - Setup shiki for highlighting  -  by [@​antfu](https://togithub.com/antfu) [(907d8)](https://togithub.com/antfu/eslint-flat-config-viewer/commit/907d80f) - Show processor and language options  -  by [@​antfu](https://togithub.com/antfu) [(81b5b)](https://togithub.com/antfu/eslint-flat-config-viewer/commit/81b5b1a) - Add expand/collapse all buttons, close [#​18](https://togithub.com/antfu/eslint-flat-config-viewer/issues/18)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-flat-config-viewer/issues/18](https://togithub.com/antfu/eslint-flat-config-viewer/issues/18) [(c3cb3)](https://togithub.com/antfu/eslint-flat-config-viewer/commit/c3cb3c0) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-flat-config-viewer/compare/v0.1.11...v0.1.12)
vue-macros/vue-macros (unplugin-vue-macros) ### [`v2.7.11`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/macros/CHANGELOG.md#2711) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/unplugin-vue-macros@2.7.10...unplugin-vue-macros@2.7.11) ##### Patch Changes - Updated dependencies \[[`3e790d5`](https://togithub.com/vue-macros/vue-macros/commit/3e790d5bc1b084701b2b287d59d38431e74e12ad)]: - [@​vue-macros/jsx-directive](https://togithub.com/vue-macros/jsx-directive)[@​0](https://togithub.com/0).8.9
vitejs/vite (vite) ### [`v5.2.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small522-2024-03-20-small) - fix(importAnalysis): skip encode in ssr ([#​16213](https://togithub.com/vitejs/vite/issues/16213)) ([e4d2d60](https://togithub.com/vitejs/vite/commit/e4d2d60)), closes [#​16213](https://togithub.com/vitejs/vite/issues/16213) ### [`v5.2.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small521-2024-03-20-small) - fix: encode path uri only ([#​16212](https://togithub.com/vitejs/vite/issues/16212)) ([0b2e40b](https://togithub.com/vitejs/vite/commit/0b2e40b)), closes [#​16212](https://togithub.com/vitejs/vite/issues/16212) ### [`v5.2.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#520-2024-03-20) - fix: update client.ts@cleanUrl to accomodate blob protocol ([#​16182](https://togithub.com/vitejs/vite/issues/16182)) ([1a3b1d7](https://togithub.com/vitejs/vite/commit/1a3b1d7)), closes [#​16182](https://togithub.com/vitejs/vite/issues/16182) - fix(assets): avoid splitting `,` inside query parameter of image URI in srcset property ([#​16081](https://togithub.com/vitejs/vite/issues/16081)) ([50caf67](https://togithub.com/vitejs/vite/commit/50caf67)), closes [#​16081](https://togithub.com/vitejs/vite/issues/16081) - chore(deps): update all non-major dependencies ([#​16186](https://togithub.com/vitejs/vite/issues/16186)) ([842643d](https://togithub.com/vitejs/vite/commit/842643d)), closes [#​16186](https://togithub.com/vitejs/vite/issues/16186) - perf(transformRequest): fast-path watch and sourcemap handling ([#​16170](https://togithub.com/vitejs/vite/issues/16170)) ([de60f1e](https://togithub.com/vitejs/vite/commit/de60f1e)), closes [#​16170](https://togithub.com/vitejs/vite/issues/16170) - docs: add `@shikiji/vitepress-twoslash` ([#​16168](https://togithub.com/vitejs/vite/issues/16168)) ([6f8a320](https://togithub.com/vitejs/vite/commit/6f8a320)), closes [#​16168](https://togithub.com/vitejs/vite/issues/16168)
vite-pwa/vite-plugin-pwa (vite-plugin-pwa) ### [`v0.19.5`](https://togithub.com/vite-pwa/vite-plugin-pwa/compare/v0.19.4...d5c4ed019b0a6b06c400a8b94435ee0bdb569a03) [Compare Source](https://togithub.com/vite-pwa/vite-plugin-pwa/compare/v0.19.4...v0.19.5)
vuejs/devtools-next (vite-plugin-vue-devtools) ### [`v7.0.20`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.20) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.19...v7.0.20) #####    🚀 Features - **applet**: - Enhance pinia panel nav  -  by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/285](https://togithub.com/vuejs/devtools-next/issues/285) [(3ab66)](https://togithub.com/vuejs/devtools-next/commit/3ab6600) - Show name on pinia panel nav  -  by [@​webfansplz](https://togithub.com/webfansplz) [(ac598)](https://togithub.com/vuejs/devtools-next/commit/ac59853) #####    🐞 Bug Fixes - **client**: Set fallback display value for empty string-type state  -  by [@​webfansplz](https://togithub.com/webfansplz) [(c386c)](https://togithub.com/vuejs/devtools-next/commit/c386c66) #####    🏎 Performance - Add virtual-scroller for timeline component  -  by [@​webfansplz](https://togithub.com/webfansplz) [(672bf)](https://togithub.com/vuejs/devtools-next/commit/672bf5e) #####     [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.19...v7.0.20) ### [`v7.0.19`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.0.19) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.18...v7.0.19) #####    🐞 Bug Fixes - **applet**: Add missing import  -  by [@​webfansplz](https://togithub.com/webfansplz) [(6848e)](https://togithub.com/vuejs/devtools-next/commit/6848e9e) #####     [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.18...v7.0.19)
vuejs/language-tools (vue-component-meta) ### [`v2.0.7`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#207-2024320) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.6...v2.0.7) > \[!NOTE] > Hybrid Mode is now disabled by default, you need to enable `vue.server.hybridMode` in settings to enable it explicitly. ##### Features - **language-server:** reintroducing full TS support and disable Hybrid Mode by default ([#​4119](https://togithub.com/vuejs/language-tools/issues/4119)) - **vscode:** check outdated `@vue/language-plugin-pug` in doctor - **vscode:** significantly reduces the status bar space occupied ##### Bug Fixes - **vscode:** vueCompilerOptions no longer prompts for deprecated options - **component-meta:** `defineSlots` allows empty params ([#​4093](https://togithub.com/vuejs/language-tools/issues/4093)) - thanks [@​Evertvdw](https://togithub.com/Evertvdw) - **typescript-plugin:** fault tolerance for named pipe servers json file ([#​4075](https://togithub.com/vuejs/language-tools/issues/4075)) - thanks [@​Simon-He95](https://togithub.com/Simon-He95) - **language-core:** generate `defineModel` emits type on-demand ([#​4052](https://togithub.com/vuejs/language-tools/issues/4052)) - thanks [@​so1ve](https://togithub.com/so1ve) - **language-core:** special treatment for number elements inside `v-for` ([#​3859](https://togithub.com/vuejs/language-tools/issues/3859)) - thanks [@​so1ve](https://togithub.com/so1ve) - **language-plugin-pug:** semantic tokens mapping failed ([#​4070](https://togithub.com/vuejs/language-tools/issues/4070)) ##### Other Changes - **language-service** update neovim lsp set up info ([#​4085](https://togithub.com/vuejs/language-tools/issues/4085)) - thanks [@​CofCat456](https://togithub.com/CofCat456) - **lint:** add `tsl` linter and auto fix workflow ([#​4100](https://togithub.com/vuejs/language-tools/issues/4100)) - **vscode:** remove embedded language IDs ([#​4081](https://togithub.com/vuejs/language-tools/issues/4081)) - thanks [@​remcohaszing](https://togithub.com/remcohaszing)

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.