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

Bump vue from 3.2.40 to 3.2.43 in /webui/frontend #541

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2022

Bumps vue from 3.2.40 to 3.2.43.

Release notes

Sourced from vue's releases.

v3.2.43

Please refer to CHANGELOG.md for details.

v3.2.42

Please refer to CHANGELOG.md for details.

v3.2.41

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.2.43 (2022-11-09)

Bug Fixes

  • watch: ensure oldValue in multi-source watcher is always an array (23e85e2), closes #7070

3.2.42 (2022-11-09)

Bug Fixes

  • compiler-core/v-on: only apply case preservation on native elements (#6902) (5bfe438), closes #6900
  • compiler-core/v-on: support inline handler with return type annotation (#6769) (bcfe480), closes #6378
  • compiler-core: avoid duplicate keys in codegen with v-if (#6689) (640cfce), closes #6641
  • compiler-core: fix parsing error on comments between v-if in prod (dd3354c), closes #6843
  • compiler-core: keep whitespaces between interpolation and comment (#6828) (4887618), closes #6352
  • compiler-sfc: add semicolon after defineProps statement (#6461) (b72a4af), closes #6428
  • compiler-sfc: allow type annotation for defineEmits variable (#5394) (eab7604), closes #5393
  • compiler-sfc: check import source during binding analysation (#6826) (4a00fdd), closes #6825
  • compiler-sfc: fix binding analysis for aliased late import (8d1f526)
  • compiler-sfc: fix macro usage in multi-variable declaration (#6778) (99b6697), closes #6757
  • compiler-sfc: handle method shorthand syntax in withDefaults (#6972) (8a882ce), closes #6971
  • compiler-sfc: only escape parsing-breaking characters in v-bind css var names (#6816) (57c9013), closes #6803
  • compiler-sfc: require <template> or in SFC (#6781) (a0c7f27), closes #6676
  • compiler-sfc: resolve computed object key (#6963) (910fa76)
  • compiler-sfc: support using extends interface with defineProps() (#4512) (83f7e6f), closes #4498
  • compiler-ssr: fix invalid codegen when v-slot name is explicit empty attr (#3326) (09bb3e9)
  • compiler/runtime-dom: ignore comments in inline styles (#6808) (50e2253), closes #6807
  • compiler: avoid namespace collisions when transforming template refs in inline mode (#6975) (2c27556), closes #6964
  • hmr: fix hmr for components managed by keep-alive (#6809) (bdaf83a), closes #6222
  • reactivity-transform: add semicolon after statements (#6303) (c4f213b)
  • reactivity-transform: respect user defined symbols that conflict with macros (#6840) (7663a79), closes #6838
  • reactivity: enable trigger when use str to set length of arr (#6810) (e6224f4)
  • runtime-core: in operator returning false for built-in instance properties in exposeProxy (#6138) (32b5124), closes #6137
  • runtime-core: custom-element: ensure number casting of camelCase props. (fix: #5374) (#5377) (b0b74a1)
  • runtime-core: do not throw on unknown directives (#6671) (0455378), closes #6340
  • runtime-core: ensure props definition objects are not mutated during props normalization (close: #6915) (#6916) (54b6ba3)
  • runtime-core: watching multiple values - handle undefined as initial values (fix: #5032) (#5033) (bc167b5)
  • runtime-dom: ensure customElement handles empty props correctly. (#6182) (f67bb50), closes #6163 #6895
  • sfc/types: improve the type inference using withDefaults (#6764) (168c857), closes #6552
  • shared: fix parsing of multi-line inline style (#6777) (9768949)
  • ssr: remove css number value check (#6636) (79e7c1e), closes #6625
  • transition/keep-alive: fix unmount bug for component with out-in transition (#6839) (64e6d92), closes #6835
  • types/reactivity-transform: fix type when initial value is not used (#6821) (fdc5902), closes #6820
  • types: $watch callback parameters type (#6136) (41d9c47), closes #6135
  • types: ensure createBlock() helper accepts Teleport and Supsense types (fix: #2855) (#5458) (e5fc7dc)
  • types: export Raw type (#6380) (e9172db), closes #7048

... (truncated)

Commits
  • 71977ec release: v3.2.43
  • 23e85e2 fix(watch): ensure oldValue in multi-source watcher is always an array
  • d33292d chore: return early in warn() in prod
  • 3e223f1 chore: include terser in workspace deps [ci skip]
  • 8dbf083 build: put ssrContext warning behind DEV flag
  • f023d49 release: v3.2.42
  • 57c9013 fix(compiler-sfc): only escape parsing-breaking characters in v-bind css var ...
  • 2c27556 fix(compiler): avoid namespace collisions when transforming template refs in ...
  • 8a882ce fix(compiler-sfc): handle method shorthand syntax in withDefaults (#6972)
  • 5bfe438 fix(compiler-core/v-on): only apply case preservation on native elements (#6902)
  • 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](https://github.com/vuejs/core) from 3.2.40 to 3.2.43.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.2.40...v3.2.43)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 9, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #541 (0c57ce9) into master (70525a3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #541   +/-   ##
=======================================
  Coverage   78.27%   78.27%           
=======================================
  Files           7        7           
  Lines         290      290           
=======================================
  Hits          227      227           
  Misses         39       39           
  Partials       24       24           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2022

Superseded by #543.

@dependabot dependabot bot closed this Nov 10, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webui/frontend/vue-3.2.43 branch November 10, 2022 21:14
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.

None yet

1 participant