@nx/jest 23.0.0-beta.2 → 23.0.0-beta.20

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.
Files changed (135) hide show
  1. package/{index.d.ts → dist/index.d.ts} +0 -5
  2. package/{index.js → dist/index.js} +1 -6
  3. package/dist/internal.d.ts +2 -0
  4. package/dist/internal.js +13 -0
  5. package/{plugin.d.ts → dist/plugin.d.ts} +0 -1
  6. package/dist/plugins/resolver.d.ts +1 -0
  7. package/{plugins → dist/plugins}/resolver.js +1 -1
  8. package/{preset → dist/preset}/index.d.ts +0 -1
  9. package/{preset → dist/preset}/jest-preset.d.ts +0 -1
  10. package/{preset → dist/preset}/jest-preset.js +1 -0
  11. package/{preset.d.ts → dist/preset.d.ts} +0 -1
  12. package/{src → dist/src}/executors/jest/jest.impl.d.ts +0 -1
  13. package/{src → dist/src}/executors/jest/jest.impl.js +4 -2
  14. package/{src → dist/src}/executors/jest/schema.json +1 -0
  15. package/{src → dist/src}/executors/jest/summary.d.ts +0 -1
  16. package/{src → dist/src}/generators/configuration/configuration.d.ts +0 -1
  17. package/{src → dist/src}/generators/configuration/configuration.js +22 -8
  18. package/{src → dist/src}/generators/configuration/lib/check-for-test-target.d.ts +0 -1
  19. package/{src → dist/src}/generators/configuration/lib/create-files.d.ts +0 -1
  20. package/{src → dist/src}/generators/configuration/lib/create-files.js +2 -2
  21. package/{src → dist/src}/generators/configuration/lib/create-jest-config.d.ts +0 -1
  22. package/{src → dist/src}/generators/configuration/lib/create-jest-config.js +2 -2
  23. package/{src → dist/src}/generators/configuration/lib/ensure-dependencies.d.ts +0 -1
  24. package/{src → dist/src}/generators/configuration/lib/update-tsconfig.d.ts +0 -1
  25. package/{src → dist/src}/generators/configuration/lib/update-tsconfig.js +2 -2
  26. package/{src → dist/src}/generators/configuration/lib/update-vscode-recommended-extensions.d.ts +0 -1
  27. package/{src → dist/src}/generators/configuration/lib/update-workspace.d.ts +0 -1
  28. package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.d.ts +0 -1
  29. package/{src → dist/src}/generators/convert-to-inferred/convert-to-inferred.js +13 -14
  30. package/{src → dist/src}/generators/init/init.d.ts +0 -1
  31. package/{src → dist/src}/generators/init/init.js +60 -21
  32. package/{src → dist/src}/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts +0 -1
  33. package/{src/migrations/update-21-0-0 → dist/src/migrations/update-20-0-0}/replace-getJestProjects-with-getJestProjectsAsync.js +2 -2
  34. package/dist/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.md +25 -0
  35. package/{src → dist/src}/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.d.ts +0 -1
  36. package/dist/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.js +97 -0
  37. package/dist/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.md +102 -0
  38. package/{src → dist/src}/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts +0 -1
  39. package/{src/migrations/update-20-0-0 → dist/src/migrations/update-21-0-0}/replace-getJestProjects-with-getJestProjectsAsync.js +2 -2
  40. package/dist/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.md +25 -0
  41. package/{src → dist/src}/migrations/update-21-3-0/rename-test-path-pattern.d.ts +0 -1
  42. package/{src → dist/src}/migrations/update-21-3-0/rename-test-path-pattern.js +27 -11
  43. package/dist/src/migrations/update-21-3-0/rename-test-path-pattern.md +147 -0
  44. package/{src → dist/src}/migrations/update-21-3-0/replace-removed-matcher-aliases.d.ts +0 -1
  45. package/dist/src/migrations/update-21-3-0/replace-removed-matcher-aliases.md +51 -0
  46. package/{src → dist/src}/migrations/update-22-2-0/convert-jest-config-to-cjs.d.ts +0 -1
  47. package/dist/src/migrations/update-22-2-0/convert-jest-config-to-cjs.md +33 -0
  48. package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.d.ts +3 -0
  49. package/dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports.js +201 -0
  50. package/dist/src/migrations/update-23-0-0/rewrite-jest-project-generator.d.ts +3 -0
  51. package/dist/src/migrations/update-23-0-0/rewrite-jest-project-generator.js +121 -0
  52. package/dist/src/migrations/update-23-0-0/update-snapshot-guide-link.d.ts +2 -0
  53. package/dist/src/migrations/update-23-0-0/update-snapshot-guide-link.js +28 -0
  54. package/dist/src/migrations/update-23-0-0/update-snapshot-guide-link.md +21 -0
  55. package/{src → dist/src}/plugins/plugin.d.ts +0 -1
  56. package/{src → dist/src}/plugins/plugin.js +18 -25
  57. package/{src → dist/src}/utils/ast-utils.d.ts +0 -1
  58. package/{src → dist/src}/utils/config/config-file.d.ts +0 -1
  59. package/{src → dist/src}/utils/config/functions.d.ts +0 -1
  60. package/{src → dist/src}/utils/config/functions.js +7 -7
  61. package/{src → dist/src}/utils/config/get-jest-projects.d.ts +0 -1
  62. package/{src → dist/src}/utils/config/get-jest-projects.js +2 -2
  63. package/{src → dist/src}/utils/config/update-config.d.ts +0 -1
  64. package/dist/src/utils/deprecation.d.ts +3 -0
  65. package/dist/src/utils/deprecation.js +15 -0
  66. package/{src → dist/src}/utils/version-utils.d.ts +0 -1
  67. package/{src → dist/src}/utils/versions.d.ts +0 -1
  68. package/{src → dist/src}/utils/versions.js +11 -5
  69. package/executors.json +3 -3
  70. package/generators.json +6 -6
  71. package/migrations.json +45 -7
  72. package/package.json +65 -10
  73. package/index.d.ts.map +0 -1
  74. package/plugin.d.ts.map +0 -1
  75. package/plugins/resolver.d.ts +0 -2
  76. package/plugins/resolver.d.ts.map +0 -1
  77. package/preset/index.d.ts.map +0 -1
  78. package/preset/jest-preset.d.ts.map +0 -1
  79. package/preset.d.ts.map +0 -1
  80. package/src/executors/jest/jest.impl.d.ts.map +0 -1
  81. package/src/executors/jest/summary.d.ts.map +0 -1
  82. package/src/generators/configuration/configuration.d.ts.map +0 -1
  83. package/src/generators/configuration/lib/check-for-test-target.d.ts.map +0 -1
  84. package/src/generators/configuration/lib/create-files.d.ts.map +0 -1
  85. package/src/generators/configuration/lib/create-jest-config.d.ts.map +0 -1
  86. package/src/generators/configuration/lib/ensure-dependencies.d.ts.map +0 -1
  87. package/src/generators/configuration/lib/update-tsconfig.d.ts.map +0 -1
  88. package/src/generators/configuration/lib/update-vscode-recommended-extensions.d.ts.map +0 -1
  89. package/src/generators/configuration/lib/update-workspace.d.ts.map +0 -1
  90. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +0 -1
  91. package/src/generators/init/init.d.ts.map +0 -1
  92. package/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map +0 -1
  93. package/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.d.ts.map +0 -1
  94. package/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.js +0 -65
  95. package/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map +0 -1
  96. package/src/migrations/update-21-3-0/rename-test-path-pattern.d.ts.map +0 -1
  97. package/src/migrations/update-21-3-0/replace-removed-matcher-aliases.d.ts.map +0 -1
  98. package/src/migrations/update-22-2-0/convert-jest-config-to-cjs.d.ts.map +0 -1
  99. package/src/plugins/plugin.d.ts.map +0 -1
  100. package/src/utils/ast-utils.d.ts.map +0 -1
  101. package/src/utils/config/config-file.d.ts.map +0 -1
  102. package/src/utils/config/functions.d.ts.map +0 -1
  103. package/src/utils/config/get-jest-projects.d.ts.map +0 -1
  104. package/src/utils/config/update-config.d.ts.map +0 -1
  105. package/src/utils/version-utils.d.ts.map +0 -1
  106. package/src/utils/versions.d.ts.map +0 -1
  107. /package/{LICENSE → dist/LICENSE} +0 -0
  108. /package/{PLUGIN.md → dist/PLUGIN.md} +0 -0
  109. /package/{plugin.js → dist/plugin.js} +0 -0
  110. /package/{preset → dist/preset}/index.js +0 -0
  111. /package/{preset.js → dist/preset.js} +0 -0
  112. /package/{src → dist/src}/executors/jest/schema.d.ts +0 -0
  113. /package/{src → dist/src}/executors/jest/summary.js +0 -0
  114. /package/{src → dist/src}/generators/configuration/files/common/src/test-setup.ts__tmpl__ +0 -0
  115. /package/{src → dist/src}/generators/configuration/files/common/tsconfig.spec.json__tmpl__ +0 -0
  116. /package/{src → dist/src}/generators/configuration/files/jest-config-non-ts-solution/jest.config.ts__tmpl__ +0 -0
  117. /package/{src → dist/src}/generators/configuration/files/jest-config-ts-solution/jest.config.ts__tmpl__ +0 -0
  118. /package/{src → dist/src}/generators/configuration/files-angular/jest.config.ts__tmpl__ +0 -0
  119. /package/{src → dist/src}/generators/configuration/files-angular/src/test-setup.ts__tmpl__ +0 -0
  120. /package/{src → dist/src}/generators/configuration/files-angular/tsconfig.spec.json__tmpl__ +0 -0
  121. /package/{src → dist/src}/generators/configuration/lib/check-for-test-target.js +0 -0
  122. /package/{src → dist/src}/generators/configuration/lib/ensure-dependencies.js +0 -0
  123. /package/{src → dist/src}/generators/configuration/lib/update-vscode-recommended-extensions.js +0 -0
  124. /package/{src → dist/src}/generators/configuration/lib/update-workspace.js +0 -0
  125. /package/{src → dist/src}/generators/configuration/schema.d.ts +0 -0
  126. /package/{src → dist/src}/generators/configuration/schema.json +0 -0
  127. /package/{src → dist/src}/generators/convert-to-inferred/schema.json +0 -0
  128. /package/{src → dist/src}/generators/init/schema.d.ts +0 -0
  129. /package/{src → dist/src}/generators/init/schema.json +0 -0
  130. /package/{src → dist/src}/migrations/update-21-3-0/replace-removed-matcher-aliases.js +0 -0
  131. /package/{src → dist/src}/migrations/update-22-2-0/convert-jest-config-to-cjs.js +0 -0
  132. /package/{src → dist/src}/utils/ast-utils.js +0 -0
  133. /package/{src → dist/src}/utils/config/config-file.js +0 -0
  134. /package/{src → dist/src}/utils/config/update-config.js +0 -0
  135. /package/{src → dist/src}/utils/version-utils.js +0 -0
