chore(deps): update dependency vue to v3.5.22 #538

Merged
martinr92 merged 1 commit from renovate/vue-3.x-lockfile into develop 2025-10-02 11:03:30 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
vue (source) dependencies patch 3.5.17 -> 3.5.22

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

vuejs/core (vue)

v3.5.22

Compare Source

Bug Fixes
Features
  • custom-element: allow specifying additional options for shadowRoot in custom elements (#​12965) (47e628d), closes #​12964
Reverts
  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#​13925) (6b68f72), closes #​13925

v3.5.21

Compare Source

Bug Fixes
Performance Improvements

v3.5.20

Compare Source

Bug Fixes

v3.5.19

Compare Source

Bug Fixes

v3.5.18

Compare Source

Bug Fixes

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.

🔕 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://github.com/vuejs/core)) | dependencies | patch | [`3.5.17` -> `3.5.22`](https://renovatebot.com/diffs/npm/vue/3.5.17/3.5.22) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.22`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3522-2025-09-25) [Compare Source](https://github.com/vuejs/core/compare/v3.5.21...v3.5.22) ##### Bug Fixes - **compiler-core:** identifiers in switch-case should not be inferred as references ([#&#8203;13923](https://github.com/vuejs/core/issues/13923)) ([5953c9f](https://github.com/vuejs/core/commit/5953c9ff90090e128372f645d377bd99137a5fb4)) - **compiler-dom:** nodes with v-once shouldn't be stringified ([#&#8203;13878](https://github.com/vuejs/core/issues/13878)) ([95c1975](https://github.com/vuejs/core/commit/95c197560409f5d39a0d376c0a43d89a47a604e8)) - **compiler-sfc:** add support for `@vue-ignore` in runtime type resolution ([#&#8203;13906](https://github.com/vuejs/core/issues/13906)) ([ba7f7f9](https://github.com/vuejs/core/commit/ba7f7f90f689f6e7e0417a192d081db542de28ec)) - **compiler-sfc:** enhance inferRuntimeType to support TSMappedType with indexed access ([#&#8203;13848](https://github.com/vuejs/core/issues/13848)) ([e388f1a](https://github.com/vuejs/core/commit/e388f1a09fde78cf006450f060813d972ac8c23d)), closes [#&#8203;13847](https://github.com/vuejs/core/issues/13847) - **compiler-sfc:** ensure css custom properties do not start with a digit ([#&#8203;13870](https://github.com/vuejs/core/issues/13870)) ([9c27951](https://github.com/vuejs/core/commit/9c279517b9bc1f4c250c555ec9b9eb6104756d56)) - **compiler-sfc:** ensure props bindings register before compiling template ([#&#8203;13922](https://github.com/vuejs/core/issues/13922)) ([abd5638](https://github.com/vuejs/core/commit/abd563822abafe63047f7b599bff266380ee2b64)), closes [#&#8203;13920](https://github.com/vuejs/core/issues/13920) - **compiler-ssr:** ensure v-show has a higher priority in SSR ([#&#8203;12171](https://github.com/vuejs/core/issues/12171)) ([836b829](https://github.com/vuejs/core/commit/836b82976ffb7aa0ea9cbe417bef07deae3ca47c)), closes [#&#8203;12162](https://github.com/vuejs/core/issues/12162) - **custom-element:** properly mount multiple Teleports in custom element component w/ shadowRoot false ([#&#8203;13900](https://github.com/vuejs/core/issues/13900)) ([5e1e791](https://github.com/vuejs/core/commit/5e1e791880238380a1038ae2c505e206ceb34d77)), closes [#&#8203;13899](https://github.com/vuejs/core/issues/13899) - **custom-element:** set prop runs pending mutations before disconnect ([#&#8203;13897](https://github.com/vuejs/core/issues/13897)) ([c4a88cd](https://github.com/vuejs/core/commit/c4a88cdd0dfed3ef46a8aa9be448c01781fdc4f0)), closes [#&#8203;13315](https://github.com/vuejs/core/issues/13315) - **custom-element:** use `PatchFlags.BAIL` for slot when props are present ([#&#8203;13907](https://github.com/vuejs/core/issues/13907)) ([5358bca](https://github.com/vuejs/core/commit/5358bca4a80cf52d19ed91967eeaa025a786083d)), closes [#&#8203;13904](https://github.com/vuejs/core/issues/13904) - **reactivity:** respect readonly during ref unwrapping ([#&#8203;13905](https://github.com/vuejs/core/issues/13905)) ([aba7fed](https://github.com/vuejs/core/commit/aba7feda1703e69e5a7c37f784718de0371adadc)), closes [#&#8203;13903](https://github.com/vuejs/core/issues/13903) - **reactivity:** update iterator to check for completion instead of value presence ([#&#8203;13761](https://github.com/vuejs/core/issues/13761)) ([2078f8b](https://github.com/vuejs/core/commit/2078f8b7565cf637f47fcd5b0abdfb2b264225bb)) - **runtime-core:** simplify block-tracking disabling in `h` helper ([#&#8203;13841](https://github.com/vuejs/core/issues/13841)) ([75220c7](https://github.com/vuejs/core/commit/75220c7995a13a483ae9599a739075be1c8e17f8)) - **transition-group:** run `forceReflow` on the correct document (fix [#&#8203;13849](https://github.com/vuejs/core/issues/13849)) ([#&#8203;13853](https://github.com/vuejs/core/issues/13853)) ([1be5ddf](https://github.com/vuejs/core/commit/1be5ddfe878c8bfddaa2c50e82105b247f50b9ba)) - **types:** more precise types for Events and added missing definitions ([#&#8203;9675](https://github.com/vuejs/core/issues/9675)) ([8bb8fb2](https://github.com/vuejs/core/commit/8bb8fb236257c03bfa0bccadcfffe3eb4592f71b)) - **types:** set dom stub type to `never` instead of `{}` ([#&#8203;13915](https://github.com/vuejs/core/issues/13915)) ([8620a61](https://github.com/vuejs/core/commit/8620a616eb02a64fe32dd52d9be68e360687ef9d)), closes [#&#8203;11564](https://github.com/vuejs/core/issues/11564) - **types:** widen directive arg type from string to any ([#&#8203;13758](https://github.com/vuejs/core/issues/13758)) ([4b71706](https://github.com/vuejs/core/commit/4b7170625d0bc93b26a3343aeda98850c1138f82)), closes [#&#8203;13757](https://github.com/vuejs/core/issues/13757) ##### Features - **custom-element:** allow specifying additional options for `shadowRoot` in custom elements ([#&#8203;12965](https://github.com/vuejs/core/issues/12965)) ([47e628d](https://github.com/vuejs/core/commit/47e628df1ce1914c5677010ad5bddd18d037cb3c)), closes [#&#8203;12964](https://github.com/vuejs/core/issues/12964) ##### Reverts - Revert "fix(hmr): prevent **VUE\_HMR\_RUNTIME** from being overwritten by vue runtime in 3rd-party libraries" ([#&#8203;13925](https://github.com/vuejs/core/issues/13925)) ([6b68f72](https://github.com/vuejs/core/commit/6b68f72673dac5db349f26eeefb2f2e0e342586b)), closes [#&#8203;13925](https://github.com/vuejs/core/issues/13925) ### [`v3.5.21`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3521-2025-09-02) [Compare Source](https://github.com/vuejs/core/compare/v3.5.20...v3.5.21) ##### Bug Fixes - **compiler-core:** force dynamic slots when slot referencing scope vars ([#&#8203;9427](https://github.com/vuejs/core/issues/9427)) ([99d54b2](https://github.com/vuejs/core/commit/99d54b28b46dbea006205dff71c383a31dd1b87a)), closes [#&#8203;9380](https://github.com/vuejs/core/issues/9380) - **compiler-sfc:** check lang before attempt to compile script ([#&#8203;13508](https://github.com/vuejs/core/issues/13508)) ([55922ff](https://github.com/vuejs/core/commit/55922ff3168a1397ad72f18946eb1c4051cdab3b)), closes [#&#8203;8368](https://github.com/vuejs/core/issues/8368) - **compiler-sfc:** support `${configDir}` in paths for TypeScript 5.5+ ([#&#8203;13491](https://github.com/vuejs/core/issues/13491)) ([8696e34](https://github.com/vuejs/core/commit/8696e346b4780d88247464490f1a992cc0c3658c)), closes [#&#8203;13484](https://github.com/vuejs/core/issues/13484) - **compiler-sfc:** support global augments with named exports ([#&#8203;13789](https://github.com/vuejs/core/issues/13789)) ([35da3c6](https://github.com/vuejs/core/commit/35da3c6dcb30030ef60fa22e30aa83a56e396c60)) - **custom-element:** prevent defineCustomElement from mutating the options object ([#&#8203;13791](https://github.com/vuejs/core/issues/13791)) ([e322436](https://github.com/vuejs/core/commit/e322436887549c129e61eb58a0084167103451bb)) - **hmr:** prevent `__VUE_HMR_RUNTIME__` from being overwritten by vue runtime in 3rd-party libraries ([#&#8203;13817](https://github.com/vuejs/core/issues/13817)) ([1392734](https://github.com/vuejs/core/commit/1392734ae5d5a3b2be124753e198eafa324f6815)), closes [vitejs/vite-plugin-vue#644](https://github.com/vitejs/vite-plugin-vue/issues/644) - **hmr:** prevent update unmounting component during HMR reload ([#&#8203;13815](https://github.com/vuejs/core/issues/13815)) ([ef20b86](https://github.com/vuejs/core/commit/ef20b86b36a127e317f8981df970dc8efd277053)), closes [vitejs/vite-plugin-vue#599](https://github.com/vitejs/vite-plugin-vue/issues/599) - **runtime-core:** disable tracking block in h function ([#&#8203;8213](https://github.com/vuejs/core/issues/8213)) ([8f6b505](https://github.com/vuejs/core/commit/8f6b5050518441a5047d128138da44f798836002)), closes [#&#8203;6913](https://github.com/vuejs/core/issues/6913) - **runtime-core:** use separate emits caches for components and mixins ([#&#8203;11661](https://github.com/vuejs/core/issues/11661)) ([15fc75f](https://github.com/vuejs/core/commit/15fc75f4031dea805c3bbb67a75e48a9dc307c11)) - **Suspence:** handle Suspense + KeepAlive HMR updating edge case ([#&#8203;13076](https://github.com/vuejs/core/issues/13076)) ([5d75a17](https://github.com/vuejs/core/commit/5d75a170c8d23acd11ef2513173d4cbc4d0b54de)), closes [#&#8203;13075](https://github.com/vuejs/core/issues/13075) - **Teleport:** hydrate disabled Teleport with undefined target ([#&#8203;11235](https://github.com/vuejs/core/issues/11235)) ([00978f7](https://github.com/vuejs/core/commit/00978f7d14e85b49d9d334ea92fa8c03733ce64c)), closes [#&#8203;11230](https://github.com/vuejs/core/issues/11230) - **templateRef:** prevent unnecessary set ref on dynamic ref change or component unmount ([#&#8203;12642](https://github.com/vuejs/core/issues/12642)) ([93ba107](https://github.com/vuejs/core/commit/93ba10767230872fcdca974a1e19e8bd69b7eb6a)), closes [#&#8203;12639](https://github.com/vuejs/core/issues/12639) - **watch:** use maximum depth for duplicates ([#&#8203;13434](https://github.com/vuejs/core/issues/13434)) ([f2699a5](https://github.com/vuejs/core/commit/f2699a5cb376ffa452a54feb171c14411c67287c)) ##### Performance Improvements - improve regexp performance with non-capturing groups ([#&#8203;13567](https://github.com/vuejs/core/issues/13567)) ([1e8b65a](https://github.com/vuejs/core/commit/1e8b65aa4934c94ef6142b4f49cdfb13ba5e6ce5)) ### [`v3.5.20`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3520-2025-08-25) [Compare Source](https://github.com/vuejs/core/compare/v3.5.19...v3.5.20) ##### Bug Fixes - **runtime-dom:** add name to vShow for prop mismatch check ([#&#8203;13806](https://github.com/vuejs/core/issues/13806)) ([1031e8d](https://github.com/vuejs/core/commit/1031e8de08b735059217b1ad0057f62565c99c4f)), closes [#&#8203;13805](https://github.com/vuejs/core/issues/13805) re-fix [#&#8203;13744](https://github.com/vuejs/core/issues/13744) revert [#&#8203;13777](https://github.com/vuejs/core/issues/13777) ### [`v3.5.19`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3519-2025-08-21) [Compare Source](https://github.com/vuejs/core/compare/v3.5.18...v3.5.19) ##### Bug Fixes - **compiler-core:** adjacent v-else should cause a compiler error ([#&#8203;13699](https://github.com/vuejs/core/issues/13699)) ([911e670](https://github.com/vuejs/core/commit/911e67045e2a63e0ecbd198ed4f567530f6d1c17)), closes [#&#8203;13698](https://github.com/vuejs/core/issues/13698) - **compiler-core:** prevent cached array children from retaining detached dom nodes ([#&#8203;13691](https://github.com/vuejs/core/issues/13691)) ([7f60ef8](https://github.com/vuejs/core/commit/7f60ef83e735dbd29d323347acecf69f22b06d53)), closes [element-plus/element-plus#21408](https://github.com/element-plus/element-plus/issues/21408) [#&#8203;13211](https://github.com/vuejs/core/issues/13211) - **compiler-sfc:** improve type inference for generic type aliases types ([#&#8203;12876](https://github.com/vuejs/core/issues/12876)) ([d9dd628](https://github.com/vuejs/core/commit/d9dd628800ae32e673bdfabfe79f1988037991d0)), closes [#&#8203;12872](https://github.com/vuejs/core/issues/12872) - **compiler-sfc:** throw mismatched script langs error before invoking babel ([#&#8203;13194](https://github.com/vuejs/core/issues/13194)) ([0562548](https://github.com/vuejs/core/commit/0562548ab3a040073386021222225e0e9d43c632)), closes [#&#8203;13193](https://github.com/vuejs/core/issues/13193) - **compiler-ssr:** disable v-memo transform in ssr vdom fallback branch ([#&#8203;13725](https://github.com/vuejs/core/issues/13725)) ([0a202d8](https://github.com/vuejs/core/commit/0a202d890ff2a564b1fab51e4ac621708640818e)), closes [#&#8203;13724](https://github.com/vuejs/core/issues/13724) - **devtools:** clear performance measures ([#&#8203;13701](https://github.com/vuejs/core/issues/13701)) ([c875019](https://github.com/vuejs/core/commit/c875019d49b4c36a88d929ccadc31ad414747c7b)), closes [#&#8203;13700](https://github.com/vuejs/core/issues/13700) - **hmr:** prevent updating unmounting component during HMR rerender ([#&#8203;13775](https://github.com/vuejs/core/issues/13775)) ([6e5143d](https://github.com/vuejs/core/commit/6e5143d9635dac3f20fb394a827109df30e232ae)), closes [#&#8203;13771](https://github.com/vuejs/core/issues/13771) [#&#8203;13772](https://github.com/vuejs/core/issues/13772) - **hydration:** also set vShow name if `__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__` flag is enabled ([#&#8203;13777](https://github.com/vuejs/core/issues/13777)) ([439e1a5](https://github.com/vuejs/core/commit/439e1a543e62de4dbf7658d78d05c358c9677c86)), closes [#&#8203;13744](https://github.com/vuejs/core/issues/13744) - **reactivity:** warn on nested readonly ref update during unwrapping ([#&#8203;12141](https://github.com/vuejs/core/issues/12141)) ([1498821](https://github.com/vuejs/core/commit/1498821ed9eeb22a0767e53ddc1f6a2840598a29)) - **runtime-core:** avoid setting direct ref of useTemplateRef in dev ([#&#8203;13449](https://github.com/vuejs/core/issues/13449)) ([4a2953f](https://github.com/vuejs/core/commit/4a2953f57b90dfc24e34ff1a87cc1ebb0b97636d)) - **runtime-core:** improve consistency of `PublicInstanceProxyHandlers.has` ([#&#8203;13507](https://github.com/vuejs/core/issues/13507)) ([d7283f3](https://github.com/vuejs/core/commit/d7283f3b7f0631c8b8a4a31a05983dac9f078c4f)) - **suspense:** don't immediately resolve suspense on last dep unmount ([#&#8203;13456](https://github.com/vuejs/core/issues/13456)) ([a871315](https://github.com/vuejs/core/commit/a8713159ee24602c7c2b70c5fd52d2e5cd37dca5)), closes [#&#8203;13453](https://github.com/vuejs/core/issues/13453) - **transition:** handle KeepAlive + transition leaving edge case ([#&#8203;13152](https://github.com/vuejs/core/issues/13152)) ([3190b17](https://github.com/vuejs/core/commit/3190b179b0545a3dc4549737793eec630cf9f0d1)), closes [#&#8203;13153](https://github.com/vuejs/core/issues/13153) ### [`v3.5.18`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3518-2025-07-23) [Compare Source](https://github.com/vuejs/core/compare/v3.5.17...v3.5.18) ##### Bug Fixes - **compiler-core:** avoid cached text vnodes retaining detached DOM nodes ([#&#8203;13662](https://github.com/vuejs/core/issues/13662)) ([00695a5](https://github.com/vuejs/core/commit/00695a5b41b2d032deaeada83831ff83aa6bfd4e)), closes [#&#8203;13661](https://github.com/vuejs/core/issues/13661) - **compiler-core:** avoid self updates of `v-pre` ([#&#8203;12556](https://github.com/vuejs/core/issues/12556)) ([21b685a](https://github.com/vuejs/core/commit/21b685ad9d9d0e6060fc7d07b719bf35f2d9ae1f)) - **compiler-core:** identifiers in function parameters should not be inferred as references ([#&#8203;13548](https://github.com/vuejs/core/issues/13548)) ([9b02923](https://github.com/vuejs/core/commit/9b029239edf88558465b941e1e4c085f92b1ebff)) - **compiler-core:** recognize empty string as non-identifier ([#&#8203;12553](https://github.com/vuejs/core/issues/12553)) ([ce93339](https://github.com/vuejs/core/commit/ce933390ad1c72bed258f7ad959a78f0e8acdf57)) - **compiler-core:** transform empty `v-bind` dynamic argument content correctly ([#&#8203;12554](https://github.com/vuejs/core/issues/12554)) ([d3af67e](https://github.com/vuejs/core/commit/d3af67e878790892f9d34cfea15d13625aabe733)) - **compiler-sfc:** transform empty srcset w/ includeAbsolute: true ([#&#8203;13639](https://github.com/vuejs/core/issues/13639)) ([d8e40ef](https://github.com/vuejs/core/commit/d8e40ef7e1c20ee86b294e7cf78e2de60d12830e)), closes [vitejs/vite-plugin-vue#631](https://github.com/vitejs/vite-plugin-vue/issues/631) - **css-vars:** nullish v-bind in style should not lead to unexpected inheritance ([#&#8203;12461](https://github.com/vuejs/core/issues/12461)) ([c85f1b5](https://github.com/vuejs/core/commit/c85f1b5a132eb8ec25f71b250e25e65a5c20964f)), closes [#&#8203;12434](https://github.com/vuejs/core/issues/12434) [#&#8203;12439](https://github.com/vuejs/core/issues/12439) [#&#8203;7474](https://github.com/vuejs/core/issues/7474) [#&#8203;7475](https://github.com/vuejs/core/issues/7475) - **custom-element:** ensure exposed methods are accessible from custom elements by making them enumerable ([#&#8203;13634](https://github.com/vuejs/core/issues/13634)) ([90573b0](https://github.com/vuejs/core/commit/90573b06bf6fb6c14c6bbff6c4e34e0ab108953a)), closes [#&#8203;13632](https://github.com/vuejs/core/issues/13632) - **hydration:** prevent lazy hydration for updated components ([#&#8203;13511](https://github.com/vuejs/core/issues/13511)) ([a9269c6](https://github.com/vuejs/core/commit/a9269c642bf944560bc29adb5dae471c11cd9ee8)), closes [#&#8203;13510](https://github.com/vuejs/core/issues/13510) - **runtime-core:** ensure correct anchor el for unresolved async components ([#&#8203;13560](https://github.com/vuejs/core/issues/13560)) ([7f29943](https://github.com/vuejs/core/commit/7f2994393dcdb82cacbf62e02b5ba5565f32588b)), closes [#&#8203;13559](https://github.com/vuejs/core/issues/13559) - **slots:** refine internal key checking to support slot names starting with an underscore ([#&#8203;13612](https://github.com/vuejs/core/issues/13612)) ([c5f7db1](https://github.com/vuejs/core/commit/c5f7db11542bb2246363aef78c88a8e6cef0ee93)), closes [#&#8203;13611](https://github.com/vuejs/core/issues/13611) - **ssr:** ensure empty slots render as a comment node in Transition ([#&#8203;13396](https://github.com/vuejs/core/issues/13396)) ([8cfc10a](https://github.com/vuejs/core/commit/8cfc10a80b9cbf5d801ab149e49b8506d192e7e1)), closes [#&#8203;13394](https://github.com/vuejs/core/issues/13394) </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. 🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
chore(deps): update dependency vue to v3.5.21
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 37s
Build and Release / Checks (pull_request) Successful in 1m44s
Build and Release / Sonar (pull_request) Successful in 1m0s
Build and Release / Build (pull_request) Successful in 1m35s
Build and Release / Build Container (pull_request) Successful in 3m26s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
c847accbbf
martinr92 force-pushed renovate/vue-3.x-lockfile from c847accbbf
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 37s
Build and Release / Checks (pull_request) Successful in 1m44s
Build and Release / Sonar (pull_request) Successful in 1m0s
Build and Release / Build (pull_request) Successful in 1m35s
Build and Release / Build Container (pull_request) Successful in 3m26s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 11813ec196
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 36s
Build and Release / Checks (pull_request) Successful in 1m40s
Build and Release / Sonar (pull_request) Successful in 44s
Build and Release / Build (pull_request) Successful in 1m12s
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-09-18 17:39:43 +00:00
Compare
martinr92 force-pushed renovate/vue-3.x-lockfile from 11813ec196
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 36s
Build and Release / Checks (pull_request) Successful in 1m40s
Build and Release / Sonar (pull_request) Successful in 44s
Build and Release / Build (pull_request) Successful in 1m12s
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 391bf7bd24
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 1m33s
Build and Release / Checks (pull_request) Successful in 7m0s
Build and Release / Sonar (pull_request) Successful in 1m21s
Build and Release / Build (pull_request) Successful in 2m27s
Build and Release / Build Container (pull_request) Successful in 9m52s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-09-25 01:43:56 +00:00
Compare
martinr92 changed title from chore(deps): update dependency vue to v3.5.21 to chore(deps): update dependency vue to v3.5.22 2025-09-25 01:43:58 +00:00
martinr92 force-pushed renovate/vue-3.x-lockfile from 391bf7bd24
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 1m33s
Build and Release / Checks (pull_request) Successful in 7m0s
Build and Release / Sonar (pull_request) Successful in 1m21s
Build and Release / Build (pull_request) Successful in 2m27s
Build and Release / Build Container (pull_request) Successful in 9m52s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 22682d33d2
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 58s
Build and Release / Checks (pull_request) Successful in 2m10s
Build and Release / Sonar (pull_request) Successful in 52s
Build and Release / Build (pull_request) Successful in 1m39s
Build and Release / Build Container (pull_request) Successful in 3m42s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 07:37:50 +00:00
Compare
martinr92 force-pushed renovate/vue-3.x-lockfile from 22682d33d2
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 58s
Build and Release / Checks (pull_request) Successful in 2m10s
Build and Release / Sonar (pull_request) Successful in 52s
Build and Release / Build (pull_request) Successful in 1m39s
Build and Release / Build Container (pull_request) Successful in 3m42s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 64fdb01567
All checks were successful
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
Build and Release / Pre-Processor (pull_request) Successful in 52s
Build and Release / Checks (pull_request) Successful in 2m39s
Build and Release / Sonar (pull_request) Successful in 48s
Build and Release / Build (pull_request) Successful in 1m41s
Build and Release / Build Container (pull_request) Successful in 3m29s
2025-10-02 08:37:02 +00:00
Compare
martinr92 force-pushed renovate/vue-3.x-lockfile from 64fdb01567
All checks were successful
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
Build and Release / Pre-Processor (pull_request) Successful in 52s
Build and Release / Checks (pull_request) Successful in 2m39s
Build and Release / Sonar (pull_request) Successful in 48s
Build and Release / Build (pull_request) Successful in 1m41s
Build and Release / Build Container (pull_request) Successful in 3m29s
to 4db912f965
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 45s
Build and Release / Checks (pull_request) Successful in 2m10s
Build and Release / Sonar (pull_request) Successful in 53s
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Successful in 4m6s
Build and Release / Build (pull_request) Successful in 2m18s
2025-10-02 09:38:36 +00:00
Compare
martinr92 force-pushed renovate/vue-3.x-lockfile from 4db912f965
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 45s
Build and Release / Checks (pull_request) Successful in 2m10s
Build and Release / Sonar (pull_request) Successful in 53s
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Successful in 4m6s
Build and Release / Build (pull_request) Successful in 2m18s
to a29973ae26
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 38s
Build and Release / Checks (pull_request) Successful in 2m21s
Build and Release / Sonar (pull_request) Successful in 40s
Build and Release / Build (pull_request) Successful in 2m3s
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 10:35:28 +00:00
Compare
martinr92 merged commit cd4613041c into develop 2025-10-02 11:03:30 +00:00
martinr92 deleted branch renovate/vue-3.x-lockfile 2025-10-02 11:03:31 +00:00
Sign in to join this conversation.
No description provided.