thinreports / thinreports-section-editor

A template editor for Thinreports to edit Section Format templates
https://github.com/thinreports/thinreports
MIT License
4 stars 1 forks source link

Bump vue from 3.2.33 to 3.2.34 #118

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps vue from 3.2.33 to 3.2.34.

Release notes

Sourced from vue's releases.

v3.2.34

Please refer to CHANGELOG.md for details.

v3.2.34-beta.1

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.2.34 (2022-05-19)

Bug Fixes

  • compiler-core: should generate HYDRATE_EVENTS flag on dynamic component that resolves to element (415091b), closes #5870
  • compiler-sfc: support export { default } from '...' (#5937) (73e6523), closes #5935
  • compiler-sfc: type-only defineProps does not recognize Promise (fix #5941) (#5943) (991d623)
  • compiler-ssr: fix component event handlers inheritance in ssr (f811dc2), closes #5664
  • compiler-ssr: fix wrong attrs fallthrough on non-single-root v-if branches (516bc54), closes #5140
  • compiler-ssr: only inject fallthrough attrs for root transition/keep-alive (c65b805)
  • keep-alive: fix keep-alive rendering when placed in vnode branch (0841b9b), closes #4817
  • runtime-core: adjust force diff of dev root fragments (cdda49b), closes #5946
  • ssr/teleport: support nested teleports in ssr (595263c), closes #5242
  • ssr: fix hydration error on falsy v-if inside transition/keep-alive (ee4186e), closes #5352
  • ssr: fix hydration error when teleport is used as component root (b60cff0), closes #4293
  • ssr: fix hydration error when transition contains comment children (3705b3b), closes #5351
  • ssr: fix hydration for slot with empty text node (939209c), closes #5728
  • ssr: fix hydration mismatch caused by multi-line comments inside slot (e1bc268), closes #5355
  • ssr: inherit scope id on functional component during ssr (847d7f7), closes #5817
  • ssr: render fallthrough attributes for transition-group with tag (aed10c5), closes #5141
  • ssr: support client-compiled v-model with dynamic type during ssr (#5787) (c03459b), closes #5786
  • types: export ComponentProvideOptions (#5947) (3e2850f)
  • types: fix defineComponent inference to Component (#5949) (7c8f457)

3.2.34-beta.1 (2022-05-17)

Bug Fixes

  • compiler-core: normalize v-bind:style with array literal value (0f00cf4), closes #5106
  • compiler-core: template v-if should never be treated as dev root fragment (51f3d38), closes #5189
  • compiler-dom: properly stringify v-html/v-text with constant value (6283b2e), closes #5439 #5445
  • compiler-sfc: <script> after <script setup> the script content not end with \\n (3b7b107)
  • compiler-sfc: add test for #5808 (a0290fe)
  • compiler-sfc: async transformer doesn't correctly detect need for semicolon in block #5808 (6c3b681)
  • compiler-sfc: automatically infer component name from filename when using script setup (#4997) (1693924), closes #4993
  • compiler-sfc: defineProps return binding or rest binding should be considered reactive (4101441)
  • compiler-sfc: ensure consistent behavior of export default render with script setup (b7025d2), closes #4980
  • compiler-sfc: fix defineEmits() scope reference check error message (#5404) (f2c48f5)
  • compiler-sfc: fix object default values for reactive props destructure (7dfe146)
  • compiler-sfc: fix skipped srcset transform when using base option (41d255b), closes #4835 #4819 #4834 #4835
  • compiler-sfc: fix template usage check false positives on types (ccf9256), closes #5414
  • compiler-sfc: fix treeshaking of namespace import when used in template (8a123ac), closes #5209
  • compiler-sfc: remove the jsx from the babelParserPlugins when not match the case of adding jsx (#5846) (7d7a241), closes #5845
  • keep-alive: fix unmounting late-included components (da49c86), closes #3648 #3650
  • keep-alive: invoke initial activated hook for async components (20ed16f), closes #5459 #5095 #5651
  • reactivity-transform: fix props access codegen for non-identifier prop names (#5436) (242914d), closes #5425

... (truncated)

Commits
  • 3991609 release: v3.2.34
  • 31bdde0 chore: fix lint
  • 939209c fix(ssr): fix hydration for slot with empty text node
  • e1bc268 fix(ssr): fix hydration mismatch caused by multi-line comments inside slot
  • 516bc54 fix(compiler-ssr): fix wrong attrs fallthrough on non-single-root v-if branches
  • e8ceac7 workflow: add dev-esm script [ci skip]
  • 6ce75c1 test(runtime-dom): vModel tests for input range (#5907)
  • 73e6523 fix(compiler-sfc): support export { default } from '...' (#5937)
  • 991d623 fix(compiler-sfc): type-only defineProps does not recognize Promise (fix #594...
  • 7c8f457 fix(types): fix defineComponent inference to Component (#5949)
  • 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)