mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 18:49:41 -04:00
* chore: update Node.js to 26.0.0 * fix(jest-config): use amaro for type stripping on Node.js 26 Node.js v26 removed the `transform` mode and `sourceMap` option from `module.stripTypeScriptTypes`. Switch the Jest transform to call `amaro.transformSync` directly (the same wasm transformer Node.js wraps) so we keep inline source maps for tests.
27 lines
665 B
JSON
27 lines
665 B
JSON
{
|
|
"name": "@pnpm/jest-config",
|
|
"version": "1100.0.4",
|
|
"private": true,
|
|
"main": "jest-preset.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@babel/core": "catalog:",
|
|
"@babel/plugin-transform-explicit-resource-management": "catalog:",
|
|
"@pnpm/registry-mock": "catalog:",
|
|
"@pnpm/worker": "workspace:*",
|
|
"amaro": "catalog:",
|
|
"get-port": "catalog:",
|
|
"tree-kill": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/jest-config": "workspace:*",
|
|
"pnpm": "workspace:*",
|
|
"ts-jest-resolver": "catalog:"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"pnpm11"
|
|
],
|
|
"repository": "https://github.com/pnpm/pnpm/tree/main/__utils__/jest-config"
|
|
}
|