feat!: support pnpm global virtual store paths and upgrade pnpm to 10.32.1 #59
Annotations
6 errors and 1 warning
|
ut-windows (18)
Process completed with exit code 1.
|
|
e2e/pnpmGlobalVirtualStore.test.ts > should serialize pnpm global virtual store path (win32):
e2e/pnpmGlobalVirtualStore.test.ts#L48
Error: Snapshot `should serialize pnpm global virtual store path (win32) 1` mismatched
Expected: ""\"../../Library/<PNPM_INNER>/react/index.js\"""
Received: ""\"/d/Library/<PNPM_INNER>/react/index.js\"""
❯ e2e/pnpmGlobalVirtualStore.test.ts:48:42
|
|
e2e/index.test.ts > should serialize file content:
e2e/index.test.ts#L51
Error: Snapshot `should serialize file content 1` mismatched
- Expected
+ Received
"\"use strict\";
- const a = \"<HOME>/Library/<PNPM_INNER>/@rslib/core/dist/index.js\";
+ const a = \"<ROOT>/node_modules/<PNPM_INNER>/@rslib/core/dist/index.js\";
"
❯ e2e/index.test.ts:51:23
|
|
e2e/index.test.ts > should serialize Object:
e2e/index.test.ts#L39
Error: Snapshot `should serialize Object 1` mismatched
- Expected
+ Received
MyObj {
- "attr": "<HOME>/Library/<PNPM_INNER>/@rslib/core/dist/index.js",
+ "attr": "<ROOT>/node_modules/<PNPM_INNER>/@rslib/core/dist/index.js",
}
❯ e2e/index.test.ts:39:15
|
|
e2e/index.test.ts > should serialize <PNPM_INNER>:
e2e/index.test.ts#L25
Error: Snapshot `should serialize <PNPM_INNER> 1` mismatched
Expected: ""<HOME>/Library/<PNPM_INNER>/@rslib/core/dist/index.js""
Received: ""<ROOT>/node_modules/<PNPM_INNER>/@rslib/core/dist/index.js""
❯ e2e/index.test.ts:25:42
|
|
e2e/features.test.ts > should serialize file content without escaping \":
e2e/features.test.ts#L21
Error: Snapshot `should serialize file content without escaping \" 1` mismatched
- Expected
+ Received
"use strict";
- const a = "<HOME>/Library/<PNPM_INNER>/@rslib/core/dist/index.js";
+ const a = "<ROOT>/node_modules/<PNPM_INNER>/@rslib/core/dist/index.js";
❯ e2e/features.test.ts:21:23
|
|
ut-windows (18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|