@@ -26,4 +26,3 @@ export declare function getInstalledJestVersionInfo(tree?: Tree): {
26
26
  export declare function getInstalledJestMajorVersion(tree?: Tree): number | null;
27
27
  export declare function validateInstalledJestVersion(tree?: Tree): void;
28
28
  export {};
29
- //# sourceMappingURL=versions.d.ts.map
@@ -7,17 +7,23 @@ exports.getInstalledJestVersionInfo = getInstalledJestVersionInfo;
7
7
  exports.getInstalledJestMajorVersion = getInstalledJestMajorVersion;
8
8
  exports.validateInstalledJestVersion = validateInstalledJestVersion;
9
9
  const devkit_1 = require("@nx/devkit");
10
+ const path_1 = require("path");
10
11
  const semver_1 = require("semver");
11
- const nxVersion = require('../../package.json').version;
12
+ const nxVersion = require((0, path_1.join)('@nx/jest', 'package.json')).version;
13
+ // Jest is pinned to 30.3.x because jest-runtime@30.4.0 added a call to
14
+ // `_moduleMocker.clearMocksOnScope()`, which doesn't exist on the
15
+ // jest-mock@29 ModuleMocker that React Native's preset still feeds in
16
+ // (via `@react-native/jest-preset`'s pinned `jest-environment-node@^29.7.0`).
17
+ // Lift this once Meta ships a Jest-30-aware preset on react-native.
12
18
  exports.latestVersions = {
13
19
  nxVersion,
14
- jestVersion: '^30.0.2',
15
- babelJestVersion: '^30.0.2',
16
- jestTypesVersion: '^30.0.0',
20
+ jestVersion: '~30.3.0',
21
+ babelJestVersion: '~30.3.0',
22
+ jestTypesVersion: '~30.0.0',
17
23
  tsJestVersion: '^29.4.0',
18
24
  tslibVersion: '^2.3.0',
19
25
  swcJestVersion: '~0.2.38',
20
- typesNodeVersion: '20.19.9',
26
+ typesNodeVersion: '^22.0.0',
21
27
  tsNodeVersion: '10.9.1',
22
28
  };
23
29
  const supportedMajorVersions = [29, 30];
package/executors.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "executors": {
3
3
  "jest": {
4
- "implementation": "./src/executors/jest/jest.impl",
5
- "batchImplementation": "./src/executors/jest/jest.impl#batchJest",
6
- "schema": "./src/executors/jest/schema.json",
4
+ "implementation": "./dist/src/executors/jest/jest.impl",
5
+ "batchImplementation": "./dist/src/executors/jest/jest.impl#batchJest",
6
+ "schema": "./dist/src/executors/jest/schema.json",
7
7
  "description": "Run Jest unit tests."
8
8
  }
9
9
  }
package/generators.json CHANGED
@@ -3,21 +3,21 @@
3
3
  "version": "0.1",
4
4
  "generators": {
5
5
  "init": {
6
- "factory": "./src/generators/init/init#jestInitGeneratorInternal",
7
- "schema": "./src/generators/init/schema.json",
6
+ "factory": "./dist/src/generators/init/init#jestInitGeneratorInternal",
7
+ "schema": "./dist/src/generators/init/schema.json",
8
8
  "description": "Initialize the `@nx/jest` plugin.",
9
9
  "aliases": ["ng-add"],
10
10
  "hidden": true
11
11
  },
12
12
  "configuration": {
13
- "factory": "./src/generators/configuration/configuration#configurationGeneratorInternal",
14
- "schema": "./src/generators/configuration/schema.json",
13
+ "factory": "./dist/src/generators/configuration/configuration#configurationGeneratorInternal",
14
+ "schema": "./dist/src/generators/configuration/schema.json",
15
15
  "description": "Add Jest configuration to a project.",
16
16
  "hidden": true
17
17
  },
18
18
  "convert-to-inferred": {
19
- "factory": "./src/generators/convert-to-inferred/convert-to-inferred",
20
- "schema": "./src/generators/convert-to-inferred/schema.json",
19
+ "factory": "./dist/src/generators/convert-to-inferred/convert-to-inferred",
20
+ "schema": "./dist/src/generators/convert-to-inferred/schema.json",
21
21
  "description": "Convert existing Jest project(s) using `@nx/jest:jest` executor to use `@nx/jest/plugin`."
22
22
  }
23
23
  }
package/migrations.json CHANGED
@@ -4,23 +4,23 @@
4
4
  "cli": "nx",
5
5
  "version": "20.0.0-beta.5",
6
6
  "description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.",
7
- "implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync"
7
+ "implementation": "./dist/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync"
8
8
  },
