mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-11-30 17:17:55 +08:00
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:
@@ -307,8 +307,6 @@ Heroku [no longer](https://blog.heroku.com/next-chapter) offers free product pla
|
||||
|
||||
[](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)
|
||||
|
||||
### Before You Begin
|
||||
|
||||
@@ -312,8 +312,6 @@ Heroku [不再](https://blog.heroku.com/next-chapter) 提供免费服务。
|
||||
|
||||
[](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
|
||||
|
||||
### 准备
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"devDependencies": {
|
||||
"@napi-rs/pinyin": "1.7.0",
|
||||
"@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-google-analytics": "1.9.7",
|
||||
"@vuepress/plugin-pwa": "1.9.7",
|
||||
|
||||
@@ -12,7 +12,6 @@ const files = ['lib/index.js', 'api/vercel.js'].map((file) => path.join(projectR
|
||||
console.log('Start analyzing, project root:', projectRoot);
|
||||
const { fileList: fileSet } = await nodeFileTrace(files, {
|
||||
base: projectRoot,
|
||||
fileIOConcurrency: 2048,
|
||||
});
|
||||
let fileList = Array.from(fileSet);
|
||||
console.log('Total touchable files:', fileList.length);
|
||||
|
||||
@@ -2069,10 +2069,10 @@
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@vercel/nft@0.21.0":
|
||||
version "0.21.0"
|
||||
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.21.0.tgz#e0715b1997cd7021a7c7c48b584ef2295fd4b810"
|
||||
integrity sha512-hFCAETfI5cG8l5iAiLhMC2bReC5K7SIybzrxGorv+eGspIbIFsVw7Vg85GovXm/LxA08pIDrAlrhR6GN36XB/Q==
|
||||
"@vercel/nft@0.22.1":
|
||||
version "0.22.1"
|
||||
resolved "https://registry.yarnpkg.com/@vercel/nft/-/nft-0.22.1.tgz#0d91d2a21e3a7f0b23ce1550da9870eac4942828"
|
||||
integrity sha512-lYYZIoxRurqDOSoVIdBicGnpUIpfyaS5qVjdPq+EfI285WqtZK3NK/dyCkiyBul+X2U2OEhRyeMdXPCHGJbohw==
|
||||
dependencies:
|
||||
"@mapbox/node-pre-gyp" "^1.0.5"
|
||||
acorn "^8.6.0"
|
||||
|
||||
Reference in New Issue
Block a user