@nx/jest 23.1.0 → 23.2.0-canary.20260717-dc22f7e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,6 +70,12 @@ function createJestDefaultPatch(existing, productionFileSet, presetExt) {
|
|
|
70
70
|
}
|
|
71
71
|
function updateDependencies(tree, options) {
|
|
72
72
|
const { jestVersion, nxVersion } = (0, versions_1.versions)(tree);
|
|
73
|
+
// jest 30 pulls in unrs-resolver; its postinstall only fetches a fallback
|
|
74
|
+
// binding for platforms not covered by its prebuilt optional dependencies,
|
|
75
|
+
// so skip it.
|
|
76
|
+
(0, internal_1.acknowledgeBuildScripts)(tree, (0, devkit_1.detectPackageManager)(tree.root), {
|
|
77
|
+
'unrs-resolver': false,
|
|
78
|
+
});
|
|
73
79
|
return (0, devkit_1.addDependenciesToPackageJson)(tree, {}, {
|
|
74
80
|
'@nx/jest': nxVersion,
|
|
75
81
|
jest: jestVersion,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/jest",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.2.0-canary.20260717-dc22f7e",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
@@ -117,11 +117,11 @@
|
|
|
117
117
|
"semver": "^7.6.3",
|
|
118
118
|
"tslib": "^2.3.0",
|
|
119
119
|
"yargs-parser": "21.1.1",
|
|
120
|
-
"@nx/devkit": "23.
|
|
121
|
-
"@nx/js": "23.
|
|
120
|
+
"@nx/devkit": "23.2.0-canary.20260717-dc22f7e",
|
|
121
|
+
"@nx/js": "23.2.0-canary.20260717-dc22f7e"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"nx": "23.
|
|
124
|
+
"nx": "23.2.0-canary.20260717-dc22f7e"
|
|
125
125
|
},
|
|
126
126
|
"publishConfig": {
|
|
127
127
|
"access": "public"
|