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 #1007

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-ec2 (source) ^3.556.0 -> ^3.557.0 age adoption passing confidence
@​formkit/tempo ^0.0.19 -> ^0.1.1 age adoption passing confidence
@iconify/json (source) ^2.2.201 -> ^2.2.202 age adoption passing confidence
@types/eslint (source) ^8.56.9 -> ^8.56.10 age adoption passing confidence
@types/tar (source) ^6.1.12 -> ^6.1.13 age adoption passing confidence
@unhead/vue (source) ^1.9.5 -> ^1.9.7 age adoption passing confidence
@unocss/eslint-config (source) ^0.59.3 -> ^0.59.4 age adoption passing confidence
@unocss/eslint-plugin (source) >=0.59.3 -> >=0.59.4 age adoption passing confidence
@unocss/eslint-plugin (source) ^0.59.3 -> ^0.59.4 age adoption passing confidence
@unocss/reset ^0.59.3 -> ^0.59.4 age adoption passing confidence
@vscode/vsce (source) ^2.25.0 -> ^2.26.0 age adoption passing confidence
aws-cdk (source) ^2.137.0 -> ^2.138.0 age adoption passing confidence
aws-cdk-lib (source) ^2.137.0 -> ^2.138.0 age adoption passing confidence
aws-sdk ^2.1600.0 -> ^2.1603.0 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.1.0 age adoption passing confidence
eslint-plugin-format ^0.1.0 -> ^0.1.1 age adoption passing confidence
eslint-processor-vue-blocks ^0.1.1 -> ^0.1.2 age adoption passing confidence
mysql2 (source) ^3.9.4 -> ^3.9.6 age adoption passing confidence
rollup (source) ^4.14.3 -> ^4.15.0 age adoption passing confidence
stripe ^15.2.0 -> ^15.3.0 age adoption passing confidence
unhead (source) ^1.9.5 -> ^1.9.7 age adoption passing confidence
unocss ^0.59.3 -> ^0.59.4 age adoption passing confidence
unplugin-vue-markdown ^0.26.1 -> ^0.26.2 age adoption passing confidence
vite (source) ^5.2.9 -> ^5.2.10 age adoption passing confidence
vite-plugin-inspect ^0.8.3 -> ^0.8.4 age adoption passing confidence
vitepress (source) 1.1.0 -> 1.1.3 age adoption passing confidence
vue-i18n (source) ^9.12.1 -> ^9.13.1 age adoption passing confidence
vue-router ^4.3.0 -> ^4.3.2 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-ec2) ### [`v3.557.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ec2/CHANGELOG.md#35570-2024-04-17) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.557.0) ##### Features - **client-ec2:** Documentation updates for Elastic Compute Cloud (EC2). ([08bd27c](https://togithub.com/aws/aws-sdk-js-v3/commit/08bd27c46fa8739c1c50e5ba4c78a121e89c1685))
iconify/icon-sets (@​iconify/json) ### [`v2.2.202`](https://togithub.com/iconify/icon-sets/compare/2.2.201...2.2.202) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.201...2.2.202)
unjs/unhead (@​unhead/vue) ### [`v1.9.7`](https://togithub.com/unjs/unhead/releases/tag/v1.9.7) [Compare Source](https://togithub.com/unjs/unhead/compare/v1.9.6...v1.9.7) #####    🐞 Bug Fixes - **scripts**: Allow properties to be returned async  -  by [@​harlan-zw](https://togithub.com/harlan-zw) [(bfd7d)](https://togithub.com/unjs/unhead/commit/bfd7ddee) #####     [View changes on GitHub](https://togithub.com/unjs/unhead/compare/v1.9.6...v1.9.7) ### [`v1.9.6`](https://togithub.com/unjs/unhead/releases/tag/v1.9.6) [Compare Source](https://togithub.com/unjs/unhead/compare/v1.9.5...v1.9.6) #####    🐞 Bug Fixes - **scripts**: - `beforeInit` hook for script deps  -  by [@​harlan-zw](https://togithub.com/harlan-zw) [(8730b)](https://togithub.com/unjs/unhead/commit/8730bb9) - Bind to onMounted as default Vue trigger  -  by [@​harlan-zw](https://togithub.com/harlan-zw) [(c34da)](https://togithub.com/unjs/unhead/commit/c34dac4) - Attempt resolving api before loading  -  by [@​harlan-zw](https://togithub.com/harlan-zw) [(96604)](https://togithub.com/unjs/unhead/commit/9660405) #####    🏎 Performance - **scripts**: Drop unsupported inline HTML usage  -  by [@​harlan-zw](https://togithub.com/harlan-zw) [(3bfe2)](https://togithub.com/unjs/unhead/commit/3bfe2d1) #####     [View changes on GitHub](https://togithub.com/unjs/unhead/compare/v1.9.5...v1.9.6)
unocss/unocss (@​unocss/eslint-config) ### [`v0.59.4`](https://togithub.com/unocss/unocss/releases/tag/v0.59.4) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.59.3...v0.59.4) #####    🚀 Features - **core**: Support safelist access to RuleContext  -  by [@​Simon-He95](https://togithub.com/Simon-He95), [@​zyyv](https://togithub.com/zyyv), **Chris** and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3693](https://togithub.com/unocss/unocss/issues/3693) [(04c27)](https://togithub.com/unocss/unocss/commit/04c27754) #####    🐞 Bug Fixes - **eslint-plugin**: Compactible with eslint v9  -  by [@​antfu](https://togithub.com/antfu) [(09e3b)](https://togithub.com/unocss/unocss/commit/09e3bea7) - **preset-mini**: Transform-cpu  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3730](https://togithub.com/unocss/unocss/issues/3730) [(a3170)](https://togithub.com/unocss/unocss/commit/a3170ae1) - **webpack**: SourceMap  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3732](https://togithub.com/unocss/unocss/issues/3732) [(0dab7)](https://togithub.com/unocss/unocss/commit/0dab7878) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.59.3...v0.59.4)
Microsoft/vsce (@​vscode/vsce) ### [`v2.26.0`](https://togithub.com/microsoft/vscode-vsce/releases/tag/v2.26.0) [Compare Source](https://togithub.com/Microsoft/vsce/compare/v2.25.0...v2.26.0) #### Changes: ##### Feature Requests: - [#​964](https://togithub.com/Microsoft/vsce/issues/964): Add `--azure-credential` option to "publish", "unpublish" and "verify-pat" commands - [#​943](https://togithub.com/Microsoft/vsce/issues/943): feat: ignore .git generated by `git worktree add` - [#​966](https://togithub.com/Microsoft/vsce/issues/966): allow verifyPat to use extension's publisher name ##### Others: - [#​965](https://togithub.com/Microsoft/vsce/issues/965): missing package-lock.json change
aws/aws-cdk (aws-cdk) ### [`v2.138.0`](https://togithub.com/aws/aws-cdk/releases/tag/v2.138.0) [Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.137.0...v2.138.0) ##### Features - **AppSync:** addRdsDataSource support for DatabaseCluster ([#​29544](https://togithub.com/aws/aws-cdk/issues/29544)) ([1894f2d](https://togithub.com/aws/aws-cdk/commit/1894f2db54eed7d65c9f54cb07cee6dd84200ad7)), closes [#​29302](https://togithub.com/aws/aws-cdk/issues/29302) - **cognito:** support provider details for `UserPoolIdentityProviderSaml` ([#​29588](https://togithub.com/aws/aws-cdk/issues/29588)) ([375f1a6](https://togithub.com/aws/aws-cdk/commit/375f1a6c0bd5952091b1bb4634faaabcb4ca126e)), closes [#​29494](https://togithub.com/aws/aws-cdk/issues/29494) [#​29598](https://togithub.com/aws/aws-cdk/issues/29598) - **custom-resources:** add logging property to `AwsSdkCall` and create `Logging` class ([#​29648](https://togithub.com/aws/aws-cdk/issues/29648)) ([b049064](https://togithub.com/aws/aws-cdk/commit/b0490640a25eb1946aa9db748cf85867e841f243)) - **ec2:** well-known port aliases ([#​29793](https://togithub.com/aws/aws-cdk/issues/29793)) ([f10494c](https://togithub.com/aws/aws-cdk/commit/f10494cab79c033d7913a435b0e2db12fe59698d)) - **elasticloadbalancingv2:** add removeSuffix param for ExternalApplicationListener.addAction() ([#​29746](https://togithub.com/aws/aws-cdk/issues/29746)) ([f4af330](https://togithub.com/aws/aws-cdk/commit/f4af33018e374ea97346e8ec70776feb46f6ab7b)), closes [#​29496](https://togithub.com/aws/aws-cdk/issues/29496) - **route53:** `DNSSEC` zone signing ([#​28604](https://togithub.com/aws/aws-cdk/issues/28604)) ([213fffc](https://togithub.com/aws/aws-cdk/commit/213fffc84f2206f064ae5143b8dc6eff9d21b50d)) - **sns:** add TracingConfig prop ([#​29783](https://togithub.com/aws/aws-cdk/issues/29783)) ([f14b60f](https://togithub.com/aws/aws-cdk/commit/f14b60fc990cb98d1d2b0e48f9a89492bddf868c)), closes [#​29714](https://togithub.com/aws/aws-cdk/issues/29714) - **stepfunctions-tasks:** add httpinvoke step functions task ([#​28673](https://togithub.com/aws/aws-cdk/issues/28673)) ([178e481](https://togithub.com/aws/aws-cdk/commit/178e48189524c608decd631c5e76e95a34fe5122)), closes [#​28278](https://togithub.com/aws/aws-cdk/issues/28278) - update L1 CloudFormation resource definitions ([#​29798](https://togithub.com/aws/aws-cdk/issues/29798)) ([7103fed](https://togithub.com/aws/aws-cdk/commit/7103fed9bc03062e464d907818afcf32c27ba6b2)), closes [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#aws-resource-ec2](https://togithub.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html/issues/aws-resource-ec2) [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#aws-resource-ec2](https://togithub.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html/issues/aws-resource-ec2) [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2](https://togithub.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html/issues/cfn-ec2) [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html#cfn-ec2](https://togithub.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html/issues/cfn-ec2) ##### Bug Fixes - **ecs-patterns:** integ test failed with certificate error ([#​29623](https://togithub.com/aws/aws-cdk/issues/29623)) ([5347369](https://togithub.com/aws/aws-cdk/commit/5347369fa11f4f11ab3893b9ac4c8467c5d514c3)), closes [/github.com/aws/aws-cdk/pull/29186#issuecomment-1959231406](https://togithub.com/aws//github.com/aws/aws-cdk/pull/29186/issues/issuecomment-1959231406) [/github.com/aws/aws-cdk/pull/29186#issuecomment-1959231406](https://togithub.com/aws//github.com/aws/aws-cdk/pull/29186/issues/issuecomment-1959231406) - **eks:** add support of Helm charts located in ECR of AWS CN region ([#​29778](https://togithub.com/aws/aws-cdk/issues/29778)) ([0da25e5](https://togithub.com/aws/aws-cdk/commit/0da25e5da491b0778eed0444cbb05455bd562b42)), closes [#​28460](https://togithub.com/aws/aws-cdk/issues/28460) - **globalaccelerator:** changing `installLatestAwsSdk` breaks Security Group reference ([#​29620](https://togithub.com/aws/aws-cdk/issues/29620)) ([ece7eb6](https://togithub.com/aws/aws-cdk/commit/ece7eb671e588aff6e9d0f2ee4b53933cb9589a5)), closes [#​23796](https://togithub.com/aws/aws-cdk/issues/23796) [/github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-globalaccelerator/lib/\_accelerator-security-group.ts#L32](https://togithub.com/aws//github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-globalaccelerator/lib/\_accelerator-security-group.ts/issues/L32) - **lambda:** version.fromVersionArn creates invalid Version object ([#​29820](https://togithub.com/aws/aws-cdk/issues/29820)) ([8198884](https://togithub.com/aws/aws-cdk/commit/819888470248fed2ddbdac689f14254688eef88f)) - **spec2cdk:** get tag gives null result in Java CDK ([#​29870](https://togithub.com/aws/aws-cdk/issues/29870)) ([5a918d1](https://togithub.com/aws/aws-cdk/commit/5a918d12ec0455626b5630b35aa47e6d9da6df7c)) - **stepfunctions:** the catch field in CustomState is not rendered ([#​29654](https://togithub.com/aws/aws-cdk/issues/29654)) ([77e9fc6](https://togithub.com/aws/aws-cdk/commit/77e9fc6bd2066862312355801f7f04c5a5f02d6a)) *** ##### Alpha modules (2.138.0-alpha.0) ##### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES - **cognito-identitypool-alpha:** The argument of `IdentityPoolProviderUrl.userPool()` has been changed from `url: string` to `userPool: UserPool, userPoolClient: UserPoolClient`. If you want to specify custom identifier string, use `IdentityPoolProviderUrl.custom()` instead. ##### Bug Fixes - **cognito-identitypool-alpha:** inconvenient IdentityPoolProviderUrl.userPool() ([#​29025](https://togithub.com/aws/aws-cdk/issues/29025)) ([90a7734](https://togithub.com/aws/aws-cdk/commit/90a773407753b4ff868dede4442bf20243dfeaec))
aws/aws-sdk-js (aws-sdk) ### [`v2.1603.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216030) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1602.0...v2.1603.0) - feature: Glue: Adding RowFilter in the response for GetUnfilteredTableMetadata API - feature: InternetMonitor: This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map. - feature: Personalize: This releases auto training capability while creating a solution and automatically syncing latest solution versions when creating/updating a campaign ### [`v2.1602.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216020) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1601.0...v2.1602.0) - feature: Drs: Outpost ARN added to Source Server and Recovery Instance - feature: EMRServerless: This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs. - feature: GuardDuty: Added IPv6Address fields for local and remote IP addresses - feature: QuickSight: This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution - feature: RolesAnywhere: This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates. - feature: SageMaker: Removed deprecated enum values and updated API documentation. - feature: WorkSpaces: Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts. ### [`v2.1601.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216010) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1600.0...v2.1601.0) - bugfix: Endpoints: Add endpoint override for us-isof-\* region - feature: EC2: Documentation updates for Elastic Compute Cloud (EC2). - feature: QBusiness: This release adds support for IAM Identity Center (IDC) as the identity gateway for Q Business. It also allows users to provide an explicit intent for Q Business to identify how the Chat request should be handled.
eslint/eslint (eslint) ### [`v9.1.0`](https://togithub.com/eslint/eslint/compare/v9.0.0...b78d831e244171c939279b03be519b5c13836fce) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.0.0...v9.1.0)
antfu/eslint-plugin-format (eslint-plugin-format) ### [`v0.1.1`](https://togithub.com/antfu/eslint-plugin-format/releases/tag/v0.1.1) [Compare Source](https://togithub.com/antfu/eslint-plugin-format/compare/v0.1.0...v0.1.1) #####    🐞 Bug Fixes - Pass filepath to prettier  -  by [@​RebeccaStevens](https://togithub.com/RebeccaStevens) in [https://github.com/antfu/eslint-plugin-format/issues/3](https://togithub.com/antfu/eslint-plugin-format/issues/3) [(b591b)](https://togithub.com/antfu/eslint-plugin-format/commit/b591b8f) #####     [View changes on GitHub](https://togithub.com/antfu/eslint-plugin-format/compare/v0.1.0...v0.1.1)
antfu/eslint-processor-vue-blocks (eslint-processor-vue-blocks) ### [`v0.1.2`](https://togithub.com/antfu/eslint-processor-vue-blocks/releases/tag/v0.1.2) [Compare Source](https://togithub.com/antfu/eslint-processor-vue-blocks/compare/v0.1.1...v0.1.2) *No significant changes* #####     [View changes on GitHub](https://togithub.com/antfu/eslint-processor-vue-blocks/compare/v0.1.1...v0.1.2)
sidorares/node-mysql2 (mysql2) ### [`v3.9.6`](https://togithub.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#396-2024-04-18) [Compare Source](https://togithub.com/sidorares/node-mysql2/compare/v3.9.5...v3.9.6) ##### Bug Fixes - binary parser sometimes reads out of packet bounds when results contain null and typecast is false ([#​2601](https://togithub.com/sidorares/node-mysql2/issues/2601)) ([705835d](https://togithub.com/sidorares/node-mysql2/commit/705835d06ff437cf0bf3169dac0a5f68002c4f87)) ### [`v3.9.5`](https://togithub.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#395-2024-04-17) [Compare Source](https://togithub.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.5) ##### Bug Fixes - revert breaking change in results creation ([#​2591](https://togithub.com/sidorares/node-mysql2/issues/2591)) ([f7c60d0](https://togithub.com/sidorares/node-mysql2/commit/f7c60d01a49666130f51d3847ccfdd3d6e3d33e9))
rollup/rollup (rollup) ### [`v4.15.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4150) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.14.3...v4.15.0) *2024-04-20* ##### Features - Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes ([#​5474](https://togithub.com/rollup/rollup/issues/5474)) ##### Pull Requests - [#​5474](https://togithub.com/rollup/rollup/pull/5474): Add ImportAttributesKey to choose keyword ("with" | "assert") ([@​doubleaa93](https://togithub.com/doubleaa93), [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5475](https://togithub.com/rollup/rollup/pull/5475): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5477](https://togithub.com/rollup/rollup/pull/5477): Try to run emulated smoke tests for Linux environments ([@​lukastaegert](https://togithub.com/lukastaegert))
stripe/stripe-node (stripe) ### [`v15.3.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1530---2024-04-18) [Compare Source](https://togithub.com/stripe/stripe-node/compare/v15.2.0...v15.3.0) - [#​2069](https://togithub.com/stripe/stripe-node/pull/2069) Update generated code - Add support for `create_preview` method on resource `Invoice` - Add support for `payment_method_data` on `Checkout.SessionCreateParams` - Add support for `saved_payment_method_options` on `Checkout.SessionCreateParams` and `Checkout.Session` - Add support for `mobilepay` on `Checkout.Session.payment_method_options` and `Checkout.SessionCreateParams.payment_method_options` - Add support for new value `mobilepay` on enum `Checkout.SessionCreateParams.payment_method_types[]` - Add support for `allow_redisplay` on `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `CustomerListPaymentMethodsParams`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data` - Add support for `schedule_details` and `subscription_details` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams` - Add support for new value `other` on enums `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel.unit`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel.unit`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel.unit`
unplugin/unplugin-vue-markdown (unplugin-vue-markdown) ### [`v0.26.2`](https://togithub.com/unplugin/unplugin-vue-markdown/releases/tag/v0.26.2) [Compare Source](https://togithub.com/unplugin/unplugin-vue-markdown/compare/v0.26.1...v0.26.2) *No significant changes* #####     [View changes on GitHub](https://togithub.com/unplugin/unplugin-vue-markdown/compare/v0.26.1...v0.26.2)
vitejs/vite (vite) ### [`v5.2.10`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5210-2024-04-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.9...v5.2.10) - revert: perf: use workspace root for fs cache ([#​15712](https://togithub.com/vitejs/vite/issues/15712)) ([#​16476](https://togithub.com/vitejs/vite/issues/16476)) ([77e7359](https://togithub.com/vitejs/vite/commit/77e7359)), closes [#​15712](https://togithub.com/vitejs/vite/issues/15712) [#​16476](https://togithub.com/vitejs/vite/issues/16476) - fix: add base to virtual html ([#​16442](https://togithub.com/vitejs/vite/issues/16442)) ([721f94d](https://togithub.com/vitejs/vite/commit/721f94d)), closes [#​16442](https://togithub.com/vitejs/vite/issues/16442) - fix: adjust esm syntax judgment logic ([#​16436](https://togithub.com/vitejs/vite/issues/16436)) ([af72eab](https://togithub.com/vitejs/vite/commit/af72eab)), closes [#​16436](https://togithub.com/vitejs/vite/issues/16436) - fix: don't add outDirs to watch.ignored if emptyOutDir is false ([#​16453](https://togithub.com/vitejs/vite/issues/16453)) ([6a127d6](https://togithub.com/vitejs/vite/commit/6a127d6)), closes [#​16453](https://togithub.com/vitejs/vite/issues/16453) - fix(cspNonce): don't overwrite existing nonce values ([#​16415](https://togithub.com/vitejs/vite/issues/16415)) ([b872635](https://togithub.com/vitejs/vite/commit/b872635)), closes [#​16415](https://togithub.com/vitejs/vite/issues/16415) - feat: show warning if root is in build.outDir ([#​16454](https://togithub.com/vitejs/vite/issues/16454)) ([11444dc](https://togithub.com/vitejs/vite/commit/11444dc)), closes [#​16454](https://togithub.com/vitejs/vite/issues/16454) - feat: write cspNonce to style tags ([#​16419](https://togithub.com/vitejs/vite/issues/16419)) ([8e54bbd](https://togithub.com/vitejs/vite/commit/8e54bbd)), closes [#​16419](https://togithub.com/vitejs/vite/issues/16419) - chore(deps): update dependency eslint-plugin-n to v17 ([#​16381](https://togithub.com/vitejs/vite/issues/16381)) ([6cccef7](https://togithub.com/vitejs/vite/commit/6cccef7)), closes [#​16381](https://togithub.com/vitejs/vite/issues/16381)
antfu/vite-plugin-inspect (vite-plugin-inspect) ### [`v0.8.4`](https://togithub.com/antfu/vite-plugin-inspect/releases/tag/v0.8.4) [Compare Source](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.8.3...v0.8.4) #####    🐞 Bug Fixes - Virtual modules  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/antfu/vite-plugin-inspect/issues/110](https://togithub.com/antfu/vite-plugin-inspect/issues/110) [(0d2d4)](https://togithub.com/antfu/vite-plugin-inspect/commit/0d2d48d) #####     [View changes on GitHub](https://togithub.com/antfu/vite-plugin-inspect/compare/v0.8.3...v0.8.4)
vuejs/vitepress (vitepress) ### [`v1.1.3`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#113-2024-04-18) [Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.1.2...v1.1.3) ##### Bug Fixes - **build/regression:** markdown backslash escapes not working ([d02d1e9](https://togithub.com/vuejs/vitepress/commit/d02d1e923aacdb1e8061a3f76af30e8a13518277)), closes [#​3808](https://togithub.com/vuejs/vitepress/issues/3808) ### [`v1.1.2`](https://togithub.com/vuejs/vitepress/compare/v1.1.1...v1.1.2) [Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.1.1...v1.1.2) ### [`v1.1.1`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#111-2024-04-18) [Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.1.0...v1.1.1) ##### Bug Fixes - **client:** don't reload page on hash change ([#​3777](https://togithub.com/vuejs/vitepress/issues/3777)) ([74b725a](https://togithub.com/vuejs/vitepress/commit/74b725a224438ef776fed25ee82274429d94ac83)) - let vue compiler handle entity decoding ([f86ac56](https://togithub.com/vuejs/vitepress/commit/f86ac56b78da76f3061e6537b897bb13c1ed802d)) - hot updating config file suppresses error logs ([#​3592](https://togithub.com/vuejs/vitepress/issues/3592)) ([cd5adf3](https://togithub.com/vuejs/vitepress/commit/cd5adf3011d677263c93ce6f8066aaa7870b1dfc))
intlify/vue-i18n-next (vue-i18n) ### [`v9.13.1`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v9131-2024-04-20T152552Z) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.13.0...v9.13.1) This changelog is generated by [GitHub Releases](https://togithub.com/intlify/vue-i18n-next/releases/tag/v9.13.1) #### What's Changed ##### 🐛 Bug Fixes - fix(message-compiler): cannot resolve none-identifier characters at linked key by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/intlify/vue-i18n-next/pull/1813](https://togithub.com/intlify/vue-i18n-next/pull/1813) **Full Changelog**: https://github.com/intlify/vue-i18n-next/compare/v9.13.0...v9.13.1 ### [`v9.13.0`](https://togithub.com/intlify/vue-i18n-next/blob/HEAD/CHANGELOG.md#v9130-2024-04-17T144738Z) [Compare Source](https://togithub.com/intlify/vue-i18n-next/compare/v9.12.1...v9.13.0) This changelog is generated by [GitHub Releases](https://togithub.com/intlify/vue-i18n-next/releases/tag/v9.13.0) #### What's Changed ##### ⚠️ Deprecated Features - fix: EOL announcement warning for vue-i18n-bridge by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/intlify/vue-i18n-next/pull/1800](https://togithub.com/intlify/vue-i18n-next/pull/1800) ##### ⚡ Improvement Features - fix: not throw warnings when using implicit fallback by [@​ShinnosukeKomiya](https://togithub.com/ShinnosukeKomiya) in [https://github.com/intlify/vue-i18n-next/pull/1798](https://togithub.com/intlify/vue-i18n-next/pull/1798) ##### 📝️ Documentations - fix: spelling by [@​DamageESP](https://togithub.com/DamageESP) in [https://github.com/intlify/vue-i18n-next/pull/1802](https://togithub.com/intlify/vue-i18n-next/pull/1802) - docs: improve documentation by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/intlify/vue-i18n-next/pull/1801](https://togithub.com/intlify/vue-i18n-next/pull/1801) - docs: fix dead link on menu by [@​kazupon](https://togithub.com/kazupon) in [https://github.com/intlify/vue-i18n-next/pull/1804](https://togithub.com/intlify/vue-i18n-next/pull/1804) #### New Contributors - [@​ShinnosukeKomiya](https://togithub.com/ShinnosukeKomiya) made their first contribution in [https://github.com/intlify/vue-i18n-next/pull/1798](https://togithub.com/intlify/vue-i18n-next/pull/1798) - [@​DamageESP](https://togithub.com/DamageESP) made their first contribution in [https://github.com/intlify/vue-i18n-next/pull/1802](https://togithub.com/intlify/vue-i18n-next/pull/1802) **Full Changelog**: https://github.com/intlify/vue-i18n-next/compare/v9.12.1...v9.13.0
vuejs/router (vue-router) ### [`v4.3.2`](https://togithub.com/vuejs/router/releases/tag/v4.3.2) [Compare Source](https://togithub.com/vuejs/router/compare/v4.3.1...v4.3.2) Please refer to [CHANGELOG.md](https://togithub.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details. ### [`v4.3.1`](https://togithub.com/vuejs/router/releases/tag/v4.3.1) [Compare Source](https://togithub.com/vuejs/router/compare/v4.3.0...v4.3.1) Please refer to [CHANGELOG.md](https://togithub.com/vuejs/router/blob/main/packages/router/CHANGELOG.md) for details.

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.