9
9
  "replace-getJestProjects-with-getJestProjectsAsync-v21": {
10
10
  "cli": "nx",
11
11
  "version": "21.0.0-beta.9",
12
12
  "description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.",
13
- "implementation": "./src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync"
13
+ "implementation": "./dist/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync"
14
14
  },
15
15
  "remove-tsconfig-option-from-jest-executor": {
16
16
  "version": "21.0.0-beta.10",
17
17
  "description": "Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.",
18
- "implementation": "./src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor"
18
+ "implementation": "./dist/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor"
19
19
  },
20
20
  "rename-test-path-pattern": {
21
21
  "version": "21.3.0-beta.3",
22
22
  "description": "Rename the CLI option `testPathPattern` to `testPathPatterns`.",
23
- "implementation": "./src/migrations/update-21-3-0/rename-test-path-pattern"
23
+ "implementation": "./dist/src/migrations/update-21-3-0/rename-test-path-pattern"
24
24
  },
25
25
  "replace-removed-matcher-aliases": {
26
26
  "version": "21.3.0-beta.3",
@@ -28,12 +28,12 @@
28
28
  "jest": ">=30.0.0"
29
29
  },
30
30
  "description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher",
31
- "implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases"
31
+ "implementation": "./dist/src/migrations/update-21-3-0/replace-removed-matcher-aliases"
32
32
  },
