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.3 #72

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps vue from 2.5.21 to 2.6.3.

Release notes *Sourced from [vue's releases](https://github.com/vuejs/vue/releases).* > ## v2.6.3 > ### Bug Fixes > > * async component should use render owner as force update context b9de23b, closes [#9432](https://github-redirect.dependabot.com/vuejs/vue/issues/9432) > * avoid exposing internal flags on $scopedSlots 24b4640, closes [#9443](https://github-redirect.dependabot.com/vuejs/vue/issues/9443) > * bail out scoped slot optimization when there are nested scopes 4d4d22a, closes [#9438](https://github-redirect.dependabot.com/vuejs/vue/issues/9438) > * **compiler:** fix v-bind dynamic arguments on slot outlets 96a09aa, closes [#9444](https://github-redirect.dependabot.com/vuejs/vue/issues/9444) > * **types:** add Vue.version to types ([#9431](https://github-redirect.dependabot.com/vuejs/vue/issues/9431)) 54e6a12, closes [#9431](https://github-redirect.dependabot.com/vuejs/vue/issues/9431) > * skip microtask fix if event is fired from different document dae7e41, closes [#9448](https://github-redirect.dependabot.com/vuejs/vue/issues/9448) > * skip microtask fix in Firefix <= 53 7bc88f3, closes [#9446](https://github-redirect.dependabot.com/vuejs/vue/issues/9446) > > > ### Reverts > > * revert: expose all scoped slots on this.$slots d5ade28 > > ## v2.6.2 > ### Improvements > > * **Reverted in 2.6.3** ~~expose all scoped slots on `this.$slots`. 0129b0e, closes [#9421](https://github-redirect.dependabot.com/vuejs/vue/issues/9421)~~ > > ### 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)] > ... (truncated)
Commits - [`f9c8308`](https://github.com/vuejs/vue/commit/f9c83087cc73697300c4587283f197d84065d4ae) build: release 2.6.3 - [`6441eac`](https://github.com/vuejs/vue/commit/6441eac4c69de438b630a5ffbb8591dbdc6356f8) build: build 2.6.3 - [`dae7e41`](https://github.com/vuejs/vue/commit/dae7e4182fbbb41e599953cc22e5d54dbb164070) fix: skip microtask fix if event is fired from different document - [`d5ade28`](https://github.com/vuejs/vue/commit/d5ade28652b07303ac6b713813792752ae5e4e04) revert: feat: expose all scoped slots on this.$slots - [`7bc88f3`](https://github.com/vuejs/vue/commit/7bc88f30c3eadded07dd5b460d1e7cb9342d017c) fix: skip microtask fix in Firefix <= 53 - [`96a09aa`](https://github.com/vuejs/vue/commit/96a09aad99bdecbcc0e5c420077bf41893d4a745) fix(compiler): fix v-bind dynamic arguments on slot outlets - [`4d4d22a`](https://github.com/vuejs/vue/commit/4d4d22a3f6017c46d08b67afe46af43027b06629) fix: bail out scoped slot optimization when there are nested scopes - [`b6247fc`](https://github.com/vuejs/vue/commit/b6247fc9d7442c50d60ccf366a7cb183a4d02129) refactor: split resolve-scoped-slot into its own file - [`24b4640`](https://github.com/vuejs/vue/commit/24b4640c1f268722f5ab8f03e68e2df897cfbdf6) fix: avoid exposing internal flags on $scopedSlots - [`54e6a12`](https://github.com/vuejs/vue/commit/54e6a121e992f20c03f104533caa4c59e59b1ee7) fix(types): add Vue.version to types ([#9431](https://github-redirect.dependabot.com/vuejs/vue/issues/9431)) - Additional commits viewable in [compare view](https://github.com/vuejs/vue/compare/v2.5.21...v2.6.3)


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 #73.