projen 0.67.22 → 0.67.24

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 (124) hide show
  1. package/.jsii +152 -107
  2. package/docs/api/API.md +16 -1
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose.js +2 -2
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/auto-approve.js +1 -1
  39. package/lib/github/auto-merge.js +1 -1
  40. package/lib/github/dependabot.js +1 -1
  41. package/lib/github/github-credentials.js +1 -1
  42. package/lib/github/github-project.js +1 -1
  43. package/lib/github/github.js +1 -1
  44. package/lib/github/mergify.js +1 -1
  45. package/lib/github/pr-template.js +1 -1
  46. package/lib/github/pull-request-lint.js +1 -1
  47. package/lib/github/stale.js +1 -1
  48. package/lib/github/task-workflow.js +1 -1
  49. package/lib/github/workflows.js +1 -1
  50. package/lib/gitlab/configuration.js +1 -1
  51. package/lib/gitlab/gitlab-configuration.js +1 -1
  52. package/lib/gitlab/nested-configuration.js +1 -1
  53. package/lib/gitpod.js +1 -1
  54. package/lib/ignore-file.js +1 -1
  55. package/lib/ini.js +1 -1
  56. package/lib/java/java-project.js +1 -1
  57. package/lib/java/junit.js +1 -1
  58. package/lib/java/maven-compile.js +1 -1
  59. package/lib/java/maven-packaging.js +1 -1
  60. package/lib/java/maven-sample.js +1 -1
  61. package/lib/java/pom.js +1 -1
  62. package/lib/java/projenrc.js +1 -1
  63. package/lib/javascript/bundler.js +1 -1
  64. package/lib/javascript/eslint.js +3 -3
  65. package/lib/javascript/jest.d.ts +15 -3
  66. package/lib/javascript/jest.js +16 -5
  67. package/lib/javascript/node-package.js +1 -1
  68. package/lib/javascript/node-project.js +1 -1
  69. package/lib/javascript/npm-config.js +1 -1
  70. package/lib/javascript/prettier.js +1 -1
  71. package/lib/javascript/projenrc.js +1 -1
  72. package/lib/javascript/typescript-config.js +1 -1
  73. package/lib/javascript/upgrade-dependencies.js +2 -2
  74. package/lib/json-patch.js +1 -1
  75. package/lib/json.js +1 -1
  76. package/lib/license.js +1 -1
  77. package/lib/logger.js +1 -1
  78. package/lib/makefile.js +1 -1
  79. package/lib/object-file.js +1 -1
  80. package/lib/project-build.js +1 -1
  81. package/lib/project.js +1 -1
  82. package/lib/projects.js +1 -1
  83. package/lib/projenrc-json.js +1 -1
  84. package/lib/python/pip.js +1 -1
  85. package/lib/python/poetry.js +2 -2
  86. package/lib/python/projenrc.js +1 -1
  87. package/lib/python/pytest-sample.js +1 -1
  88. package/lib/python/pytest.js +1 -1
  89. package/lib/python/python-project.js +1 -1
  90. package/lib/python/python-sample.js +1 -1
  91. package/lib/python/requirements-file.js +1 -1
  92. package/lib/python/setuppy.js +1 -1
  93. package/lib/python/setuptools.js +1 -1
  94. package/lib/python/venv.js +1 -1
  95. package/lib/readme.js +1 -1
  96. package/lib/release/publisher.js +1 -1
  97. package/lib/release/release-trigger.js +1 -1
  98. package/lib/release/release.js +1 -1
  99. package/lib/renovatebot.js +1 -1
  100. package/lib/sample-file.js +2 -2
  101. package/lib/semver.js +1 -1
  102. package/lib/source-code.js +1 -1
  103. package/lib/task-runtime.js +1 -1
  104. package/lib/task.js +1 -1
  105. package/lib/tasks.js +1 -1
  106. package/lib/testing.js +1 -1
  107. package/lib/textfile.js +1 -1
  108. package/lib/toml.js +1 -1
  109. package/lib/typescript/projenrc.js +1 -1
  110. package/lib/typescript/typescript-typedoc.js +1 -1
  111. package/lib/typescript/typescript.js +3 -3
  112. package/lib/version.js +1 -1
  113. package/lib/vscode/devcontainer.js +1 -1
  114. package/lib/vscode/extensions.js +1 -1
  115. package/lib/vscode/launch-config.js +1 -1
  116. package/lib/vscode/settings.js +1 -1
  117. package/lib/vscode/vscode.js +1 -1
  118. package/lib/web/next.js +3 -3
  119. package/lib/web/postcss.js +1 -1
  120. package/lib/web/react.js +4 -4
  121. package/lib/web/tailwind.js +1 -1
  122. package/lib/xmlfile.js +1 -1
  123. package/lib/yaml.js +1 -1
  124. package/package.json +1 -2
package/.jsii CHANGED
@@ -33820,7 +33820,7 @@
33820
33820
  "kind": "interface",
33821
33821
  "locationInModule": {
33822
33822
  "filename": "src/javascript/jest.ts",
33823
- "line": 556
33823
+ "line": 558
33824
33824
  },
33825
33825
  "name": "CoverageThreshold",
33826
33826
  "namespace": "javascript",
@@ -33833,7 +33833,7 @@
33833
33833
  "immutable": true,
33834
33834
  "locationInModule": {
33835
33835
  "filename": "src/javascript/jest.ts",
33836
- "line": 557
33836
+ "line": 559
33837
33837
  },
