Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.2 #450

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-server-renderer-2.7.2 into master
argoyle commented 2022-07-05 04:38:59 +00:00 (Migrated from gitlab.com)

Bumps vue-server-renderer from 2.6.14 to 2.7.2.

Release notes

Sourced from vue-server-renderer's releases.

v2.7.2

Please refer to CHANGELOG.md for details.

v2.7.1

Please refer to CHANGELOG.md for details.

v2.7.0 "Naruto"

naturo

Please refer to CHANGELOG.md for details.

v2.7.0-beta.8

Please refer to CHANGELOG.md for details.

v2.7.0-beta.7

Please refer to CHANGELOG.md for details.

v2.7.0-beta.6

Please refer to CHANGELOG.md for details.

v2.7.0-beta.5

Please refer to CHANGELOG.md for details.

v2.7.0-beta.4

Please refer to CHANGELOG.md for details.

v2.7.0-beta.3

Please refer to CHANGELOG.md for details.

v2.7.0-beta.2

Please refer to CHANGELOG.md for details.

v2.7.0-beta.1

Please refer to CHANGELOG.md for details.

v2.7.0-alpha.12

Please refer to CHANGELOG.md for details.

v2.7.0-alpha.11

Please refer to CHANGELOG.md for details.

v2.7.0-alpha.10

Please refer to CHANGELOG.md for details.

v2.7.0-alpha.9

Please refer to CHANGELOG.md for details.

v2.7.0-alpha.8

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue-server-renderer's changelog.

2.7.2 (2022-07-05)

Bug Fixes

  • compiler-sfc: preserve old deindent behavior for pug (1294385), closes #12611

Features

2.7.1 (2022-07-04)

Bug Fixes

2.7.0 (2022-07-01)

Backported Features

In addition, the following APIs are also supported:

  • defineComponent() with improved type inference (compared to Vue.extend)

  • h(), useSlot(), useAttrs(), useCssModules()

  • set(), del() and nextTick() are also provided as named exports in ESM builds.

  • The emits option is also supported, but only for type-checking purposes (does not affect runtime behavior)

    2.7 also supports using ESNext syntax in template expressions. When using a build system, the compiled template render function will go through the same loaders / plugins configured for normal JavaScript. This means if you have configured Babel for .js files, it will also apply to the expressions in your SFC templates.

Notes on API exposure

  • In ESM builds, these APIs are provided as named exports (and named exports only):

    import Vue, { ref } from 'vue'
    

... (truncated)

