Closed renovate[bot] closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
unknowifguestindream-github-io | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 8, 2024 5:42pm |
The update to the package.json
file reflects a minor version change in the vue
dependency, upgrading from 3.4.36
to 3.4.37
. This change is intended to enhance the application by incorporating bug fixes, performance improvements, or new features while ensuring compatibility with existing code.
Files | Change Summary |
---|---|
package.json |
Updated vue version from 3.4.36 to 3.4.37 |
🐇 In the garden of code, a small change we see,
A hop to3.4.37
, oh joy, oh glee!
Bugs are now banished, performance takes flight,
With Vue shining brighter, everything feels right!
So let’s dance in the fields, with a hop and a cheer,
Our code’s now more lively, let’s spread the good cheer! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thanks for opening this pull request! Please check out the Contributing Guidelines.
@renovate[bot] Test build failed! please fix it.
All checks passed. Please wait for review.
@renovate[bot] Test build failed! please fix it.
All checks passed. Please wait for review.
This pull request has been approved by:
@unknowIfGuestInDream
Thank you @renovate[bot] for your contributions!
This PR contains the following updates:
3.4.36
->3.4.37
Release Notes
vuejs/core (vue)
### [`v3.4.37`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3437-2024-08-08) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.36...v3.4.37) ##### Bug Fixes - **compiler-core:** use `isProp.arg.loc` instead of `isProp.loc` ([#11547](https://togithub.com/vuejs/core/issues/11547)) ([236fb7a](https://togithub.com/vuejs/core/commit/236fb7abebe567b73826a3ddc2120f3273377ba0)) - **custom-element:** fix custom-element double render on immediate prop change ([978ff3c](https://togithub.com/vuejs/core/commit/978ff3c1dbff9c93ec284c1804d3c77331ea33f8)), closes [#9885](https://togithub.com/vuejs/core/issues/9885) [#11335](https://togithub.com/vuejs/core/issues/11335) - **defineModel:** detect changes respect custom getter and setter ([#11543](https://togithub.com/vuejs/core/issues/11543)) ([e042888](https://togithub.com/vuejs/core/commit/e0428884b57ac834274045bd33841263aeae259e)), closes [#11541](https://togithub.com/vuejs/core/issues/11541) [#11526](https://togithub.com/vuejs/core/issues/11526) [#11527](https://togithub.com/vuejs/core/issues/11527) - **keep-alive:** avoid cache suspense comment root ([#11479](https://togithub.com/vuejs/core/issues/11479)) ([a917c05](https://togithub.com/vuejs/core/commit/a917c0539cdc55c0188ca91f70b6ff79fee13ed9)) - **keep-alive:** fix render error in cached is undefined ([#11496](https://togithub.com/vuejs/core/issues/11496)) ([81351dc](https://togithub.com/vuejs/core/commit/81351dc7fbdabcfa0f545f7d924c31a3c367e496)), closes [#11427](https://togithub.com/vuejs/core/issues/11427) [#11431](https://togithub.com/vuejs/core/issues/11431) - Revert "fix(types/ref): allow getter and setter types to be unrelated ([#11442](https://togithub.com/vuejs/core/issues/11442))" ([b1abac0](https://togithub.com/vuejs/core/commit/b1abac06cdb198bd72f8e614b1f68b92e1c78339)) - Revert "fix(types/ref): correct type inference for nested refs ([#11536](https://togithub.com/vuejs/core/issues/11536))" ([3a56315](https://togithub.com/vuejs/core/commit/3a56315f94bc0e11cfbb288b65482ea8fc3a39b4)) - **runtime-core:** fix warning for missing event handler ([#11489](https://togithub.com/vuejs/core/issues/11489)) ([e359ff0](https://togithub.com/vuejs/core/commit/e359ff0046286aee03fe31656c023677be457e07)), closes [#4803](https://togithub.com/vuejs/core/issues/4803) [#8268](https://togithub.com/vuejs/core/issues/8268) - **runtime-core:** prioritize using the provides from currentApp in nested createApp ([#11502](https://togithub.com/vuejs/core/issues/11502)) ([7e75de0](https://togithub.com/vuejs/core/commit/7e75de002f08076a02c9361a58fa1d0af1772964)), closes [#11488](https://togithub.com/vuejs/core/issues/11488) - **runtime-dom:** apply css vars before mount ([#11538](https://togithub.com/vuejs/core/issues/11538)) ([fdc2a31](https://togithub.com/vuejs/core/commit/fdc2a31dbd4196d6432be16767a1bfdab1240d49)), closes [#11533](https://togithub.com/vuejs/core/issues/11533) - **ssr:** ensure content is valid when rendering normal slot ([#11491](https://togithub.com/vuejs/core/issues/11491)) ([6c90324](https://togithub.com/vuejs/core/commit/6c903248703e2413c6197b9ad4d535f31c8eac39)), closes [#11326](https://togithub.com/vuejs/core/issues/11326) - **types/ref:** correct type inference for nested refs ([#11536](https://togithub.com/vuejs/core/issues/11536)) ([536f623](https://togithub.com/vuejs/core/commit/536f62332c455ba82ef2979ba634b831f91928ba)), closes [#11532](https://togithub.com/vuejs/core/issues/11532) [#11537](https://togithub.com/vuejs/core/issues/11537) - **types:** allow `DirectiveArguments` third parameter to accept undefined ([#11540](https://togithub.com/vuejs/core/issues/11540)) ([1058ce8](https://togithub.com/vuejs/core/commit/1058ce8e747ce606e5e86fca5a2acce3c12a0846))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.
This PR was generated by Mend Renovate. View the repository job log.