D3SOX / arch-guide

My installation instructions and guide for Arch Linux
https://arch.d3sox.me/
GNU General Public License v3.0
52 stars 6 forks source link

build(deps-dev): bump vue from 3.5.1 to 3.5.2 #227

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps vue from 3.5.1 to 3.5.2.

Release notes

Sourced from vue's releases.

v3.5.2

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.5.2 (2024-09-05)

Bug Fixes

  • reactivity: make toRaw work on proxies created by proxyRef (46c3ab1)
  • reactivity: pass oldValue to computed getter (#11813) (98864a7), closes #11812
  • reactivity: prevent endless recursion in computed getters (#11797) (716275d)
  • reactivity: self-referencing computed should refresh (e84c4a6), closes vuejs/core#11797
  • scheduler: prevent duplicate jobs being queued (#11826) (df56cc5), closes #11712 #11807
  • suspense: avoid updating anchor if activeBranch has not been rendered to the actual container (#11818) (3c0d531), closes #11806
  • Transition: handle KeepAlive child unmount in Transition out-in mode (#11778) (3116553), closes #11775
  • types: add HTMLDialogElement missing close event (#11811) (3634f7a)
  • types: added name attribute support to details tag (#11823) (c74176e), closes #11821
  • types: fix defineComponent props inference when setup() has explicit annotation (fca20a3), closes #11803
  • useTemplateRef: properly fix readonly warning in dev and ensure prod behavior consistency (9b7797d), closes #11808 #11816 #11810

Features

  • compiler-core: parse modifiers as expression to provide location data (#11819) (3f13203)
Commits
  • 72263fa release: v3.5.2
  • 3f13203 feat(compiler-core): parse modifiers as expression to provide location data (...
  • 7a64b67 types(internal): provide internal options for using $el type in language to...
  • 3c0d531 fix(suspense): avoid updating anchor if activeBranch has not been rendered to...
  • 3634f7a fix(types): add HTMLDialogElement missing close event (#11811)
  • df56cc5 fix(scheduler): prevent duplicate jobs being queued (#11826)
  • e84c4a6 fix(reactivity): self-referencing computed should refresh
  • 716275d fix(reactivity): prevent endless recursion in computed getters (#11797)
  • c74176e fix(types): added name attribute support to details tag (#11823)
  • 9b7797d fix(useTemplateRef): properly fix readonly warning in dev and ensure prod beh...
  • 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 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)