Commits
  • e244687 release: v2.7.2
  • 1294385 fix(compiler-sfc): preserve old deindent behavior for pug
  • fb93c1b feat(types): define component improvements (#12612)
  • d45bbea feat: allow passing directive definition directly to h() (#12590)
  • 427028a release: v2.7.1
  • caceece fix(compiler-sfc): fix template usage check edge case for v-on statements
  • 6f0d2e6 chore(compiler-sfc): replace substr with slice (#12564)
  • ff2d52f chore(types): remove unnecessary type assertion (#12563)
  • 86fb6bd chore(benchmarks:ssr): createRenderer function path error (#12601)
  • e452e9d fix: export proxyRefs
  • Additional commits viewable in compare view


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-server-renderer](https://github.com/vuejs/vue) from 2.6.14 to 2.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue/releases">vue-server-renderer's releases</a>.</em></p> <blockquote> <h2>v2.7.2</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.1</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0 &quot;Naruto&quot;</h2> <p><img src="https://user-images.githubusercontent.com/499550/176823239-f59d75de-1d24-4b2d-b04b-fcc95db2903e.png" alt="naturo" /></p> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md#270-2022-07-01">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.8</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.7</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.6</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.5</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.4</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.3</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.2</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-beta.1</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-alpha.12</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-alpha.11</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-alpha.10</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-alpha.9</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v2.7.0-alpha.8</h2> <p>Please refer to <a href="https://github.com/vuejs/vue/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/vue/blob/main/CHANGELOG.md">vue-server-renderer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.1...v2.7.2">2.7.2</a> (2022-07-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> preserve old deindent behavior for pug (<a href="https://github.com/vuejs/vue/commit/1294385300742acbea5f05c166685bd4a1fab35a">1294385</a>), closes <a href="https://github.com/vuejs/vue/issues/12611">#12611</a></li> </ul> <h3>Features</h3> <ul> <li>allow passing directive definition directly to h() (<a href="https://github.com/vuejs/vue/issues/12590">#12590</a>) (<a href="https://github.com/vuejs/vue/commit/d45bbeac2710a5cf9185377abc2342295f0bb4e2">d45bbea</a>)</li> <li><strong>types:</strong> define component improvements (<a href="https://github.com/vuejs/vue/issues/12612">#12612</a>) (<a href="https://github.com/vuejs/vue/commit/fb93c1be77f12ea1375c5e8b47d168e4d5ceb7be">fb93c1b</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.0...v2.7.1">2.7.1</a> (2022-07-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-sfc:</strong> fix template usage check edge case for v-on statements (<a href="https://github.com/vuejs/vue/commit/caceece8fa9b75c4832a91d3af0bc2958166d3f2">caceece</a>), closes <a href="https://github.com/vuejs/vue/issues/12591">#12591</a></li> <li>export proxyRefs (<a href="https://github.com/vuejs/vue/commit/e452e9d4368aaba173e8c942e5fd82f999cf65ae">e452e9d</a>), closes <a href="https://github.com/vuejs/vue/issues/12600">#12600</a></li> <li>fix NaN comparison on state change (<a href="https://github.com/vuejs/vue/commit/ff5acb12cfa64f975f216a55aafa976b07052665">ff5acb1</a>), closes <a href="https://github.com/vuejs/vue/issues/12595">#12595</a></li> <li><strong>reactivity:</strong> shallowReactive should not unwrap refs (<a href="https://github.com/vuejs/vue/issues/12605">#12605</a>) (<a href="https://github.com/vuejs/vue/commit/15b9b9b19dd3ae7cce5dcd89739e5cf719523fc5">15b9b9b</a>), closes <a href="https://github.com/vuejs/vue/issues/12597">#12597</a></li> </ul> <h1><a href="https://github.com/vuejs/vue/compare/v2.7.0-beta.8...v2.7.0">2.7.0</a> (2022-07-01)</h1> <h2>Backported Features</h2> <ul> <li><a href="https://vuejs.org/guide/extras/composition-api-faq.html">Composition API</a></li> <li>SFC <a href="https://vuejs.org/api/sfc-script-setup.html"><code>&lt;script setup&gt;</code></a></li> <li>SFC <a href="https://vuejs.org/api/sfc-css-features.html#v-bind-in-css">CSS v-bind</a></li> </ul> <p>In addition, the following APIs are also supported:</p> <ul> <li> <p><code>defineComponent()</code> with improved type inference (compared to <code>Vue.extend</code>)</p> </li> <li> <p><code>h()</code>, <code>useSlot()</code>, <code>useAttrs()</code>, <code>useCssModules()</code></p> </li> <li> <p><code>set()</code>, <code>del()</code> and <code>nextTick()</code> are also provided as named exports in ESM builds.</p> </li> <li> <p>The <code>emits</code> option is also supported, but only for type-checking purposes (does not affect runtime behavior)</p> <p>2.7 also supports using ESNext syntax in template expressions. When using a build system, the compiled template render function will go through the same loaders / plugins configured for normal JavaScript. This means if you have configured Babel for <code>.js</code> files, it will also apply to the expressions in your SFC templates.</p> </li> </ul> <h3>Notes on API exposure</h3> <ul> <li> <p>In ESM builds, these APIs are provided as named exports (and named exports only):</p> <pre lang="js"><code>import Vue, { ref } from 'vue' </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/e244687135dcd0fd55ad0423d5d5fbf2ba389c4e"><code>e244687</code></a> release: v2.7.2</li> <li><a href="https://github.com/vuejs/vue/commit/1294385300742acbea5f05c166685bd4a1fab35a"><code>1294385</code></a> fix(compiler-sfc): preserve old deindent behavior for pug</li> <li><a href="https://github.com/vuejs/vue/commit/fb93c1be77f12ea1375c5e8b47d168e4d5ceb7be"><code>fb93c1b</code></a> feat(types): define component improvements (<a href="https://github.com/vuejs/vue/issues/12612">#12612</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/d45bbeac2710a5cf9185377abc2342295f0bb4e2"><code>d45bbea</code></a> feat: allow passing directive definition directly to h() (<a href="https://github.com/vuejs/vue/issues/12590">#12590</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/427028ad89a67b34006066c294ae0a3840a6403b"><code>427028a</code></a> release: v2.7.1</li> <li><a href="https://github.com/vuejs/vue/commit/caceece8fa9b75c4832a91d3af0bc2958166d3f2"><code>caceece</code></a> fix(compiler-sfc): fix template usage check edge case for v-on statements</li> <li><a href="https://github.com/vuejs/vue/commit/6f0d2e6985a332d75ce93d29dd7031496196c1ac"><code>6f0d2e6</code></a> chore(compiler-sfc): replace <code>substr</code> with <code>slice</code> (<a href="https://github.com/vuejs/vue/issues/12564">#12564</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/ff2d52f7ac45da410e0872a36bee807515e5219c"><code>ff2d52f</code></a> chore(types): remove unnecessary type assertion (<a href="https://github.com/vuejs/vue/issues/12563">#12563</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/86fb6bd15174490509236eb85407125217569692"><code>86fb6bd</code></a> chore(benchmarks:ssr): createRenderer function path error (<a href="https://github.com/vuejs/vue/issues/12601">#12601</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/e452e9d4368aaba173e8c942e5fd82f999cf65ae"><code>e452e9d</code></a> fix: export proxyRefs</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.6.14...v2.7.2">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 commented 2022-07-05 04:39:01 +00:00 (Migrated from gitlab.com)

mentioned in merge request !393

mentioned in merge request !393
argoyle commented 2022-07-05 06:59:02 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5c34698e - 1 commit from branch master
  • 6c8df15c - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.2

Compare with previous version

added 2 commits <ul><li>5c34698e - 1 commit from branch <code>master</code></li><li>6c8df15c - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/401/diffs?diff_id=431005085&start_sha=440142ba66d86f5ff06460fd091bbe2e7a5bca12)
argoyle commented 2022-07-05 14:43:35 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 2d1fa55f - 1 commit from branch master
  • d81ba3d4 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.2

Compare with previous version

added 2 commits <ul><li>2d1fa55f - 1 commit from branch <code>master</code></li><li>d81ba3d4 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/401/diffs?diff_id=431513862&start_sha=6c8df15c6aa181a48df1682ad38bfd474fdc0a67)
argoyle commented 2022-07-07 04:39:49 +00:00 (Migrated from gitlab.com)
This merge request has been superseded by https://gitlab.com/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/410
argoyle (Migrated from gitlab.com) closed this pull request 2022-07-07 04:39:49 +00:00

Pull request closed

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