Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build-tests/heft-rspack-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@rushstack/heft-rspack-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rush-sdk": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
"eslint": "~9.37.0",
Expand Down
1 change: 0 additions & 1 deletion build-tests/heft-webpack5-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@rushstack/heft": "workspace:*",
"@rushstack/module-minifier": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rush-sdk": "workspace:*",
"@rushstack/webpack5-module-minifier-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
Expand Down
1,027 changes: 514 additions & 513 deletions common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "c395a90b30bd67a31beb1d1b08be9aecb02de265",
"pnpmShrinkwrapHash": "967e60740795b25261512968354cceda53130bcd",
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
"packageJsonInjectedDependenciesHash": "fa90a0a032a0046e646e8751bbc6d0be86a4dda1"
"packageJsonInjectedDependenciesHash": "6417db1e9dbcaa9495436f79173389a7d13cba78"
}
3 changes: 2 additions & 1 deletion common/config/subspaces/default/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@
// For testing Heft with TS V4
"~4.9.5",

"5.8.2",
// API Extractor bundles a specific TypeScript version because it calls internal APIs
"5.8.2"
"5.9.3"
],
"source-map": [
"~0.6.1" // API Extractor is using an older version of source-map because newer versions are async
Expand Down
Loading
Loading