33
33
  "convert-jest-config-to-cjs": {
34
34
  "version": "22.2.0-beta.2",
35
35
  "description": "Convert jest.config.ts files from ESM to CJS syntax (export default -> module.exports, import -> require) for projects using CommonJS resolution to ensure correct loading under Node.js type-stripping.",
36
- "implementation": "./src/migrations/update-22-2-0/convert-jest-config-to-cjs"
36
+ "implementation": "./dist/src/migrations/update-22-2-0/convert-jest-config-to-cjs"
37
37
  },
38
38
  "replace-removed-matcher-aliases-v22-3": {
39
39
  "version": "22.3.2-beta.0",
@@ -41,7 +41,25 @@
41
41
  "jest": ">=30.0.0"
42
42
  },
43
43
  "description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher",
44
- "implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases"
44
+ "implementation": "./dist/src/migrations/update-21-3-0/replace-removed-matcher-aliases"
45
+ },
46
+ "update-snapshot-guide-link": {
47
+ "version": "23.0.0-beta.10",
48
+ "requires": {
49
+ "jest": ">=30.0.0"
50
+ },
51
+ "description": "Update the Jest snapshot guide link in `.snap` files from the legacy `https://goo.gl/fbAQLP` URL to `https://jestjs.io/docs/snapshot-testing`, which Jest v30 now requires.",
52
+ "implementation": "./dist/src/migrations/update-23-0-0/update-snapshot-guide-link"
53
+ },
54
+ "rewrite-jest-internal-subpath-imports": {
55
+ "version": "23.0.0-beta.16",
56
+ "description": "Rewrites `@nx/jest/src/*` subpath imports now that the `./src/*` subpath is no longer exposed by `@nx/jest`'s exports map. Named imports/exports of public symbols are routed to `@nx/jest` and the rest to the new `@nx/jest/internal` entry; `require`, dynamic `import` and `jest.mock` calls reference the whole module and are routed to `@nx/jest/internal`.",
57
+ "implementation": "./dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports"
58
+ },
59
+ "rewrite-jest-project-generator": {
60
+ "version": "23.0.0-beta.16",
61
+ "description": "Replaces the removed `jestProjectGenerator` export from `@nx/jest` with its replacement `configurationGenerator`.",
62
+ "implementation": "./dist/src/migrations/update-23-0-0/rewrite-jest-project-generator"
45
63
  }
