DIYgod
feb6f8471a
run `npm run test` in travis
2018-11-01 23:43:54 +08:00
dependabot[bot]
4a66bbe5f2
Bump lint-staged from 7.3.0 to 8.0.2 ( #1008 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 7.3.0 to 8.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v7.3.0...v8.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-31 00:42:29 +08:00
dependabot[bot]
a9603c1557
Bump eslint from 5.7.0 to 5.8.0 ( #1007 )
2018-10-31 00:41:54 +08:00
dependabot[bot]
88e9287a65
Bump koa from 2.5.3 to 2.6.1 ( #1006 )
...
Bumps [koa](https://github.com/koajs/koa ) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/master/History.md )
- [Commits](https://github.com/koajs/koa/compare/2.5.3...2.6.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-31 00:40:41 +08:00
dependabot[bot]
39a8198279
Bump eslint from 5.6.1 to 5.7.0 ( #901 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 5.6.1 to 5.7.0.
<details>
<summary>Release notes</summary>
*Sourced from [eslint's releases](https://github.com/eslint/eslint/releases ).*
> ## v5.7.0
> * 6cb63fd Update: Add iife to padding-line-between-statements (fixes [#10853 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10853 )) ([#10916 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10916 )) (Kevin Partington)
> * 5fd1bda Update: no-tabs allowIndentationTabs option (fixes [#10256 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10256 )) ([#10925 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10925 )) (Kevin Partington)
> * d12be69 Fix: no-extra-bind No autofix if arg may have side effect (fixes [#10846 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10846 )) ([#10918 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10918 )) (Kevin Partington)
> * 847372f Fix: no-unused-vars false pos. with markVariableAsUsed (fixes [#10952 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10952 )) ([#10954 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10954 )) (Roy Sutton)
> * 4132de7 Chore: Simplify space-infix-ops ([#10935 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10935 )) (Bence Dányi)
> * 543edfa Fix: Fix error with one-var (fixes [#10937 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10937 )) ([#10938 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10938 )) (Justin Krup)
> * 95c4cb1 Docs: Fix typo for no-unsafe-finally ([#10945 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10945 )) (Sergio Santoro)
> * 5fe0e1a Fix: no-invalid-regexp disallows \ at end of pattern (fixes [#10861 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10861 )) ([#10920 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10920 )) (Toru Nagashima)
> * f85547a Docs: Add 'When Not To Use' section to space-infix-ops ([#10931 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10931 )) (Bence Dányi)
> * 3dccac4 Docs: Update working-with-parsers link ([#10929 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10929 )) (Azeem Bande-Ali)
> * 557a8bb Docs: Remove old note about caching, add a new one (fixes [#10739 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10739 )) ([#10913 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10913 )) (Zac)
> * fe8111a Chore: Add more test cases to space-infix-ops ([#10936 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10936 )) (Bence Dányi)
> * 066f7e0 Update: camelcase rule ignoreList added ([#10783 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10783 )) (Julien Martin)
> * 70bde69 Upgrade: table to version 5 ([#10903 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10903 )) (Rouven Weßling)
> * 2e52bca Chore: Update issue templates ([#10900 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10900 )) (Nicholas C. Zakas)
</details>
<details>
<summary>Changelog</summary>
*Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md ).*
> v5.7.0 - October 12, 2018
>
> * 6cb63fd Update: Add iife to padding-line-between-statements (fixes [#10853 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10853 )) ([#10916 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10916 )) (Kevin Partington)
> * 5fd1bda Update: no-tabs allowIndentationTabs option (fixes [#10256 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10256 )) ([#10925 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10925 )) (Kevin Partington)
> * d12be69 Fix: no-extra-bind No autofix if arg may have side effect (fixes [#10846 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10846 )) ([#10918 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10918 )) (Kevin Partington)
> * 847372f Fix: no-unused-vars false pos. with markVariableAsUsed (fixes [#10952 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10952 )) ([#10954 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10954 )) (Roy Sutton)
> * 4132de7 Chore: Simplify space-infix-ops ([#10935 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10935 )) (Bence Dányi)
> * 543edfa Fix: Fix error with one-var (fixes [#10937 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10937 )) ([#10938 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10938 )) (Justin Krup)
> * 95c4cb1 Docs: Fix typo for no-unsafe-finally ([#10945 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10945 )) (Sergio Santoro)
> * 5fe0e1a Fix: no-invalid-regexp disallows \ at end of pattern (fixes [#10861 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10861 )) ([#10920 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10920 )) (Toru Nagashima)
> * f85547a Docs: Add 'When Not To Use' section to space-infix-ops ([#10931 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10931 )) (Bence Dányi)
> * 3dccac4 Docs: Update working-with-parsers link ([#10929 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10929 )) (Azeem Bande-Ali)
> * 557a8bb Docs: Remove old note about caching, add a new one (fixes [#10739 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10739 )) ([#10913 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10913 )) (Zac)
> * fe8111a Chore: Add more test cases to space-infix-ops ([#10936 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10936 )) (Bence Dányi)
> * 066f7e0 Update: camelcase rule ignoreList added ([#10783 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10783 )) (Julien Martin)
> * 70bde69 Upgrade: table to version 5 ([#10903 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10903 )) (Rouven Weßling)
> * 2e52bca Chore: Update issue templates ([#10900 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10900 )) (Nicholas C. Zakas)
</details>
<details>
<summary>Commits</summary>
- [`77bb207`](77bb2071b4 ) 5.7.0
- [`aa599c4`](aa599c4e06 ) Build: changelog update for 5.7.0
- [`536611a`](536611ae7e ) Revert "Build: Use karma-chrome-launcher to run tests ([#10898 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10898 ))" ([#10973 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10973 ))
- [`6cb63fd`](6cb63fd066 ) Update: Add iife to padding-line-between-statements (fixes [#10853 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10853 )) ([#10916 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10916 ))
- [`5fd1bda`](5fd1bdab11 ) Update: no-tabs allowIndentationTabs option (fixes [#10256 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10256 )) ([#10925 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10925 ))
- [`d12be69`](d12be6944f ) Fix: no-extra-bind No autofix if arg may have side effect (fixes [#10846 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10846 )) ([#10 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10 )...
- [`847372f`](847372f771 ) Fix: no-unused-vars false pos. with markVariableAsUsed (fixes [#10952 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10952 )) ([#10954 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10954 ))
- [`4132de7`](4132de7268 ) Chore: Simplify space-infix-ops ([#10935 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10935 ))
- [`543edfa`](543edfa89e ) Fix: Fix error with one-var (fixes [#10937 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10937 )) ([#10938 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10938 ))
- [`95c4cb1`](95c4cb1887 ) Docs: Fix typo for no-unsafe-finally ([#10945 ](https://github-redirect.dependabot.com/eslint/eslint/issues/10945 ))
- Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v5.6.1...v5.7.0 )
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.6.1&new-version=5.7.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`.
---
<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 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.
</details>
2018-10-16 17:54:23 +08:00
Henry Wang
88883f0c58
puppeteer 启用远程浏览器进程, 修复 Dockerfile 和 docker-compose ( #840 )
2018-10-12 10:45:39 +08:00
DIYgod
ead54bee00
app: use newrelic
2018-10-09 16:30:27 +08:00
DIYgod
565b2086c3
update dependencies
2018-10-08 01:22:41 +08:00
DIYgod
e7da789fe8
app: support remote puppeteer
2018-10-08 00:52:14 +08:00
dependabot[bot]
1623cd92ed
Bump googleapis from 33.0.0 to 34.0.0 ( #822 )
2018-10-07 15:58:37 +08:00
dependabot[bot]
f4578493bc
Bump eslint from 5.6.0 to 5.6.1 ( #821 )
2018-10-07 15:58:09 +08:00
dependabot[bot]
acd28f47d3
Bump eslint-plugin-prettier from 2.6.2 to 3.0.0 ( #819 )
2018-10-07 15:57:27 +08:00
DIYgod
6d99cca853
app: use pidusage for debug info
2018-09-30 17:02:08 +08:00
DIYgod
c7b3eb3be6
update dependencies
2018-09-26 17:06:43 +08:00
DIYgod
844c54b24d
update dependencies
2018-09-25 11:20:21 +08:00
dependabot[bot]
55531ad7a3
Bump imgur from 0.2.1 to 0.3.1 ( #788 )
2018-09-25 11:18:23 +08:00
Maecenas Li
6ee118475f
Remove deprecated npm package crypto ( #760 )
...
```
npm WARN deprecated crypto@1.0.1: This package is no longer supported.
It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's
built-in.
```
2018-09-21 18:42:58 +08:00
dependabot[bot]
c597754f75
Bump vuepress from 0.14.2 to 0.14.4 ( #739 )
2018-09-18 10:58:49 +08:00
dependabot[bot]
20568543c6
Bump koa from 2.5.2 to 2.5.3 ( #738 )
2018-09-18 10:58:31 +08:00
dependabot[bot]
516ef41d2c
Bump eslint from 5.5.0 to 5.6.0 ( #737 )
2018-09-18 10:58:15 +08:00
DIYgod
7c6344010e
decode HTML entity
2018-09-17 00:18:37 +08:00
Kevin
4ed0191a56
Nvidia webdriver update support ( #690 )
2018-09-14 16:36:28 +08:00
DIYgod
ac5152d395
update dependencies
2018-09-10 15:08:37 +08:00
selfish
e5926526a7
Resolves security issue ( #674 )
2018-09-10 15:06:40 +08:00
DIYgod
63cb0ea837
rss: add douyin user
2018-09-04 18:33:32 +08:00
Henry Wang
4f603d0224
Add jike/topicText ( #637 )
...
Fix #635 , partially fix / #621
2018-09-03 23:17:53 +08:00
Henry Wang
54d07cb85c
Add http basic authentication ( #584 )
...
* Add http basic authentication
closes #560
* Add docs
* Add http basic authentication middleware
* Minor update
* Move settings to config.js
2018-08-31 10:46:17 +08:00
DIYgod
bd7fed402d
update devDependencies
2018-08-29 23:13:34 +08:00
DIYgod
e73f80bc7a
rss: add telegram sticker pack
2018-08-23 01:34:08 +08:00
叡山电车
0e847d2233
为中国地震局信息和Bangumi.tv的信息添加pubDate ( #509 )
...
为中国地震局信息和Bangumi.tv的信息添加pubDate;
修正地震信息内容显式的BUG
2018-08-22 14:40:04 +08:00
DIYgod
ac42d919c5
app: support sentry tracker
2018-08-21 18:00:03 +08:00
DIYgod
33bd745b6c
update devDependencies
2018-08-19 16:06:20 +08:00
Henry Wang
2d19cb366e
Add appstore/price && Update appstore/update ( #482 )
2018-08-17 14:24:52 +08:00
Jeff Wen
43aecb8469
feat: add imuseum rss ( #478 )
2018-08-16 17:04:19 +08:00
DIYgod
2cfc0a32ef
update devDependencies
2018-08-15 18:14:20 +08:00
Henry Wang
dad0ae3ac6
Fix #462 ( #464 )
2018-08-14 14:26:44 +08:00
DIYgod
f5c54a42b6
update devDependencies
2018-08-13 23:05:45 +08:00
PRB0t
878ce6a958
在 npm run format 中尝试修复 eslint 的问题 ( #427 )
...
🤖 eslint in npm run format
--
Automated submit by PRB0t
2018-08-07 23:23:07 +08:00
DIYgod
7d72fcc2c9
docs: update vuepress; use service work
2018-07-28 20:46:09 +08:00
DIYgod
e068714f58
update devDependencies
2018-07-26 00:05:45 +08:00
DIYgod
24586a42de
update dependencies
2018-06-22 00:41:08 +08:00
DIYgod
719382d812
app: remove taobao registry; update dependencies
2018-06-02 23:56:10 +08:00
DIYgod
4d977707ec
app: looser node version requirement
2018-06-02 16:32:18 +08:00
Yang Bin
8b490af03e
add nytimes morning post ( #253 )
2018-06-02 11:36:49 +08:00
dependabot[bot]
1428399d27
build: bump prettier from 1.13.0 to 1.13.2 ( #236 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.13.0 to 1.13.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.13.0...1.13.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-30 12:04:30 +08:00
dependabot[bot]
f76f3a521a
build: bump prettier from 1.12.1 to 1.13.0 ( #230 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.12.1...1.13.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-29 22:56:06 +08:00
dependabot[bot]
01159b023b
build: bump winston from 3.0.0-rc3 to 3.0.0-rc5 ( #215 )
...
Bumps [winston](https://github.com/winstonjs/winston ) from 3.0.0-rc3 to 3.0.0-rc5.
- [Release notes](https://github.com/winstonjs/winston/releases )
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md )
- [Commits](https://github.com/winstonjs/winston/compare/3.0.0-rc3...3.0.0-rc5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-05-27 02:46:06 +08:00
DIYgod
11bbb649d6
update dependencies
2018-05-27 02:41:16 +08:00
DIYgod
39fb33e7f5
docs: update vuepress; unregister service worker
2018-05-25 22:45:52 +08:00
EEEEEEYHN
59c0329d1a
build: better ci process and git hook ( #157 )
...
* build: remove git hook
* build(lint): add prettier check to lint
* build(ci): new github page deploy process
* build(git): add git hook
2018-05-18 22:02:24 +08:00