Граф коммитов

56 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 373609ca01
Bump stylelint-scss from 3.6.0 to 3.6.1
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/kristerkari/stylelint-scss/releases)
- [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.6.0...3.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-05 01:13:39 +00:00
John Molakvoæ (skjnldsv) 2f0b1fa8ad
1.1.0 2019-05-03 11:58:36 +02:00
John Molakvoæ (skjnldsv) a5e4e5767a
Fix package json
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-29 10:48:40 +02:00
dependabot[bot] 829405a4b6 Bump @babel/plugin-proposal-class-properties from 7.4.0 to 7.4.4 (#85)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

If you make any changes to it yourself then they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.4.0 to 7.4.4.
<details>
<summary>Release notes</summary>

*Sourced from [@babel/plugin-proposal-class-properties's releases](https://github.com/babel/babel/releases).*

> 
> ## v7.4.4 (2019-04-26)
> 
> Thanks to [@&#8203;jpierson](https://github.com/jpierson), [@&#8203;coreyfarrell](https://github.com/coreyfarrell), [@&#8203;SamyPesse](https://github.com/SamyPesse) [@&#8203;evandervalk](https://github.com/evandervalk) and [@&#8203;nwtgck](https://github.com/nwtgck) for their first PRs 😄 
> 
> #### 🐛 Bug Fix
> * `babel-plugin-transform-flow-comments`
>   * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@&#8203;tanhauhau](https://github.com/tanhauhau))
> * `babel-parser`
>   * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@&#8203;existentialism](https://github.com/existentialism))
>   * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@&#8203;devongovett](https://github.com/devongovett))
> * `babel-traverse`
>   * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@&#8203;danez](https://github.com/danez))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types`
>   * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@&#8203;coreyfarrell](https://github.com/coreyfarrell))
> * `babel-types`
>   * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@&#8203;evandervalk](https://github.com/evandervalk))
> 
> #### Committers: 10
> - Brian Ng ([@&#8203;existentialism](https://github.com/existentialism))
> - Corey Farrell ([@&#8203;coreyfarrell](https://github.com/coreyfarrell))
> - Daniel Tschinder ([@&#8203;danez](https://github.com/danez))
> - Devon Govett ([@&#8203;devongovett](https://github.com/devongovett))
> - E. van der Valk ([@&#8203;evandervalk](https://github.com/evandervalk))
> - Henry Zhu ([@&#8203;hzoo](https://github.com/hzoo))
> - Jeff ([@&#8203;jpierson](https://github.com/jpierson))
> - Nicolò Ribaudo ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> - Samy Pessé ([@&#8203;SamyPesse](https://github.com/SamyPesse))
> - Tan Li Hau ([@&#8203;tanhauhau](https://github.com/tanhauhau))
> 
> ## v7.4.3 (2019-04-02)
> 
> #### 👓 Spec Compliance
> * `babel-parser`
>   * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@&#8203;danez](https://github.com/danez))
>   * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@&#8203;danez](https://github.com/danez))
>   * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@&#8203;danez](https://github.com/danez))
>   * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@&#8203;tanhauhau](https://github.com/tanhauhau))
> 
> #### 🚀 New Feature
> * `babel-plugin-transform-runtime`
>   * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> 
> #### 🐛 Bug Fix
> * `babel-polyfill`
>   * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@&#8203;zloirock](https://github.com/zloirock))
></tr></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [@babel/plugin-proposal-class-properties's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*

> ## v7.4.4 (2019-04-26)
> 
> #### 🐛 Bug Fix
> * `babel-plugin-transform-flow-comments`
>   * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@&#8203;tanhauhau](https://github.com/tanhauhau))
> * `babel-parser`
>   * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@&#8203;existentialism](https://github.com/existentialism))
>   * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@&#8203;devongovett](https://github.com/devongovett))
> * `babel-traverse`
>   * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@&#8203;danez](https://github.com/danez))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types`
>   * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@&#8203;coreyfarrell](https://github.com/coreyfarrell))
> * `babel-types`
>   * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@&#8203;evandervalk](https://github.com/evandervalk))
> 
> 
> ## v7.4.3 (2019-04-02)
> 
> #### 👓 Spec Compliance
> * `babel-parser`
>   * [#9769](https://github-redirect.dependabot.com/babel/babel/pull/9769) Don't accept '\08' or '\09' in strict mode. ([@&#8203;danez](https://github.com/danez))
>   * [#9768](https://github-redirect.dependabot.com/babel/babel/pull/9768) Correctly check for-in and for-of loop for invalid left-hand side. ([@&#8203;danez](https://github.com/danez))
>   * [#9767](https://github-redirect.dependabot.com/babel/babel/pull/9767) Parse right-hand-side of for/of as an assignment expression. ([@&#8203;danez](https://github.com/danez))
>   * [#9748](https://github-redirect.dependabot.com/babel/babel/pull/9748) [typescript] parsing template literal as type . ([@&#8203;tanhauhau](https://github.com/tanhauhau))
> 
> #### 🚀 New Feature
> * `babel-plugin-transform-runtime`
>   * [#9754](https://github-redirect.dependabot.com/babel/babel/pull/9754) [runtime-corejs3] Only polyfill instance methods when it might be needed. ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> 
> #### 🐛 Bug Fix
> * `babel-polyfill`
>   * [#9780](https://github-redirect.dependabot.com/babel/babel/pull/9780) Closes [#9232](https://github-redirect.dependabot.com/babel/babel/issues/9232), add some missed modules to `@babel/polyfill/noConflict`. ([@&#8203;zloirock](https://github.com/zloirock))
> * `babel-cli`
>   * [#9807](https://github-redirect.dependabot.com/babel/babel/pull/9807) Upgrade lodash to 4.17.11. ([@&#8203;danez](https://github.com/danez))
> * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
>   * [#9802](https://github-redirect.dependabot.com/babel/babel/pull/9802) Fix lazy option of babel-plugin-transform-modules-commonjs. ([@&#8203;AndreasCag](https://github.com/AndreasCag))
> * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods`
>   * [#9801](https://github-redirect.dependabot.com/babel/babel/pull/9801) Fix super method call in private instance method calling overridden method. ([@&#8203;MattiasBuelens](https://github.com/MattiasBuelens))
> * `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring`
>   * [#9416](https://github-redirect.dependabot.com/babel/babel/pull/9416) Destructuring: Fix handling of impure computed keys with object rest. ([@&#8203;motiz88](https://github.com/motiz88))
> * `babel-plugin-transform-destructuring`
>   * [#9412](https://github-redirect.dependabot.com/babel/babel/pull/9412) Destructuring: Fix array unpacking assignments with holes on RHS. ([@&#8203;motiz88](https://github.com/motiz88))
> * `babel-traverse`
>   * [#9415](https://github-redirect.dependabot.com/babel/babel/pull/9415) @babel/traverse: Fix NodePath.getData. ([@&#8203;71](https://github.com/71))
> * `babel-parser`
>   * [#9760](https://github-redirect.dependabot.com/babel/babel/pull/9760) Allow HTML comments on first line. ([@&#8203;danez](https://github.com/danez))
></tr></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`2c88694`](2c88694388) v7.4.4
- [`4b8546c`](4b8546c07d) Force publish @babel/runtime-corejs3 [skip ci]
- [`c5b5c83`](c5b5c83398) Disable "Publish to npm" in the Release workflow ([#9911](https://github-redirect.dependabot.com/babel/babel/issues/9911)) [skip ci]
- [`277a262`](277a2620c6) allow directives and other comments before flow pragma ([#9891](https://github-redirect.dependabot.com/babel/babel/issues/9891))
- [`ca3c53a`](ca3c53ae0b) fix flow-comments - class type paramters and implements ([#9897](https://github-redirect.dependabot.com/babel/babel/issues/9897))
- [`7101308`](71013088ef) fix flow-comment - object destructuring ([#9893](https://github-redirect.dependabot.com/babel/babel/issues/9893))
- [`80a5a2e`](80a5a2e7dd) Allow node 12 and test it ([#9907](https://github-redirect.dependabot.com/babel/babel/issues/9907))
- [`8ca323e`](8ca323e810) Disable chromeforandroid test in preset-env ([#9906](https://github-redirect.dependabot.com/babel/babel/issues/9906))
- [`30d507c`](30d507c915) Add TS support to @babel/parser's Scope ([#9766](https://github-redirect.dependabot.com/babel/babel/issues/9766))
- [`293f3c9`](293f3c98d2) Fix spelling of "Expressions" ([#9896](https://github-redirect.dependabot.com/babel/babel/issues/9896))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.0...v7.4.4)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/plugin-proposal-class-properties&package-manager=npm_and_yarn&previous-version=7.4.0&new-version=7.4.4)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/plugin-proposal-class-properties&package-manager=npm_and_yarn&previous-version=7.4.0&new-version=7.4.4)

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-automerge-start)
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @skjnldsv.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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.

</details>
2019-04-29 10:46:25 +02:00
dependabot[bot] e06695f9b3 Bump webpack-cli from 3.3.0 to 3.3.1 (#86)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v.3.3.0...v.3.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 10:45:37 +02:00
dependabot[bot] d7babf2fb5 Bump @babel/preset-env from 7.4.3 to 7.4.4 (#83)
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.3...v7.4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-29 10:45:21 +02:00
dependabot[bot] 3d2dbc8bdb Bump @babel/core from 7.4.3 to 7.4.4 (#87)
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.3 to 7.4.4.
<details>
<summary>Release notes</summary>

*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*

> 
> ## v7.4.4 (2019-04-26)
> 
> Thanks to [@&#8203;jpierson](https://github.com/jpierson), [@&#8203;coreyfarrell](https://github.com/coreyfarrell), [@&#8203;SamyPesse](https://github.com/SamyPesse) [@&#8203;evandervalk](https://github.com/evandervalk) and [@&#8203;nwtgck](https://github.com/nwtgck) for their first PRs 😄 
> 
> #### 🐛 Bug Fix
> * `babel-plugin-transform-flow-comments`
>   * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@&#8203;tanhauhau](https://github.com/tanhauhau))
> * `babel-parser`
>   * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@&#8203;existentialism](https://github.com/existentialism))
>   * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@&#8203;devongovett](https://github.com/devongovett))
> * `babel-traverse`
>   * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@&#8203;danez](https://github.com/danez))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types`
>   * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@&#8203;coreyfarrell](https://github.com/coreyfarrell))
> * `babel-types`
>   * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@&#8203;evandervalk](https://github.com/evandervalk))
> 
> #### Committers: 10
> - Brian Ng ([@&#8203;existentialism](https://github.com/existentialism))
> - Corey Farrell ([@&#8203;coreyfarrell](https://github.com/coreyfarrell))
> - Daniel Tschinder ([@&#8203;danez](https://github.com/danez))
> - Devon Govett ([@&#8203;devongovett](https://github.com/devongovett))
> - E. van der Valk ([@&#8203;evandervalk](https://github.com/evandervalk))
> - Henry Zhu ([@&#8203;hzoo](https://github.com/hzoo))
> - Jeff ([@&#8203;jpierson](https://github.com/jpierson))
> - Nicolò Ribaudo ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> - Samy Pessé ([@&#8203;SamyPesse](https://github.com/SamyPesse))
> - Tan Li Hau ([@&#8203;tanhauhau](https://github.com/tanhauhau))
</details>
<details>
<summary>Changelog</summary>

*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*

> ## v7.4.4 (2019-04-26)
> 
> #### 🐛 Bug Fix
> * `babel-plugin-transform-flow-comments`
>   * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@&#8203;tanhauhau](https://github.com/tanhauhau))
> * `babel-parser`
>   * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@&#8203;nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
>   * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@&#8203;existentialism](https://github.com/existentialism))
>   * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@&#8203;tanhauhau](https://github.com/tanhauhau))
>   * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@&#8203;devongovett](https://github.com/devongovett))
> * `babel-traverse`
>   * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@&#8203;danez](https://github.com/danez))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types`
>   * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@&#8203;coreyfarrell](https://github.com/coreyfarrell))
> * `babel-types`
>   * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@&#8203;evandervalk](https://github.com/evandervalk))
</details>
<details>
<summary>Commits</summary>

- [`2c88694`](2c88694388) v7.4.4
- [`4b8546c`](4b8546c07d) Force publish @babel/runtime-corejs3 [skip ci]
- [`c5b5c83`](c5b5c83398) Disable "Publish to npm" in the Release workflow ([#9911](https://github-redirect.dependabot.com/babel/babel/issues/9911)) [skip ci]
- [`277a262`](277a2620c6) allow directives and other comments before flow pragma ([#9891](https://github-redirect.dependabot.com/babel/babel/issues/9891))
- [`ca3c53a`](ca3c53ae0b) fix flow-comments - class type paramters and implements ([#9897](https://github-redirect.dependabot.com/babel/babel/issues/9897))
- [`7101308`](71013088ef) fix flow-comment - object destructuring ([#9893](https://github-redirect.dependabot.com/babel/babel/issues/9893))
- [`80a5a2e`](80a5a2e7dd) Allow node 12 and test it ([#9907](https://github-redirect.dependabot.com/babel/babel/issues/9907))
- [`8ca323e`](8ca323e810) Disable chromeforandroid test in preset-env ([#9906](https://github-redirect.dependabot.com/babel/babel/issues/9906))
- [`30d507c`](30d507c915) Add TS support to @babel/parser's Scope ([#9766](https://github-redirect.dependabot.com/babel/babel/issues/9766))
- [`293f3c9`](293f3c98d2) Fix spelling of "Expressions" ([#9896](https://github-redirect.dependabot.com/babel/babel/issues/9896))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.3...v7.4.4)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.4.3&new-version=7.4.4)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.4.3&new-version=7.4.4)

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-automerge-start)
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @skjnldsv.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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.

</details>
2019-04-29 10:45:08 +02:00
dependabot[bot] 69bc0d32a1 Bump node-sass from 4.11.0 to 4.12.0 (#84)
Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 4.12.0.
<details>
<summary>Release notes</summary>

*Sourced from [node-sass's releases](https://github.com/sass/node-sass/releases).*

> ## v4.12.0
> ### Features
> 
> - Node 12 support ([@&#8203;xzyfer](https://github.com/xzyfer), [#2632](https://github-redirect.dependabot.com/sass/node-sass/issues/2632))
> 
> ### Community
> 
> - Convert all documentation links to HTTPS ([@&#8203;asottile](https://github.com/asottile), [#2608](https://github-redirect.dependabot.com/sass/node-sass/issues/2608))
> - Remove out dated documentation ([@&#8203;DerZyklop](https://github.com/DerZyklop), [#2590](https://github-redirect.dependabot.com/sass/node-sass/issues/2590))
> - Remove [@&#8203;adamyeats](https://github.com/adamyeats) from  maintainers list ([@&#8203;adamyeats](https://github.com/adamyeats), [#2576](https://github-redirect.dependabot.com/sass/node-sass/issues/2576))
> - Update troubleshooting documentation ([@&#8203;nschonni](https://github.com/nschonni), [#2454](https://github-redirect.dependabot.com/sass/node-sass/issues/2454))
> - Clearly document Node version support in README ([@&#8203;nschonni](https://github.com/nschonni), [#2383](https://github-redirect.dependabot.com/sass/node-sass/issues/2383))
> 
> ### Dependencies
> 
> - nan@^2.13.2 ([@&#8203;xzyfer](https://github.com/xzyfer), [#2632](https://github-redirect.dependabot.com/sass/node-sass/issues/2632))
> - lodash@4.17.11 ([@&#8203;cheesestringer](https://github.com/cheesestringer), [#2574](https://github-redirect.dependabot.com/sass/node-sass/issues/2574))
> 
> ## Supported Environments
> 
> | OS | Architecture | Node |
> | --- | --- | --- |
> | Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 |
> | OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 |
> | Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^ |
> | Alpine Linux | x64 | 6, 8, 10, 11, 12 |
> 
> *Linux support refers to Ubuntu, Debian, and CentOS 5+
> ** Not available on CentOS 5
> ^ Only available on x64
</details>
<details>
<summary>Changelog</summary>

*Sourced from [node-sass's changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md).*

> ## v4.12.0
> 
> https://github.com/sass/node-sass/releases/tag/v4.12.0
</details>
<details>
<summary>Commits</summary>

- [`23c8659`](23c86596a9) 4.12.0
- [`bc78b22`](bc78b227d1) Merge pull request [#2633](https://github-redirect.dependabot.com/sass/node-sass/issues/2633) from xzyfer/node-12
- [`12c0052`](12c0052200) Workaround waiting for AppVeyor to add Node versions
- [`9e564a1`](9e564a170e) Use explicit Node version numbers in CI config
- [`5aae0d2`](5aae0d235e) Use Visual Studio 2017 for Node >= 10
- [`480250c`](480250c162) Use g++4.9 for all Node >= 10 in Travis CI
- [`f4eebc8`](f4eebc85f9) Node 12 requires at least nan@2.13.2
- [`34f99a2`](34f99a20d5) Fix OSX compilation for Mojavi
- [`da10866`](da10866c45) Add support for Node 12
- [`0f86a0a`](0f86a0ae61) Update README.md ([#2617](https://github-redirect.dependabot.com/sass/node-sass/issues/2617))
- Additional commits viewable in [compare view](https://github.com/sass/node-sass/compare/v4.11.0...v4.12.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=node-sass&package-manager=npm_and_yarn&previous-version=4.11.0&new-version=4.12.0)](https://dependabot.com/compatibility-score.html?dependency-name=node-sass&package-manager=npm_and_yarn&previous-version=4.11.0&new-version=4.12.0)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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.

</details>
2019-04-28 10:37:32 +02:00
dependabot[bot] 1fa058f631 Bump stylelint-config-recommended-scss from 3.2.0 to 3.3.0 (#77)
Bumps [stylelint-config-recommended-scss](https://github.com/kristerkari/stylelint-config-recommended-scss) from 3.2.0 to 3.3.0.
<details>
<summary>Release notes</summary>

*Sourced from [stylelint-config-recommended-scss's releases](https://github.com/kristerkari/stylelint-config-recommended-scss/releases).*

> ## 3.3.0
> -   Added: support for stylelint 10.
> -   Updated `stylelint-config-recommended` dependency to version 2.2.0.
</details>
<details>
<summary>Changelog</summary>

*Sourced from [stylelint-config-recommended-scss's changelog](https://github.com/kristerkari/stylelint-config-recommended-scss/blob/master/CHANGELOG.md).*

> # 3.3.0
> 
> -   Added: support for stylelint 10.
> -   Updated `stylelint-config-recommended` dependency to version 2.2.0.
</details>
<details>
<summary>Commits</summary>

- [`32e308c`](32e308c2fa) FIx linting issue [ci skip]
- [`ff4fb9c`](ff4fb9ca77) prepare version 3.3.0 [skip ci]
- [`b8f1133`](b8f113381f) Merge pull request [#41](https://github-redirect.dependabot.com/kristerkari/stylelint-config-recommended-scss/issues/41) from kristerkari/feature/stylelint-v10
- [`fc031c4`](fc031c46be) Update dependencies and stylelint peer dep to 10
- [`27b3dde`](27b3dde95c) update badge
- [`f9d3fc7`](f9d3fc7c22) Merge pull request [#37](https://github-redirect.dependabot.com/kristerkari/stylelint-config-recommended-scss/issues/37) from kristerkari/update-dev-deps
- [`e5561d2`](e5561d2e34) update package lock
- [`338380d`](338380d9a8) re-generate lock file
- [`bf7489a`](bf7489a444) Update dev deps
- [`9a2f934`](9a2f934de4) Move greenkeeper badge
- Additional commits viewable in [compare view](https://github.com/kristerkari/stylelint-config-recommended-scss/compare/3.2.0...3.3.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=stylelint-config-recommended-scss&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=stylelint-config-recommended-scss&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=3.3.0)

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-automerge-start)
Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @skjnldsv.

[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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.

</details>
2019-04-21 09:33:47 +02:00
John Molakvoæ (skjnldsv) 2439c43a07
Build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-04-17 14:55:46 +02:00
dependabot[bot] 2c1db4778e
Bump nextcloud-vue from 0.9.5 to 0.10.0
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.9.5 to 0.10.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.9.5...v0.10.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-17 11:17:56 +02:00
dependabot[bot] c8161d692c
Bump eslint-import-resolver-webpack from 0.11.0 to 0.11.1
Bumps [eslint-import-resolver-webpack](https://github.com/benmosher/eslint-plugin-import) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v0.11.0...resolvers/webpack/v0.11.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-17 09:06:34 +00:00
dependabot[bot] 0e2d73f85a
Merge pull request #70 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.17.2 2019-04-17 09:04:38 +00:00
dependabot[bot] 86e3808ad5
Bump webpack from 4.29.6 to 4.30.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.6 to 4.30.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.6...v4.30.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-17 08:54:22 +00:00
dependabot[bot] de1752510f
Bump eslint-plugin-import from 2.16.0 to 2.17.2
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.16.0 to 2.17.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.16.0...v2.17.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-17 08:53:02 +00:00
John Molakvoæ 85bc94c083
Merge pull request #62 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.3
Bump @babel/core from 7.4.0 to 7.4.3
2019-04-03 09:08:21 +02:00
dependabot[bot] 19880fed21
Bump @babel/preset-env from 7.4.2 to 7.4.3
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.2...v7.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-03 01:16:08 +00:00
dependabot[bot] c3c97643b5
Bump @babel/core from 7.4.0 to 7.4.3
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.0 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-03 01:15:16 +00:00
dependabot[bot] e1c3ae15b5
Bump eslint-plugin-promise from 4.0.1 to 4.1.1
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 19:22:50 +00:00
dependabot[bot] 2b9b818b16
Bump eslint from 5.15.3 to 5.16.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.3 to 5.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.15.3...v5.16.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-01 01:12:49 +00:00
John Molakvoæ (skjnldsv) c71a793fdb
Add drone webpack build check
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-29 22:51:22 +01:00
dependabot[bot] 3c56b71df5
Bump nextcloud-vue from 0.9.4 to 0.9.5
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.9.4...v0.9.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 02:16:29 +00:00
dependabot[bot] 9a1a66e423
Bump nextcloud-vue from 0.9.3 to 0.9.4
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.9.3...v0.9.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-27 02:22:32 +00:00
dependabot[bot] 3289a3cf24
Bump @babel/preset-env from 7.4.1 to 7.4.2
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.1 to 7.4.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.1...v7.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-22 02:17:17 +00:00
dependabot[bot] c3a49a3082
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.9 to 2.6.10
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.9...v2.6.10)

Updates `vue-template-compiler` from 2.6.9 to 2.6.10
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.9...v2.6.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-21 02:16:31 +00:00
John Molakvoæ (skjnldsv) bda06717fe
Bump nextcloud-vue to 0.9.3
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-20 12:24:28 +01:00
dependabot[bot] 29c4638283
Bump @babel/plugin-proposal-class-properties from 7.3.4 to 7.4.0
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.3.4 to 7.4.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.3.4...v7.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-20 07:59:52 +00:00
dependabot[bot] 1fef1549e8
Bump @babel/preset-env from 7.3.4 to 7.4.1
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.3.4 to 7.4.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.3.4...v7.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-20 07:42:17 +00:00
dependabot[bot] 06cca69c31
Bump @babel/core from 7.3.4 to 7.4.0
Bumps [@babel/core](https://github.com/babel/babel) from 7.3.4 to 7.4.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.3.4...v7.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-20 02:23:54 +00:00
dependabot[bot] dfe7bc8378
Bump eslint from 5.15.2 to 5.15.3
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.2 to 5.15.3.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.15.2...v5.15.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-19 02:24:06 +00:00
John Molakvoæ 8ccc6093c4
Merge pull request #40 from nextcloud/dependabot/npm_and_yarn/eslint-5.15.2
Bump eslint from 5.15.1 to 5.15.2
2019-03-18 12:45:00 +01:00
dependabot[bot] 652bfd87a9
Bump webpack-cli from 3.2.3 to 3.3.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/V.3.2.3...v.3.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 02:18:13 +00:00
dependabot[bot] 9ec3a3e8d9
Bump eslint from 5.15.1 to 5.15.2
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.1 to 5.15.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.15.1...v5.15.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-18 02:16:09 +00:00
John Molakvoæ (skjnldsv) 343f26a3bf
nextcloud-vue@0.9.2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-16 14:00:25 +01:00
dependabot[bot] 5ccb89174f
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.8 to 2.6.9
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.9)

Updates `vue-template-compiler` from 2.6.8 to 2.6.9
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-15 02:20:32 +00:00
John Molakvoæ (skjnldsv) 0fc61a50e0
Use file app mime data
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-14 11:44:34 +01:00
John Molakvoæ (skjnldsv) 4fecbf8f9f
Sidebar and update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-13 21:54:34 +01:00
dependabot[bot] a7e017761c
Bump css-loader from 2.1.0 to 2.1.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-08 02:20:22 +00:00
John Molakvoæ (skjnldsv) 8364c973be
Recalculate size on window resize
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-06 17:15:56 +01:00
John Molakvoæ (skjnldsv) 100801e813
Merge branch 'master' of https://github.com/nextcloud/viewer 2019-03-06 11:45:42 +01:00
dependabot[bot] e7b49e3f35
Bump eslint from 5.15.0 to 5.15.1
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.15.0...v5.15.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-06 02:16:04 +00:00
John Molakvoæ 919ae17c61
Merge pull request #17 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.6.8
Bump vue and vue-template-compiler
2019-03-04 07:32:58 +01:00
dependabot[bot] a84c4ec247
Bump eslint from 5.14.1 to 5.15.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.14.1...v5.15.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-04 02:18:06 +00:00
dependabot[bot] aeec40bbf3
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.7 to 2.6.8
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.7...v2.6.8)

Updates `vue-template-compiler` from 2.6.7 to 2.6.8
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.7...v2.6.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-04 02:17:25 +00:00
John Molakvoæ (skjnldsv) 25e7e8fde0
Use FileInfo model to parse the propFind data
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-02 19:47:29 +01:00
John Molakvoæ (skjnldsv) 95fe5bb4d5
Add svg support
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-01 18:23:23 +01:00
dependabot[bot] 24fb6f8a9c
Merge pull request #12 from nextcloud/dependabot/npm_and_yarn/webpack-4.29.6 2019-03-01 07:32:44 +00:00
dependabot[bot] 794d879a6c
Bump vue-loader from 15.6.4 to 15.7.0
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.4 to 15.7.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.6.4...v15.7.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 02:22:14 +00:00
dependabot[bot] b028e70b20
Bump webpack from 4.29.5 to 4.29.6
Bumps [webpack](https://github.com/webpack/webpack) from 4.29.5 to 4.29.6.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.29.5...v4.29.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 02:21:53 +00:00
John Molakvoæ (skjnldsv) ed0b66d55d
Merge branch 'master' of https://github.com/nextcloud/viewer 2019-02-28 14:41:55 +01:00