46
64
  },
47
65
  "packageJsonUpdates": {
@@ -171,6 +189,26 @@
171
189
  "alwaysAddToPackageJson": false
172
190
  }
173
191
  }
192
+ },
193
+ "23.0.0-pin-jest-30-3-for-rn-compat": {
194
+ "version": "23.0.0-beta.9",
195
+ "requires": {
196
+ "jest": ">=30.0.0"
197
+ },
198
+ "packages": {
199
+ "jest": {
200
+ "version": "~30.3.0",
201
+ "alwaysAddToPackageJson": false
202
+ },
203
+ "babel-jest": {
204
+ "version": "~30.3.0",
205
+ "alwaysAddToPackageJson": false
206
+ },
207
+ "@types/jest": {
208
+ "version": "~30.0.0",
209
+ "alwaysAddToPackageJson": false
210
+ }
211
+ }
174
212
  }
175
213
  }
176
214
  }
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "@nx/jest",
3
- "version": "23.0.0-beta.2",
3
+ "version": "23.0.0-beta.20",
4
4
  "private": false,
5
+ "type": "commonjs",
6
+ "files": [
7
+ "dist",
8
+ "!dist/tsconfig.tsbuildinfo",
9
+ "!dist/spec",
10
+ "migrations.json",
11
+ "executors.json",
12
+ "generators.json"
13
+ ],
5
14
  "description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
6
15
  "repository": {
7
16
  "type": "git",
@@ -20,9 +29,24 @@
20
29
  "CLI",
21
30
  "Testing"
22
31
  ],
23
- "main": "./index.js",
24
- "type": "commonjs",
25
- "types": "./index.d.ts",
32
+ "main": "./dist/index.js",
33
+ "types": "./dist/index.d.ts",
34
+ "typesVersions": {
35
+ "*": {
36
+ "plugin": [
37
+ "dist/plugin.d.ts"
38
+ ],
39
+ "preset": [
40
+ "dist/preset.d.ts"
41
+ ],
42
+ "plugins/resolver": [
43
+ "dist/plugins/resolver.d.ts"
44
+ ],
45
+ "internal": [
46
+ "dist/internal.d.ts"
47
+ ]
48
+ }
49
+ },
26
50
  "author": "Victor Savkin",
