chore(deps-dev): bump @vercel/nft from 0.21.0 to 0.22.1 (#10675)

* chore(deps-dev): bump @vercel/nft from 0.21.0 to 0.22.1

Bumps [@vercel/nft](https://github.com/vercel/nft) from 0.21.0 to 0.22.1.
- [Release notes](https://github.com/vercel/nft/releases)
- [Commits](https://github.com/vercel/nft/compare/0.21.0...0.22.1)

---
updated-dependencies:
- dependency-name: "@vercel/nft"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* Revert "docs: vercel workaround (#10665)"

This reverts commit f57e6230ac.

* fix: scrape settings

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-03 01:54:37 +08:00
committed by GitHub
parent b71847f3cf
commit ff57adb089
5 changed files with 5 additions and 10 deletions

View File

@@ -307,8 +307,6 @@ Heroku [no longer](https://blog.heroku.com/next-chapter) offers free product pla
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub) [![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub)
After finishing the first deployment, you need to add the environment variable `VERCEL_CLI_VERSION` and its value `vercel@28.1.4` to your project settings following the instructions in [Vercel](https://vercel.com/docs/concepts/projects/environment-variables) and **redeploy**.
## Deploy to Google App Engine(GAE) ## Deploy to Google App Engine(GAE)
### Before You Begin ### Before You Begin

View File

@@ -312,8 +312,6 @@ Heroku [不再](https://blog.heroku.com/next-chapter) 提供免费服务。
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub) [![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/DIYgod/RSSHub)
完成第一次部署后,你需要按照 [Vercel](https://vercel.com/docs/concepts/projects/environment-variables) 中的说明,将环境变量 `VERCEL_CLI_VERSION` 及其数值 `vercel@28.1.4` 添加到你的项目设定然后**重新部署**。
## 部署到 Google App Engine ## 部署到 Google App Engine
### 准备 ### 准备

View File

@@ -43,7 +43,7 @@
"devDependencies": { "devDependencies": {
"@napi-rs/pinyin": "1.7.0", "@napi-rs/pinyin": "1.7.0",
"@types/koa": "2.13.5", "@types/koa": "2.13.5",
"@vercel/nft": "0.21.0", "@vercel/nft": "0.22.1",
"@vuepress/plugin-back-to-top": "1.9.7", "@vuepress/plugin-back-to-top": "1.9.7",
"@vuepress/plugin-google-analytics": "1.9.7", "@vuepress/plugin-google-analytics": "1.9.7",
"@vuepress/plugin-pwa": "1.9.7", "@vuepress/plugin-pwa": "1.9.7",

View File

@@ -12,7 +12,6 @@ const files = ['lib/index.js', 'api/vercel.js'].map((file) => path.join(projectR
console.log('Start analyzing, project root:', projectRoot); console.log('Start analyzing, project root:', projectRoot);
const { fileList: fileSet } = await nodeFileTrace(files, { const { fileList: fileSet } = await nodeFileTrace(files, {
base: projectRoot, base: projectRoot,
fileIOConcurrency: 2048,
}); });
let fileList = Array.from(fileSet); let fileList = Array.from(fileSet);
console.log('Total touchable files:', fileList.length); console.log('Total touchable files:', fileList.length);

View File

@@ -2069,10 +2069,10 @@
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@vercel/nft@0.21.0": "@vercel/nft@0.22.1":
version "0.21.0" version "0.22.1"
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.21.0.tgz#e0715b1997cd7021a7c7c48b584ef2295fd4b810" resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.22.1.tgz#0d91d2a21e3a7f0b23ce1550da9870eac4942828"
integrity sha512-hFCAETfI5cG8l5iAiLhMC2bReC5K7SIybzrxGorv+eGspIbIFsVw7Vg85GovXm/LxA08pIDrAlrhR6GN36XB/Q== integrity sha512-lYYZIoxRurqDOSoVIdBicGnpUIpfyaS5qVjdPq+EfI285WqtZK3NK/dyCkiyBul+X2U2OEhRyeMdXPCHGJbohw==
dependencies: dependencies:
"@mapbox/node-pre-gyp" "^1.0.5" "@mapbox/node-pre-gyp" "^1.0.5"
acorn "^8.6.0" acorn "^8.6.0"