Build(deps): bump vue from 2.7.14 to 3.2.46 #909

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-3.2.46 into master
argoyle commented 2023-02-02 04:40:17 +00:00 (Migrated from gitlab.com)

Bumps vue from 2.7.14 to 3.2.46.

Release notes

Sourced from vue's releases.

v3.2.46

Please refer to CHANGELOG.md for details.

v3.2.45

Please refer to CHANGELOG.md for details.

v3.2.44

Please refer to CHANGELOG.md for details.

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.

v3.2.40

Please refer to CHANGELOG.md for details.

v3.2.39

Please refer to CHANGELOG.md for details.

v3.2.38

Please refer to CHANGELOG.md for details.

v3.2.37

Please refer to CHANGELOG.md for details.

v3.2.36

Please refer to CHANGELOG.md for details.

v3.2.35

Please refer to CHANGELOG.md for details.

v3.2.34

Please refer to CHANGELOG.md for details.

v3.2.34-beta.1

Please refer to CHANGELOG.md for details.

v3.2.33

Please refer to CHANGELOG.md for details.

v3.2.32

Please refer to CHANGELOG.md for details.

v3.2.31

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.2.46 (2023-02-02)

Bug Fixes

  • build: ensure cjs re-exports can be properly detected when imported from esm (fb6ff3e)
  • build: ensure type exports is first (957722c)
  • build: fix cjs re-exports check for compat build (ce064a1)
  • compat: fix custom transition classes in compat mode (#7435) (efe2efd), closes #6253
  • compiler-core: typeof should be allowed in browser expression validation (#7037) (3783866)
  • compiler-sfc: allow declaring variables after defineProps (#7461) (686c829)
  • compiler-sfc: always generate runtime prop type for Function (#7112) (584eae6), closes #7111
  • compiler-sfc: support resolving type declaration from normal script (#5831) (30399d4), closes #5830
  • compiler: add hgroup to supported HTML_TAGS (#6321) (7443174), closes #6313
  • custom-elements: use strict number casting (7d0c63f), closes #4946 #2598 #2604
  • customElement: customElement can emit event (#7296) (c6e5bda)
  • reactivity-transform: fix $$ escape edge cases (e06d3b6), closes #6312 #6944
  • reactivity-transform: prohibit const assignment at compile time (#6993) (3427052), closes #6992
  • reactivity: triggerRef working with toRef from reactive (#7507) (e64c9ae)
  • reactivity: ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix #7319) (#7330) (cd7c887)
  • reactivity: track hasOwnProperty (588bd44), closes #2619 #2621
  • runtime-core: ensure prop type validation warning shows custom class names (#7198) (620327d)
  • runtime-core: fix keep-alive cache prune logic on vnodes with same type but different keys (#7510) (1fde49c), closes #7355
  • runtime-core: set scope id before props (#6948) (da2ced1), closes #6923
  • runtime-dom: style update error when component use shorthand properties (#7425) (b7cfa6f)
  • shared: feDistanceLight changed to feDistantLight (#7540) (bef85e7)
  • shared: toNumber should only coerce strings (b55846f)
  • types/effectScope: re-expose active as readonly property (#6187) (59ffe5e), closes #6186
  • types: accept sync serverPrefetch() (#7000) (5f1883e)
  • types: add or update referrerpolicy (#7199) (1fa3d95)
  • types: allow assigning wider SetupContext type (#2818) (eb2a832), closes #2362
  • types: optional boolean props should have boolean type in return type of defineProps (#7619) (a0a010d), closes #7116 #5847 #7487
  • v-model: ensure v-model listener casing is consistent with manual v-on listener (#7067) (87c72ae), closes #7066

3.2.45 (2022-11-11)

Bug Fixes

  • compiler/v-model: catch incorrect v-model usage on prop bindings (001184e), closes #5584
  • custom-elements: also dispatch hyphenated version of emitted events (#5378) (0b39e46), closes #5373
  • custom-elements: custom element should re-instantiate when inserted again (#6966) (67890da), closes #6934
  • custom-elements: define declared properties in constructor (#5328) (55382ae)
  • custom-elements: ensure custom elements can inherit provides from ancestors (#5098) (192dcb6), closes #5096
  • custom-elements: fix event emitting for async custom elements (#5601) (665f2ae), closes #5599
  • custom-elements: fix number type props casting check (89f37ce), closes #5793 #5794
  • custom-elements: properties set pre-upgrade should not show up in $attrs (afe8899)
  • custom-elements: respect slot props in custom element mode (ffef822)

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [vue](https://github.com/vuejs/core) from 2.7.14 to 3.2.46. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.2.46</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.45</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.44</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.43</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.42</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.41</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.40</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.39</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.38</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.37</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.36</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.35</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.34</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.34-beta.1</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.33</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.32</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v3.2.31</h2> <p>Please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.2.45...v3.2.46">3.2.46</a> (2023-02-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> ensure cjs re-exports can be properly detected when imported from esm (<a href="https://github.com/vuejs/core/commit/fb6ff3e99689022d963ea7257b03f73ff514c0c4">fb6ff3e</a>)</li> <li><strong>build:</strong> ensure type exports is first (<a href="https://github.com/vuejs/core/commit/957722c4185ea87aabc711f6f8997e528dd3ba1b">957722c</a>)</li> <li><strong>build:</strong> fix cjs re-exports check for compat build (<a href="https://github.com/vuejs/core/commit/ce064a172b3b5bcb096b4984fe0c1a54177ac9c0">ce064a1</a>)</li> <li><strong>compat:</strong> fix custom transition classes in compat mode (<a href="https://github.com/vuejs/core/issues/7435">#7435</a>) (<a href="https://github.com/vuejs/core/commit/efe2efd210f500311e5b603345cb0d353886bd7a">efe2efd</a>), closes <a href="https://github.com/vuejs/core/issues/6253">#6253</a></li> <li><strong>compiler-core:</strong> typeof should be allowed in browser expression validation (<a href="https://github.com/vuejs/core/issues/7037">#7037</a>) (<a href="https://github.com/vuejs/core/commit/378386694be6dd43da71f1fa08ee9c5705c13f86">3783866</a>)</li> <li><strong>compiler-sfc:</strong> allow declaring variables after defineProps (<a href="https://github.com/vuejs/core/issues/7461">#7461</a>) (<a href="https://github.com/vuejs/core/commit/686c829fec9137cdfe6e51af34f2af01a575f7c6">686c829</a>)</li> <li><strong>compiler-sfc:</strong> always generate runtime prop type for Function (<a href="https://github.com/vuejs/core/issues/7112">#7112</a>) (<a href="https://github.com/vuejs/core/commit/584eae60d1abe80d15b317ec80b7556712df8e5a">584eae6</a>), closes <a href="https://github.com/vuejs/core/issues/7111">#7111</a></li> <li><strong>compiler-sfc:</strong> support resolving type declaration from normal script (<a href="https://github.com/vuejs/core/issues/5831">#5831</a>) (<a href="https://github.com/vuejs/core/commit/30399d46b15f890056e7a5d076cd588b3806cc15">30399d4</a>), closes <a href="https://github.com/vuejs/core/issues/5830">#5830</a></li> <li><strong>compiler:</strong> add <code>hgroup</code> to supported <code>HTML_TAGS</code> (<a href="https://github.com/vuejs/core/issues/6321">#6321</a>) (<a href="https://github.com/vuejs/core/commit/7443174e2aa9244bc08c63b4d6c78acc6ff89767">7443174</a>), closes <a href="https://github.com/vuejs/core/issues/6313">#6313</a></li> <li><strong>custom-elements:</strong> use strict number casting (<a href="https://github.com/vuejs/core/commit/7d0c63ff4361e59e820441a24bf4fb2a93335a1e">7d0c63f</a>), closes <a href="https://github.com/vuejs/core/issues/4946">#4946</a> <a href="https://github.com/vuejs/core/issues/2598">#2598</a> <a href="https://github.com/vuejs/core/issues/2604">#2604</a></li> <li><strong>customElement:</strong> customElement can emit event (<a href="https://github.com/vuejs/core/issues/7296">#7296</a>) (<a href="https://github.com/vuejs/core/commit/c6e5bda27d13554675d68dbe33b07f3474467aa6">c6e5bda</a>)</li> <li><strong>reactivity-transform:</strong> fix $$ escape edge cases (<a href="https://github.com/vuejs/core/commit/e06d3b614ea518e9cdf83fca9200fc816eb4e5a1">e06d3b6</a>), closes <a href="https://github.com/vuejs/core/issues/6312">#6312</a> <a href="https://github.com/vuejs/core/issues/6944">#6944</a></li> <li><strong>reactivity-transform:</strong> prohibit const assignment at compile time (<a href="https://github.com/vuejs/core/issues/6993">#6993</a>) (<a href="https://github.com/vuejs/core/commit/3427052229db3448252d938292a40e960a0f4b9c">3427052</a>), closes <a href="https://github.com/vuejs/core/issues/6992">#6992</a></li> <li><strong>reactivity:</strong> <code>triggerRef</code> working with <code>toRef</code> from reactive (<a href="https://github.com/vuejs/core/issues/7507">#7507</a>) (<a href="https://github.com/vuejs/core/commit/e64c9ae957aa2606b55e8652bbde30a6ada59fb0">e64c9ae</a>)</li> <li><strong>reactivity:</strong> ensure watch(Effect) can run independent of unmounted instance if created in a detatched effectScope (fix <a href="https://github.com/vuejs/core/issues/7319">#7319</a>) (<a href="https://github.com/vuejs/core/issues/7330">#7330</a>) (<a href="https://github.com/vuejs/core/commit/cd7c887b755810aedf83f3d458cb956d5b147f6f">cd7c887</a>)</li> <li><strong>reactivity:</strong> track hasOwnProperty (<a href="https://github.com/vuejs/core/commit/588bd44f036b79d7dee5d23661aa7244f70e6beb">588bd44</a>), closes <a href="https://github.com/vuejs/core/issues/2619">#2619</a> <a href="https://github.com/vuejs/core/issues/2621">#2621</a></li> <li><strong>runtime-core:</strong> ensure prop type validation warning shows custom class names (<a href="https://github.com/vuejs/core/issues/7198">#7198</a>) (<a href="https://github.com/vuejs/core/commit/620327d527593c6263a21500baddbae1ebc30db8">620327d</a>)</li> <li><strong>runtime-core:</strong> fix keep-alive cache prune logic on vnodes with same type but different keys (<a href="https://github.com/vuejs/core/issues/7510">#7510</a>) (<a href="https://github.com/vuejs/core/commit/1fde49c0f57cc50fedf91366a274c9759d1d9a39">1fde49c</a>), closes <a href="https://github.com/vuejs/core/issues/7355">#7355</a></li> <li><strong>runtime-core:</strong> set scope id before props (<a href="https://github.com/vuejs/core/issues/6948">#6948</a>) (<a href="https://github.com/vuejs/core/commit/da2ced15339b6fdb7a1459fa359bb79346a82bc2">da2ced1</a>), closes <a href="https://github.com/vuejs/core/issues/6923">#6923</a></li> <li><strong>runtime-dom:</strong> style update error when component use shorthand properties (<a href="https://github.com/vuejs/core/issues/7425">#7425</a>) (<a href="https://github.com/vuejs/core/commit/b7cfa6f53952daced312862fbb3a88c86e42a77e">b7cfa6f</a>)</li> <li><strong>shared:</strong> <code>feDistanceLight</code> changed to <code>feDistantLight</code> (<a href="https://github.com/vuejs/core/issues/7540">#7540</a>) (<a href="https://github.com/vuejs/core/commit/bef85e7975084b05af00b60ecd171c83f251c6d5">bef85e7</a>)</li> <li><strong>shared:</strong> toNumber should only coerce strings (<a href="https://github.com/vuejs/core/commit/b55846f05c4a3b163be2ed70ce64014feec29fac">b55846f</a>)</li> <li><strong>types/effectScope:</strong> re-expose <code>active</code> as readonly property (<a href="https://github.com/vuejs/core/issues/6187">#6187</a>) (<a href="https://github.com/vuejs/core/commit/59ffe5ee1f1618be119875313970c72050b37b03">59ffe5e</a>), closes <a href="https://github.com/vuejs/core/issues/6186">#6186</a></li> <li><strong>types:</strong> accept sync <code>serverPrefetch()</code> (<a href="https://github.com/vuejs/core/issues/7000">#7000</a>) (<a href="https://github.com/vuejs/core/commit/5f1883ec53547d0847e1270f5a8fb0c46396fb07">5f1883e</a>)</li> <li><strong>types:</strong> add or update referrerpolicy (<a href="https://github.com/vuejs/core/issues/7199">#7199</a>) (<a href="https://github.com/vuejs/core/commit/1fa3d9573051f549e6d381a5e88ec8d5d855e4c9">1fa3d95</a>)</li> <li><strong>types:</strong> allow assigning wider SetupContext type (<a href="https://github.com/vuejs/core/issues/2818">#2818</a>) (<a href="https://github.com/vuejs/core/commit/eb2a83283caa9de0a45881d860a3cbd9d0bdd279">eb2a832</a>), closes <a href="https://github.com/vuejs/core/issues/2362">#2362</a></li> <li><strong>types:</strong> optional boolean props should have boolean type in return type of defineProps (<a href="https://github.com/vuejs/core/issues/7619">#7619</a>) (<a href="https://github.com/vuejs/core/commit/a0a010ddc9ba8ef3e883454c73997bf6fb40b385">a0a010d</a>), closes <a href="https://github.com/vuejs/core/issues/7116">#7116</a> <a href="https://github.com/vuejs/core/issues/5847">#5847</a> <a href="https://github.com/vuejs/core/issues/7487">#7487</a></li> <li><strong>v-model:</strong> ensure v-model listener casing is consistent with manual v-on listener (<a href="https://github.com/vuejs/core/issues/7067">#7067</a>) (<a href="https://github.com/vuejs/core/commit/87c72ae49a315a5464dd0c6b00f07163d1cb39e9">87c72ae</a>), closes <a href="https://github.com/vuejs/core/issues/7066">#7066</a></li> </ul> <h2><a href="https://github.com/vuejs/core/compare/v3.2.44...v3.2.45">3.2.45</a> (2022-11-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler/v-model:</strong> catch incorrect v-model usage on prop bindings (<a href="https://github.com/vuejs/core/commit/001184e6bbbc85c4698f460b1f810beca3aed262">001184e</a>), closes <a href="https://github.com/vuejs/core/issues/5584">#5584</a></li> <li><strong>custom-elements:</strong> also dispatch hyphenated version of emitted events (<a href="https://github.com/vuejs/core/issues/5378">#5378</a>) (<a href="https://github.com/vuejs/core/commit/0b39e46192c6258d5bf9d3b6992b84edb0b641d3">0b39e46</a>), closes <a href="https://github.com/vuejs/core/issues/5373">#5373</a></li> <li><strong>custom-elements:</strong> custom element should re-instantiate when inserted again (<a href="https://github.com/vuejs/core/issues/6966">#6966</a>) (<a href="https://github.com/vuejs/core/commit/67890daad1a8474c5178565f32a4efa427db911a">67890da</a>), closes <a href="https://github.com/vuejs/core/issues/6934">#6934</a></li> <li><strong>custom-elements:</strong> define declared properties in constructor (<a href="https://github.com/vuejs/core/issues/5328">#5328</a>) (<a href="https://github.com/vuejs/core/commit/55382aed58aa3d937f442ad9445b3fff83a07de1">55382ae</a>)</li> <li><strong>custom-elements:</strong> ensure custom elements can inherit provides from ancestors (<a href="https://github.com/vuejs/core/issues/5098">#5098</a>) (<a href="https://github.com/vuejs/core/commit/192dcb648c0630ac20d2009eed512e142a72654a">192dcb6</a>), closes <a href="https://github.com/vuejs/core/issues/5096">#5096</a></li> <li><strong>custom-elements:</strong> fix event emitting for async custom elements (<a href="https://github.com/vuejs/core/issues/5601">#5601</a>) (<a href="https://github.com/vuejs/core/commit/665f2ae121ec31d65cf22bd577f12fb1d9ffa4a2">665f2ae</a>), closes <a href="https://github.com/vuejs/core/issues/5599">#5599</a></li> <li><strong>custom-elements:</strong> fix number type props casting check (<a href="https://github.com/vuejs/core/commit/89f37ceb62363c77697d177675790a9ab81ba34f">89f37ce</a>), closes <a href="https://github.com/vuejs/core/issues/5793">#5793</a> <a href="https://github.com/vuejs/core/issues/5794">#5794</a></li> <li><strong>custom-elements:</strong> properties set pre-upgrade should not show up in $attrs (<a href="https://github.com/vuejs/core/commit/afe889999cbcaa11020c46c30b591a5ee6c3d4cf">afe8899</a>)</li> <li><strong>custom-elements:</strong> respect slot props in custom element mode (<a href="https://github.com/vuejs/core/commit/ffef8228694b39638f07c0fe5bc30d826262b672">ffef822</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.2.46">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) closed this pull request 2023-02-02 12:02:03 +00:00
argoyle commented 2023-02-02 12:02:07 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.