33838
33838
  "name": "branches",
33839
33839
  "optional": true,
@@ -33849,7 +33849,7 @@
33849
33849
  "immutable": true,
33850
33850
  "locationInModule": {
33851
33851
  "filename": "src/javascript/jest.ts",
33852
- "line": 558
33852
+ "line": 560
33853
33853
  },
33854
33854
  "name": "functions",
33855
33855
  "optional": true,
@@ -33865,7 +33865,7 @@
33865
33865
  "immutable": true,
33866
33866
  "locationInModule": {
33867
33867
  "filename": "src/javascript/jest.ts",
33868
- "line": 559
33868
+ "line": 561
33869
33869
  },
33870
33870
  "name": "lines",
33871
33871
  "optional": true,
@@ -33881,7 +33881,7 @@
33881
33881
  "immutable": true,
33882
33882
  "locationInModule": {
33883
33883
  "filename": "src/javascript/jest.ts",
33884
- "line": 560
33884
+ "line": 562
33885
33885
  },
33886
33886
  "name": "statements",
33887
33887
  "optional": true,
@@ -34038,7 +34038,7 @@
34038
34038
  },
34039
34039
  "locationInModule": {
34040
34040
  "filename": "src/javascript/eslint.ts",
34041
- "line": 441
34041
+ "line": 440
34042
34042
  },
34043
34043
  "name": "addExtends",
34044
34044
  "parameters": [
@@ -34062,7 +34062,7 @@
34062
34062
  },
34063
34063
  "locationInModule": {
34064
34064
  "filename": "src/javascript/eslint.ts",
34065
- "line": 433
34065
+ "line": 432
34066
34066
  },
34067
34067
  "name": "addIgnorePattern",
34068
34068
  "parameters": [
@@ -34081,7 +34081,7 @@
34081
34081
  },
34082
34082
  "locationInModule": {
34083
34083
  "filename": "src/javascript/eslint.ts",
34084
- "line": 426
34084
+ "line": 425
34085
34085
  },
34086
34086
  "name": "addOverride",
34087
34087
  "parameters": [
@@ -34100,7 +34100,7 @@
34100
34100
  },
34101
34101
  "locationInModule": {
34102
34102
  "filename": "src/javascript/eslint.ts",
34103
- "line": 419
34103
+ "line": 418
34104
34104
  },
34105
34105
  "name": "addPlugins",
34106
34106
  "parameters": [
@@ -34124,7 +34124,7 @@
34124
34124
  },
34125
34125
  "locationInModule": {
34126
34126
  "filename": "src/javascript/eslint.ts",
34127
- "line": 409
34127
+ "line": 408
34128
34128
  },
34129
34129
  "name": "addRules",
34130
34130
  "parameters": [
@@ -34148,7 +34148,7 @@
34148
34148
  },
34149
34149
  "locationInModule": {
34150
34150
  "filename": "src/javascript/eslint.ts",
34151
- "line": 449
34151
+ "line": 448
34152
34152
  },
34153
34153
  "name": "allowDevDeps",
34154
34154
  "parameters": [
@@ -34658,7 +34658,7 @@
34658
34658
  "kind": "interface",
34659
34659
  "locationInModule": {
34660
34660
  "filename": "src/javascript/jest.ts",
34661
- "line": 575
34661
+ "line": 577
34662
34662
  },
34663
34663
  "name": "HasteConfig",
34664
34664
  "namespace": "javascript",
@@ -34671,7 +34671,7 @@
34671
34671
  "immutable": true,
34672
34672
  "locationInModule": {
34673
34673
  "filename": "src/javascript/jest.ts",
34674
- "line": 576
34674
+ "line": 578
34675
34675
  },
34676
34676
  "name": "computeSha1",
34677
34677
  "optional": true,
@@ -34687,7 +34687,7 @@
34687
34687
  "immutable": true,
34688
34688
  "locationInModule": {
34689
34689
  "filename": "src/javascript/jest.ts",
34690
- "line": 577
34690
+ "line": 579
34691
34691
  },
34692
34692
  "name": "defaultPlatform",
34693
34693
  "optional": true,
@@ -34703,7 +34703,7 @@
34703
34703
  "immutable": true,
34704
34704
  "locationInModule": {
34705
34705
  "filename": "src/javascript/jest.ts",
34706
- "line": 578
34706
+ "line": 580
34707
34707
  },
34708
34708
  "name": "hasteImplModulePath",
34709
34709
  "optional": true,
@@ -34719,7 +34719,7 @@
34719
34719
  "immutable": true,
34720
34720
  "locationInModule": {
34721
34721
  "filename": "src/javascript/jest.ts",
34722
- "line": 579
34722
+ "line": 581
34723
34723
  },
34724
34724
  "name": "platforms",
34725
34725
  "optional": true,
@@ -34740,7 +34740,7 @@
34740
34740
  "immutable": true,
34741
34741
  "locationInModule": {
34742
34742
  "filename": "src/javascript/jest.ts",
34743
- "line": 580
34743
+ "line": 582
34744
34744
  },
34745
34745
  "name": "throwOnModuleCollision",
34746
34746
  "optional": true,
@@ -34753,6 +34753,7 @@
34753
34753
  },