27
51
  "license": "MIT",
28
52
  "bugs": {
@@ -35,25 +59,56 @@
35
59
  "requirements": {},
36
60
  "migrations": "./migrations.json"
37
61
  },
62
+ "exports": {
63
+ ".": {
64
+ "@nx/nx-source": "./index.ts",
65
+ "types": "./dist/index.d.ts",
66
+ "default": "./dist/index.js"
67
+ },
68
+ "./package.json": "./package.json",
69
+ "./migrations.json": "./migrations.json",
70
+ "./generators.json": "./generators.json",
71
+ "./executors.json": "./executors.json",
72
+ "./plugin": {
73
+ "@nx/nx-source": "./plugin.ts",
74
+ "types": "./dist/plugin.d.ts",
75
+ "default": "./dist/plugin.js"
76
+ },
77
+ "./preset": {
78
+ "@nx/nx-source": "./preset.ts",
79
+ "types": "./dist/preset.d.ts",
80
+ "default": "./dist/preset.js"
81
+ },
82
+ "./plugins/resolver": {
83
+ "@nx/nx-source": "./plugins/resolver.ts",
84
+ "types": "./dist/plugins/resolver.d.ts",
85
+ "default": "./dist/plugins/resolver.js"
86
+ },
87
+ "./internal": {
88
+ "@nx/nx-source": "./internal.ts",
89
+ "types": "./dist/internal.d.ts",
90
+ "default": "./dist/internal.js"
91
+ }
92
+ },
38
93
  "dependencies": {
39
94
  "@jest/reporters": "^30.0.2",
40
95
  "@jest/test-result": "^30.0.2",
41
- "@nx/devkit": "23.0.0-beta.2",
42
- "@nx/js": "23.0.0-beta.2",
43
- "@phenomnomnominal/tsquery": "~6.1.4",
96
+ "@phenomnomnominal/tsquery": "~6.2.0",
44
97
  "identity-obj-proxy": "3.0.0",
45
98
  "jest-config": "^30.0.2",
46
99
  "jest-resolve": "^30.0.2",
47
100
  "jest-util": "^30.0.2",
48
- "minimatch": "10.2.4",
101
+ "minimatch": "10.2.5",
49
102
  "picocolors": "^1.1.0",
50
103
  "resolve.exports": "2.0.3",
51
104
  "semver": "^7.6.3",
52
105
  "tslib": "^2.3.0",
53
- "yargs-parser": "21.1.1"
106
+ "yargs-parser": "21.1.1",
107
+ "@nx/devkit": "23.0.0-beta.20",
108
+ "@nx/js": "23.0.0-beta.20"
54
109
  },
55
110
  "devDependencies": {
56
- "nx": "23.0.0-beta.2"
111
+ "nx": "23.0.0-beta.20"
57
112
  },
