super3 / zmine

Simple Zcash GUI miner built with Node and Vue.
http://www.zmine.org/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Bump vue from 2.5.21 to 2.6.2 #69

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps vue from 2.5.21 to 2.6.2.

Release notes *Sourced from [vue's releases](https://github.com/vuejs/vue/releases).* > ## v2.6.2 > ### Improvements > > * expose all scoped slots on `this.$slots`. 0129b0e, closes [#9421](https://github-redirect.dependabot.com/vuejs/vue/issues/9421) > > - This ensures normal slots using the new `v-slot` syntax can still be accessed on `this.$slots`. > > ### Bug Fixes > > * always set transformed model value on attrs b034abf (Fixes `v-select` issue in Vuetify) > * restore slot-scope + v-if behavior 44a4ca3, closes [#9422](https://github-redirect.dependabot.com/vuejs/vue/issues/9422) > > ## v2.6.1 > ### Bug Fixes > > * **regression:** avoid isPromise check when handler return value is Vue instance b6b42ca, closes [#9418](https://github-redirect.dependabot.com/vuejs/vue/issues/9418) > * **compiler:** fix inline-template crashing ([#9365](https://github-redirect.dependabot.com/vuejs/vue/issues/9365)) 55bfb94, closes [#9365](https://github-redirect.dependabot.com/vuejs/vue/issues/9365) [#9361](https://github-redirect.dependabot.com/vuejs/vue/issues/9361) > * **compiler:** allow comments on the root node in templates ([#9408](https://github-redirect.dependabot.com/vuejs/vue/issues/9408)) 1922e7d, closes [#9408](https://github-redirect.dependabot.com/vuejs/vue/issues/9408) [#9407](https://github-redirect.dependabot.com/vuejs/vue/issues/9407) > * **compiler:** decode single quotes in html attributes ([#9341](https://github-redirect.dependabot.com/vuejs/vue/issues/9341)) c27fe24, closes [#9341](https://github-redirect.dependabot.com/vuejs/vue/issues/9341) > * **v-model:** add value to $attrs if not defined in props ([#9331](https://github-redirect.dependabot.com/vuejs/vue/issues/9331)) 66fd3c8, closes [#9331](https://github-redirect.dependabot.com/vuejs/vue/issues/9331) [#9330](https://github-redirect.dependabot.com/vuejs/vue/issues/9330) > * **ie:** avoid blocking first input event in IE when it shouldn't ([#9297](https://github-redirect.dependabot.com/vuejs/vue/issues/9297)) 0fb03b7, closes [#9297](https://github-redirect.dependabot.com/vuejs/vue/issues/9297) [#7138](https://github-redirect.dependabot.com/vuejs/vue/issues/7138) [#9042](https://github-redirect.dependabot.com/vuejs/vue/issues/9042) [#9383](https://github-redirect.dependabot.com/vuejs/vue/issues/9383) > > ## v2.6.0 Macross >

> >

> > ### [Announcement Blog Post](https://medium.com/the-vue-point/vue-2-6-released-66aa6c8e785e) > > ### Contributors > > [**gzzhanghao**](https://github.com/gzzhanghao), [**mathieutu**](https://github.com/mathieutu), [**Justineo**](https://github.com/Justineo), [**shortdiv**](https://github.com/shortdiv), [**imzyf**](https://github.com/imzyf), [**youngrok**](https://github.com/youngrok), [**enkot**](https://github.com/enkot), [**posva**](https://github.com/posva), [**utatti**](https://github.com/utatti), [**Akryum**](https://github.com/Akryum), [**ferdaber**](https://github.com/ferdaber), [**ktsn**](https://github.com/ktsn), [**mymyoux**](https://github.com/mymyoux), [**sodatea**](https://github.com/sodatea), [**hikerpig**](https://github.com/hikerpig), [**hirokiosame**](https://github.com/hirokiosame), [**AlexMaguey**](https://github.com/AlexMaguey) > > ### Features > > * **core/slots:** implement new v-slot syntax 4fca045 [[RFC-0001](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0001-new-slot-syntax.md)] [[RFC-0002](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0002-slot-syntax-shorthand.md)] [[Updated documentation](https://vuejs.org/v2/guide/components-slots.html)] > * **core/slots:** add scopedSlots to context in functional components ([#7941](https://github-redirect.dependabot.com/vuejs/vue/issues/7941)) fb6aa06, closes [#7941](https://github-redirect.dependabot.com/vuejs/vue/issues/7941) > * **core/error-handling:** sync/async error handling for lifecycle hooks and v-on handlers ([#8395](https://github-redirect.dependabot.com/vuejs/vue/issues/8395)) 6e9fcfc, closes [#8395](https://github-redirect.dependabot.com/vuejs/vue/issues/8395) [#6953](https://github-redirect.dependabot.com/vuejs/vue/issues/6953) [#7653](https://github-redirect.dependabot.com/vuejs/vue/issues/7653) > * **core/template:** support dynamic directive arguments for v-on, v-bind and custom directives ([#9373](https://github-redirect.dependabot.com/vuejs/vue/issues/9373)) dbc0582 [[RFC-0003](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0003-dynamic-directive-arguments.md)] > * **core/global-api:** add Vue.observable() for explicitly creating observable objects c50bbde > * **core/slots:** expose all normal slots on $scopedSlots as functions 5d52262 > * **core/v-html:** support v-html for SVG elements ([#8652](https://github-redirect.dependabot.com/vuejs/vue/issues/8652)) a981c80, closes [#8652](https://github-redirect.dependabot.com/vuejs/vue/issues/8652) > * **core/v-bind:** v-bind.sync also listens for kebab-case update event ([#8297](https://github-redirect.dependabot.com/vuejs/vue/issues/8297)) 3fca527, closes [#8297](https://github-redirect.dependabot.com/vuejs/vue/issues/8297) [#6428](https://github-redirect.dependabot.com/vuejs/vue/issues/6428) > * **core/v-for:** support iterables in v-for ([#8179](https://github-redirect.dependabot.com/vuejs/vue/issues/8179)) d40eb9c, closes [#8179](https://github-redirect.dependabot.com/vuejs/vue/issues/8179) > * **core/template:** support custom toString() in text interpolation and v-html ([#8217](https://github-redirect.dependabot.com/vuejs/vue/issues/8217)) 0e4e45e, closes [#8217](https://github-redirect.dependabot.com/vuejs/vue/issues/8217) [#8093](https://github-redirect.dependabot.com/vuejs/vue/issues/8093) > * **core/misc:** expose performance measures 9ae80ac, closes [#7570](https://github-redirect.dependabot.com/vuejs/vue/issues/7570) > * **compiler:** output source range for compiler errors ([#7127](https://github-redirect.dependabot.com/vuejs/vue/issues/7127)) b31a1aa, closes [#7127](https://github-redirect.dependabot.com/vuejs/vue/issues/7127) [#6338](https://github-redirect.dependabot.com/vuejs/vue/issues/6338) > * **compiler:** add whitespace option, deprecate preserveWhitespace option e1abedb, closes [#9208](https://github-redirect.dependabot.com/vuejs/vue/issues/9208) > * **compiler:** expose generateCodeFrame method a4ed58c > * **compiler:** output codeframe in browser compiler 325fc76 > ... (truncated)
Commits - [`ee9b684`](https://github.com/vuejs/vue/commit/ee9b684d0bca0c6260092b98ac81d739d35a1587) build: release 2.6.2 - [`2279509`](https://github.com/vuejs/vue/commit/22795094568a500421556698a44d04a65fdcb57b) build: build 2.6.2 - [`44a4ca3`](https://github.com/vuejs/vue/commit/44a4ca33b95070e9aa53c6924479519d86dd9b36) fix: restore slot-scope + v-if behavior - [`0129b0e`](https://github.com/vuejs/vue/commit/0129b0eb12a1f98a722f100892bfc5e60b0f51ce) feat: expose all scoped slots on this.$slots - [`b034abf`](https://github.com/vuejs/vue/commit/b034abf48e793189ce8796c259eed2fbfb79bcd0) fix: always set transformed model value on attrs - [`1a6f7a5`](https://github.com/vuejs/vue/commit/1a6f7a576c5359d3f86ceaf080e4e72cbeba030a) build: release 2.6.1 - [`6fb3a22`](https://github.com/vuejs/vue/commit/6fb3a2211aa6aba54c961df41a514af1131424a6) build: build 2.6.1 - [`66fd3c8`](https://github.com/vuejs/vue/commit/66fd3c8dd1577d4b634731adf4be4d3db5bf1df6) fix(v-model): add value to $attrs if not defined in props ([#9331](https://github-redirect.dependabot.com/vuejs/vue/issues/9331)) - [`0fb03b7`](https://github.com/vuejs/vue/commit/0fb03b7831693b4abc90dd0bfe971c36c02d82a6) fix: avoid blocking first input event in IE when it shouldn't ([#9297](https://github-redirect.dependabot.com/vuejs/vue/issues/9297)) - [`55bfb94`](https://github.com/vuejs/vue/commit/55bfb94a33ecc9b33131ec0fb78bba2946e8fc75) fix(compiler): fix inline-template crashing ([#9365](https://github-redirect.dependabot.com/vuejs/vue/issues/9365)) - Additional commits viewable in [compare view](https://github.com/vuejs/vue/compare/v2.5.21...v2.6.2)


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #72.