chore(deps): bump vue from 2.6.12 to 2.6.14 #93

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-vue-2.6.14 into master 2021-11-11 20:02:59 +00:00
argoyle commented 2021-11-08 05:26:21 +00:00 (Migrated from gitlab.com)

Bumps vue from 2.6.12 to 2.6.14.

Release notes

Sourced from vue's releases.

v2.6.14

Bug Fixes

  • types: async Component types (#11906) c52427b, closes #11990
  • v-slot: fix scoped slot normalization combined with v-if (#12104) 38f71de, closes #12102

Features

  • ssr: vue-ssr-webpack-plugin compatible with webpack 5 (#12002) 80e7730, closes #11718

v2.6.13

Bug Fixes

  • attrs: do not consider translate attribute as boolean (#11392) cd57393, closes #11392 #11391
  • compiler: Allow BigInt usage in templates (#11152) c42b706, closes #11152
  • compiler: avoid converting   to spaces (#11065) 55a30cf, closes #11065
  • compiler: event handlers with modifiers swallowing arguments (fix #10867) (#10958) 8620706, closes #10867 #10958
  • core: fix sameVnode for async component (#11107) 5260830, closes #11107
  • core: remove trailing comma in function signature (#10845) 579e1ff, closes #10845 #10843
  • errorHandler: async error handling for watchers (#9484) e4dea59, closes #9484
  • keep-alive: cache what is really needed not the whole VNode data (#12015) e7baaa1, closes #12015
  • parser: allow multiple slots with new syntax (#9785) 67825c2, closes #9785 #9781
  • props: correctly warn when a provided prop is Symbol (#10529) abb5ef3, closes #10529 #10519
  • props: support BigInt in props type validation (#11191) fa1f81e, closes #11191
  • slot: add a function to return the slot fallback content (#12014) ce457f9, closes #12014
  • ssr: avoid missing files in manifest (#11609) b97606c, closes #11609
  • ssr: inheritAttrs false adds attributes to html (#11706) 7e5dc6b, closes #11706
  • ssr: textarea keeps undefined/null values (#11121) b8bd149, closes #11121
  • types: add types for Vue.util.warn function (#11964) e0274e4, closes #11964 /github.com/vuejs/vue/blob/v2.6.12/src/core/util/debug.js#L18-L26
  • types: allow string for watch handlers in options (#10396) 668e1e6, closes #10396
  • types: allow symbol & boolean for vnode key (#11914) 5c459f0, closes #11914
  • types: changed expression type to optional string (#11189) 7c75462, closes #11189 #10871
  • types: make $refs undefined possible (#11112) 2b93e86, closes #11112
  • v-on: avoid events with empty keyCode (autocomplete) (#11326) c6d7a6f, closes #11326
  • force update between two components with and without slot (#11795) 77b5330, closes #11795
  • give correct namespace in foreignObject (#11576) af5e05d, closes #11576 #11575
  • handle async placeholders in normalizeScopedSlot (#11963) af54514, closes #11963
  • warns: modify maybeComponent function in parser (#10167) 0603ff6, closes #10167 #10152
  • pause dep collection during immediate watcher invocation (#11943) 987f322, closes #11943
  • v-pre: do not alter attributes (#10088) 0664cb0, closes #10088 #10087
  • vdom: avoid executing root level script tags (#11487) fb16d7b, closes #11487 #11483
  • warn: better message with no constructors props (#9241) 6940131, closes #9241

Features

... (truncated)

Commits
  • 612fb89 build: release 2.6.14
  • 8f6c4c3 build: build 2.6.14
  • c52427b fix(types): async Component types (#11906)
  • 80e7730 feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (#12002)
  • 38f71de fix(v-slot): fix scoped slot normalization combined with v-if (#12104)
  • 67901e7 test(ssr): add missing test for async component in slot
  • 1866033 build: release 2.6.13
  • f34f6bb build: build 2.6.13
  • f038000 refactor: check is function for fallback slots
  • d6ac00f chore: display more oc sponsors on readme [ci skip]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by posva, a new releaser for vue since your current version.



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/vue) from 2.6.12 to 2.6.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue/releases">vue's releases</a>.</em></p> <blockquote> <h2>v2.6.14</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> async Component types (<a href="https://github.com/vuejs/vue/issues/11906">#11906</a>) c52427b, closes <a href="https://github.com/vuejs/vue/issues/11990">#11990</a></li> <li><strong>v-slot:</strong> fix scoped slot normalization combined with v-if (<a href="https://github.com/vuejs/vue/issues/12104">#12104</a>) 38f71de, closes <a href="https://github.com/vuejs/vue/issues/12102">#12102</a></li> </ul> <h3>Features</h3> <ul> <li><strong>ssr:</strong> vue-ssr-webpack-plugin compatible with webpack 5 (<a href="https://github.com/vuejs/vue/issues/12002">#12002</a>) 80e7730, closes <a href="https://github.com/vuejs/vue/issues/11718">#11718</a></li> </ul> <h2>v2.6.13</h2> <h3>Bug Fixes</h3> <ul> <li><strong>attrs:</strong> do not consider translate attribute as boolean (<a href="https://github.com/vuejs/vue/issues/11392">#11392</a>) cd57393, closes <a href="https://github.com/vuejs/vue/issues/11392">#11392</a> <a href="https://github.com/vuejs/vue/issues/11391">#11391</a></li> <li><strong>compiler:</strong> Allow BigInt usage in templates (<a href="https://github.com/vuejs/vue/issues/11152">#11152</a>) c42b706, closes <a href="https://github.com/vuejs/vue/issues/11152">#11152</a></li> <li><strong>compiler:</strong> avoid converting   to spaces (<a href="https://github.com/vuejs/vue/issues/11065">#11065</a>) 55a30cf, closes <a href="https://github.com/vuejs/vue/issues/11065">#11065</a></li> <li><strong>compiler:</strong> event handlers with modifiers swallowing arguments (fix <a href="https://github.com/vuejs/vue/issues/10867">#10867</a>) (<a href="https://github.com/vuejs/vue/issues/10958">#10958</a>) 8620706, closes <a href="https://github.com/vuejs/vue/issues/10867">#10867</a> <a href="https://github.com/vuejs/vue/issues/10958">#10958</a></li> <li><strong>core:</strong> fix sameVnode for async component (<a href="https://github.com/vuejs/vue/issues/11107">#11107</a>) 5260830, closes <a href="https://github.com/vuejs/vue/issues/11107">#11107</a></li> <li><strong>core:</strong> remove trailing comma in function signature (<a href="https://github.com/vuejs/vue/issues/10845">#10845</a>) 579e1ff, closes <a href="https://github.com/vuejs/vue/issues/10845">#10845</a> <a href="https://github.com/vuejs/vue/issues/10843">#10843</a></li> <li><strong>errorHandler:</strong> async error handling for watchers (<a href="https://github.com/vuejs/vue/issues/9484">#9484</a>) e4dea59, closes <a href="https://github.com/vuejs/vue/issues/9484">#9484</a></li> <li><strong>keep-alive:</strong> cache what is really needed not the whole VNode data (<a href="https://github.com/vuejs/vue/issues/12015">#12015</a>) e7baaa1, closes <a href="https://github.com/vuejs/vue/issues/12015">#12015</a></li> <li><strong>parser:</strong> allow multiple slots with new syntax (<a href="https://github.com/vuejs/vue/issues/9785">#9785</a>) 67825c2, closes <a href="https://github.com/vuejs/vue/issues/9785">#9785</a> <a href="https://github.com/vuejs/vue/issues/9781">#9781</a></li> <li><strong>props:</strong> correctly warn when a provided prop is Symbol (<a href="https://github.com/vuejs/vue/issues/10529">#10529</a>) abb5ef3, closes <a href="https://github.com/vuejs/vue/issues/10529">#10529</a> <a href="https://github.com/vuejs/vue/issues/10519">#10519</a></li> <li><strong>props:</strong> support BigInt in props type validation (<a href="https://github.com/vuejs/vue/issues/11191">#11191</a>) fa1f81e, closes <a href="https://github.com/vuejs/vue/issues/11191">#11191</a></li> <li><strong>slot:</strong> add a function to return the slot fallback content (<a href="https://github.com/vuejs/vue/issues/12014">#12014</a>) ce457f9, closes <a href="https://github.com/vuejs/vue/issues/12014">#12014</a></li> <li><strong>ssr:</strong> avoid missing files in manifest (<a href="https://github.com/vuejs/vue/issues/11609">#11609</a>) b97606c, closes <a href="https://github.com/vuejs/vue/issues/11609">#11609</a></li> <li><strong>ssr:</strong> inheritAttrs false adds attributes to html (<a href="https://github.com/vuejs/vue/issues/11706">#11706</a>) 7e5dc6b, closes <a href="https://github.com/vuejs/vue/issues/11706">#11706</a></li> <li><strong>ssr:</strong> textarea keeps undefined/null values (<a href="https://github.com/vuejs/vue/issues/11121">#11121</a>) b8bd149, closes <a href="https://github.com/vuejs/vue/issues/11121">#11121</a></li> <li><strong>types:</strong> add types for Vue.util.warn function (<a href="https://github.com/vuejs/vue/issues/11964">#11964</a>) e0274e4, closes <a href="https://github.com/vuejs/vue/issues/11964">#11964</a> /github.com/vuejs/vue/blob/v2.6.12/src/core/util/debug.js#L18-L26</li> <li><strong>types:</strong> allow string for watch handlers in options (<a href="https://github.com/vuejs/vue/issues/10396">#10396</a>) 668e1e6, closes <a href="https://github.com/vuejs/vue/issues/10396">#10396</a></li> <li><strong>types:</strong> allow symbol &amp; boolean for vnode key (<a href="https://github.com/vuejs/vue/issues/11914">#11914</a>) 5c459f0, closes <a href="https://github.com/vuejs/vue/issues/11914">#11914</a></li> <li><strong>types:</strong> changed expression type to optional string (<a href="https://github.com/vuejs/vue/issues/11189">#11189</a>) 7c75462, closes <a href="https://github.com/vuejs/vue/issues/11189">#11189</a> <a href="https://github.com/vuejs/vue/issues/10871">#10871</a></li> <li><strong>types:</strong> make $refs undefined possible (<a href="https://github.com/vuejs/vue/issues/11112">#11112</a>) 2b93e86, closes <a href="https://github.com/vuejs/vue/issues/11112">#11112</a></li> <li><strong>v-on:</strong> avoid events with empty keyCode (autocomplete) (<a href="https://github.com/vuejs/vue/issues/11326">#11326</a>) c6d7a6f, closes <a href="https://github.com/vuejs/vue/issues/11326">#11326</a></li> <li>force update between two components with and without slot (<a href="https://github.com/vuejs/vue/issues/11795">#11795</a>) 77b5330, closes <a href="https://github.com/vuejs/vue/issues/11795">#11795</a></li> <li>give correct namespace in foreignObject (<a href="https://github.com/vuejs/vue/issues/11576">#11576</a>) af5e05d, closes <a href="https://github.com/vuejs/vue/issues/11576">#11576</a> <a href="https://github.com/vuejs/vue/issues/11575">#11575</a></li> <li>handle async placeholders in normalizeScopedSlot (<a href="https://github.com/vuejs/vue/issues/11963">#11963</a>) af54514, closes <a href="https://github.com/vuejs/vue/issues/11963">#11963</a></li> <li><strong>warns:</strong> modify <code>maybeComponent</code> function in parser (<a href="https://github.com/vuejs/vue/issues/10167">#10167</a>) 0603ff6, closes <a href="https://github.com/vuejs/vue/issues/10167">#10167</a> <a href="https://github.com/vuejs/vue/issues/10152">#10152</a></li> <li>pause dep collection during immediate watcher invocation (<a href="https://github.com/vuejs/vue/issues/11943">#11943</a>) 987f322, closes <a href="https://github.com/vuejs/vue/issues/11943">#11943</a></li> <li><strong>v-pre:</strong> do not alter attributes (<a href="https://github.com/vuejs/vue/issues/10088">#10088</a>) 0664cb0, closes <a href="https://github.com/vuejs/vue/issues/10088">#10088</a> <a href="https://github.com/vuejs/vue/issues/10087">#10087</a></li> <li><strong>vdom:</strong> avoid executing root level script tags (<a href="https://github.com/vuejs/vue/issues/11487">#11487</a>) fb16d7b, closes <a href="https://github.com/vuejs/vue/issues/11487">#11487</a> <a href="https://github.com/vuejs/vue/issues/11483">#11483</a></li> <li><strong>warn:</strong> better message with no constructors props (<a href="https://github.com/vuejs/vue/issues/9241">#9241</a>) 6940131, closes <a href="https://github.com/vuejs/vue/issues/9241">#9241</a></li> </ul> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue/commit/612fb89547711cacb030a3893a0065b785802860"><code>612fb89</code></a> build: release 2.6.14</li> <li><a href="https://github.com/vuejs/vue/commit/8f6c4c3dbd0c0d9a40d61a0ecd913bb5eaf277c3"><code>8f6c4c3</code></a> build: build 2.6.14</li> <li><a href="https://github.com/vuejs/vue/commit/c52427b0d2c1d203deea6eb69f2b4b181d56022c"><code>c52427b</code></a> fix(types): async Component types (<a href="https://github.com/vuejs/vue/issues/11906">#11906</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/80e7730946538e0371e213100a0fe81299c2f4b2"><code>80e7730</code></a> feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (<a href="https://github.com/vuejs/vue/issues/12002">#12002</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/38f71de380d566e4eef60968a8eca6bd6f482dd5"><code>38f71de</code></a> fix(v-slot): fix scoped slot normalization combined with v-if (<a href="https://github.com/vuejs/vue/issues/12104">#12104</a>)</li> <li><a href="https://github.com/vuejs/vue/commit/67901e78ef9d31809ea154f359f0512c5a913bf4"><code>67901e7</code></a> test(ssr): add missing test for async component in slot</li> <li><a href="https://github.com/vuejs/vue/commit/18660336a05f667927c5ed5117771d13984ff7b0"><code>1866033</code></a> build: release 2.6.13</li> <li><a href="https://github.com/vuejs/vue/commit/f34f6bb230909037c66a5a3ba3d66cd65cd45f0f"><code>f34f6bb</code></a> build: build 2.6.13</li> <li><a href="https://github.com/vuejs/vue/commit/f0380001576508fa83e59d783d0ab44a6ea827fe"><code>f038000</code></a> refactor: check is function for fallback slots</li> <li><a href="https://github.com/vuejs/vue/commit/d6ac00f77c20b9fb1c04ab9f63d918f8b57d1546"><code>d6ac00f</code></a> chore: display more oc sponsors on readme [ci skip]</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue/compare/v2.6.12...v2.6.14">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~posva">posva</a>, a new releaser for vue since your current version.</p> </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 2021-11-08 14:08:13 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-08 14:32:43 +00:00 (Migrated from gitlab.com)

added 23 commits

  • 292eb7fb...55ebe780 - 22 commits from branch master
  • 68bbe90f - chore(deps): bump vue from 2.6.12 to 2.6.14

Compare with previous version

added 23 commits <ul><li>292eb7fb...55ebe780 - 22 commits from branch <code>master</code></li><li>68bbe90f - chore(deps): bump vue from 2.6.12 to 2.6.14</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/44/diffs?diff_id=274759412&start_sha=292eb7fba43535f7ea6f9a72ecdfd3db30d8daad)
argoyle commented 2021-11-08 16:34:29 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-08 16:49:29 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-08 16:49:29 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 422afb26 - chore(deps): bump vue from 2.6.12 to 2.6.14

Compare with previous version

added 1 commit <ul><li>422afb26 - chore(deps): bump vue from 2.6.12 to 2.6.14</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/44/diffs?diff_id=274878233&start_sha=68bbe90f91eebed01fe6ac4a17b3aadf3ad422b3)
argoyle commented 2021-11-09 20:13:27 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 20:40:38 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-11-09 20:40:47 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-11-09 20:40:49 +00:00 (Migrated from gitlab.com)

added 17 commits

  • 422afb26...f65f8af1 - 16 commits from branch master
  • f68949c5 - chore(deps): bump vue from 2.6.12 to 2.6.14

Compare with previous version

added 17 commits <ul><li>422afb26...f65f8af1 - 16 commits from branch <code>master</code></li><li>f68949c5 - chore(deps): bump vue from 2.6.12 to 2.6.14</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/44/diffs?diff_id=275798265&start_sha=422afb26c4aa10323f3e44621db62aab1186c8a0)
argoyle commented 2021-11-09 20:43:52 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-09 20:43:56 +00:00
argoyle commented 2021-11-09 21:39:15 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 21:56:46 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 21:56:46 +00:00 (Migrated from gitlab.com)

aborted the automatic merge because source branch was updated

aborted the automatic merge because source branch was updated
argoyle commented 2021-11-09 21:56:46 +00:00 (Migrated from gitlab.com)

added 7 commits

  • f68949c5...b4b1c1d0 - 6 commits from branch master
  • 6f5ab820 - chore(deps): bump vue from 2.6.12 to 2.6.14

Compare with previous version

added 7 commits <ul><li>f68949c5...b4b1c1d0 - 6 commits from branch <code>master</code></li><li>6f5ab820 - chore(deps): bump vue from 2.6.12 to 2.6.14</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/44/diffs?diff_id=275838114&start_sha=f68949c50ce4ac9e97e7c829baa65db6895445c3)
argoyle commented 2021-11-10 06:47:27 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-10 06:47:31 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-11-10 07:20:07 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-10 07:39:47 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-10 07:39:47 +00:00 (Migrated from gitlab.com)

added 13 commits

  • 6f5ab820...f8063446 - 12 commits from branch master
  • 66379705 - chore(deps): bump vue from 2.6.12 to 2.6.14

Compare with previous version

added 13 commits <ul><li>6f5ab820...f8063446 - 12 commits from branch <code>master</code></li><li>66379705 - chore(deps): bump vue from 2.6.12 to 2.6.14</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/44/diffs?diff_id=276025271&start_sha=6f5ab820b644257ea947d08458ec44cf1e472cae)
argoyle commented 2021-11-11 19:52:35 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 0fdaf88d - chore(deps): bump vue from 2.6.12 to 2.6.14

Compare with previous version

added 1 commit <ul><li>0fdaf88d - chore(deps): bump vue from 2.6.12 to 2.6.14</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/44/diffs?diff_id=277299605&start_sha=663797056cd73d979fa06bea8a14a9b0e51061de)
argoyle commented 2021-11-11 19:53:07 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-11 19:53:21 +00:00
argoyle commented 2021-11-11 20:02:57 +00:00 (Migrated from gitlab.com)

mentioned in commit f4d9b1063c

mentioned in commit f4d9b1063c91f88cbbe700e17d778c617335bbc2
argoyle (Migrated from gitlab.com) merged commit f4d9b1063c into master 2021-11-11 20:02:59 +00:00
Sign in to join this conversation.