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.5.1 to 3.5.2 in /vue-example #1406

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2024

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 <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)

Bumps [vue](https://github.com/vuejs/core) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.1...v3.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from mfranzke as a code owner September 6, 2024 00:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 6, 2024
@dependabot dependabot bot requested a review from nmerget as a code owner September 6, 2024 00:12
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 6, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 6, 2024 00:12
@github-actions github-actions bot added the vue label Sep 6, 2024
@github-actions github-actions bot merged commit ed41838 into main Sep 6, 2024
9 of 10 checks passed
@github-actions github-actions bot deleted the dependabot-npm_and_yarn-vue-example-vue-3.5.2 branch September 6, 2024 00:13
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 vue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants