⬆️ Update dependency vue to v3.4.37 #121

Merged
sebclem merged 1 commits from renovate/vue-monorepo into main 2024-08-09 09:33:58 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
vue (source) dependencies patch 3.4.36 -> 3.4.37

Release Notes

vuejs/core (vue)

v3.4.37

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.4.36` -> `3.4.37`](https://renovatebot.com/diffs/npm/vue/3.4.36/3.4.37) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.4.37`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3437-2024-08-08) [Compare Source](https://github.com/vuejs/core/compare/v3.4.36...v3.4.37) ##### Bug Fixes - **compiler-core:** use `isProp.arg.loc` instead of `isProp.loc` ([#&#8203;11547](https://github.com/vuejs/core/issues/11547)) ([236fb7a](https://github.com/vuejs/core/commit/236fb7abebe567b73826a3ddc2120f3273377ba0)) - **custom-element:** fix custom-element double render on immediate prop change ([978ff3c](https://github.com/vuejs/core/commit/978ff3c1dbff9c93ec284c1804d3c77331ea33f8)), closes [#&#8203;9885](https://github.com/vuejs/core/issues/9885) [#&#8203;11335](https://github.com/vuejs/core/issues/11335) - **defineModel:** detect changes respect custom getter and setter ([#&#8203;11543](https://github.com/vuejs/core/issues/11543)) ([e042888](https://github.com/vuejs/core/commit/e0428884b57ac834274045bd33841263aeae259e)), closes [#&#8203;11541](https://github.com/vuejs/core/issues/11541) [#&#8203;11526](https://github.com/vuejs/core/issues/11526) [#&#8203;11527](https://github.com/vuejs/core/issues/11527) - **keep-alive:** avoid cache suspense comment root ([#&#8203;11479](https://github.com/vuejs/core/issues/11479)) ([a917c05](https://github.com/vuejs/core/commit/a917c0539cdc55c0188ca91f70b6ff79fee13ed9)) - **keep-alive:** fix render error in cached is undefined ([#&#8203;11496](https://github.com/vuejs/core/issues/11496)) ([81351dc](https://github.com/vuejs/core/commit/81351dc7fbdabcfa0f545f7d924c31a3c367e496)), closes [#&#8203;11427](https://github.com/vuejs/core/issues/11427) [#&#8203;11431](https://github.com/vuejs/core/issues/11431) - Revert "fix(types/ref): allow getter and setter types to be unrelated ([#&#8203;11442](https://github.com/vuejs/core/issues/11442))" ([b1abac0](https://github.com/vuejs/core/commit/b1abac06cdb198bd72f8e614b1f68b92e1c78339)) - Revert "fix(types/ref): correct type inference for nested refs ([#&#8203;11536](https://github.com/vuejs/core/issues/11536))" ([3a56315](https://github.com/vuejs/core/commit/3a56315f94bc0e11cfbb288b65482ea8fc3a39b4)) - **runtime-core:** fix warning for missing event handler ([#&#8203;11489](https://github.com/vuejs/core/issues/11489)) ([e359ff0](https://github.com/vuejs/core/commit/e359ff0046286aee03fe31656c023677be457e07)), closes [#&#8203;4803](https://github.com/vuejs/core/issues/4803) [#&#8203;8268](https://github.com/vuejs/core/issues/8268) - **runtime-core:** prioritize using the provides from currentApp in nested createApp ([#&#8203;11502](https://github.com/vuejs/core/issues/11502)) ([7e75de0](https://github.com/vuejs/core/commit/7e75de002f08076a02c9361a58fa1d0af1772964)), closes [#&#8203;11488](https://github.com/vuejs/core/issues/11488) - **runtime-dom:** apply css vars before mount ([#&#8203;11538](https://github.com/vuejs/core/issues/11538)) ([fdc2a31](https://github.com/vuejs/core/commit/fdc2a31dbd4196d6432be16767a1bfdab1240d49)), closes [#&#8203;11533](https://github.com/vuejs/core/issues/11533) - **ssr:** ensure content is valid when rendering normal slot ([#&#8203;11491](https://github.com/vuejs/core/issues/11491)) ([6c90324](https://github.com/vuejs/core/commit/6c903248703e2413c6197b9ad4d535f31c8eac39)), closes [#&#8203;11326](https://github.com/vuejs/core/issues/11326) - **types/ref:** correct type inference for nested refs ([#&#8203;11536](https://github.com/vuejs/core/issues/11536)) ([536f623](https://github.com/vuejs/core/commit/536f62332c455ba82ef2979ba634b831f91928ba)), closes [#&#8203;11532](https://github.com/vuejs/core/issues/11532) [#&#8203;11537](https://github.com/vuejs/core/issues/11537) - **types:** allow `DirectiveArguments` third parameter to accept undefined ([#&#8203;11540](https://github.com/vuejs/core/issues/11540)) ([1058ce8](https://github.com/vuejs/core/commit/1058ce8e747ce606e5e86fca5a2acce3c12a0846)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-09 03:04:54 +02:00
⬆️ Update dependency vue to v3.4.37
All checks were successful
ci / docker (pull_request) Successful in 44s
a468a29c3a
renovate-bot force-pushed renovate/vue-monorepo from a468a29c3a to 7a75a3e363 2024-08-09 09:20:13 +02:00 Compare
sebclem merged commit 7e2553d13f into main 2024-08-09 09:33:58 +02:00
sebclem deleted branch renovate/vue-monorepo 2024-08-09 09:33:58 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/Claptrap-ui#121
No description provided.