Skip to content

chore(deps-dev): bump @vue/compiler-core from 3.0.0 to 3.2.23#212

Closed
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/vue/compiler-core-3.2.23
Closed

chore(deps-dev): bump @vue/compiler-core from 3.0.0 to 3.2.23#212
dependabot[bot] wants to merge 1 commit intonextfrom
dependabot/npm_and_yarn/vue/compiler-core-3.2.23

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps @vue/compiler-core from 3.0.0 to 3.2.23.

Release notes

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

v3.2.23

Please refer to CHANGELOG.md for details.

v3.2.22

Please refer to CHANGELOG.md for details.

v3.2.21

Please refer to CHANGELOG.md for details.

v3.2.20

Please refer to CHANGELOG.md for details.

v3.2.19

Please refer to CHANGELOG.md for details.

v3.2.18

Please refer to CHANGELOG.md for details.

v3.2.17

Please refer to CHANGELOG.md for details.

v3.2.16

Please refer to CHANGELOG.md for details.

v3.2.15

Please refer to CHANGELOG.md for details.

v3.2.14

Please refer to CHANGELOG.md for details.

v3.2.13

Please refer to CHANGELOG.md for details.

v3.2.12

Please refer to CHANGELOG.md for details.

v3.2.11

Please refer to CHANGELOG.md for details.

v3.2.10

Please refer to CHANGELOG.md for details.

v3.2.9

Please refer to CHANGELOG.md for details.

v3.2.8

Please refer to CHANGELOG.md for details.

v3.2.7

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

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

3.2.23 (2021-11-26)

Bug Fixes

  • reactivity: retain readonly proxies when setting as reactive property (d145128), closes #4986
  • runtime-core: fix component public instance has check for accessed non-existent properties (aac0466), closes #4962
  • runtime-core: handle error in async KeepAlive hooks (#4978) (820a143)
  • runtime-dom: fix option element value patching edge case (#4959) (89b2f92), closes #4956
  • runtime-dom: patchDOMProps should not set _value if element is custom element (#4839) (1701bf3)
  • types: export ref-macros.d.ts (1245709)
  • types: fix propType type inference (#4985) (3c449cd), closes #4983
  • types: scrip-setup+ts: ensure proper handling of null as default prop value. (#4979) (f2d2d7b), closes #4868

Features

  • compiler-sfc: export resolveTemplateUsageCheckString for HMR plugin use (#4908) (c61baac)
  • compiler-sfc: expose properties for more accurate HMR (68c45e7), closes #4358 #4908

3.2.22 (2021-11-15)

Bug Fixes

  • compiler-sfc: add type for props include Function in prod mode (#4938) (9c42a1e)
  • compiler-sfc: add type for props's properties in prod mode (#4790) (090df08), closes #4783
  • compiler-sfc: externalRE support automatic http/https prefix url pattern (#4922) (574070f), closes #4920
  • compiler-sfc: fix expose codegen edge case (#4919) (31fd590), closes #4917
  • devtool: improve devtools late injection browser env detection (#4890) (fa2237f)
  • runtime-core: improve dedupe listeners when attr fallthrough (#4912) (b4eb7e3), closes #4859
  • types/sfc: fix withDefaults type inference when using union types (#4925) (04e5835)

3.2.21 (2021-11-02)

Bug Fixes

  • custom-element: fix custom element props access on initial render (4b7f76e), closes #4792
  • custom-element: fix initial attr type casting for programmtically created elements (3ca8317), closes #4772
  • devtools: avoid open handle in non-browser env (6916d72), closes #4815
  • devtools: fix memory leak when devtools is not installed (#4833) (6b32f0d), closes #4829
  • runtime-core: add v-memo to built-in directives check (#4787) (5eb7263)
  • runtime-dom: fix behavior regression for v-show + style display binding (3f38d59), closes #4768
  • types: fix ref unwrapping type inference for nested shallowReactive & shallowRef (20a3615), closes #4771

... (truncated)

Commits
  • b6a8a45 release: v3.2.23
  • 635d88a release: v3.2.22
  • e1ee3c4 refactor(compiler-core): refactor isComponentTag method (#4934)
  • fe853a5 release: v3.2.21
  • e772108 chore: break compat mode v-for/v-if precedence check loop early (#4773)
  • 3c500e4 release: v3.2.20
  • 6bcb7a5 chore: remove deprecated usage of String.prototype.substr (#4699)
  • c9613eb chore: prettier format (#4715) [ci skip]
  • 646e694 chore: remove babelParserDefaultPlugins
  • 467e113 feat(compiler-sfc): \<script setup> defineProps destructure transform (#4690)
  • 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 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/compiler-core](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-core) from 3.0.0 to 3.2.23.
- [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.23/packages/compiler-core)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Jan 13, 2022

Superseded by #215.

@dependabot dependabot bot closed this Jan 13, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue/compiler-core-3.2.23 branch January 13, 2022 21:50
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.

0 participants