laravel-kata
laravel-kata copied to clipboard
Bump vue from 3.4.21 to 3.4.26
Bumps vue from 3.4.21 to 3.4.26.
Release notes
Sourced from vue's releases.
v3.4.26
Please refer to CHANGELOG.md for details.
v3.4.25
Please refer to CHANGELOG.md for details.
v3.4.24
Please refer to CHANGELOG.md for details.
v3.4.23
Please refer to CHANGELOG.md for details.
v3.4.22
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vue's changelog.
3.4.26 (2024-04-29)
Bug Fixes
- compiler-core: fix bail constant for globals (fefce06)
- compiler-core: remove unnecessary constant bail check (09b4df8), closes #10807
- runtime-core: attrs should be readonly in functional components (#10767) (e8fd644)
- runtime-core: ensure slot compiler marker writable (#10825) (9c2de62), closes #10818
- runtime-core: properly handle inherit transition during clone VNode (#10809) (638a79f), closes #3716 #10497 #4091
- Transition: re-fix #10620 (#10832) (accf839), closes #10632 #10827
3.4.25 (2024-04-24)
Bug Fixes
- defineModel: align prod mode runtime type generation with defineProps (4253a57), closes #10769
- runtime-core: properly get keepAlive child (#10772) (3724693), closes #10771
- runtime-core: use normal object as internal prototype for attrs and slots (064e82f), closes /github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923
3.4.24 (2024-04-22)
Bug Fixes
- compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
- compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
- compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
- compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
- compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
- deps: update compiler (#10760) (15df5c1)
- runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
- runtime-core: further fix slots _ctx check (cde7f05), closes #10724
- runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
- transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)
3.4.23 (2024-04-16)
Bug Fixes
... (truncated)
Commits
2417909release: v3.4.26fefce06fix(compiler-core): fix bail constant for globals638a79ffix(runtime-core): properly handle inherit transition during clone VNode (#10...e8fd644fix(runtime-core): attrs should be readonly in functional components (#10767)2d56816refactor: simplify traverse() for deep watchers (#10795)b01be66chore(deps): update lint (#10831)d00632brefactor: remove optional chaining (#10792)1138e7achore(deps): update build (#10830)1e7a806chore(deps): update test (#10829)e97fc93chore(deps): update all non-major dependencies (#10828)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.37%. Comparing base (
7801489) to head (2da9fc0).
Additional details and impacted files
@@ Coverage Diff @@
## main #397 +/- ##
=========================================
Coverage 77.37% 77.37%
Complexity 371 371
=========================================
Files 41 41
Lines 1348 1348
=========================================
Hits 1043 1043
Misses 305 305
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #399.