58
113
  "publishConfig": {
59
114
  "access": "public"
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/jest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,CAAC;AAGlC;;GAEG;AACH,eAAO,MAAM,oBAAoB,+BAAyB,CAAC;AAE3D,OAAO,EACL,uBAAuB,EACvB,4BAA4B,GAC7B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC"}
package/plugin.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/jest/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,iBAAiB,GAClB,MAAM,sBAAsB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resolver.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../../packages/jest/plugins/resolver.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/jest/preset/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest-preset.d.ts","sourceRoot":"","sources":["../../../../packages/jest/preset/jest-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAc,MAAM,MAAM,CAAC;AAK1C,eAAO,MAAM,QAAQ,EAAE,MAsCtB,CAAC"}
package/preset.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"preset.d.ts","sourceRoot":"","sources":["../../../packages/jest/preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,eAAe,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/executors/jest/jest.impl.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EACL,eAAe,EAEf,SAAS,EAEV,MAAM,YAAY,CAAC;AAGpB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAG7E,wBAAsB,YAAY,CAChC,OAAO,EAAE,mBAAmB,EAC5B,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CAe/B;AAiBD,wBAAsB,eAAe,CACnC,OAAO,EAAE,mBAAmB,EAC5B,OAAO,EAAE,eAAe,EACxB,aAAa,UAAQ,GACpB,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,CAqGtB;AAED,eAAe,YAAY,CAAC;AAE5B,wBAAsB,SAAS,CAC7B,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,EAC3C,SAAS,EAAE,mBAAmB,EAC9B,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,YAAY,CAAC,CA8FvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"summary.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/executors/jest/summary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AA6EnD,eAAO,MAAM,UAAU,GACrB,mBAAmB,gBAAgB,EACnC,UAAU;IACR,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,KACA,MAwGF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAKjB,IAAI,EAEL,MAAM,YAAY,CAAC;AAgBpB,OAAO,EAAE,iBAAiB,EAA+B,MAAM,UAAU,CAAC;AAyD1E,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,iBAAiB,8BAE3E;AAED,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,iBAAiB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAiE5B;AAgBD,eAAe,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"check-for-test-target.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/check-for-test-target.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,IAAI,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,QAMrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/create-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAE7E,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,wBAAgB,WAAW,CACzB,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,EACpC,SAAS,EAAE,mBAAmB,QA4G/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-jest-config.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/create-jest-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAEpB,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAG7D,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,CAAC,2BAA2B,CAAC,EAC7C,SAAS,EAAE,mBAAmB,iBA4H/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAErE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAE7D,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,CAAC,2BAA2B,CAAC,0CAmD9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-tsconfig.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/update-tsconfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAG7D,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,QAsFrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-vscode-recommended-extensions.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/update-vscode-recommended-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEnD,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,IAAI,QAa3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-workspace.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/update-workspace.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,IAAI,EAEV,MAAM,YAAY,CAAC;AAEpB,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAE7D,wBAAgB,eAAe,CAC7B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,QAsCrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAepB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBA0BlE;AA8DD,eAAe,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAYpB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAuE/C,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,cAAc,8BAEpE;AAED,wBAAsB,yBAAyB,CAC7C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,cAAc,GACtB,OAAO,CAAC,iBAAiB,CAAC,CA2C5B;AAED,eAAe,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.ts"],"names":[],"mappings":"AAIA,OAAO,EAAa,IAAI,EAAE,MAAM,YAAY,CAAC;AAU7C,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,iBA6H9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove-tsconfig-option-from-jest-executor.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,IAAI,EAGV,MAAM,YAAY,CAAC;AAKpB,yBAA+B,IAAI,EAAE,IAAI,iBA8DxC"}
@@ -1,65 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = default_1;
4
- const devkit_1 = require("@nx/devkit");
5
- const executor_options_utils_1 = require("@nx/devkit/src/generators/executor-options-utils");
6
- const EXECUTOR_TO_MIGRATE = '@nx/jest:jest';
7
- async function default_1(tree) {
8
- // update options from project configs
9
- (0, executor_options_utils_1.forEachExecutorOptions)(tree, EXECUTOR_TO_MIGRATE, (options, project, target, configuration) => {
10
- if (options.tsConfig === undefined) {
11
- return;
12
- }
13
- const projectConfiguration = (0, devkit_1.readProjectConfiguration)(tree, project);
14
- if (configuration) {
15
- updateConfiguration(projectConfiguration.targets[target], configuration);
16
- }
17
- else {
18
- updateOptions(projectConfiguration.targets[target]);
19
- }
20
- (0, devkit_1.updateProjectConfiguration)(tree, project, projectConfiguration);
21
- });
22
- // update options from nx.json target defaults
23
- const nxJson = (0, devkit_1.readNxJson)(tree);
24
- if (nxJson.targetDefaults) {
25
- for (const [targetOrExecutor, targetConfig] of Object.entries(nxJson.targetDefaults)) {
26
- if (targetOrExecutor !== EXECUTOR_TO_MIGRATE &&
27
- targetConfig.executor !== EXECUTOR_TO_MIGRATE) {
28
- continue;
29
- }
30
- if (targetConfig.options) {
31
- updateOptions(targetConfig);
32
- }
33
- Object.keys(targetConfig.configurations ?? {}).forEach((config) => {
34
- updateConfiguration(targetConfig, config);
35
- });
36
- if (!Object.keys(targetConfig).length ||
37
- (Object.keys(targetConfig).length === 1 &&
38
- Object.keys(targetConfig)[0] === 'executor')) {
39
- delete nxJson.targetDefaults[targetOrExecutor];
40
- }
41
- if (!Object.keys(nxJson.targetDefaults).length) {
42
- delete nxJson.targetDefaults;
43
- }
44
- }
45
- (0, devkit_1.updateNxJson)(tree, nxJson);
46
- }
47
- await (0, devkit_1.formatFiles)(tree);
48
- }
49
- function updateOptions(target) {
50
- delete target.options.tsConfig;
51
- if (!Object.keys(target.options).length) {
52
- delete target.options;
53
- }
54
- }
55
- function updateConfiguration(target, configuration) {
56
- delete target.configurations[configuration].tsConfig;
57
- if (!Object.keys(target.configurations[configuration]).length &&
58
- (!target.defaultConfiguration ||
59
- target.defaultConfiguration !== configuration)) {
60
- delete target.configurations[configuration];
61
- }
62
- if (!Object.keys(target.configurations).length) {
63
- delete target.configurations;
64
- }
65
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.ts"],"names":[],"mappings":"AAIA,OAAO,EAAa,IAAI,EAAE,MAAM,YAAY,CAAC;AAU7C,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,iBA6H9C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"rename-test-path-pattern.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-3-0/rename-test-path-pattern.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAKpB,yBAA+B,IAAI,EAAE,IAAI,iBA6CxC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-removed-matcher-aliases.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-3-0/replace-removed-matcher-aliases.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAuBvE,yBAA+B,IAAI,EAAE,IAAI,iBAWxC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert-jest-config-to-cjs.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-22-2-0/convert-jest-config-to-cjs.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAA8B,sBAAsB,CAAC,IAAI,EAAE,IAAI,uBAmF9D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,aAAa,EAUd,MAAM,YAAY,CAAC;AAiCpB,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;;;;;OAQG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAwBD,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,iBAAiB,CA8IxD,CAAC;AAEF,eAAO,MAAM,aAAa,kCAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ast-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/utils/ast-utils.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAuC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,2BAA2B,oHACuE,CAAC;AAEhH,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,MAAM,EACtB,WAAW,EAAE,MAAM,GAClB,MAAM,CA6BR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/config-file.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,oBAAoB,mDAOvB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AAExE,eAAO,MAAM,oBAAoB,+BAAgC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AAExE,wBAAgB,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,mBAAmB,CAiB5D;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAM5D;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAM7E;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAM5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/functions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAmCrC,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,EAAE,CAAC,uBAAuB,EAClC,UAAU,EAAE,MAAM,EAAE,EACpB,KAAK,EAAE,OAAO,EACd,IAAI,EAAE,MAAM,SA2Gb;AAED,wBAAgB,cAAc,CAC5B,MAAM,EAAE,EAAE,CAAC,uBAAuB,EAClC,UAAU,EAAE,MAAM,EAAE,GACnB,EAAE,CAAC,kBAAkB,GAAG,IAAI,CAuB9B;AA6BD;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,WAAW,EAAE,MAAM,GAClB,EAAE,CAAC,uBAAuB,CAyD5B;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CA4B3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-jest-projects.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/get-jest-projects.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;IAYI;AACJ,wBAAsB,oBAAoB,sBAgCzC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-config.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/update-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAA4C,MAAM,YAAY,CAAC;AAO5E;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,EAC/B,KAAK,EAAE,OAAO,EACd,OAAO,GAAE;IAAE,aAAa,EAAE,OAAO,CAAA;CAA6B,QAuB/D;AAED;;;;;GAKG;AACH,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,QAgChC;AAaD,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,eAAe,EAAE,MAAM,QAOxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"version-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/utils/version-utils.ts"],"names":[],"mappings":"AAGA,wBAAgB,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAMvD;AAED,wBAAgB,4BAA4B,IAAI,MAAM,GAAG,IAAI,CAI5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/utils/versions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAK5E,eAAO,MAAM,cAAc;;;;;;;;;;CAU1B,CAAC;AAEF,QAAA,MAAM,sBAAsB,mBAAoB,CAAC;AAIjD,KAAK,iBAAiB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;AACjE,KAAK,mBAAmB,GAAG,MAAM,OAAO,cAAc,CAAC;AACvD,MAAM,MAAM,UAAU,GAAG;KACtB,GAAG,IAAI,iBAAiB,GAAG,MAAM,CAAC,mBAAmB,EAAE,MAAM,CAAC;CAChE,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAaxB,CAAC;AAEF,wBAAgB,QAAQ,CAAC,IAAI,EAAE,IAAI,OAiBlC;AAED,wBAAgB,uBAAuB,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAclE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG;IACxD,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB,CAMA;AAED,wBAAgB,4BAA4B,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAIvE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAc9D"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes