You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hydration: avoid mismatch during hydrate text with newlines in interpolation (#9232) (6cbdf78), closes #9229
runtime-core: pass props and children to loadingComponent (#13997) (40c4b2a)
runtime-dom: ensure iframe sandbox is handled as an attribute to prevent unintended behavior (#13950) (5689884), closes #13946
suspense: clear placeholder and fallback el after resolve to enable GC (#13928) (f411c66)
transition-group: use offsetLeft and offsetTop instead of getBoundingClientRect to avoid transform scale affect animation (#6108) (dc4dd59), closes #6105
To trigger a single review, invoke the @coderabbitai review command.
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
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?
Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.
Generate unit testing code for this file.
Open a follow-up GitHub issue for this discussion.
Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
@coderabbitai generate unit testing code for this file.
@coderabbitai modularize this function.
PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
@coderabbitai generate interesting stats about this repository and render them as a table.
@coderabbitai show all the console.log statements in this repository.
@coderabbitai read src/utils.ts and generate unit testing code.
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
@coderabbitai pause to pause the reviews on a PR.
@coderabbitai resume to resume the paused reviews.
@coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
@coderabbitai resolve resolve all the CodeRabbit review comments.
@coderabbitai help to get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml)
You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
Visit our Documentation for detailed information on how to use CodeRabbit.
Join our Discord Community to get help, request features, and share feedback.
Follow us on X/Twitter for updates and announcements.
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.27
fix(deps): update dependency vue to v3.4.28
Jun 14, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.28
fix(deps): update dependency vue to v3.4.29
Jun 14, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.29
fix(deps): update dependency vue to v3.4.30
Jun 22, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.30
fix(deps): update dependency vue to v3.4.31
Jun 28, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.31
fix(deps): update dependency vue to v3.4.32
Jul 17, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.32
fix(deps): update dependency vue to v3.4.33
Jul 19, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.33
fix(deps): update dependency vue to v3.4.34
Jul 24, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.34
fix(deps): update dependency vue to v3.4.35
Jul 31, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.35
fix(deps): update dependency vue to v3.4.36
Aug 6, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.36
fix(deps): update dependency vue to v3.4.37
Aug 8, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.37
fix(deps): update dependency vue to v3.4.38
Aug 15, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.4.38
fix(deps): update dependency vue to v3.5.0
Sep 3, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.0
fix(deps): update dependency vue to v3.5.1
Sep 4, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.1
fix(deps): update dependency vue to v3.5.2
Sep 5, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.2
fix(deps): update dependency vue to v3.5.3
Sep 6, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.3
fix(deps): update dependency vue to v3.5.4
Sep 10, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.4
fix(deps): update dependency vue to v3.5.5
Sep 13, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.5
fix(deps): update dependency vue to v3.5.6
Sep 16, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.6
fix(deps): update dependency vue to v3.5.7
Sep 20, 2024
renovatebot
changed the title
fix(deps): update dependency vue to v3.5.7
fix(deps): update dependency vue to v3.5.8
Sep 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.45→3.5.28Release Notes
vuejs/core (vue)
v3.5.28Compare Source
Bug Fixes
cancelledparameter in transitiondonecallback (#14391) (6798853).mts/.ctsfiles (#14402) (c09d41f), closes vuejs/router#2611__v_skipflag toEffectScopeto prevent reactive conversion (#14359) (48b7552), closes #14357v3.5.27Compare Source
Bug Fixes
definePropsdestructuring. (#14296) (6a1bb50), closes #14294v3.5.26Compare Source
Bug Fixes
Performance Improvements
v3.5.25Compare Source
Bug Fixes
provideafter mounting (#13954) (247b2c2), closes #13921 #13924v3.5.24Compare Source
Reverts
v3.5.23Compare Source
Bug Fixes
v3.5.22Compare Source
Bug Fixes
@vue-ignorein runtime type resolution (#13906) (ba7f7f9)PatchFlags.BAILfor slot when props are present (#13907) (5358bca), closes #13904hhelper (#13841) (75220c7)forceReflowon the correct document (fix #13849) (#13853) (1be5ddf)neverinstead of{}(#13915) (8620a61), closes #11564Features
shadowRootin custom elements (#12965) (47e628d), closes #12964Reverts
v3.5.21Compare Source
Bug Fixes
${configDir}in paths for TypeScript 5.5+ (#13491) (8696e34), closes #13484__VUE_HMR_RUNTIME__from being overwritten by vue runtime in 3rd-party libraries (#13817) (1392734), closes vitejs/vite-plugin-vue#644Performance Improvements
v3.5.20Compare Source
Bug Fixes
v3.5.19Compare Source
Bug Fixes
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__flag is enabled (#13777) (439e1a5), closes #13744PublicInstanceProxyHandlers.has(#13507) (d7283f3)v3.5.18Compare Source
Bug Fixes
v-pre(#12556) (21b685a)v-binddynamic argument content correctly (#12554) (d3af67e)v3.5.17Compare Source
Bug Fixes
InEntitystate (#13362) (f05a8d6)__v_skipflag toDepto prevent reactive conversion (#12804) (e8d8f5f), closes #12803vOnceandvSlot(#13343) (762fae4)v3.5.16Compare Source
Reverts
v3.5.15Compare Source
Bug Fixes
allowArbitraryExtensionson resolving type (#13301) (f7ce5ae), closes #13295$propsinComponentInstance(#12870) (f44feed), closes #12751undefinedfrom inferred prop types with default values (#13007) (5179d32), closes #13006oldValuebefore runningcbto prevent stale value (#12296) (c69c4bb), closes #12294v3.5.14Compare Source
Bug Fixes
useTemplateRefas a definite ref (#13197) (8ae1122)v-for(#13091) (3f27c58), closes #13087Features
v3.5.13Compare 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 is behind base branch, 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.