Commit Graph

14 Commits

Author SHA1 Message Date
DIYgod 8f4c50e22e chore: update outdated chore files 2024-03-09 20:30:59 +08:00
dependabot[bot] fd05cd7585 chore(deps): bump puppeteer from 19.11.1 to 20.0.0 (#12424)
* chore(deps): bump puppeteer from 19.11.1 to 20.0.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 20.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v20.0.0)

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

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

* fix: use `PUPPETEER_SKIP_DOWNLOAD`

ref: https://github.com/puppeteer/puppeteer/pull/10054

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 03:57:04 +08:00
DIYgod e11992ef9f chore: default to skip chromium download for heroku etc 2023-03-18 18:48:14 +00:00
Outvi V 36b4cc5baa feat(route): add spotify (#8966)
* feat: /spotify/playlist/:id

* feat: /spotify/artist

* feat(spotify/artist): add to radar

* feat: /spotify/saved

* feat: /spotify/top/{tracks,artists}

* feat(spotify): add images for artist and playlist

* docs: /spotify/*

* docs/en: /spotify configurations

* chore(spotify): apiKey/Secret -> clientId/Secret

* fix(spotify/utils): genres can be empty
2022-02-04 18:46:53 +08:00
Feliciano Long bf3243640e fix(env): Update app.json (#7002)
use pixiv refresh token config instead since basic auth is deprecated
2021-02-22 18:45:50 -05:00
DIYgod a002648819 feat: support multiple twitter key 2019-06-10 19:23:25 +08:00
DIYgod a8a4c050f6 docs: add icon, move logo.png 2019-04-23 15:03:58 +08:00
DIYgod 30fa5bb68f add env NODE_MODULES_CACHE=false for heroku to aviod redeploy crash 2018-11-19 03:27:47 +08:00
DIYgod 2008e4dbae update dependencies; remove newrelic to compatible with node v11.x 2018-11-19 02:32:13 +08:00
DIYgod b00b5c81e6 specifying node version in heroku, try to fix deploy crash 2018-11-19 02:06:31 +08:00
DIYgod 021ce942a6 docs: change description 2018-06-07 01:23:11 +08:00
DIYgod c3e3aebbdf docs: new domain 2018-05-21 22:44:13 +08:00
さくら 49de384d2e feat: add prettier and commit hooks (#144)
* feat: add prettier and commit hooks

* style(*): prettier format

* fix(eslint): parsing error: Unexpected token ...

* style(eslint): eslint --fix

* style(bilibili): fix `no-undef` and `no-unused-vars`

* style(jiandan): fix eqeqeq

* style(pixiv): disable `no-constant-condition` rule for eslint

* fix(pixiv): use template string

* style(toutiao): remove unused variables

* style(weibo): use `forEach` instead of `map`

The array has no return value, you should use `forEach` instead of `map`

* chore(hooks): add eslint hooks

* chore(hooks): switch from husky to yorkie

* style(zhihu): prettier format

* style(docs): fix vuepress custom container

https://vuepress.vuejs.org/guide/markdown.html#custom-containers

* chore(prettier): set a more reasonable `printWidth` value

* style(*): better prettier format
2018-05-17 10:52:29 +08:00
cdpath 7efe082554 Deploy to Heroku (#117)
* Specify Node.js version

* Deploy to Heroku
2018-05-14 15:47:14 +08:00