Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump vue from 3.4.31 to 3.4.32 #2877

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2024

Bumps vue from 3.4.31 to 3.4.32.

Release notes

Sourced from vue's releases.

v3.4.32

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.4.32 (2024-07-17)

Bug Fixes

  • build: use consistent minify options from previous terser config (789675f)
  • compiler-sfc: correctly resolve type annotation for declared function (#11279) (b287aee), closes #11266
  • defineModel: force local update when setter results in same emitted value (de174e1), closes #10279 #10301
  • hmr: hmr reload should work with async component (#11248) (c8b9794)
  • hydration: fix tracking of reactive style objects in production (c10e40a), closes #11372
  • hydration: handle consectuvie text nodes during hydration (f44c3b3), closes #7285 #7301
  • reactivity: ensure unref correctly resolves type for ShallowRef (#11360) (a509e30), closes #11356
  • reactivity: shallowReactive map "unwraps" the nested refs (#8503) (50ddafe), closes #8501 #11249
  • runtime-core: avoid recursive warning (3ee7b4c), closes #8074
  • runtime-core: bail manually rendered compiler slot fragments in all cases (3d34f40), closes #10870
  • runtime-core: do not emit when defineModel ref is set with same value (#11162) (f1bb0ae), closes #11125
  • runtime-core: errors during component patch should be caught by error handlers (ee0248a)
  • runtime-core: force diff slot fallback content and provided content (d76dd9c), closes #7256 #9200 #9308 #7266 #9213
  • runtime-core: more edge case fix for manually rendered compiled slot (685e3f3), closes #11336
  • runtime-core: use separate prop caches for components and mixins (#11350) (b0aa234), closes #7998
  • runtime-dom: properly handle innerHTML unmount into new children (#11159) (3e9e32e), closes #9135
  • teleport: skip teleported nodes when locating patch anchor (8655ced), closes #9071 #9134 #9313 #9313
  • v-model: component v-model modifiers trim and number when cases don't match (#9609) (7fb6eb8), closes #4848 #4850 #4850
  • v-once: properly unmount v-once cached trees (d343a0d), closes #5154 #8809

Performance Improvements

  • server-renderer: avoid unnecessary checks in createBuffer (#11364) (fc205bf)
  • server-renderer: optimize unrollBuffer by avoiding promises (#11340) (05779a7)
Commits
  • fd5c001 release: v3.4.32
  • f1bb0ae fix(runtime-core): do not emit when defineModel ref is set with same value (#...
  • 3e9e32e fix(runtime-dom): properly handle innerHTML unmount into new children (#11159)
  • b287aee fix(compiler-sfc): correctly resolve type annotation for declared function (#...
  • 3dc5a1a test: test case for #11286
  • c10e40a fix(hydration): fix tracking of reactive style objects in production
  • a509e30 fix(reactivity): ensure unref correctly resolves type for ShallowRef (#11...
  • 3ee7b4c fix(runtime-core): avoid recursive warning
  • 8655ced fix(teleport): skip teleported nodes when locating patch anchor
  • 50ddafe fix(reactivity): shallowReactive map "unwraps" the nested refs (#8503)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 17, 2024
Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.23%. Comparing base (13a2024) to head (a74caa2).

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #2877   +/-   ##
======================================
  Coverage    9.23%   9.23%           
======================================
  Files          97      97           
  Lines       17440   17440           
  Branches     8314    8314           
======================================
  Hits         1611    1611           
  Misses      12946   12946           
  Partials     2883    2883           
Flag Coverage Δ
Linux 6.99% <ø> (ø)
Windows 4.53% <ø> (ø)
macOS-12 10.33% <ø> (+0.01%) ⬆️
macOS-13 10.23% <ø> (-0.02%) ⬇️
macOS-14 10.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@ReenigneArcher
Copy link
Member

@dependabot rebase

@ReenigneArcher ReenigneArcher enabled auto-merge (squash) July 17, 2024 14:45
Bumps [vue](https://github.com/vuejs/core) from 3.4.31 to 3.4.32.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.31...v3.4.32)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-3.4.32 branch from 7cf3993 to a74caa2 Compare July 17, 2024 14:46
@ReenigneArcher ReenigneArcher merged commit e99b178 into master Jul 17, 2024
47 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/npm_and_yarn/vue-3.4.32 branch July 17, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant