Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7 #477

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-vue-server-renderer-2.7.7 into master
argoyle commented 2022-07-17 04:39:33 +00:00 (Migrated from gitlab.com)

Bumps vue-server-renderer from 2.6.14 to 2.7.7.

Release notes

Sourced from vue-server-renderer's releases.

v2.7.7

Please refer to CHANGELOG.md for details.

v2.7.6

Please refer to CHANGELOG.md for details.

v2.7.5

Please refer to CHANGELOG.md for details.

v2.7.4

Please refer to CHANGELOG.md for details.

v2.7.3

Please refer to CHANGELOG.md for details.

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.

... (truncated)

Changelog

Sourced from vue-server-renderer's changelog.

2.7.7 (2022-07-16)

Bug Fixes

  • codegen: script setup should not attempt to resolve native elements as component (e8d3a7d), closes #12674
  • inject: fix edge case of provided with async-mutated getters (ea5d0f3), closes #12667
  • setup: ensure setup context slots can be accessed immediately (67760f8), closes #12672
  • types: vue.d.ts should use relative import to v3-component-public-instance (#12668) (46ec648), closes #12666
  • watch: fix queueing multiple post watchers (25ffdb6), closes #12664

2.7.6 (2022-07-15)

Bug Fixes

  • types: $refs can also contain ComponentPublicInstance (#12659) (fffbb9e)
  • types: fix $children and $root instance types (52a5979), closes #12655
  • types: fix missing expose() type on setup context (e0a9546), closes #12660

2.7.5 (2022-07-13)

Bug Fixes

  • add missing export from vue.runtime.mjs (#12648) (08fb4a2)
  • detect property add/deletion on reactive objects from setup when used in templates (a6e7498)
  • do not set currentInstance in beforeCreate (0825d30), closes #12636
  • reactivity: fix watch behavior inconsistency + deep ref shallow check (98fb01c), closes #12643
  • sfc: fix sfc name inference type check (04b4703), closes #12637
  • types: support Vue interface augmentations in defineComponent (005e52d), closes #12642
  • watch: fix deep watch for structures containing raw refs (1a2c3c2), closes #12652

2.7.4 (2022-07-08)

Bug Fixes

  • build: fix mjs dual package hazard (012e10c), closes #12626
  • compiler-sfc: use safer deindent default for compatibility with previous behavior (b70a258)
  • pass element creation helper to static render fns for functional components (dc8a68e), closes #12625
  • ssr/reactivity: fix array setting error at created in ssr [#12632] (#12633) (ca7daef)
  • types: fix missing instance properties on defineComponent this (f8de4ca), closes #12628
  • types: fix this.$slots type for defineComponent (d3add06)

... (truncated)

Commits
  • fc16281 release: v2.7.7
  • e8d3a7d fix(codegen): script setup should not attempt to resolve native elements as c...
  • 67760f8 fix(setup): ensure setup context slots can be accessed immediately
  • ea5d0f3 fix(inject): fix edge case of provided with async-mutated getters
  • 25ffdb6 fix(watch): fix queueing multiple post watchers
  • 46ec648 fix(types): vue.d.ts should use relative import to v3-component-public-instan...
  • 7d4a772 release: v2.7.6
  • 9ed6847 test: add test for type casting $refs to defineComponent instance type
  • fffbb9e fix(types): $refs can also contain ComponentPublicInstance (#12659)
  • e0a9546 fix(types): fix missing expose() type on setup context
  • 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.7. <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.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.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.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.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.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.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> <!-- 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.6...v2.7.7">2.7.7</a> (2022-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>codegen:</strong> script setup should not attempt to resolve native elements as component (<a href="https://github.com/vuejs/vue/commit/e8d3a7d7a17f9e66d592fb1ddc4a603af9958d36">e8d3a7d</a>), closes <a href="https://github.com/vuejs/vue/issues/12674">#12674</a></li> <li><strong>inject:</strong> fix edge case of provided with async-mutated getters (<a href="https://github.com/vuejs/vue/commit/ea5d0f3fbfd983cb0275457cbcef344f926381ea">ea5d0f3</a>), closes <a href="https://github.com/vuejs/vue/issues/12667">#12667</a></li> <li><strong>setup:</strong> ensure setup context slots can be accessed immediately (<a href="https://github.com/vuejs/vue/commit/67760f8d30778f58afeada3589d4ac4493329ad5">67760f8</a>), closes <a href="https://github.com/vuejs/vue/issues/12672">#12672</a></li> <li><strong>types:</strong> vue.d.ts should use relative import to v3-component-public-instance (<a href="https://github.com/vuejs/vue/issues/12668">#12668</a>) (<a href="https://github.com/vuejs/vue/commit/46ec64869479393f95b6abda7a4adecf19867d06">46ec648</a>), closes <a href="https://github.com/vuejs/vue/issues/12666">#12666</a></li> <li><strong>watch:</strong> fix queueing multiple post watchers (<a href="https://github.com/vuejs/vue/commit/25ffdb62d22fe8688aca144d945671d5c82a8887">25ffdb6</a>), closes <a href="https://github.com/vuejs/vue/issues/12664">#12664</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.5...v2.7.6">2.7.6</a> (2022-07-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> $refs can also contain ComponentPublicInstance (<a href="https://github.com/vuejs/vue/issues/12659">#12659</a>) (<a href="https://github.com/vuejs/vue/commit/fffbb9e856de5e4b3053a6b4d01d1404bfb6f85e">fffbb9e</a>)</li> <li><strong>types:</strong> fix $children and $root instance types (<a href="https://github.com/vuejs/vue/commit/52a59790a5b6e16c9f8cc737fcd784413dda282d">52a5979</a>), closes <a href="https://github.com/vuejs/vue/issues/12655">#12655</a></li> <li><strong>types:</strong> fix missing expose() type on setup context (<a href="https://github.com/vuejs/vue/commit/e0a9546ef32fa4bbfc4bede3002b2d6a5be8cf72">e0a9546</a>), closes <a href="https://github.com/vuejs/vue/issues/12660">#12660</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.4...v2.7.5">2.7.5</a> (2022-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing export from <code>vue.runtime.mjs</code> (<a href="https://github.com/vuejs/vue/issues/12648">#12648</a>) (<a href="https://github.com/vuejs/vue/commit/08fb4a222c016c79af77ab96817d2ed9b7abbd80">08fb4a2</a>)</li> <li>detect property add/deletion on reactive objects from setup when used in templates (<a href="https://github.com/vuejs/vue/commit/a6e74985cf2eab6f16d03a8eda3bf3fc7950127c">a6e7498</a>)</li> <li>do not set currentInstance in beforeCreate (<a href="https://github.com/vuejs/vue/commit/0825d3087f9f39435838329c16adc2a7bfccd51d">0825d30</a>), closes <a href="https://github.com/vuejs/vue/issues/12636">#12636</a></li> <li><strong>reactivity:</strong> fix watch behavior inconsistency + deep ref shallow check (<a href="https://github.com/vuejs/vue/commit/98fb01c79c41c3b9f9134f0abb77d233ce4e5b44">98fb01c</a>), closes <a href="https://github.com/vuejs/vue/issues/12643">#12643</a></li> <li><strong>sfc:</strong> fix sfc name inference type check (<a href="https://github.com/vuejs/vue/commit/04b4703de72b1c1e686a3aa81d5b5b56799dabab">04b4703</a>), closes <a href="https://github.com/vuejs/vue/issues/12637">#12637</a></li> <li><strong>types:</strong> support Vue interface augmentations in defineComponent (<a href="https://github.com/vuejs/vue/commit/005e52d0b6f1a5bf9679789c5c4b90afd442d86b">005e52d</a>), closes <a href="https://github.com/vuejs/vue/issues/12642">#12642</a></li> <li><strong>watch:</strong> fix deep watch for structures containing raw refs (<a href="https://github.com/vuejs/vue/commit/1a2c3c2d77ba96ef496f4c86329b7798026511ae">1a2c3c2</a>), closes <a href="https://github.com/vuejs/vue/issues/12652">#12652</a></li> </ul> <h2><a href="https://github.com/vuejs/vue/compare/v2.7.3...v2.7.4">2.7.4</a> (2022-07-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fix mjs dual package hazard (<a href="https://github.com/vuejs/vue/commit/012e10c9ca13fcbc9bf67bf2835883edcd4faace">012e10c</a>), closes <a href="https://github.com/vuejs/vue/issues/12626">#12626</a></li> <li><strong>compiler-sfc:</strong> use safer deindent default for compatibility with previous behavior (<a href="https://github.com/vuejs/vue/commit/b70a2585fcd102def2bb5a3b2b589edf5311122d">b70a258</a>)</li> <li>pass element creation helper to static render fns for functional components (<a href="https://github.com/vuejs/vue/commit/dc8a68e8c6c4e8ed4fdde094004fca272d71ef2e">dc8a68e</a>), closes <a href="https://github.com/vuejs/vue/issues/12625">#12625</a></li> <li><strong>ssr/reactivity:</strong> fix array setting error at created in ssr [<a href="https://github.com/vuejs/vue/issues/12632">#12632</a>] (<a href="https://github.com/vuejs/vue/issues/12633">#12633</a>) (<a href="https://github.com/vuejs/vue/commit/ca7daefaa15a192046d22d060220cd595a6a275f">ca7daef</a>)</li> <li><strong>types:</strong> fix missing instance properties on defineComponent this (<a href="https://github.com/vuejs/vue/commit/f8de4ca9d458a03378e848b1e62d6507f7124871">f8de4ca</a>), closes <a href="https://github.com/vuejs/vue/issues/12628#issuecomment-1177258223">#12628</a></li> <li><strong>types:</strong> fix this.$slots type for defineComponent (<a href="https://github.com/vuejs/vue/commit/d3add06e6e18a78a3745240632fecd076eb49d19">d3add06</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/fc16281cf5bd1506e8cfe62eee1ef02dac82bad5"><code>fc16281</code></a> release: v2.7.7</li> <li><a href="https://github.com/vuejs/vue/commit/e8d3a7d7a17f9e66d592fb1ddc4a603af9958d36"><code>e8d3a7d</code></a> fix(codegen): script setup should not attempt to resolve native elements as c...</li> <li><a href="https://github.com/vuejs/vue/commit/67760f8d30778f58afeada3589d4ac4493329ad5"><code>67760f8</code></a> fix(setup): ensure setup context slots can be accessed immediately</li> <li><a href="https://github.com/vuejs/vue/commit/ea5d0f3fbfd983cb0275457cbcef344f926381ea"><code>ea5d0f3</code></a> fix(inject): fix edge case of provided with async-mutated getters</li> <li><a href="https://github.com/vuejs/vue/commit/25ffdb62d22fe8688aca144d945671d5c82a8887"><code>25ffdb6</code></a> fix(watch): fix queueing multiple post watchers</li> <li><a href="https://github.com/vuejs/vue/commit/46ec64869479393f95b6abda7a4adecf19867d06"><code>46ec648</code></a> fix(types): vue.d.ts should use relative import to v3-component-public-instan...</li> <li><a href="https://github.com/vuejs/vue/commit/7d4a7722e3a8bc52a0a9b9660b75efa2ff479f39"><code>7d4a772</code></a> release: v2.7.6</li> <li><a href="https://github.com/vuejs/vue/commit/9ed684785f868db5b154c4a09642b2b7d33dd6f3"><code>9ed6847</code></a> test: add test for type casting $refs to defineComponent instance type</li> <li><a href="https://github.com/vuejs/vue/commit/fffbb9e856de5e4b3053a6b4d01d1404bfb6f85e"><code>fffbb9e</code></a> fix(types): $refs can also contain ComponentPublicInstance (<a href="https://github.com/vuejs/vue/issues/12659">#12659</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/e0a9546ef32fa4bbfc4bede3002b2d6a5be8cf72"><code>e0a9546</code></a> fix(types): fix missing expose() type on setup context</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.6.14...v2.7.7">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-17 04:39:36 +00:00 (Migrated from gitlab.com)

mentioned in merge request !426

mentioned in merge request !426
argoyle commented 2022-07-18 07:57:21 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 97908536 - 1 commit from branch master
  • 2951f5eb - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>97908536 - 1 commit from branch <code>master</code></li><li>2951f5eb - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=440080098&start_sha=c0875a01873a0204c972d603d4247bbfaec0cd2b)
argoyle commented 2022-07-18 08:07:17 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 22562226 - 1 commit from branch master
  • 8b370da4 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>22562226 - 1 commit from branch <code>master</code></li><li>8b370da4 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=440089619&start_sha=2951f5eb67deba66152fcf309e751e44abfccea0)
argoyle commented 2022-07-18 12:47:30 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6d457685 - 1 commit from branch master
  • 125e5002 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>6d457685 - 1 commit from branch <code>master</code></li><li>125e5002 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=440378083&start_sha=8b370da42a549d774eeabc9ed2626762d4473634)
argoyle commented 2022-07-18 14:48:28 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e3baaa0d - 1 commit from branch master
  • 233ce8ee - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>e3baaa0d - 1 commit from branch <code>master</code></li><li>233ce8ee - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=440522902&start_sha=125e50026df9a169cb58cde6d4bcf455a7bf89ba)
argoyle commented 2022-07-18 15:39:41 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 59fefc6e - 1 commit from branch master
  • 0ae35d6d - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>59fefc6e - 1 commit from branch <code>master</code></li><li>0ae35d6d - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=440582252&start_sha=233ce8ee6cf42c743c257d4cd8325a64d244e5b4)
argoyle commented 2022-07-18 16:39:21 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 429f2572 - 1 commit from branch master
  • 7f5c278a - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>429f2572 - 1 commit from branch <code>master</code></li><li>7f5c278a - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=440637090&start_sha=0ae35d6d21c4f9de553c66aa6e33ddbbd616e7ae)
argoyle commented 2022-07-18 21:13:17 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 1dba7657 - 1 commit from branch master
  • f315c467 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>1dba7657 - 1 commit from branch <code>master</code></li><li>f315c467 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=440799426&start_sha=7f5c278a2d9646ac16d7722a37f4dd424efe4c9b)
argoyle commented 2022-07-20 15:03:19 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 6e099ede - 1 commit from branch master
  • 82d5821e - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>6e099ede - 1 commit from branch <code>master</code></li><li>82d5821e - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=442626235&start_sha=f315c467385dcd112e66512ddd29663602a9bc4f)
argoyle commented 2022-07-20 15:12:50 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 7475d7c4 - 1 commit from branch master
  • 0d4753cb - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>7475d7c4 - 1 commit from branch <code>master</code></li><li>0d4753cb - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=442637542&start_sha=82d5821e6462d621c027fa6a493d437bda145a2c)
argoyle commented 2022-07-20 15:30:05 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 7bce1ece - 1 commit from branch master
  • a8f69be7 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>7bce1ece - 1 commit from branch <code>master</code></li><li>a8f69be7 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=442658438&start_sha=0d4753cbd4b799531e2a0a5b246061752be28093)
argoyle commented 2022-07-20 15:38:59 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e5335af8 - 1 commit from branch master
  • 12d2706a - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>e5335af8 - 1 commit from branch <code>master</code></li><li>12d2706a - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=442668478&start_sha=a8f69be7371f1a2a81fe5f196bab49d7a16481f1)
argoyle commented 2022-07-20 16:46:49 +00:00 (Migrated from gitlab.com)

added 2 commits

  • c8e48c09 - 1 commit from branch master
  • 58f29331 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>c8e48c09 - 1 commit from branch <code>master</code></li><li>58f29331 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=442726366&start_sha=12d2706a904a32497796bcb17cf5e56ca2d9e1e0)
argoyle commented 2022-07-20 16:57:17 +00:00 (Migrated from gitlab.com)

added 2 commits

  • e35833d0 - 1 commit from branch master
  • 7aa15820 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7

Compare with previous version

added 2 commits <ul><li>e35833d0 - 1 commit from branch <code>master</code></li><li>7aa15820 - Build(deps): bump vue-server-renderer from 2.6.14 to 2.7.7</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/428/diffs?diff_id=442733610&start_sha=58f29331130e7e44a74bbeb8815c00d572fb800e)
argoyle commented 2022-07-22 04:39:43 +00:00 (Migrated from gitlab.com)
This merge request has been superseded by https://gitlab.com/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/446
argoyle (Migrated from gitlab.com) closed this pull request 2022-07-22 04:39:43 +00:00

Pull request closed

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