Commit Graph

1166 Commits

Author SHA1 Message Date
CaoMeiYouRen b70e690a5c
feat(route): 新增 米游社 路由 (#9404)
* feat: 优化B站动态转发内容中的图片和视频

* style: 修复格式错误

* fix: 修复 B站动态转发多图的图片缺失

* style: 整理代码格式

* style: 整理代码格式

* fix: 修复B站动态转发视频缺失标题

* fix: 移除了部分不必要的代码

* fix: 修复b站动态中转发直播间动态出现undefined;整理部分代码

* style: 整理代码格式

* fix: 补充b站动态中转发活动的信息

* fix: 修正代码格式

* fix: b站动态转发专题页缺少标题;整理部分代码

* fix: 修复图片错误

* fix: 修复专栏封面缺失的bug;增加B站动态格式总结

* style:修复格式问题

* fix: 修复/robots.txt路由

* fix

* chore: 合并冲突

* fix

* fix

* feat: 优化B站动态url

* fix: 改 \n 为<br>

* chore: 更新 npm registry

* feat: 完成 米游社路由和文档的编写

* fix: 修复 @vuepress/shared-utils 在 yarn.lock 的缺失

* chore: exact match

* fix: parseDate
2022-03-29 20:21:21 +08:00
Tony 8e5971ec2d
Merge pull request #9409 from DIYgod/dependabot/npm_and_yarn/ioredis-5.0.1
chore(deps): bump ioredis from 4.28.5 to 5.0.1
2022-03-28 18:45:36 -09:00
dependabot[bot] bc13cdeea9
chore(deps): bump parse-torrent from 9.1.4 to 9.1.5 (#9410)
Bumps [parse-torrent](https://github.com/webtorrent/parse-torrent) from 9.1.4 to 9.1.5.
- [Release notes](https://github.com/webtorrent/parse-torrent/releases)
- [Changelog](https://github.com/webtorrent/parse-torrent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webtorrent/parse-torrent/compare/v9.1.4...v9.1.5)

---
updated-dependencies:
- dependency-name: parse-torrent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 06:07:57 +08:00
dependabot[bot] a48af2887e
chore(deps-dev): bump eslint from 8.11.0 to 8.12.0 (#9412)
Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 05:11:38 +08:00
dependabot[bot] 8cacd98aae
chore(deps): bump ioredis from 4.28.5 to 5.0.1
Bumps [ioredis](https://github.com/luin/ioredis) from 4.28.5 to 5.0.1.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v4.28.5...v5.0.1)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 21:04:06 +00:00
Rein-Ou b55e9a3883
fix(route): Weather forcast (#9390)
* weather_forcast

* format

* cache

* Update lib/v2/weather/index.js

* Update lib/v2/weather/util/location.js

* Update docs/forecast.md

* modify

* Update forecast.md

* readme.md

* docs: reorder `HEFENG_KEY`

* fixed cache problem

* dependent fix

* add link

* Update index.js

* fix dependent

* index

* fix md doc
2022-03-26 17:55:04 +08:00
dependabot[bot] cf04733824
chore(deps): bump googleapis from 98.0.0 to 99.0.0 (#9385)
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 98.0.0 to 99.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v98.0.0...googleapis-v99.0.0)

---
updated-dependencies:
- dependency-name: googleapis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 09:57:20 -12:00
dependabot[bot] 616a18149d
chore(deps-dev): bump prettier from 2.6.0 to 2.6.1 (#9384)
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.6.0...2.6.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 09:17:25 -12:00
Humble c91a4cdd1d
feat(route):add 政采云前端小报和博客 (#9379)
* feat(route):add 政采云前端小报和博客

* fix:因为使用了空值合并操作符??,所有node的版本必须大于等于14

* feat(route):add 政采云前端小报和博客

* fix:因为使用了空值合并操作符??,所有node的版本必须大于等于14

* docs:新增英文说明

* docs:调整位置

* feat: Modify Backquotes

* fix:remove duplicate rssbud and add zooTeam

* fix: add a close tag

* docs: fix docs tags and attrs

* fix:add timezone
2022-03-25 20:47:06 +08:00
dependabot[bot] 2ae88b7e60
chore(deps): bump googleapis from 97.0.0 to 98.0.0 (#9376)
chore(deps): bump googleapis from 97.0.0 to 98.0.0
2022-03-24 05:19:30 +00:00
dependabot[bot] ff302572b8
chore(deps): bump @sentry/node from 6.19.1 to 6.19.2 (#9375)
chore(deps): bump @sentry/node from 6.19.1 to 6.19.2
2022-03-24 04:40:31 +00:00
dependabot[bot] 9b152cce4c
chore(deps): bump plist from 3.0.4 to 3.0.5 (#9374)
chore(deps): bump plist from 3.0.4 to 3.0.5
2022-03-24 02:28:57 +00:00
dependabot[bot] f8bd105003
chore(deps): bump json5 from 2.2.0 to 2.2.1 (#9360)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/master/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 06:07:23 +08:00
dependabot[bot] 7cbcb2bdb6
chore(deps): bump @sentry/node from 6.18.2 to 6.19.1 (#9359)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.18.2 to 6.19.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.18.2...6.19.1)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 05:13:16 +08:00
dependabot[bot] db78d3d275
chore(deps): bump tiny-async-pool from 1.2.0 to 2.0.1 (#9350)
* chore(deps): bump tiny-async-pool from 1.2.0 to 2.0.1

Bumps [tiny-async-pool](https://github.com/rxaviers/async-pool) from 1.2.0 to 2.0.1.
- [Release notes](https://github.com/rxaviers/async-pool/releases)
- [Commits](https://github.com/rxaviers/async-pool/compare/v1.2.0...v2.0.1)

---
updated-dependencies:
- dependency-name: tiny-async-pool
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(route): tiny-async-pool v2 compatibility, url.resolve

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-03-20 22:40:32 +08:00
dependabot[bot] 3c8a9a3043
chore(deps-dev): bump @vercel/nft from 0.17.5 to 0.18.0 (#9343)
chore(deps-dev): bump @vercel/nft from 0.17.5 to 0.18.0
2022-03-19 05:21:42 +08:00
Tony 2ed9fd5c5f
chore: bump lru-cache from 6.0.0 to 7.7.1 (#9339)
* feat(core): lru-cache v7

* chore: bump lru-cache to 7.7.1

* feat: configurable max
2022-03-18 21:08:04 +08:00
dependabot[bot] 9aac55f990
chore(deps-dev): bump prettier from 2.5.1 to 2.6.0 (#9329)
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.5.1...2.6.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-17 05:18:44 +08:00
dependabot[bot] 6abf35b2e0
chore(deps): bump markdown-it from 12.2.0 to 12.3.2 (#9047)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.2.0...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 19:24:21 +08:00
dependabot[bot] 8c55aa696f
chore(deps): bump googleapis from 96.0.0 to 97.0.0 (#9325)
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 96.0.0 to 97.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v96.0.0...googleapis-v97.0.0)

---
updated-dependencies:
- dependency-name: googleapis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 05:15:06 +08:00
dependabot[bot] b766eb4bcc
chore(deps): bump dayjs from 1.10.8 to 1.11.0 (#9322)
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.8 to 1.11.0.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.0/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.10.8...v1.11.0)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-15 01:22:21 +04:00
dependabot[bot] 1cfbc740e5
chore(deps-dev): bump eslint from 8.10.0 to 8.11.0 (#9321)
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-15 01:22:09 +04:00
dependabot[bot] db33c79ad2
chore(deps): bump puppeteer from 13.5.0 to 13.5.1 (#9288)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.5.0 to 13.5.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.5.0...v13.5.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-10 16:42:54 +06:00
dependabot[bot] c2e6b61168
chore(deps): bump googleapis from 95.0.0 to 96.0.0 (#9290)
chore(deps): bump googleapis from 95.0.0 to 96.0.0
2022-03-10 17:15:27 +07:00
dependabot[bot] 666d2bcc59
chore(deps): bump @sentry/node from 6.18.1 to 6.18.2 (#9275)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.18.1 to 6.18.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.18.1...6.18.2)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-08 19:58:38 -02:00
dependabot[bot] 6d4ba9c242
chore(deps): bump showdown from 2.0.2 to 2.0.3 (#9276)
Bumps [showdown](https://github.com/showdownjs/showdown) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/showdownjs/showdown/releases)
- [Changelog](https://github.com/showdownjs/showdown/blob/2.0.3/CHANGELOG.md)
- [Commits](https://github.com/showdownjs/showdown/compare/2.0.2...2.0.3)

---
updated-dependencies:
- dependency-name: showdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-08 19:57:42 -02:00
dependabot[bot] dc78cb88df
chore(deps): bump puppeteer from 13.4.1 to 13.5.0 (#9261)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.4.1 to 13.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.4.1...v13.5.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 22:29:26 +00:00
dependabot[bot] c9bed9b5d3
chore(deps): bump chrono-node from 2.3.7 to 2.3.8 (#9263)
Bumps [chrono-node](https://github.com/wanasit/chrono) from 2.3.7 to 2.3.8.
- [Release notes](https://github.com/wanasit/chrono/releases)
- [Commits](https://github.com/wanasit/chrono/compare/v2.3.7...v2.3.8)

---
updated-dependencies:
- dependency-name: chrono-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 16:15:46 -05:00
dependabot[bot] 2ccd7c2db5
chore(deps): bump showdown from 2.0.1 to 2.0.2 (#9238)
Bumps [showdown](https://github.com/showdownjs/showdown) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/showdownjs/showdown/releases)
- [Changelog](https://github.com/showdownjs/showdown/blob/2.0.2/CHANGELOG.md)
- [Commits](https://github.com/showdownjs/showdown/compare/2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: showdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 19:13:07 -02:00
dependabot[bot] 46bbe3c429
chore(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 (#9236)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.4.0...v8.5.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 11:44:38 -10:00
dependabot[bot] cdc73efd4c
chore(deps): bump puppeteer from 11.0.0 to 13.4.1 (#9228)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 11.0.0 to 13.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v11.0.0...v13.4.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 19:51:19 +08:00
dependabot[bot] 3ceb12182a
chore(deps): bump showdown from 2.0.0 to 2.0.1 (#9229)
Bumps [showdown](https://github.com/showdownjs/showdown) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/showdownjs/showdown/releases)
- [Changelog](https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/showdownjs/showdown/compare/2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: showdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 12:05:11 -10:00
dependabot[bot] 59969a2f25
chore(deps): bump winston from 3.5.1 to 3.6.0 (#9091)
Bumps [winston](https://github.com/winstonjs/winston) from 3.5.1 to 3.6.0.
- [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/v3.5.1...v3.6.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 18:10:43 +08:00
dependabot[bot] 3793781dff
chore(deps): bump @sentry/node from 6.18.0 to 6.18.1 (#9224)
chore(deps): bump @sentry/node from 6.18.0 to 6.18.1
2022-03-01 02:14:07 +04:00
dependabot[bot] 002cd2dd44
chore(deps): bump dayjs from 1.10.7 to 1.10.8 (#9223)
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.10.8/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.10.7...v1.10.8)

---
updated-dependencies:
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 01:27:20 +04:00
KotoriK e7295b3014
feat(route): wikinews (#9212)
* feat(route): wikinews

* docs: 补充说明

* fix

* update radar

* fix: use parseDate

* build: rebuild yarn.lock after adding new package
2022-02-28 21:11:39 +08:00
dependabot[bot] 80ebd9d616
chore(deps-dev): bump eslint from 8.9.0 to 8.10.0 (#9204)
chore(deps-dev): bump eslint from 8.9.0 to 8.10.0
2022-02-26 04:19:16 +02:00
dependabot[bot] 9b73129d6d
chore(deps): bump @sentry/node from 6.17.9 to 6.18.0 (#9193)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.17.9 to 6.18.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.17.9...6.18.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-24 17:09:40 -05:00
dependabot[bot] f6265ddb8f
chore(deps-dev): bump fs-extra from 10.0.0 to 10.0.1 (#9180)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.0.0...10.0.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-23 02:11:55 +05:00
dependabot[bot] efb2ba6d4b
chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0 (#9169)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 05:09:52 +08:00
dependabot[bot] 68ba5b28bb
chore(deps): bump showdown from 1.9.1 to 2.0.0 (#9125)
Bumps [showdown](https://github.com/showdownjs/showdown) from 1.9.1 to 2.0.0.
- [Release notes](https://github.com/showdownjs/showdown/releases)
- [Changelog](https://github.com/showdownjs/showdown/blob/2.0.0/CHANGELOG.md)
- [Commits](https://github.com/showdownjs/showdown/compare/1.9.1...2.0.0)

---
updated-dependencies:
- dependency-name: showdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 01:48:09 +08:00
Tony e9a2c3af55
style: remark v13 (#9140) 2022-02-18 23:15:49 +08:00
dependabot[bot] 0af66b1a7d
chore(deps-dev): bump eslint-plugin-yml from 0.13.0 to 0.14.0 (#9133)
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-yml
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 05:14:54 +08:00
dependabot[bot] a3f556d4de
chore(deps): bump @sentry/node from 6.17.8 to 6.17.9 (#9126)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.17.8 to 6.17.9.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.17.8...6.17.9)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 07:27:26 +08:00
dependabot[bot] c55d98be6c
chore(deps): bump instagram-private-api from 1.45.2 to 1.45.3 (#9112)
Bumps [instagram-private-api](https://github.com/dilame/instagram-private-api) from 1.45.2 to 1.45.3.
- [Release notes](https://github.com/dilame/instagram-private-api/releases)
- [Commits](https://github.com/dilame/instagram-private-api/commits)

---
updated-dependencies:
- dependency-name: instagram-private-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 23:39:33 +01:00
dependabot[bot] 5ed9c9c876
chore(deps): bump @sentry/node from 6.17.7 to 6.17.8 (#9113)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.17.7 to 6.17.8.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.17.7...6.17.8)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 05:26:05 +08:00
dependabot[bot] 5227dc1adf
chore(deps-dev): bump eslint from 8.8.0 to 8.9.0 (#9092)
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.8.0...v8.9.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 02:14:26 +04:00
dependabot[bot] a82c4aac91
chore(deps): bump chrono-node from 2.3.6 to 2.3.7 (#9090)
Bumps [chrono-node](https://github.com/wanasit/chrono) from 2.3.6 to 2.3.7.
- [Release notes](https://github.com/wanasit/chrono/releases)
- [Commits](https://github.com/wanasit/chrono/compare/v2.3.6...v2.3.7)

---
updated-dependencies:
- dependency-name: chrono-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 00:14:29 +08:00
dependabot[bot] b1f889fee4
chore(deps): bump @sentry/node from 6.17.6 to 6.17.7 (#9079)
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 6.17.6 to 6.17.7.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/6.17.6...6.17.7)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-12 05:49:58 +08:00
TonyRL c436aa60dd chore(deps): bump torrent-search-api from 2.1.3 to 2.1.4 2022-02-11 21:16:00 +08:00