@nx/jest 21.6.2 → 21.6.4

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 (39) hide show
  1. package/package.json +4 -4
  2. package/spec/jest.config.d.ts +0 -13
  3. package/spec/jest.config.d.ts.map +0 -1
  4. package/spec/migrations.spec.d.ts +0 -2
  5. package/spec/migrations.spec.d.ts.map +0 -1
  6. package/spec/src/executors/jest/jest.impl.spec.d.ts +0 -2
  7. package/spec/src/executors/jest/jest.impl.spec.d.ts.map +0 -1
  8. package/spec/src/generators/configuration/configuration.spec.d.ts +0 -2
  9. package/spec/src/generators/configuration/configuration.spec.d.ts.map +0 -1
  10. package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts +0 -2
  11. package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts.map +0 -1
  12. package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts +0 -2
  13. package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts.map +0 -1
  14. package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts +0 -2
  15. package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts.map +0 -1
  16. package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts +0 -2
  17. package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts.map +0 -1
  18. package/spec/src/generators/init/init.spec.d.ts +0 -2
  19. package/spec/src/generators/init/init.spec.d.ts.map +0 -1
  20. package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +0 -2
  21. package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +0 -1
  22. package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts +0 -2
  23. package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts.map +0 -1
  24. package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +0 -2
  25. package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +0 -1
  26. package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts +0 -2
  27. package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts.map +0 -1
  28. package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts +0 -2
  29. package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts.map +0 -1
  30. package/spec/src/plugins/plugin.spec.d.ts +0 -2
  31. package/spec/src/plugins/plugin.spec.d.ts.map +0 -1
  32. package/spec/src/utils/ast-utils.spec.d.ts +0 -2
  33. package/spec/src/utils/ast-utils.spec.d.ts.map +0 -1
  34. package/spec/src/utils/config/functions.spec.d.ts +0 -2
  35. package/spec/src/utils/config/functions.spec.d.ts.map +0 -1
  36. package/spec/src/utils/config/get-jest-projects.spec.d.ts +0 -2
  37. package/spec/src/utils/config/get-jest-projects.spec.d.ts.map +0 -1
  38. package/spec/src/utils/config/update-config.spec.d.ts +0 -2
  39. package/spec/src/utils/config/update-config.spec.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/jest",
3
- "version": "21.6.2",
3
+ "version": "21.6.4",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
6
6
  "repository": {
@@ -37,8 +37,8 @@
37
37
  "dependencies": {
38
38
  "@jest/reporters": "^30.0.2",
39
39
  "@jest/test-result": "^30.0.2",
40
- "@nx/devkit": "21.6.2",
41
- "@nx/js": "21.6.2",
40
+ "@nx/devkit": "21.6.4",
41
+ "@nx/js": "21.6.4",
42
42
  "@phenomnomnominal/tsquery": "~5.0.1",
43
43
  "identity-obj-proxy": "3.0.0",
44
44
  "jest-config": "^30.0.2",
@@ -52,7 +52,7 @@
52
52
  "yargs-parser": "21.1.1"
53
53
  },
54
54
  "devDependencies": {
55
- "nx": "21.6.2"
55
+ "nx": "21.6.4"
56
56
  },
57
57
  "publishConfig": {
58
58
  "access": "public"
@@ -1,13 +0,0 @@
1
- declare const _default: {
2
- transform: {
3
- '^.+\\.[tj]sx?$': (string | {
4
- tsconfig: string;
5
- })[];
6
- };
7
- moduleFileExtensions: string[];
8
- globals: {};
9
- displayName: string;
10
- preset: string;
11
- };
12
- export default _default;
13
- //# sourceMappingURL=jest.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["../../../../packages/jest/jest.config.ts"],"names":[],"mappings":";;;;;;;;;;;AACA,wBAQE"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=migrations.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"migrations.spec.d.ts","sourceRoot":"","sources":["../../../../packages/jest/migrations.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=jest.impl.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.impl.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/executors/jest/jest.impl.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import 'nx/src/internal-testing-utils/mock-project-graph';
2
- //# sourceMappingURL=configuration.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"configuration.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/configuration.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=create-jest-config.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-jest-config.spec.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/jest/src/generators/configuration/lib/create-jest-config.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ensure-dependencies.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ensure-dependencies.spec.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/jest/src/generators/configuration/lib/ensure-dependencies.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=update-vscode-recommended-extensions.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-vscode-recommended-extensions.spec.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/jest/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=convert-to-inferred.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert-to-inferred.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/convert-to-inferred/convert-to-inferred.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import 'nx/src/internal-testing-utils/mock-project-graph';
2
- //# sourceMappingURL=init.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"init.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/init/init.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import 'nx/src/internal-testing-utils/mock-project-graph';
2
- //# sourceMappingURL=remove-tsconfig-option-from-jest-executor.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"remove-tsconfig-option-from-jest-executor.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=rename-test-path-pattern.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rename-test-path-pattern.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-3-0/rename-test-path-pattern.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=replace-removed-matcher-aliases.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replace-removed-matcher-aliases.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=plugin.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin.spec.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/plugins/plugin.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ast-utils.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ast-utils.spec.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/ast-utils.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=functions.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"functions.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/functions.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=get-jest-projects.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-jest-projects.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/get-jest-projects.spec.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=update-config.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-config.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/update-config.spec.ts"],"names":[],"mappings":""}