stacksjs / stacks

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

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

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
@aws-sdk/client-s3 (source) ^3.616.0 -> ^3.617.0 age adoption passing confidence
@microsoft/api-extractor (source) ^7.47.2 -> ^7.47.3 age adoption passing confidence
@opensearch-project/opensearch (source) ^2.10.0 -> ^2.11.0 age adoption passing confidence
@playwright/test (source) ^1.45.2 -> ^1.45.3 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.0 age adoption passing confidence
@vue-macros/volar (source) ^0.23.1 -> ^0.25.0 age adoption passing confidence
aws-cdk (source) ^2.149.0 -> ^2.150.0 age adoption passing confidence
aws-cdk-lib (source) ^2.149.0 -> ^2.150.0 age adoption passing confidence
aws-sdk ^2.1659.0 -> ^2.1662.0 age adoption passing confidence
stripe ^16.2.0 -> ^16.4.0 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence
unplugin-auto-import ^0.18.0 -> ^0.18.2 age adoption passing confidence
unplugin-vue-macros (source) ^2.9.5 -> ^2.10.0 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.3.6 -> ^7.3.7 age adoption passing confidence
vue (source) ^3.4.33 -> ^3.4.34 age adoption passing confidence
vue-sonner ^1.1.3 -> ^1.1.4 age adoption passing confidence
yaml (source) ^2.4.5 -> ^2.5.0 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3) ### [`v3.617.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36170-2024-07-22) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.616.0...v3.617.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.47.3`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7473) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8b64754c308cc1b10607cead2d54cbcb29d6a931...22e59e4f57f6730e3304a47591fed1bb6926cef9) Wed, 24 Jul 2024 00:12:14 GMT ##### Patches - Fix an edge case when discarding the file extension from the "reportFileName" setting and improve its documentation
opensearch-project/opensearch-js (@​opensearch-project/opensearch) ### [`v2.11.0`](https://togithub.com/opensearch-project/opensearch-js/blob/HEAD/CHANGELOG.md#2110) [Compare Source](https://togithub.com/opensearch-project/opensearch-js/compare/2.10.0...2.11.0) ##### Changed - Return a transport object from `AwsSigv4SignerTransport.request` that has an `.abort()` method that allows in-flight requests to be canceled ##### Dependencies - Bumps `@aws-sdk/types` from 3.577.0 to 3.609.0 - Bumps `@babel/eslint-parser` from 7.24.7 to 7.24.8 - Bumps `@types/node` from20.14.2 to 20.14.11 - Bumps `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - Bumps `faker` from 5.5.3 to 6.6.6 - Bumps `prettier` from 3.3.1 to 3.3.3 - Bumps `rimraf` from 5.0.7 to 6.0.1 - Bumps `semver` from 7.6.2 to 7.6.3 - Bumps `simple-git` from 3.24.0 to 3.25.0 - Bumps `ws` from 7.5.9 to 7.5.10 ##### Fixed - Add missing types in `package.json` for `aws-v3` ([810](https://togithub.com/opensearch-project/opensearch-js/pull/810))
microsoft/playwright (@​playwright/test) ### [`v1.45.3`](https://togithub.com/microsoft/playwright/compare/v1.45.2...0e130fa8edaf85765c4a5a86bded0e6d33bfd7c2) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.2...v1.45.3)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue) ### [`v5.1.0`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#510-2024-07-23) - fix(deps): update all non-major dependencies ([#​412](https://togithub.com/vitejs/vite-plugin-vue/issues/412)) ([8cb2ea9](https://togithub.com/vitejs/vite-plugin-vue/commit/8cb2ea9)), closes [#​412](https://togithub.com/vitejs/vite-plugin-vue/issues/412) - fix(plugin-vue): clear cache after build end ([96dbb22](https://togithub.com/vitejs/vite-plugin-vue/commit/96dbb22)) - chore: update documentation for new features option ([7fc7994](https://togithub.com/vitejs/vite-plugin-vue/commit/7fc7994)) - chore(deps): update upstream ([#​416](https://togithub.com/vitejs/vite-plugin-vue/issues/416)) ([02a3edd](https://togithub.com/vitejs/vite-plugin-vue/commit/02a3edd)), closes [#​416](https://togithub.com/vitejs/vite-plugin-vue/issues/416) - feat(plugin-vue): add `features` option ([#​419](https://togithub.com/vitejs/vite-plugin-vue/issues/419)) ([3e839e2](https://togithub.com/vitejs/vite-plugin-vue/commit/3e839e2)), closes [#​419](https://togithub.com/vitejs/vite-plugin-vue/issues/419)
vue-macros/vue-macros (@​vue-macros/volar) ### [`v0.25.0`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/volar/CHANGELOG.md#0250) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/@vue-macros/volar@0.24.1...@vue-macros/volar@0.25.0) ##### Minor Changes - [#​731](https://togithub.com/vue-macros/vue-macros/pull/731) [`39e6c28`](https://togithub.com/vue-macros/vue-macros/commit/39e6c2862089fd3308dceb3a6bc78b2e694d0f3e) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - introduce script-lang - [#​733](https://togithub.com/vue-macros/vue-macros/pull/733) [`27a0f36`](https://togithub.com/vue-macros/vue-macros/commit/27a0f36266bbde1de6bc65fdc04c253454e0d409) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - introduce DefineGeneric - [#​734](https://togithub.com/vue-macros/vue-macros/pull/734) [`5ef368b`](https://togithub.com/vue-macros/vue-macros/commit/5ef368b9c8e985cc1a2a2cf8067b769dee1aee60) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - introduce setup-sfc ##### Patch Changes - Updated dependencies \[[`af5301b`](https://togithub.com/vue-macros/vue-macros/commit/af5301ba1307df059ed97283fd14eb38c8afb4a4)]: - [@​vue-macros/short-bind](https://togithub.com/vue-macros/short-bind)[@​1](https://togithub.com/1).0.0 - [@​vue-macros/define-props](https://togithub.com/vue-macros/define-props)[@​3](https://togithub.com/3).0.0 ### [`v0.24.1`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/volar/CHANGELOG.md#0241) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/@vue-macros/volar@0.24.0...@vue-macros/volar@0.24.1) ##### Patch Changes - [#​741](https://togithub.com/vue-macros/vue-macros/pull/741) [`5724272`](https://togithub.com/vue-macros/vue-macros/commit/572427231a6976b420379ce9c4f6c0cef15c8b15) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - support GlobalComponents for template-ref - Updated dependencies \[]: - [@​vue-macros/define-props](https://togithub.com/vue-macros/define-props)[@​2](https://togithub.com/2).0.8 ### [`v0.24.0`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/volar/CHANGELOG.md#0240) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/@vue-macros/volar@0.23.1...@vue-macros/volar@0.24.0) ##### Minor Changes - [#​738](https://togithub.com/vue-macros/vue-macros/pull/738) [`3c676f4`](https://togithub.com/vue-macros/vue-macros/commit/3c676f44af0b2126fefe8cecc4614d0eae721384) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - introduce template-ref - [`9e19eaf`](https://togithub.com/vue-macros/vue-macros/commit/9e19eaf2666fce4a45aba3502e5f8118633f1ed8) Thanks [@​sxzz](https://togithub.com/sxzz)! - Move to ESM-first ##### Patch Changes - [`831027b`](https://togithub.com/vue-macros/vue-macros/commit/831027b4142cf1bdf090f3b44820c0f8839288b4) Thanks [@​sxzz](https://togithub.com/sxzz)! - add module type - [#​736](https://togithub.com/vue-macros/vue-macros/pull/736) [`809a07b`](https://togithub.com/vue-macros/vue-macros/commit/809a07bcb4234f102e14f08084331ded8d9541e6) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - fix sourceMap offset overflow for jsx-directive - [`d31544c`](https://togithub.com/vue-macros/vue-macros/commit/d31544cbb8400b1006c997078f43de96c4bdfc20) Thanks [@​sxzz](https://togithub.com/sxzz)! - fix import isJsxExpression - [#​739](https://togithub.com/vue-macros/vue-macros/pull/739) [`b0e465e`](https://togithub.com/vue-macros/vue-macros/commit/b0e465e82d2e0d2290ccf7e939550646b04e03dc) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - support volar 2.0.28 - Updated dependencies \[[`831027b`](https://togithub.com/vue-macros/vue-macros/commit/831027b4142cf1bdf090f3b44820c0f8839288b4), [`f734af7`](https://togithub.com/vue-macros/vue-macros/commit/f734af76922584765e6ef3982f29a5f3a735c710), [`9e19eaf`](https://togithub.com/vue-macros/vue-macros/commit/9e19eaf2666fce4a45aba3502e5f8118633f1ed8)]: - [@​vue-macros/boolean-prop](https://togithub.com/vue-macros/boolean-prop)[@​0](https://togithub.com/0).4.1 - [@​vue-macros/define-props](https://togithub.com/vue-macros/define-props)[@​2](https://togithub.com/2).0.7 - [@​vue-macros/short-vmodel](https://togithub.com/vue-macros/short-vmodel)[@​1](https://togithub.com/1).4.6 - [@​vue-macros/short-bind](https://togithub.com/vue-macros/short-bind)[@​0](https://togithub.com/0).2.6 - [@​vue-macros/common](https://togithub.com/vue-macros/common)[@​1](https://togithub.com/1).11.0
aws/aws-cdk (aws-cdk) ### [`v2.150.0`](https://togithub.com/aws/aws-cdk/releases/tag/v2.150.0) [Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.149.0...v2.150.0) ##### Features - update L1 CloudFormation resource definitions ([#​30921](https://togithub.com/aws/aws-cdk/issues/30921)) ([153a698](https://togithub.com/aws/aws-cdk/commit/153a698f9fff7c244d4ca6f5e97d15b63840ab7a)) - **ec2:** add g6 instance ([#​30693](https://togithub.com/aws/aws-cdk/issues/30693)) ([90a41d5](https://togithub.com/aws/aws-cdk/commit/90a41d5622857a0bc2ae6e0be19b72b00a609a7d)), closes [#​30683](https://togithub.com/aws/aws-cdk/issues/30683) - **lambda:** add SnapStart support for arm64 functions ([#​30898](https://togithub.com/aws/aws-cdk/issues/30898)) ([b4377a5](https://togithub.com/aws/aws-cdk/commit/b4377a5a3ad6d30730a084de6bc29c909a5c0e9d)), closes [#​30899](https://togithub.com/aws/aws-cdk/issues/30899) - **logs:** enabling IA log group creation in CN and GovCloud regions ([#​30904](https://togithub.com/aws/aws-cdk/issues/30904)) ([230b56b](https://togithub.com/aws/aws-cdk/commit/230b56bb6b39d25655df26411d4e3c5a05b04231)) - update L1 CloudFormation resource definitions ([#​30860](https://togithub.com/aws/aws-cdk/issues/30860)) ([ce7a8d5](https://togithub.com/aws/aws-cdk/commit/ce7a8d59b9c0351818a26c3dac299d53ca63e8ca)) ##### Bug Fixes - **custom-resources:** provider framework will always log all data including confidential data ([#​30689](https://togithub.com/aws/aws-cdk/issues/30689)) ([9bd92da](https://togithub.com/aws/aws-cdk/commit/9bd92da62d8c4594a11f4ab078f07b8c20762329)), closes [#​30275](https://togithub.com/aws/aws-cdk/issues/30275) - **stepfunctions-tasks:** allow camelCase for parameters of CallAwsServiceCrossRegion ([#​30795](https://togithub.com/aws/aws-cdk/issues/30795)) ([5d6ace8](https://togithub.com/aws/aws-cdk/commit/5d6ace8c69a16fbfb7b8109bfa35fc70f6fadeab)), closes [#​30799](https://togithub.com/aws/aws-cdk/issues/30799) *** #### Alpha modules (2.150.0-alpha.0)
aws/aws-sdk-js (aws-sdk) ### [`v2.1662.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216620) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1661.0...v2.1662.0) - feature: AppSync: Adding support for paginators in AppSync list APIs - feature: CleanRooms: This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table. - feature: CleanRoomsML: Adds SQL query as the source of seed audience for audience generation job. - feature: Connect: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API - feature: ConnectContactLens: Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API - feature: DataZone: This release removes the deprecated dataProductItem field from Search API output. - feature: EntityResolution: Support First Party ID Mapping ### [`v2.1661.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216610) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1660.0...v2.1661.0) - feature: ACMPCA: Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK. - feature: Connect: Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint) - feature: EC2: Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range. - feature: Firehose: This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination. - feature: MediaLive: AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type. - feature: SageMaker: SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family. - feature: TaxSettings: Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint. ### [`v2.1660.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216600) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1659.0...v2.1660.0) - bugfix: Mobilehub: deprecate mobilehub - feature: DataZone: This release adds 1/ support of register S3 locations of assets in AWS Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset Filters. - feature: IVS: Documentation update for IVS Low Latency API Reference. - feature: RedshiftServerless: Adds dualstack support for Redshift Serverless workgroup.
stripe/stripe-node (stripe) ### [`v16.4.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1640---2024-07-18) [Compare Source](https://togithub.com/stripe/stripe-node/compare/v16.2.0...v16.4.0) - [#​2138](https://togithub.com/stripe/stripe-node/pull/2138) Update generated code - Add support for `customer` on `ConfirmationToken.payment_method_preview` - Add support for new value `issuing_dispute.funds_rescinded` on enum `Event.type` - Add support for new value `multibanco` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]` - Add support for new value `stripe_s700` on enums `Terminal.Reader.device_type` and `Terminal.ReaderListParams.device_type` - Add support for new value `issuing_dispute.funds_rescinded` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - [#​2136](https://togithub.com/stripe/stripe-node/pull/2136) Update changelog
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)
unplugin/unplugin-auto-import (unplugin-auto-import) ### [`v0.18.2`](https://togithub.com/unplugin/unplugin-auto-import/releases/tag/v0.18.2) [Compare Source](https://togithub.com/unplugin/unplugin-auto-import/compare/v0.18.1...v0.18.2) #####    🐞 Bug Fixes - Downgrade minimatch, close [#​518](https://togithub.com/unplugin/unplugin-auto-import/issues/518)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unplugin/unplugin-auto-import/issues/518](https://togithub.com/unplugin/unplugin-auto-import/issues/518) [(b0353)](https://togithub.com/unplugin/unplugin-auto-import/commit/b035322) #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-auto-import/compare/v0.18.1...v0.18.2) ### [`v0.18.1`](https://togithub.com/unplugin/unplugin-auto-import/releases/tag/v0.18.1) [Compare Source](https://togithub.com/unplugin/unplugin-auto-import/compare/v0.18.0...v0.18.1) #####    🐞 Bug Fixes - Should only filter installed packages for optimization  -  by [@​Jungzl](https://togithub.com/Jungzl) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unplugin/unplugin-auto-import/issues/517](https://togithub.com/unplugin/unplugin-auto-import/issues/517) [(47197)](https://togithub.com/unplugin/unplugin-auto-import/commit/47197fb) #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-auto-import/compare/v0.18.0...v0.18.1)
vue-macros/vue-macros (unplugin-vue-macros) ### [`v2.10.0`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/macros/CHANGELOG.md#2100) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/unplugin-vue-macros@2.9.7...unplugin-vue-macros@2.10.0) ##### Minor Changes - [#​731](https://togithub.com/vue-macros/vue-macros/pull/731) [`39e6c28`](https://togithub.com/vue-macros/vue-macros/commit/39e6c2862089fd3308dceb3a6bc78b2e694d0f3e) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - introduce script-lang ##### Patch Changes - [#​733](https://togithub.com/vue-macros/vue-macros/pull/733) [`27a0f36`](https://togithub.com/vue-macros/vue-macros/commit/27a0f36266bbde1de6bc65fdc04c253454e0d409) Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - introduce DefineGeneric - Updated dependencies \[[`39e6c28`](https://togithub.com/vue-macros/vue-macros/commit/39e6c2862089fd3308dceb3a6bc78b2e694d0f3e), [`af5301b`](https://togithub.com/vue-macros/vue-macros/commit/af5301ba1307df059ed97283fd14eb38c8afb4a4)]: - [@​vue-macros/script-lang](https://togithub.com/vue-macros/script-lang)[@​0](https://togithub.com/0).1.0 - [@​vue-macros/reactivity-transform](https://togithub.com/vue-macros/reactivity-transform)[@​1](https://togithub.com/1).0.0 - [@​vue-macros/short-bind](https://togithub.com/vue-macros/short-bind)[@​1](https://togithub.com/1).0.0 - [@​vue-macros/define-props](https://togithub.com/vue-macros/define-props)[@​3](https://togithub.com/3).0.0 ### [`v2.9.7`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/macros/CHANGELOG.md#297) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/unplugin-vue-macros@2.9.6...unplugin-vue-macros@2.9.7) ##### Patch Changes - Updated dependencies \[[`feeb2eb`](https://togithub.com/vue-macros/vue-macros/commit/feeb2eb9f866efc3ae8dd9cdc368a6e4c34217a7)]: - [@​vue-macros/reactivity-transform](https://togithub.com/vue-macros/reactivity-transform)[@​0](https://togithub.com/0).4.8 - [@​vue-macros/define-props](https://togithub.com/vue-macros/define-props)[@​2](https://togithub.com/2).0.8 ### [`v2.9.6`](https://togithub.com/vue-macros/vue-macros/blob/HEAD/packages/macros/CHANGELOG.md#296) [Compare Source](https://togithub.com/vue-macros/vue-macros/compare/unplugin-vue-macros@2.9.5...unplugin-vue-macros@2.9.6) ##### Patch Changes - [`831027b`](https://togithub.com/vue-macros/vue-macros/commit/831027b4142cf1bdf090f3b44820c0f8839288b4) Thanks [@​sxzz](https://togithub.com/sxzz)! - add module type - Updated dependencies \[[`831027b`](https://togithub.com/vue-macros/vue-macros/commit/831027b4142cf1bdf090f3b44820c0f8839288b4), [`f734af7`](https://togithub.com/vue-macros/vue-macros/commit/f734af76922584765e6ef3982f29a5f3a735c710), [`9e19eaf`](https://togithub.com/vue-macros/vue-macros/commit/9e19eaf2666fce4a45aba3502e5f8118633f1ed8)]: - [@​vue-macros/reactivity-transform](https://togithub.com/vue-macros/reactivity-transform)[@​0](https://togithub.com/0).4.7 - [@​vue-macros/define-props-refs](https://togithub.com/vue-macros/define-props-refs)[@​1](https://togithub.com/1).2.6 - [@​vue-macros/setup-component](https://togithub.com/vue-macros/setup-component)[@​0](https://togithub.com/0).17.6 - unplugin-vue-define-options@1.4.6 - [@​vue-macros/named-template](https://togithub.com/vue-macros/named-template)[@​0](https://togithub.com/0).4.6 - [@​vue-macros/better-define](https://togithub.com/vue-macros/better-define)[@​1](https://togithub.com/1).7.8 - [@​vue-macros/define-models](https://togithub.com/vue-macros/define-models)[@​1](https://togithub.com/1).2.6 - [@​vue-macros/define-render](https://togithub.com/vue-macros/define-render)[@​1](https://togithub.com/1).5.6 - [@​vue-macros/export-expose](https://togithub.com/vue-macros/export-expose)[@​0](https://togithub.com/0).1.6 - [@​vue-macros/export-render](https://togithub.com/vue-macros/export-render)[@​0](https://togithub.com/0).2.6 - [@​vue-macros/jsx-directive](https://togithub.com/vue-macros/jsx-directive)[@​0](https://togithub.com/0).8.16 - [@​vue-macros/boolean-prop](https://togithub.com/vue-macros/boolean-prop)[@​0](https://togithub.com/0).4.1 - [@​vue-macros/define-props](https://togithub.com/vue-macros/define-props)[@​2](https://togithub.com/2).0.7 - [@​vue-macros/define-slots](https://togithub.com/vue-macros/define-slots)[@​1](https://togithub.com/1).1.6 - [@​vue-macros/export-props](https://togithub.com/vue-macros/export-props)[@​0](https://togithub.com/0).4.6 - [@​vue-macros/hoist-static](https://togithub.com/vue-macros/hoist-static)[@​1](https://togithub.com/1).5.6 - [@​vue-macros/short-vmodel](https://togithub.com/vue-macros/short-vmodel)[@​1](https://togithub.com/1).4.6 - [@​vue-macros/define-emit](https://togithub.com/vue-macros/define-emit)[@​0](https://togithub.com/0).2.8 - [@​vue-macros/define-prop](https://togithub.com/vue-macros/define-prop)[@​0](https://togithub.com/0).3.8 - [@​vue-macros/setup-block](https://togithub.com/vue-macros/setup-block)[@​0](https://togithub.com/0).3.6 - [@​vue-macros/short-emits](https://togithub.com/vue-macros/short-emits)[@​1](https://togithub.com/1).5.6 - [@​vue-macros/chain-call](https://togithub.com/vue-macros/chain-call)[@​0](https://togithub.com/0).3.1 - [@​vue-macros/short-bind](https://togithub.com/vue-macros/short-bind)[@​0](https://togithub.com/0).2.6 - [@​vue-macros/setup-sfc](https://togithub.com/vue-macros/setup-sfc)[@​0](https://togithub.com/0).17.6 - [@​vue-macros/devtools](https://togithub.com/vue-macros/devtools)[@​0](https://togithub.com/0).3.0 - [@​vue-macros/common](https://togithub.com/vue-macros/common)[@​1](https://togithub.com/1).11.0
vuejs/devtools-next (vite-plugin-vue-devtools) ### [`v7.3.7`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.3.7) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.3.6...v7.3.7) #####    🚀 Features - Group assets in duplicate paths between root and public by relativePath  -  by [@​LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/514](https://togithub.com/vuejs/devtools-next/issues/514) [(12614)](https://togithub.com/vuejs/devtools-next/commit/12614a9) - **client**: Truncate button add title attribute  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vuejs/devtools-next/issues/532](https://togithub.com/vuejs/devtools-next/issues/532) [(cedbc)](https://togithub.com/vuejs/devtools-next/commit/cedbccd) - **extension**: Add VitePress detector  -  by [@​yuyinws](https://togithub.com/yuyinws) in [https://github.com/vuejs/devtools-next/issues/523](https://togithub.com/vuejs/devtools-next/issues/523) [(55567)](https://togithub.com/vuejs/devtools-next/commit/555671f) #####    🐞 Bug Fixes - Bump inspector, closes [#​531](https://togithub.com/vuejs/devtools-next/issues/531), [#​534](https://togithub.com/vuejs/devtools-next/issues/534)  -  by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/531](https://togithub.com/vuejs/devtools-next/issues/531) and [https://github.com/vuejs/devtools-next/issues/534](https://togithub.com/vuejs/devtools-next/issues/534) [(145e0)](https://togithub.com/vuejs/devtools-next/commit/145e048) - **applet**: - Stabilize search results when updating component tree  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/539](https://togithub.com/vuejs/devtools-next/issues/539) [(d52a5)](https://togithub.com/vuejs/devtools-next/commit/d52a529) - Hide select component button on seperate window  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) in [https://github.com/vuejs/devtools-next/issues/541](https://togithub.com/vuejs/devtools-next/issues/541) [(a4497)](https://togithub.com/vuejs/devtools-next/commit/a44978f) #####     [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.3.6...v7.3.7)
vuejs/core (vue) ### [`v3.4.34`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3434-2024-07-24) ##### Bug Fixes - **defineModel:** correct update with multiple changes in same tick ([#​11430](https://togithub.com/vuejs/core/issues/11430)) ([a18f1ec](https://togithub.com/vuejs/core/commit/a18f1ecf05842337f1eb39a6871adb8cb4024093)), closes [#​11429](https://togithub.com/vuejs/core/issues/11429)
xiaoluoboding/vue-sonner (vue-sonner) ### [`v1.1.4`](https://togithub.com/xiaoluoboding/vue-sonner/blob/HEAD/CHANGELOG.md#114-2024-07-24) [Compare Source](https://togithub.com/xiaoluoboding/vue-sonner/compare/v1.1.3...v1.1.4) ##### Bug Fixes - format ([9ac5953](https://togithub.com/xiaoluoboding/vue-sonner/commit/9ac59537cbc943366cf4cba6ee343bc2f597b08d)) - **Toast:** :bug: move the heights update to Toaster.vue ([cbcffb8](https://togithub.com/xiaoluoboding/vue-sonner/commit/cbcffb84a7400b42e36c8bd4611dee6d69c94a7f))
eemeli/yaml (yaml) ### [`v2.5.0`](https://togithub.com/eemeli/yaml/compare/v2.4.5...v2.5.0) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.4.5...v2.5.0)

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 was generated by Mend Renovate. View the repository job log.

what-the-diff[bot] commented 2 months ago

PR Summary

In summary, these modifications allow us to utilize the latest features, improvements, and security patches made available in these updated versions of our dependencies.