mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-30 16:55:08 +08:00
chore(deps): bump pnpm to v10.27.0
This commit is contained in:
+3
-1
@@ -210,7 +210,7 @@
|
||||
"wrangler": "4.54.0",
|
||||
"yaml-eslint-parser": "1.3.2"
|
||||
},
|
||||
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402",
|
||||
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a",
|
||||
"engines": {
|
||||
"node": "^22.20.0 || ^24"
|
||||
},
|
||||
@@ -226,10 +226,12 @@
|
||||
"puppeteer",
|
||||
"rebrowser-puppeteer",
|
||||
"rolldown",
|
||||
"sharp",
|
||||
"sleep",
|
||||
"unrs-resolver",
|
||||
"utf-8-validate",
|
||||
"vue-demi",
|
||||
"workerd",
|
||||
"wrangler"
|
||||
],
|
||||
"overrides": {
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
import os from 'node:os';
|
||||
import path from 'node:path';
|
||||
import process from 'node:process';
|
||||
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
import { configDefaults, defineConfig } from 'vitest/config';
|
||||
|
||||
@@ -16,7 +12,5 @@ export default defineConfig({
|
||||
testTimeout: 10000,
|
||||
setupFiles: ['./lib/setup.test.ts'],
|
||||
exclude: [...configDefaults.exclude, './lib/setup.test.ts'],
|
||||
// TODO: workaround for node 25.2
|
||||
execArgv: ['--localstorage-file', path.resolve(os.tmpdir(), `vitest-${process.pid}.localstorage`)],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user