34754
34754
  "projen.javascript.Jest": {
34755
34755
  "assembly": "projen",
34756
+ "base": "projen.Component",
34756
34757
  "docs": {
34757
34758
  "remarks": "- `test`, intended for testing locally and in CI. Will update snapshots unless `updateSnapshot: UpdateSnapshot: NEVER` is set.\n- `test:watch`, intended for automatically rerunning tests when files change.\n- `test:update`, intended for testing locally and updating snapshots to match the latest unit under test. Only available when `updateSnapshot: UpdateSnapshot: NEVER`.",
34758
34759
  "stability": "experimental",
@@ -34765,7 +34766,7 @@
34765
34766
  },
34766
34767
  "locationInModule": {
34767
34768
  "filename": "src/javascript/jest.ts",
34768
- "line": 611
34769
+ "line": 628
34769
34770
  },
34770
34771
  "parameters": [
34771
34772
  {
@@ -34786,16 +34787,42 @@
34786
34787
  "kind": "class",
34787
34788
  "locationInModule": {
34788
34789
  "filename": "src/javascript/jest.ts",
34789
- "line": 593
34790
+ "line": 595
34790
34791
  },
34791
34792
  "methods": [
34793
+ {
34794
+ "docs": {
34795
+ "stability": "experimental",
34796
+ "summary": "Returns the singletone Jest component of a project or undefined if there is none."
34797
+ },
34798
+ "locationInModule": {
34799
+ "filename": "src/javascript/jest.ts",
34800
+ "line": 599
34801
+ },
34802
+ "name": "of",
34803
+ "parameters": [
34804
+ {
34805
+ "name": "project",
34806
+ "type": {
34807
+ "fqn": "projen.Project"
34808
+ }
34809
+ }
34810
+ ],
34811
+ "returns": {
34812
+ "optional": true,
34813
+ "type": {
34814
+ "fqn": "projen.javascript.Jest"
34815
+ }
34816
+ },
34817
+ "static": true
34818
+ },
34792
34819
  {
34793
34820
  "docs": {
34794
34821
  "stability": "experimental"
34795
34822
  },
34796
34823
  "locationInModule": {
34797
34824
  "filename": "src/javascript/jest.ts",
34798
- "line": 735
34825
+ "line": 753
34799
34826
  },
34800
34827
  "name": "addIgnorePattern",
34801
34828
  "parameters": [
@@ -34813,7 +34840,7 @@
34813
34840
  },
34814
34841
  "locationInModule": {
34815
34842
  "filename": "src/javascript/jest.ts",
34816
- "line": 739
34843
+ "line": 757
34817
34844
  },
34818
34845
  "name": "addReporter",
34819
34846
  "parameters": [
@@ -34840,7 +34867,7 @@
34840
34867
  },
34841
34868
  "locationInModule": {
34842
34869
  "filename": "src/javascript/jest.ts",
34843
- "line": 743
34870
+ "line": 761
34844
34871
  },
34845
34872
  "name": "addSnapshotResolver",
34846
34873
  "parameters": [
@@ -34859,7 +34886,7 @@
34859
34886
  },
34860
34887
  "locationInModule": {
34861
34888
  "filename": "src/javascript/jest.ts",
34862
- "line": 723
34889
+ "line": 741
34863
34890
  },
34864
34891
  "name": "addTestMatch",
34865
34892
  "parameters": [
@@ -34881,7 +34908,7 @@
34881
34908
  },
34882
34909
  "locationInModule": {
34883
34910
  "filename": "src/javascript/jest.ts",
34884
- "line": 731
34911
+ "line": 749
34885
34912
  },
34886
34913
  "name": "addWatchIgnorePattern",
34887
34914
  "parameters": [
@@ -34908,7 +34935,7 @@
34908
34935
  "immutable": true,
34909
34936
  "locationInModule": {
34910
34937
  "filename": "src/javascript/jest.ts",
34911
- "line": 597
34938
+ "line": 607
34912
34939
  },
34913
34940
  "name": "config",
34914
34941
  "type": {
@@ -34917,17 +34944,35 @@
34917
34944
  },
34918
34945
  {
34919
34946
  "docs": {
34920
- "stability": "experimental"
34947
+ "stability": "experimental",
34948
+ "summary": "Jest version, including `@` symbol, like `@^29`."
34921
34949
  },
34922
34950
  "immutable": true,
34923
34951
  "locationInModule": {
34924
34952
  "filename": "src/javascript/jest.ts",
34925
- "line": 598
34953
+ "line": 612
34926
34954
  },
34927
34955
  "name": "jestVersion",
34928
34956
  "type": {
34929
34957
  "primitive": "string"
34930
34958
  }
34959
+ },
34960
+ {
34961
+ "docs": {
34962
+ "remarks": "`undefined` if settings are written to `package.json`",
34963
+ "stability": "experimental",
34964
+ "summary": "Jest config file."
34965
+ },
34966
+ "immutable": true,
34967
+ "locationInModule": {
34968
+ "filename": "src/javascript/jest.ts",
34969
+ "line": 617
34970
+ },
34971
+ "name": "file",
34972
+ "optional": true,
34973
+ "type": {
34974
+ "fqn": "projen.JsonFile"
34975
+ }
34931
34976
  }
34932
34977
  ],
34933
34978
  "symbolId": "src/javascript/jest:Jest"
@@ -34942,7 +34987,7 @@
34942
34987
  "kind": "interface",
34943
34988
  "locationInModule": {
34944
34989
  "filename": "src/javascript/jest.ts",
34945
- "line": 9
34990
+ "line": 11
34946
34991
  },
34947
34992
  "name": "JestConfigOptions",
34948
34993
  "namespace": "javascript",
@@ -34958,7 +35003,7 @@
34958
35003
  "immutable": true,
34959
35004
  "locationInModule": {
34960
35005
  "filename": "src/javascript/jest.ts",
34961
- "line": 15
35006
+ "line": 17
34962
35007
  },
34963
35008
  "name": "automock",
34964
35009
  "optional": true,
@@ -34977,7 +35022,7 @@
34977
35022
  "immutable": true,
34978
35023
  "locationInModule": {
34979
35024
  "filename": "src/javascript/jest.ts",
34980
- "line": 23
35025
+ "line": 25
34981
35026
  },
34982
35027
  "name": "bail",
34983
35028
  "optional": true,
@@ -35004,7 +35049,7 @@
35004
35049
  "immutable": true,
35005
35050
  "locationInModule": {
35006
35051
  "filename": "src/javascript/jest.ts",
35007
- "line": 29
35052
+ "line": 31
35008
35053
  },
35009
35054
  "name": "cacheDirectory",
35010
35055
  "optional": true,
@@ -35023,7 +35068,7 @@
35023
35068
  "immutable": true,
35024
35069
  "locationInModule": {
35025
35070
  "filename": "src/javascript/jest.ts",
35026
- "line": 37
35071
+ "line": 39
35027
35072
  },
35028
35073
  "name": "clearMocks",
35029
35074
  "optional": true,
@@ -35042,7 +35087,7 @@
35042
35087
  "immutable": true,
35043
35088
  "locationInModule": {
35044
35089
  "filename": "src/javascript/jest.ts",
35045
- "line": 45
35090
+ "line": 47
35046
35091
  },
35047
35092
  "name": "collectCoverage",
35048
35093
  "optional": true,
@@ -35060,7 +35105,7 @@
35060
35105
  "immutable": true,
35061
35106
  "locationInModule": {
35062
35107
  "filename": "src/javascript/jest.ts",
35063
- "line": 51
35108
+ "line": 53
35064
35109
  },
35065
35110
  "name": "collectCoverageFrom",
35066
35111
  "optional": true,
@@ -35083,7 +35128,7 @@
35083
35128
  "immutable": true,
35084
35129
  "locationInModule": {
35085
35130
  "filename": "src/javascript/jest.ts",
35086
- "line": 57
35131
+ "line": 59
35087
35132
  },
35088
35133
  "name": "coverageDirectory",
35089
35134
  "optional": true,
@@ -35102,7 +35147,7 @@
35102
35147
  "immutable": true,
35103
35148
  "locationInModule": {
35104
35149
  "filename": "src/javascript/jest.ts",
35105
- "line": 64
35150
+ "line": 66
35106
35151
  },
35107
35152
  "name": "coveragePathIgnorePatterns",
35108
35153
  "optional": true,
@@ -35126,7 +35171,7 @@
35126
35171
  "immutable": true,
35127
35172
  "locationInModule": {
35128
35173
  "filename": "src/javascript/jest.ts",
35129
- "line": 71
35174
+ "line": 73
35130
35175
  },
35131
35176
  "name": "coverageProvider",
35132
35177
  "optional": true,
@@ -35145,7 +35190,7 @@
35145
35190
  "immutable": true,
35146
35191
  "locationInModule": {
35147
35192
  "filename": "src/javascript/jest.ts",
35148
- "line": 77
35193
+ "line": 79
35149
35194
  },
35150
35195
  "name": "coverageReporters",
35151
35196
  "optional": true,
@@ -35169,7 +35214,7 @@
35169
35214
  "immutable": true,
35170
35215
  "locationInModule": {
35171
35216
  "filename": "src/javascript/jest.ts",
35172
- "line": 85
35217
+ "line": 87
35173
35218
  },
35174
35219
  "name": "coverageThreshold",
35175
35220
  "optional": true,
@@ -35188,7 +35233,7 @@
35188
35233
  "immutable": true,
35189
35234
  "locationInModule": {
35190
35235
  "filename": "src/javascript/jest.ts",
35191
- "line": 92
35236
+ "line": 94
35192
35237
  },
35193
35238
  "name": "dependencyExtractor",
35194
35239
  "optional": true,
@@ -35206,7 +35251,7 @@
35206
35251
  "immutable": true,
35207
35252
  "locationInModule": {
35208
35253
  "filename": "src/javascript/jest.ts",
35209
- "line": 98
35254
+ "line": 100
35210
35255
  },
35211
35256
  "name": "displayName",
35212
35257
  "optional": true,
@@ -35225,7 +35270,7 @@
35225
35270
  "immutable": true,
35226
35271
  "locationInModule": {
35227
35272
  "filename": "src/javascript/jest.ts",
35228
- "line": 104
35273
+ "line": 106
35229
35274
  },
35230
35275
  "name": "errorOnDeprecated",
35231
35276
  "optional": true,
@@ -35243,7 +35288,7 @@
35243
35288
  "immutable": true,
35244
35289
  "locationInModule": {
35245
35290
  "filename": "src/javascript/jest.ts",
35246
- "line": 111
35291
+ "line": 113
35247
35292
  },
35248
35293
  "name": "extraGlobals",
35249
35294
  "optional": true,
@@ -35267,7 +35312,7 @@
35267
35312
  "immutable": true,
35268
35313
  "locationInModule": {
35269
35314
  "filename": "src/javascript/jest.ts",
35270
- "line": 118
35315
+ "line": 120
35271
35316
  },
35272
35317
  "name": "forceCoverageMatch",
35273
35318
  "optional": true,
@@ -35290,7 +35335,7 @@
35290
35335
  "immutable": true,
35291
35336
  "locationInModule": {
35292
35337
  "filename": "src/javascript/jest.ts",
35293
- "line": 124
35338
+ "line": 126
35294
35339
  },
35295
35340
  "name": "globals",
35296
35341
  "optional": true,
@@ -35309,7 +35354,7 @@
35309
35354
  "immutable": true,
35310
35355
  "locationInModule": {
35311
35356
  "filename": "src/javascript/jest.ts",
35312
- "line": 131
35357
+ "line": 133
35313
35358
  },
35314
35359
  "name": "globalSetup",
35315
35360
  "optional": true,
@@ -35328,7 +35373,7 @@
35328
35373
  "immutable": true,
35329
35374
  "locationInModule": {
35330
35375
  "filename": "src/javascript/jest.ts",
35331
- "line": 138
35376
+ "line": 140
35332
35377
  },
35333
35378
  "name": "globalTeardown",
35334
35379
  "optional": true,
@@ -35346,7 +35391,7 @@
35346
35391
  "immutable": true,
35347
35392
  "locationInModule": {
35348
35393
  "filename": "src/javascript/jest.ts",
35349
- "line": 144
35394
+ "line": 146
35350
35395
  },
35351
35396
  "name": "haste",
35352
35397
  "optional": true,
@@ -35364,7 +35409,7 @@
35364
35409
  "immutable": true,
35365
35410
  "locationInModule": {
35366
35411
  "filename": "src/javascript/jest.ts",
35367
- "line": 151
35412
+ "line": 153
35368
35413
  },
35369
35414
  "name": "injectGlobals",
35370
35415
  "optional": true,
@@ -35382,7 +35427,7 @@
35382
35427
  "immutable": true,
35383
35428
  "locationInModule": {
35384
35429
  "filename": "src/javascript/jest.ts",
35385
- "line": 158
35430
+ "line": 160
35386
35431
  },
35387
35432
  "name": "maxConcurrency",
35388
35433
  "optional": true,
@@ -35401,7 +35446,7 @@
35401
35446
  "immutable": true,
35402
35447
  "locationInModule": {
35403
35448
  "filename": "src/javascript/jest.ts",
35404
- "line": 167
35449
+ "line": 169
35405
35450
  },
35406
35451
  "name": "maxWorkers",
35407
35452
  "optional": true,
@@ -35429,7 +35474,7 @@
35429
35474
  "immutable": true,
35430
35475
  "locationInModule": {
35431
35476
  "filename": "src/javascript/jest.ts",
35432
- "line": 175
35477
+ "line": 177
35433
35478
  },
35434
35479
  "name": "moduleDirectories",
35435
35480
  "optional": true,
@@ -35453,7 +35498,7 @@
35453
35498
  "immutable": true,
35454
35499
  "locationInModule": {
35455
35500
  "filename": "src/javascript/jest.ts",
35456
- "line": 182
35501
+ "line": 184
35457
35502
  },
35458
35503
  "name": "moduleFileExtensions",
35459
35504
  "optional": true,
@@ -35476,7 +35521,7 @@
35476
35521
  "immutable": true,
35477
35522
  "locationInModule": {
35478
35523
  "filename": "src/javascript/jest.ts",
35479
- "line": 189
35524
+ "line": 191
35480
35525
  },
35481
35526
  "name": "moduleNameMapper",
35482
35527
  "optional": true,
@@ -35514,7 +35559,7 @@
35514
35559
  "immutable": true,
35515
35560
  "locationInModule": {
35516
35561
  "filename": "src/javascript/jest.ts",
35517
- "line": 197
35562
+ "line": 199
35518
35563
  },
35519
35564
  "name": "modulePathIgnorePatterns",
35520
35565
  "optional": true,
@@ -35538,7 +35583,7 @@
35538
35583
  "immutable": true,
35539
35584
  "locationInModule": {
35540
35585
  "filename": "src/javascript/jest.ts",
35541
- "line": 205
35586
+ "line": 207
35542
35587
  },
35543
35588
  "name": "modulePaths",
35544
35589
  "optional": true,
@@ -35561,7 +35606,7 @@
35561
35606
  "immutable": true,
35562
35607
  "locationInModule": {
35563
35608
  "filename": "src/javascript/jest.ts",
35564
- "line": 211
35609
+ "line": 213
35565
35610
  },
35566
35611
  "name": "notify",
35567
35612
  "optional": true,
@@ -35580,7 +35625,7 @@
35580
35625
  "immutable": true,
35581
35626
  "locationInModule": {
35582
35627
  "filename": "src/javascript/jest.ts",
35583
- "line": 217
35628
+ "line": 219
35584
35629
  },
35585
35630
  "name": "notifyMode",
35586
35631
  "optional": true,
@@ -35599,7 +35644,7 @@
35599
35644
  "immutable": true,
35600
35645
  "locationInModule": {
35601
35646
  "filename": "src/javascript/jest.ts",
35602
- "line": 230
35647
+ "line": 232
35603
35648
  },
35604
35649
  "name": "preset",
35605
35650
  "optional": true,
@@ -35617,7 +35662,7 @@
35617
35662
  "immutable": true,
35618
35663
  "locationInModule": {
35619
35664
  "filename": "src/javascript/jest.ts",
35620
- "line": 236
35665
+ "line": 238
35621
35666
  },
35622
35667
  "name": "prettierPath",
35623
35668
  "optional": true,
@@ -35636,7 +35681,7 @@
35636
35681
  "immutable": true,
35637
35682
  "locationInModule": {
35638
35683
  "filename": "src/javascript/jest.ts",
35639
- "line": 244
35684
+ "line": 246
35640
35685
  },
35641
35686
  "name": "projects",
35642
35687
  "optional": true,
@@ -35674,7 +35719,7 @@
35674
35719
  "immutable": true,
35675
35720
  "locationInModule": {
35676
35721
  "filename": "src/javascript/jest.ts",
35677
- "line": 252
35722
+ "line": 254
35678
35723
  },
35679
35724
  "name": "reporters",
35680
35725
  "optional": true,
@@ -35707,7 +35752,7 @@
35707
35752
  "immutable": true,
35708
35753
  "locationInModule": {
35709
35754
  "filename": "src/javascript/jest.ts",
35710
- "line": 260
35755
+ "line": 262
35711
35756
  },
35712
35757
  "name": "resetMocks",
35713
35758
  "optional": true,
@@ -35726,7 +35771,7 @@
35726
35771
  "immutable": true,
35727
35772
  "locationInModule": {
35728
35773
  "filename": "src/javascript/jest.ts",
35729
- "line": 267
35774
+ "line": 269
35730
35775
  },
35731
35776
  "name": "resetModules",
35732
35777
  "optional": true,
@@ -35745,7 +35790,7 @@
35745
35790
  "immutable": true,
35746
35791
  "locationInModule": {
35747
35792
  "filename": "src/javascript/jest.ts",
35748
- "line": 274
35793
+ "line": 276
35749
35794
  },
35750
35795
  "name": "resolver",
35751
35796
  "optional": true,
@@ -35764,7 +35809,7 @@
35764
35809
  "immutable": true,
35765
35810
  "locationInModule": {
35766
35811
  "filename": "src/javascript/jest.ts",
35767
- "line": 282
35812
+ "line": 284
35768
35813
  },
35769
35814
  "name": "restoreMocks",
35770
35815
  "optional": true,
@@ -35783,7 +35828,7 @@
35783
35828
  "immutable": true,
35784
35829
  "locationInModule": {
35785
35830
  "filename": "src/javascript/jest.ts",
35786
- "line": 290
35831
+ "line": 292
35787
35832
  },
35788
35833
  "name": "rootDir",
35789
35834
  "optional": true,
@@ -35801,7 +35846,7 @@
35801
35846
  "immutable": true,
35802
35847
  "locationInModule": {
35803
35848
  "filename": "src/javascript/jest.ts",
35804
- "line": 296
35849
+ "line": 298
35805
35850
  },
35806
35851
  "name": "roots",
35807
35852
  "optional": true,
@@ -35824,7 +35869,7 @@
35824
35869
  "immutable": true,
35825
35870
  "locationInModule": {
35826
35871
  "filename": "src/javascript/jest.ts",
35827
- "line": 302
35872
+ "line": 304
35828
35873
  },
35829
35874
  "name": "runner",
35830
35875
  "optional": true,
@@ -35843,7 +35888,7 @@
35843
35888
  "immutable": true,
35844
35889
  "locationInModule": {
35845
35890
  "filename": "src/javascript/jest.ts",
35846
- "line": 311
35891
+ "line": 313
35847
35892
  },
35848
35893
  "name": "setupFiles",
35849
35894
  "optional": true,
@@ -35867,7 +35912,7 @@
35867
35912
  "immutable": true,
35868
35913
  "locationInModule": {
35869
35914
  "filename": "src/javascript/jest.ts",
35870
- "line": 320
35915
+ "line": 322
35871
35916
  },
35872
35917
  "name": "setupFilesAfterEnv",
35873
35918
  "optional": true,
@@ -35890,7 +35935,7 @@
35890
35935
  "immutable": true,
35891
35936
  "locationInModule": {
35892
35937
  "filename": "src/javascript/jest.ts",
35893
- "line": 326
35938
+ "line": 328
35894
35939
  },
35895
35940
  "name": "slowTestThreshold",
35896
35941
  "optional": true,
@@ -35909,7 +35954,7 @@
35909
35954
  "immutable": true,
35910
35955
  "locationInModule": {
35911
35956
  "filename": "src/javascript/jest.ts",
35912
- "line": 333
35957
+ "line": 335
35913
35958
  },
35914
35959
  "name": "snapshotResolver",
35915
35960
  "optional": true,
@@ -35927,7 +35972,7 @@
35927
35972
  "immutable": true,
35928
35973
  "locationInModule": {
35929
35974
  "filename": "src/javascript/jest.ts",
35930
- "line": 339
35975
+ "line": 341
35931
35976
  },
35932
35977
  "name": "snapshotSerializers",
35933
35978
  "optional": true,
@@ -35951,7 +35996,7 @@
35951
35996
  "immutable": true,
35952
35997
  "locationInModule": {
35953
35998
  "filename": "src/javascript/jest.ts",
35954
- "line": 347
35999
+ "line": 349
35955
36000
  },
35956
36001
  "name": "testEnvironment",
35957
36002
  "optional": true,
@@ -35970,7 +36015,7 @@
35970
36015
  "immutable": true,
35971
36016
  "locationInModule": {
35972
36017
  "filename": "src/javascript/jest.ts",
35973
- "line": 354
36018
+ "line": 356
35974
36019
  },
35975
36020
  "name": "testEnvironmentOptions",
35976
36021
  "optional": true,
@@ -35988,7 +36033,7 @@
35988
36033
  "immutable": true,
35989
36034
  "locationInModule": {
35990
36035
  "filename": "src/javascript/jest.ts",
35991
- "line": 360
36036
+ "line": 362
35992
36037
  },
35993
36038
  "name": "testFailureExitCode",
35994
36039
  "optional": true,
@@ -36007,7 +36052,7 @@
36007
36052
  "immutable": true,
36008
36053
  "locationInModule": {
36009
36054
  "filename": "src/javascript/jest.ts",
36010
- "line": 368
36055
+ "line": 370
36011
36056
  },
36012
36057
  "name": "testMatch",
36013
36058
  "optional": true,
@@ -36031,7 +36076,7 @@
36031
36076
  "immutable": true,
36032
36077
  "locationInModule": {
36033
36078
  "filename": "src/javascript/jest.ts",
36034
- "line": 375
36079
+ "line": 377
36035
36080
  },
36036
36081
  "name": "testPathIgnorePatterns",
36037
36082
  "optional": true,
@@ -36055,7 +36100,7 @@
36055
36100
  "immutable": true,
36056
36101
  "locationInModule": {
36057
36102
  "filename": "src/javascript/jest.ts",
36058
- "line": 383
36103
+ "line": 385
36059
36104
  },
36060
36105
  "name": "testRegex",
36061
36106
  "optional": true,
@@ -36087,7 +36132,7 @@
36087
36132
  "immutable": true,
36088
36133
  "locationInModule": {
36089
36134
  "filename": "src/javascript/jest.ts",
36090
- "line": 389
36135
+ "line": 391
36091
36136
  },
36092
36137
  "name": "testResultsProcessor",
36093
36138
  "optional": true,
@@ -36106,7 +36151,7 @@
36106
36151
  "immutable": true,
36107
36152
  "locationInModule": {
36108
36153
  "filename": "src/javascript/jest.ts",
36109
- "line": 396
36154
+ "line": 398
36110
36155
  },
36111
36156
  "name": "testRunner",
36112
36157
  "optional": true,
@@ -36128,7 +36173,7 @@
36128
36173
  "immutable": true,
36129
36174
  "locationInModule": {
36130
36175
  "filename": "src/javascript/jest.ts",
36131
- "line": 403
36176
+ "line": 405
36132
36177
  },
36133
36178
  "name": "testSequencer",
36134
36179
  "optional": true,
@@ -36146,7 +36191,7 @@
36146
36191
  "immutable": true,
36147
36192
  "locationInModule": {
36148
36193
  "filename": "src/javascript/jest.ts",
36149
- "line": 409
36194
+ "line": 411
36150
36195
  },
36151
36196
  "name": "testTimeout",
36152
36197
  "optional": true,
@@ -36165,7 +36210,7 @@
36165
36210
  "immutable": true,
36166
36211
  "locationInModule": {
36167
36212
  "filename": "src/javascript/jest.ts",
36168
- "line": 415
36213
+ "line": 417
36169
36214
  },
36170
36215
  "name": "testURL",
36171
36216
  "optional": true,
@@ -36184,7 +36229,7 @@
36184
36229
  "immutable": true,
36185
36230
  "locationInModule": {
36186
36231
  "filename": "src/javascript/jest.ts",
36187
- "line": 422
36232
+ "line": 424
36188
36233
  },
36189
36234
  "name": "timers",
36190
36235
  "optional": true,
@@ -36203,7 +36248,7 @@
36203
36248
  "immutable": true,
36204
36249
  "locationInModule": {
36205
36250
  "filename": "src/javascript/jest.ts",
36206
- "line": 429
36251
+ "line": 431
36207
36252
  },
36208
36253
  "name": "transform",
36209
36254
  "optional": true,
@@ -36236,7 +36281,7 @@
36236
36281
  "immutable": true,
36237
36282
  "locationInModule": {
36238
36283
  "filename": "src/javascript/jest.ts",
36239
- "line": 436
36284
+ "line": 438
36240
36285
  },
36241
36286
  "name": "transformIgnorePatterns",
36242
36287
  "optional": true,
@@ -36260,7 +36305,7 @@
36260
36305
  "immutable": true,
36261
36306
  "locationInModule": {
36262
36307
  "filename": "src/javascript/jest.ts",
36263
- "line": 444
36308
+ "line": 446
36264
36309
  },
36265
36310
  "name": "unmockedModulePathPatterns",
36266
36311
  "optional": true,
@@ -36284,7 +36329,7 @@
36284
36329
  "immutable": true,
36285
36330
  "locationInModule": {
36286
36331
  "filename": "src/javascript/jest.ts",
36287
- "line": 452
36332
+ "line": 454
36288
36333
  },
36289
36334
  "name": "verbose",
36290
36335
  "optional": true,
@@ -36302,7 +36347,7 @@
36302
36347
  "immutable": true,
36303
36348
  "locationInModule": {
36304
36349
  "filename": "src/javascript/jest.ts",
36305
- "line": 472
36350
+ "line": 474
36306
36351
  },
36307
36352
  "name": "watchman",
36308
36353
  "optional": true,
@@ -36321,7 +36366,7 @@
36321
36366
  "immutable": true,
36322
36367
  "locationInModule": {
36323
36368
  "filename": "src/javascript/jest.ts",
36324
- "line": 460
36369
+ "line": 462
36325
36370
  },
36326
36371
  "name": "watchPathIgnorePatterns",
36327
36372
  "optional": true,
@@ -36343,7 +36388,7 @@
36343
36388
  "immutable": true,
36344
36389
  "locationInModule": {
36345
36390
  "filename": "src/javascript/jest.ts",
36346
- "line": 466
36391
+ "line": 468
36347
36392
  },
36348
36393
  "name": "watchPlugins",
36349
36394
  "optional": true,
@@ -36364,7 +36409,7 @@
36364
36409
  "kind": "interface",
36365
36410
  "locationInModule": {
36366
36411
  "filename": "src/javascript/jest.ts",
36367
- "line": 480
36412
+ "line": 482
36368
36413
  },
36369
36414
  "name": "JestOptions",
36370
36415
  "namespace": "javascript",
@@ -36379,7 +36424,7 @@
36379
36424
  "immutable": true,
36380
36425
  "locationInModule": {
36381
36426
  "filename": "src/javascript/jest.ts",
36382
- "line": 541
36427
+ "line": 543
36383
36428
  },
36384
36429
  "name": "configFilePath",
36385
36430
  "optional": true,
@@ -36399,7 +36444,7 @@
36399
36444
  "immutable": true,
36400
36445
  "locationInModule": {
36401
36446
  "filename": "src/javascript/jest.ts",
36402
- "line": 486
36447
+ "line": 488
36403
36448
  },
36404
36449
  "name": "coverage",
36405
36450
  "optional": true,
@@ -36417,7 +36462,7 @@
36417
36462
  "immutable": true,
36418
36463
  "locationInModule": {
36419
36464
  "filename": "src/javascript/jest.ts",
36420
- "line": 494
36465
+ "line": 496
36421
36466
  },
36422
36467
  "name": "coverageText",
36423
36468
  "optional": true,
@@ -36435,7 +36480,7 @@
36435
36480
  "immutable": true,
36436
36481
  "locationInModule": {
36437
36482
  "filename": "src/javascript/jest.ts",
36438
- "line": 553
36483
+ "line": 555
36439
36484
  },
36440
36485
  "name": "extraCliOptions",
36441
36486
  "optional": true,
@@ -36459,7 +36504,7 @@
36459
36504
  "immutable": true,
36460
36505
  "locationInModule": {
36461
36506
  "filename": "src/javascript/jest.ts",
36462
- "line": 501
36507
+ "line": 503
36463
36508
  },
36464
36509
  "name": "ignorePatterns",
36465
36510
  "optional": true,
@@ -36482,7 +36527,7 @@
36482
36527
  "immutable": true,
36483
36528
  "locationInModule": {
36484
36529
  "filename": "src/javascript/jest.ts",
36485
- "line": 547
36530
+ "line": 549
36486
36531
  },
36487
36532
  "name": "jestConfig",
36488
36533
  "optional": true,
@@ -36501,7 +36546,7 @@
36501
36546
  "immutable": true,
36502
36547
  "locationInModule": {
36503
36548
  "filename": "src/javascript/jest.ts",
36504
- "line": 534
36549
+ "line": 536
36505
36550
  },
36506
36551
  "name": "jestVersion",
36507
36552
  "optional": true,
@@ -36520,7 +36565,7 @@
36520
36565
  "immutable": true,
36521
36566
  "locationInModule": {
36522
36567
  "filename": "src/javascript/jest.ts",
36523
- "line": 510
36568
+ "line": 512
36524
36569
  },
36525
36570
  "name": "junitReporting",
36526
36571
  "optional": true,
@@ -36538,7 +36583,7 @@
36538
36583
  "immutable": true,
36539
36584
  "locationInModule": {
36540
36585
  "filename": "src/javascript/jest.ts",
36541
- "line": 517
36586
+ "line": 519
36542
36587
  },
36543
36588
  "name": "preserveDefaultReporters",
36544
36589
  "optional": true,
@@ -36556,7 +36601,7 @@
36556
36601
  "immutable": true,
36557
36602
  "locationInModule": {
36558
36603
  "filename": "src/javascript/jest.ts",
36559
- "line": 525
36604
+ "line": 527
36560
36605
  },
36561
36606
  "name": "updateSnapshot",
36562
36607
  "optional": true,
@@ -41953,7 +41998,7 @@
41953
41998
  "kind": "enum",
41954
41999
  "locationInModule": {
41955
42000
  "filename": "src/javascript/jest.ts",
41956
- "line": 563
42001
+ "line": 565
41957
42002
  },
41958
42003
  "members": [
41959
42004
  {
@@ -51037,6 +51082,6 @@
51037
51082
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
51038
51083
  }
51039
51084
  },
51040
- "version": "0.67.22",
51041
- "fingerprint": "GNv9alFauFDzUDQ5FeNk7exzIeiksbRgb9Ep97ctNe0="
51085
+ "version": "0.67.24",
51086
+ "fingerprint": "GKOfxJ6RiNlhOvs/l0Cs3Y+Ozb9SkKRBn8urNeWeVS0="
51042
51087
  }