Update dependency vue to v3.5.40 #72

Open
nitrix wants to merge 1 commits from renovate/vue-monorepo into master
Owner

This PR contains the following updates:

Package Change Age Confidence
vue (source) 3.5.323.5.40 age confidence

Release Notes

vuejs/core (vue)

v3.5.40

Compare Source

Bug Fixes

v3.5.39

Compare Source

Bug Fixes

v3.5.38

Compare Source

v3.5.37

Compare Source

v3.5.36

Compare Source

Bug Fixes

v3.5.35

Compare Source

Bug Fixes
Performance Improvements

v3.5.34

Compare Source

Bug Fixes

v3.5.33

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • 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.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vue](https://vuejs.org/) ([source](https://github.com/vuejs/core)) | [`3.5.32` → `3.5.40`](https://renovatebot.com/diffs/npm/vue/3.5.32/3.5.40) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.40?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.32/3.5.40?slim=true) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.40`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3540-2026-07-16) [Compare Source](https://github.com/vuejs/core/compare/v3.5.39...v3.5.40) ##### Bug Fixes - **compiler-core:** avoid leaking slot branch keys ([#&#8203;15051](https://github.com/vuejs/core/issues/15051)) ([20c9d26](https://github.com/vuejs/core/commit/20c9d263d3bfafdfbcc1921f259fd8f711e18659)), closes [#&#8203;15048](https://github.com/vuejs/core/issues/15048) - **hydration:** pass namespace when patching dynamic props ([#&#8203;15082](https://github.com/vuejs/core/issues/15082)) ([e0d2723](https://github.com/vuejs/core/commit/e0d27234ddd2061383cb5dcc475d6b9558ed8e4f)), closes [#&#8203;15081](https://github.com/vuejs/core/issues/15081) [#&#8203;15050](https://github.com/vuejs/core/issues/15050) - **reactivity:** handle effect removal during scope stop ([#&#8203;15084](https://github.com/vuejs/core/issues/15084)) ([378f978](https://github.com/vuejs/core/commit/378f9783248a4a4f20781d665d4f7089f39cae6e)), closes [#&#8203;15083](https://github.com/vuejs/core/issues/15083) - **runtime-core:** skip lazy hydration for detached roots ([#&#8203;15092](https://github.com/vuejs/core/issues/15092)) ([97f3525](https://github.com/vuejs/core/commit/97f3525551ad06103083eb2cbf9858c5e57cd58e)), closes [#&#8203;15091](https://github.com/vuejs/core/issues/15091) - **runtime-core:** unwind dangling blocks when slot content throws ([#&#8203;15071](https://github.com/vuejs/core/issues/15071)) ([ddc132d](https://github.com/vuejs/core/commit/ddc132d7c054ecd2029ddcc95bcba770cd44f022)), closes [#&#8203;15070](https://github.com/vuejs/core/issues/15070) - **runtime-dom:** respect current select model type ([#&#8203;15010](https://github.com/vuejs/core/issues/15010)) ([eb89e93](https://github.com/vuejs/core/commit/eb89e935a771ab7fc3f8e67a82bc8fc7ea28bdaa)), closes [#&#8203;15009](https://github.com/vuejs/core/issues/15009) - **server-renderer:** handle errors in optimized component renders ([#&#8203;12601](https://github.com/vuejs/core/issues/12601)) ([474907c](https://github.com/vuejs/core/commit/474907c0f01d021c564545137051a2b56eb4a769)), closes [#&#8203;12575](https://github.com/vuejs/core/issues/12575) - **server-renderer:** remove package dependency cycle ([#&#8203;15063](https://github.com/vuejs/core/issues/15063)) ([4d35eca](https://github.com/vuejs/core/commit/4d35ecadb6f625b0f7407ccee0e357c2dd8084c7)) - **shared:** prevent SSR comment escaping from creating closing delimiters ([#&#8203;15045](https://github.com/vuejs/core/issues/15045)) ([bd962bb](https://github.com/vuejs/core/commit/bd962bbaca746d8f65775a07723420406ebad0da)) - **types:** don't constrain component $el type to Element ([#&#8203;15040](https://github.com/vuejs/core/issues/15040)) ([164460a](https://github.com/vuejs/core/commit/164460a52988c44dc34a541219c88120078372a0)) ### [`v3.5.39`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3539-2026-06-25) [Compare Source](https://github.com/vuejs/core/compare/v3.5.38...v3.5.39) ##### Bug Fixes - **compiler-core:** correct filter rewrite recursion ([#&#8203;14959](https://github.com/vuejs/core/issues/14959)) ([be7ce31](https://github.com/vuejs/core/commit/be7ce314b96256f1c56f53088d51ed6bc77fde28)) - **hydration:** force patch dynamic props when hydrating ([#&#8203;9083](https://github.com/vuejs/core/issues/9083)) ([024cf06](https://github.com/vuejs/core/commit/024cf06daa33db4660431f20aa050acb99cff07f)), closes [#&#8203;9033](https://github.com/vuejs/core/issues/9033) - **hydration:** respect data-allow-mismatch on conditional branches ([#&#8203;12801](https://github.com/vuejs/core/issues/12801)) ([164af63](https://github.com/vuejs/core/commit/164af639a120421194f7afe0e097bdf254c90199)), closes [#&#8203;12782](https://github.com/vuejs/core/issues/12782) - **reactivity:** avoid triggering effects when set fails ([#&#8203;14964](https://github.com/vuejs/core/issues/14964)) ([e450973](https://github.com/vuejs/core/commit/e450973eabc0038f398344b981acd8759c246c50)) - **runtime-core:** handle non-isomorphic block element update ([#&#8203;15002](https://github.com/vuejs/core/issues/15002)) ([932ddd0](https://github.com/vuejs/core/commit/932ddd058d69be9bbd8cd796c89f0d1a4fc128d7)), closes [#&#8203;6385](https://github.com/vuejs/core/issues/6385) - **runtime-core:** normalize function children for elements and Teleport ([#&#8203;9108](https://github.com/vuejs/core/issues/9108)) ([2f374cd](https://github.com/vuejs/core/commit/2f374cda18cbe331ede1a49a324b423c75d0faf3)), closes [#&#8203;9107](https://github.com/vuejs/core/issues/9107) - **runtime-core:** pause tracking when invoking function refs ([#&#8203;14985](https://github.com/vuejs/core/issues/14985)) ([3ac052b](https://github.com/vuejs/core/commit/3ac052b6b1e9d3978e98cc30a1a89a9b9b51358b)) - **runtime-core:** preserve once event listener name ([#&#8203;8341](https://github.com/vuejs/core/issues/8341)) ([87b73b6](https://github.com/vuejs/core/commit/87b73b64a0d9b4e2dd2dacfe98f2f1c2396d7a61)), closes [#&#8203;8342](https://github.com/vuejs/core/issues/8342) - **runtime-dom:** preserve option modifier event names ([#&#8203;8338](https://github.com/vuejs/core/issues/8338)) ([4b659e6](https://github.com/vuejs/core/commit/4b659e699925555464ea9ae8fa3e1984609f6dc2)), closes [#&#8203;8334](https://github.com/vuejs/core/issues/8334) - **ssr:** dedupe inherited scope ids during vnode rendering ([#&#8203;15005](https://github.com/vuejs/core/issues/15005)) ([027da6b](https://github.com/vuejs/core/commit/027da6b2810c4752131439d2645f3d931d07242f)), closes [#&#8203;12159](https://github.com/vuejs/core/issues/12159) [#&#8203;12175](https://github.com/vuejs/core/issues/12175) - **ssr:** resolve nested async teleport content ([#&#8203;9431](https://github.com/vuejs/core/issues/9431)) ([31d0f23](https://github.com/vuejs/core/commit/31d0f23757afb410c638a9c29d44d76d0944e18f)), closes [#&#8203;6207](https://github.com/vuejs/core/issues/6207) - **teleport:** handle teleport unmount edge case ([#&#8203;12705](https://github.com/vuejs/core/issues/12705)) ([671997a](https://github.com/vuejs/core/commit/671997ade74e34880cebe3c340269b8598c3b26c)), closes [#&#8203;12702](https://github.com/vuejs/core/issues/12702) - **types:** support named tuple emits ([#&#8203;12676](https://github.com/vuejs/core/issues/12676)) ([232f402](https://github.com/vuejs/core/commit/232f4022e3160b30b11748a6d97ea2c15ed3b74f)), closes [#&#8203;12673](https://github.com/vuejs/core/issues/12673) - **types:** validate defineModel defaults ([#&#8203;14968](https://github.com/vuejs/core/issues/14968)) ([747f57e](https://github.com/vuejs/core/commit/747f57e9cdb3c5f084f8da5ca7e0e0b7b326b662)), closes [#&#8203;14966](https://github.com/vuejs/core/issues/14966) ### [`v3.5.38`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3538-2026-06-11) [Compare Source](https://github.com/vuejs/core/compare/v3.5.37...v3.5.38) ### [`v3.5.37`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3537-2026-06-11) [Compare Source](https://github.com/vuejs/core/compare/v3.5.36...v3.5.37) ### [`v3.5.36`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3536-2026-06-11) [Compare Source](https://github.com/vuejs/core/compare/v3.5.35...v3.5.36) ##### Bug Fixes - **compiler-core:** avoid crash on CDATA at the document root ([#&#8203;14916](https://github.com/vuejs/core/issues/14916)) ([0ea17e2](https://github.com/vuejs/core/commit/0ea17e232f9a8f4a9acf57c6addc78cf4f279c13)) - **compiler-core:** prefix dynamic keys on v-memo elements ([#&#8203;14922](https://github.com/vuejs/core/issues/14922)) ([68e978e](https://github.com/vuejs/core/commit/68e978e3e71a8ae40701808e78966f2168c5907c)), closes [#&#8203;14920](https://github.com/vuejs/core/issues/14920) - **compiler-sfc:** handle vue-ignore on leading intersection/union type ([#&#8203;14950](https://github.com/vuejs/core/issues/14950)) ([0dcd225](https://github.com/vuejs/core/commit/0dcd225c01f211ebb8ce4dda8c8eac10539abf1a)), closes [#&#8203;12254](https://github.com/vuejs/core/issues/12254) - **compiler-sfc:** respect var hoisting in props destructure ([48ad452](https://github.com/vuejs/core/commit/48ad452dd61926a59e358da3c74c5ef750ae21c4)) - **reactivity:** preserve watch callback return value when wrapped for `once: true` ([#&#8203;14902](https://github.com/vuejs/core/issues/14902)) ([450a8a8](https://github.com/vuejs/core/commit/450a8a8e45520f30fe8343c5016a777d888e53fc)) - **runtime-core:** add dev warning for silent catch in compat mode and fix test description typo ([#&#8203;14891](https://github.com/vuejs/core/issues/14891)) ([db3e117](https://github.com/vuejs/core/commit/db3e117025a7193291ed6676180a5a44bbe0ae76)) - **runtime-core:** force model update when reverted before sync ([#&#8203;14897](https://github.com/vuejs/core/issues/14897)) ([7f76378](https://github.com/vuejs/core/commit/7f76378b0d178a29113ee07d67faa48b637944e8)), closes [#&#8203;13524](https://github.com/vuejs/core/issues/13524) - **runtime-core:** skip async component callbacks after unmount ([#&#8203;14911](https://github.com/vuejs/core/issues/14911)) ([5300ead](https://github.com/vuejs/core/commit/5300ead57b3c14942d4c155ef5e485d5409e7f02)) - **transition:** avoid move transition for hidden v-show group children ([#&#8203;14895](https://github.com/vuejs/core/issues/14895)) ([c11f6ee](https://github.com/vuejs/core/commit/c11f6ee644412edf3eef6736991e895e4a3e1dde)), closes [#&#8203;14894](https://github.com/vuejs/core/issues/14894) - **watch:** trigger immediate callback for empty sources ([#&#8203;14914](https://github.com/vuejs/core/issues/14914)) ([1f2ca7e](https://github.com/vuejs/core/commit/1f2ca7e4837b1b0de0b91048fffdb03710c0b03e)), closes [#&#8203;14898](https://github.com/vuejs/core/issues/14898) ### [`v3.5.35`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3535-2026-05-27) [Compare Source](https://github.com/vuejs/core/compare/v3.5.34...v3.5.35) ##### Bug Fixes - **compiler-core:** avoid double processing v-for keys with v-memo ([#&#8203;14861](https://github.com/vuejs/core/issues/14861)) ([34a0ded](https://github.com/vuejs/core/commit/34a0ded4d27289a8f227462bd35b6341a4b51831)), closes [#&#8203;14859](https://github.com/vuejs/core/issues/14859) - **compiler-sfc:** resolve top-level exports from files registered as global types ([#&#8203;14805](https://github.com/vuejs/core/issues/14805)) ([3d077f2](https://github.com/vuejs/core/commit/3d077f26e33510f2ba001d14142ba76a1414dfff)), closes [nuxt/nuxt#33694](https://github.com/nuxt/nuxt/issues/33694) - **runtime-core:** avoid repeated hydration mismatch checks ([#&#8203;14857](https://github.com/vuejs/core/issues/14857)) ([170fc95](https://github.com/vuejs/core/commit/170fc95eb64b97024dcb3df770557065e2919aa8)), closes [#&#8203;14855](https://github.com/vuejs/core/issues/14855) - **runtime-core:** skip idle persisted transition hooks in keep-alive moves ([#&#8203;14865](https://github.com/vuejs/core/issues/14865)) ([80fc139](https://github.com/vuejs/core/commit/80fc139f90513943f1d0da20d353feec8a9ec894)), closes [#&#8203;14031](https://github.com/vuejs/core/issues/14031) - **server-renderer:** propagate sync errors from `ssrRenderSuspense` ([#&#8203;14804](https://github.com/vuejs/core/issues/14804)) ([4760997](https://github.com/vuejs/core/commit/47609975e294fbcc8017b6d68c9be38fa5508f36)), closes [nuxt/nuxt#28162](https://github.com/nuxt/nuxt/issues/28162) - **teleport:** skip child unmount when pending mount discarded ([#&#8203;14876](https://github.com/vuejs/core/issues/14876)) ([#&#8203;14877](https://github.com/vuejs/core/issues/14877)) ([584beb1](https://github.com/vuejs/core/commit/584beb1262d1247d41ed3b463c485c57022fa922)) ##### Performance Improvements - **reactivity:** skip type checks for cached proxies ([#&#8203;14860](https://github.com/vuejs/core/issues/14860)) ([5734fe9](https://github.com/vuejs/core/commit/5734fe97f6e42d7abb1893c8bc38a17f7deb00b1)) - **runtime-dom:** optimize array event handler dispatch ([#&#8203;14828](https://github.com/vuejs/core/issues/14828)) ([bb18dc8](https://github.com/vuejs/core/commit/bb18dc8e567ce22f1e5dfbc6b16c1003b48c2785)) - **server-renderer:** avoid materializing iterables in ssrRenderList ([#&#8203;14821](https://github.com/vuejs/core/issues/14821)) ([1b7a2cc](https://github.com/vuejs/core/commit/1b7a2cc15c501a4b1e4be61874879381af59b74f)) ### [`v3.5.34`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3534-2026-05-06) [Compare Source](https://github.com/vuejs/core/compare/v3.5.33...v3.5.34) ##### Bug Fixes - **compiler-sfc:** infer Vue ref wrapper types when source is unresolvable ([#&#8203;14758](https://github.com/vuejs/core/issues/14758)) ([7f46fd4](https://github.com/vuejs/core/commit/7f46fd411b4e3f75ca755ee1318ea8e9aff43f56)), closes [#&#8203;14729](https://github.com/vuejs/core/issues/14729) - **compiler-sfc:** preserve hash hrefs on `<image>` elements ([#&#8203;14756](https://github.com/vuejs/core/issues/14756)) ([090b2e3](https://github.com/vuejs/core/commit/090b2e3a5149ec951c5313b270e5400a1fc870ce)) - **compiler-sfc:** resolve type re-exports inside declare global ([#&#8203;14766](https://github.com/vuejs/core/issues/14766)) ([acfffe3](https://github.com/vuejs/core/commit/acfffe34e7724a84c21bb8e51e8a5bc0da35f350)) - **reactivity:** prevent orphan effect when created in a stopped scope ([#&#8203;14778](https://github.com/vuejs/core/issues/14778)) ([c8e2d4a](https://github.com/vuejs/core/commit/c8e2d4adc9112d2529de0434acc1188dfc399bf4)), closes [#&#8203;14777](https://github.com/vuejs/core/issues/14777) - **runtime-core:** avoid symbol coercion during props validation ([#&#8203;8539](https://github.com/vuejs/core/issues/8539)) ([23d4fb5](https://github.com/vuejs/core/commit/23d4fb5a6a070df3d2d4a043f0f62c141e376095)), closes [#&#8203;8487](https://github.com/vuejs/core/issues/8487) - **suspense:** avoid DOM leak with out-in transition in v-if fragment ([#&#8203;14762](https://github.com/vuejs/core/issues/14762)) ([9667e0d](https://github.com/vuejs/core/commit/9667e0d498ab39273614682986a666c3e73024d9)), closes [#&#8203;14761](https://github.com/vuejs/core/issues/14761) ### [`v3.5.33`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3533-2026-04-22) [Compare Source](https://github.com/vuejs/core/compare/v3.5.32...v3.5.33) ##### Bug Fixes - **compiler-sfc:** handle nested :deep in selector pseudos ([#&#8203;14725](https://github.com/vuejs/core/issues/14725)) ([bb9d265](https://github.com/vuejs/core/commit/bb9d265d8dcdde2af824fc01b24f9a7b3169f5fa)), closes [#&#8203;14724](https://github.com/vuejs/core/issues/14724) - **reactivity:** unlink effect scopes on out-of-order off ([#&#8203;14734](https://github.com/vuejs/core/issues/14734)) ([e7659be](https://github.com/vuejs/core/commit/e7659beafc5407e892fa70f3f4ade80263b0905d)), closes [#&#8203;14733](https://github.com/vuejs/core/issues/14733) - **runtime-dom:** preserve textarea resize dimensions ([#&#8203;14747](https://github.com/vuejs/core/issues/14747)) ([11fb2fd](https://github.com/vuejs/core/commit/11fb2fd4a246e40f6f350701dfea73ec525b4f59)), closes [#&#8203;14741](https://github.com/vuejs/core/issues/14741) - **teleport:** don't move teleport children if not mounted ([#&#8203;14702](https://github.com/vuejs/core/issues/14702)) ([6a61f44](https://github.com/vuejs/core/commit/6a61f4452ba1a31fc929cadf8abe3337ac4d3a46)), closes [#&#8203;14701](https://github.com/vuejs/core/issues/14701) - **transition:** preserve placeholder for conditional explicit default slots ([#&#8203;14748](https://github.com/vuejs/core/issues/14748)) ([45990ce](https://github.com/vuejs/core/commit/45990cecf4604b2f39c571ab6aefa49d362af36a)), closes [#&#8203;14727](https://github.com/vuejs/core/issues/14727) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
nitrix force-pushed renovate/vue-monorepo from 75bc957ae7 to b964b7b626 2026-05-06 10:03:19 +02:00 Compare
nitrix changed title from Update dependency vue to v3.5.33 to Update dependency vue to v3.5.34 2026-05-06 10:03:23 +02:00
nitrix force-pushed renovate/vue-monorepo from b964b7b626 to 73ccb5b0d6 2026-05-19 12:04:26 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from 73ccb5b0d6 to 361ec5c26e 2026-05-25 14:04:12 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from 361ec5c26e to 6fda43cf54 2026-05-27 12:04:36 +02:00 Compare
nitrix changed title from Update dependency vue to v3.5.34 to Update dependency vue to v3.5.35 2026-05-27 12:04:39 +02:00
nitrix changed title from Update dependency vue to v3.5.35 to Update vue monorepo to v3.5.35 2026-06-02 12:05:40 +02:00
nitrix changed title from Update vue monorepo to v3.5.35 to Update vue monorepo to v3.5.36 2026-06-11 06:03:27 +02:00
nitrix force-pushed renovate/vue-monorepo from 6fda43cf54 to e166a564b2 2026-06-11 08:03:27 +02:00 Compare
nitrix changed title from Update vue monorepo to v3.5.36 to Update vue monorepo to v3.5.37 2026-06-11 08:03:30 +02:00
nitrix force-pushed renovate/vue-monorepo from e166a564b2 to 44cfef3c64 2026-06-11 10:06:05 +02:00 Compare
nitrix changed title from Update vue monorepo to v3.5.37 to Update vue monorepo to v3.5.38 2026-06-11 10:06:08 +02:00
nitrix force-pushed renovate/vue-monorepo from 44cfef3c64 to 93ac8c7669 2026-06-18 20:05:30 +02:00 Compare
nitrix changed title from Update vue monorepo to v3.5.38 to Update vue monorepo 2026-06-19 13:05:08 +02:00
nitrix force-pushed renovate/vue-monorepo from 93ac8c7669 to b4dee0e281 2026-06-20 16:04:26 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from b4dee0e281 to 26e7e124ac 2026-06-22 00:05:34 +02:00 Compare
nitrix changed title from Update vue monorepo to Update dependency vue to v3.5.38 2026-06-23 12:05:42 +02:00
nitrix force-pushed renovate/vue-monorepo from 26e7e124ac to 342f8bba6e 2026-06-25 12:06:01 +02:00 Compare
nitrix changed title from Update dependency vue to v3.5.38 to Update dependency vue to v3.5.39 2026-06-25 12:06:05 +02:00
nitrix force-pushed renovate/vue-monorepo from 342f8bba6e to aa42efc9e7 2026-06-28 17:02:32 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from aa42efc9e7 to 3d37e41917 2026-07-11 22:02:31 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from 3d37e41917 to ec0c75f986 2026-07-12 11:02:37 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from ec0c75f986 to f0c6a60545 2026-07-12 23:03:10 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from f0c6a60545 to b6732567d3 2026-07-13 13:03:52 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from b6732567d3 to 478dec873e 2026-07-16 06:03:08 +02:00 Compare
nitrix changed title from Update dependency vue to v3.5.39 to Update dependency vue to v3.5.40 2026-07-16 06:03:12 +02:00
nitrix force-pushed renovate/vue-monorepo from 478dec873e to 210f6f25b6 2026-07-19 11:03:26 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from 210f6f25b6 to f3c4f8aa01 2026-07-21 11:04:04 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from f3c4f8aa01 to e1d11076b9 2026-07-22 11:03:23 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from e1d11076b9 to 1f1099e63a 2026-07-24 20:03:01 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from 1f1099e63a to 3eb931a60e 2026-07-28 12:03:42 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from 3eb931a60e to 672f0ebacb 2026-07-29 15:03:36 +02:00 Compare
nitrix force-pushed renovate/vue-monorepo from 672f0ebacb to 01a9cec6ab 2026-07-31 18:03:11 +02:00 Compare
nitrix added 1 commit 2026-08-03 13:03:37 +02:00
Update dependency vue to v3.5.40
CI / frontend-test (push) Failing after 12s
CI / frontend-e2e (push) Failing after 13s
CI / backend-test (push) Successful in 1m23s
CI / build-and-publish (push) Skipped
99375efab9
nitrix force-pushed renovate/vue-monorepo from 01a9cec6ab to 99375efab9 2026-08-03 13:03:37 +02:00 Compare
Some required checks failed
CI / frontend-test (push) Failing after 12s
Required
Details
CI / frontend-e2e (push) Failing after 13s
Required
Details
CI / backend-test (push) Successful in 1m23s
Required
Details
CI / build-and-publish (push) Skipped
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vue-monorepo:renovate/vue-monorepo
git checkout renovate/vue-monorepo
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nitrix/fete#72