Skip to content

build(deps-dev): bump @vue/compiler-sfc from 3.2.1 to 3.2.4 #8

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

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2021

Bumps @vue/compiler-sfc from 3.2.1 to 3.2.4.

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.2.4

Please refer to CHANGELOG.md for details.

v3.2.3

Please refer to CHANGELOG.md for details.

v3.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.2.4 (2021-08-17)

Bug Fixes

  • compiler-sfc: fix import usage check for lowercase imported components (57f1081), closes #4358
  • runtime-core: ensure consistent arguments for tempalte and render funtion slot usage (644971e), closes #4367
  • runtime-core: fix child component double update on props change (c1f564e), closes #4365

Reverts

  • Revert "chore: add missing space in warning message (#4359) [ci skip]" (951fbb1), closes #4359

3.2.3 (2021-08-16)

Bug Fixes

  • compiler-core: fix hoisting logic for elements with cached handlers + other bindings (a6c1db2), closes #4327
  • compiler-core: fix style binding edge case (#4319) (092bdcd), closes #4317
  • compiler-sfc: bail on import usage check when template has custom lang (aae3725), closes #4312
  • compiler-sfc: fix import usage check in template strings in expressions (f855ccb), closes #4340
  • defineProps: defineProps generates unnecessary array of same types (#4353) (ad66295), closes #4352
  • runtime-core: patchChildren first in patchElement (#4313) (5b3f1e8)
  • runtime-core: vnode hooks should not be called on async wrapper (#4349) (cd2d984), closes #4346
  • runtime-dom: consistently remove boolean attributes for falsy values (#4348) (620a69b)
  • shared: fix toDisplayString on object with null prototype (#4335) (42a334e), closes #4334
  • types: fix tsx ref component instance type (#2486) (84d4357)

3.2.2 (2021-08-11)

Bug Fixes

Features

  • sfc: support $shallowRef ref sugar (00b76d3)
Commits
  • ceace3a release: v3.2.4
  • c51fb74 refactor(compiler-sfc): remove duplicate judgment conditions (#4368)
  • 57f1081 fix(compiler-sfc): fix import usage check for lowercase imported components
  • 03abc25 release: v3.2.3
  • f855ccb fix(compiler-sfc): fix import usage check in template strings in expressions
  • ad66295 fix(defineProps): defineProps generates unnecessary array of same types (#4353)
  • aae3725 fix(compiler-sfc): bail on import usage check when template has custom lang
  • 7ffa225 release: v3.2.2
  • 00b76d3 feat(sfc): support $shallowRef ref sugar
  • e42d779 chore(compiler-sfc): emit compiler error against incorrect ref sugar usage
  • See full diff 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 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 the dependencies Pull requests that update a dependency file label Aug 17, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/compiler-sfc-3.2.4 branch from f6aaac7 to 0d8fced Compare August 17, 2021 17:15
Bumps [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc) from 3.2.1 to 3.2.4.
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.2.4/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/compiler-sfc-3.2.4 branch from 0d8fced to 32b0398 Compare August 23, 2021 10:21
@riderx riderx merged commit 5ebbc50 into main Aug 23, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue/compiler-sfc-3.2.4 branch August 23, 2021 12:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant