projen 0.78.1 → 0.78.3

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 (151) hide show
  1. package/.jsii +658 -202
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +7 -11
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/index.d.ts +1 -0
  46. package/lib/github/index.js +2 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow.d.ts +2 -1
  52. package/lib/github/task-workflow.js +5 -11
  53. package/lib/github/workflow-actions.d.ts +10 -31
  54. package/lib/github/workflow-actions.js +15 -28
  55. package/lib/github/workflow-jobs.js +3 -3
  56. package/lib/github/workflow-steps.d.ts +82 -0
  57. package/lib/github/workflow-steps.js +62 -0
  58. package/lib/github/workflows.js +1 -1
  59. package/lib/gitlab/configuration.js +1 -1
  60. package/lib/gitlab/gitlab-configuration.js +1 -1
  61. package/lib/gitlab/nested-configuration.js +1 -1
  62. package/lib/gitpod.js +1 -1
  63. package/lib/ignore-file.js +1 -1
  64. package/lib/ini.js +1 -1
  65. package/lib/java/java-project.js +1 -1
  66. package/lib/java/junit.js +1 -1
  67. package/lib/java/maven-compile.js +1 -1
  68. package/lib/java/maven-packaging.js +1 -1
  69. package/lib/java/maven-sample.js +1 -1
  70. package/lib/java/pom.js +1 -1
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/bundler.js +1 -1
  73. package/lib/javascript/eslint.js +1 -1
  74. package/lib/javascript/index.d.ts +1 -0
  75. package/lib/javascript/index.js +2 -1
  76. package/lib/javascript/jest.js +4 -4
  77. package/lib/javascript/license-checker.d.ts +47 -0
  78. package/lib/javascript/license-checker.js +51 -0
  79. package/lib/javascript/node-package.js +1 -1
  80. package/lib/javascript/node-project.d.ts +10 -1
  81. package/lib/javascript/node-project.js +6 -2
  82. package/lib/javascript/npm-config.js +1 -1
  83. package/lib/javascript/prettier.js +1 -1
  84. package/lib/javascript/projenrc.js +1 -1
  85. package/lib/javascript/typescript-config.js +2 -2
  86. package/lib/javascript/upgrade-dependencies.js +4 -8
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +1 -1
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pytest-sample.js +1 -1
  104. package/lib/python/pytest.js +1 -1
  105. package/lib/python/python-project.js +1 -1
  106. package/lib/python/python-sample.js +1 -1
  107. package/lib/python/requirements-file.js +1 -1
  108. package/lib/python/setuppy.js +1 -1
  109. package/lib/python/setuptools.js +1 -1
  110. package/lib/python/venv.js +1 -1
  111. package/lib/readme.js +1 -1
  112. package/lib/release/publisher.js +1 -1
  113. package/lib/release/release-trigger.js +1 -1
  114. package/lib/release/release.js +3 -3
  115. package/lib/renovatebot.js +1 -1
  116. package/lib/sample-file.js +2 -2
  117. package/lib/semver.js +1 -1
  118. package/lib/source-code.js +1 -1
  119. package/lib/task-runtime.js +1 -1
  120. package/lib/task.js +1 -1
  121. package/lib/tasks.js +1 -1
  122. package/lib/testing.js +1 -1
  123. package/lib/textfile.js +1 -1
  124. package/lib/toml.js +1 -1
  125. package/lib/typescript/projenrc-ts.js +1 -1
  126. package/lib/typescript/projenrc.js +1 -1
  127. package/lib/typescript/typescript-typedoc.js +1 -1
  128. package/lib/typescript/typescript.js +3 -3
  129. package/lib/util/object.d.ts +6 -0
  130. package/lib/util/object.js +13 -0
  131. package/lib/version.js +2 -2
  132. package/lib/vscode/devcontainer.js +1 -1
  133. package/lib/vscode/extensions.js +1 -1
  134. package/lib/vscode/launch-config.js +1 -1
  135. package/lib/vscode/settings.js +1 -1
  136. package/lib/vscode/vscode.js +1 -1
  137. package/lib/web/next.js +3 -3
  138. package/lib/web/postcss.js +1 -1
  139. package/lib/web/react.js +4 -4
  140. package/lib/web/tailwind.js +1 -1
  141. package/lib/xmlfile.js +1 -1
  142. package/lib/yaml.js +1 -1
  143. package/node_modules/brace-expansion/README.md +6 -0
  144. package/node_modules/brace-expansion/index.js +86 -84
  145. package/node_modules/brace-expansion/package.json +3 -4
  146. package/node_modules/{glob → minimatch}/node_modules/brace-expansion/README.md +0 -6
  147. package/node_modules/{glob → minimatch}/node_modules/brace-expansion/index.js +84 -86
  148. package/node_modules/{glob → minimatch}/node_modules/brace-expansion/package.json +4 -3
  149. package/package.json +3 -1
  150. /package/node_modules/{glob/node_modules/brace-expansion → brace-expansion}/.github/FUNDING.yml +0 -0
  151. /package/node_modules/{glob → minimatch}/node_modules/brace-expansion/LICENSE +0 -0
package/.jsii CHANGED
@@ -140,7 +140,7 @@
140
140
  "projen.github.workflows": {
141
141
  "locationInModule": {
142
142
  "filename": "src/github/index.ts",
143
- "line": 21
143
+ "line": 22
144
144
  },
145
145
  "symbolId": "src/github/workflows-model:"
146
146
  },
@@ -15395,7 +15395,7 @@
15395
15395
  "kind": "interface",
15396
15396
  "locationInModule": {
15397
15397
  "filename": "src/build/build-workflow.ts",
15398
- "line": 460
15398
+ "line": 458
15399
15399
  },
15400
15400
  "name": "AddPostBuildJobCommandsOptions",
15401
15401
  "namespace": "build",
@@ -15410,7 +15410,7 @@
15410
15410
  "immutable": true,
15411
15411
  "locationInModule": {
15412
15412
  "filename": "src/build/build-workflow.ts",
15413
- "line": 472
15413
+ "line": 470
15414
15414
  },
15415
15415
  "name": "checkoutRepo",
15416
15416
  "optional": true,
@@ -15429,7 +15429,7 @@
15429
15429
  "immutable": true,
15430
15430
  "locationInModule": {
15431
15431
  "filename": "src/build/build-workflow.ts",
15432
- "line": 482
15432
+ "line": 480
15433
15433
  },
15434
15434
  "name": "installDeps",
15435
15435
  "optional": true,
@@ -15451,7 +15451,7 @@
15451
15451
  "immutable": true,
15452
15452
  "locationInModule": {
15453
15453
  "filename": "src/build/build-workflow.ts",
15454
- "line": 490
15454
+ "line": 488
15455
15455
  },
15456
15456
  "name": "runsOn",
15457
15457
  "optional": true,
@@ -15477,7 +15477,7 @@
15477
15477
  "immutable": true,
15478
15478
  "locationInModule": {
15479
15479
  "filename": "src/build/build-workflow.ts",
15480
- "line": 497
15480
+ "line": 495
15481
15481
  },
15482
15482
  "name": "runsOnGroup",
15483
15483
  "optional": true,
@@ -15494,7 +15494,7 @@
15494
15494
  "immutable": true,
15495
15495
  "locationInModule": {
15496
15496
  "filename": "src/build/build-workflow.ts",
15497
- "line": 464
15497
+ "line": 462
15498
15498
  },
15499
15499
  "name": "tools",
15500
15500
  "optional": true,
@@ -15516,7 +15516,7 @@
15516
15516
  "kind": "interface",
15517
15517
  "locationInModule": {
15518
15518
  "filename": "src/build/build-workflow.ts",
15519
- "line": 435
15519
+ "line": 433
15520
15520
  },
15521
15521
  "name": "AddPostBuildJobTaskOptions",
15522
15522
  "namespace": "build",
@@ -15535,7 +15535,7 @@
15535
15535
  "immutable": true,
15536
15536
  "locationInModule": {
15537
15537
  "filename": "src/build/build-workflow.ts",
15538
- "line": 447
15538
+ "line": 445
15539
15539
  },
15540
15540
  "name": "runsOn",
15541
15541
  "optional": true,
@@ -15561,7 +15561,7 @@
15561
15561
  "immutable": true,
15562
15562
  "locationInModule": {
15563
15563
  "filename": "src/build/build-workflow.ts",
15564
- "line": 454
15564
+ "line": 452
15565
15565
  },
15566
15566
  "name": "runsOnGroup",
15567
15567
  "optional": true,
@@ -15578,7 +15578,7 @@
15578
15578
  "immutable": true,
15579
15579
  "locationInModule": {
15580
15580
  "filename": "src/build/build-workflow.ts",
15581
- "line": 439
15581
+ "line": 437
15582
15582
  },
15583
15583
  "name": "tools",
15584
15584
  "optional": true,
@@ -20773,56 +20773,95 @@
20773
20773
  ],
20774
20774
  "symbolId": "src/github/auto-merge:AutoMergeOptions"
20775
20775
  },
20776
- "projen.github.CheckoutWithPatchOptions": {
20776
+ "projen.github.CheckoutOptions": {
20777
+ "assembly": "projen",
20778
+ "datatype": true,
20779
+ "docs": {
20780
+ "stability": "experimental"
20781
+ },
20782
+ "fqn": "projen.github.CheckoutOptions",
20783
+ "interfaces": [
20784
+ "projen.github.CommonWorkflowStepOptions"
20785
+ ],
20786
+ "kind": "interface",
20787
+ "locationInModule": {
20788
+ "filename": "src/github/workflow-steps.ts",
20789
+ "line": 80
20790
+ },
20791
+ "name": "CheckoutOptions",
20792
+ "namespace": "github",
20793
+ "properties": [
20794
+ {
20795
+ "abstract": true,
20796
+ "docs": {
20797
+ "stability": "experimental",
20798
+ "summary": "Options for `checkout`."
20799
+ },
20800
+ "immutable": true,
20801
+ "locationInModule": {
20802
+ "filename": "src/github/workflow-steps.ts",
20803
+ "line": 84
20804
+ },
20805
+ "name": "with",
20806
+ "optional": true,
20807
+ "type": {
20808
+ "fqn": "projen.github.CheckoutWith"
20809
+ }
20810
+ }
20811
+ ],
20812
+ "symbolId": "src/github/workflow-steps:CheckoutOptions"
20813
+ },
20814
+ "projen.github.CheckoutWith": {
20777
20815
  "assembly": "projen",
20778
20816
  "datatype": true,
20779
20817
  "docs": {
20780
20818
  "stability": "experimental",
20781
- "summary": "Options for `checkoutWithPatch`."
20819
+ "summary": "Options for `checkout`."
20782
20820
  },
20783
- "fqn": "projen.github.CheckoutWithPatchOptions",
20821
+ "fqn": "projen.github.CheckoutWith",
20784
20822
  "kind": "interface",
20785
20823
  "locationInModule": {
20786
- "filename": "src/github/workflow-actions.ts",
20787
- "line": 175
20824
+ "filename": "src/github/workflow-steps.ts",
20825
+ "line": 90
20788
20826
  },
20789
- "name": "CheckoutWithPatchOptions",
20827
+ "name": "CheckoutWith",
20790
20828
  "namespace": "github",
20791
20829
  "properties": [
20792
20830
  {
20793
20831
  "abstract": true,
20794
20832
  "docs": {
20795
- "default": "false",
20833
+ "default": "1",
20834
+ "remarks": "0 indicates all history for all branches and tags.",
20796
20835
  "stability": "experimental",
20797
- "summary": "Whether LFS is enabled for the GitHub repository."
20836
+ "summary": "Number of commits to fetch."
20798
20837
  },
20799
20838
  "immutable": true,
20800
20839
  "locationInModule": {
20801
- "filename": "src/github/workflow-actions.ts",
20802
- "line": 208
20840
+ "filename": "src/github/workflow-steps.ts",
20841
+ "line": 96
20803
20842
  },
20804
- "name": "lfs",
20843
+ "name": "fetchDepth",
20805
20844
  "optional": true,
20806
20845
  "type": {
20807
- "primitive": "boolean"
20846
+ "primitive": "number"
20808
20847
  }
20809
20848
  },
20810
20849
  {
20811
20850
  "abstract": true,
20812
20851
  "docs": {
20813
- "default": "\".repo.patch\"",
20852
+ "default": "false",
20814
20853
  "stability": "experimental",
20815
- "summary": "The name of the artifact the patch is stored as."
20854
+ "summary": "Whether LFS is enabled for the GitHub repository."
20816
20855
  },
20817
20856
  "immutable": true,
20818
20857
  "locationInModule": {
20819
- "filename": "src/github/workflow-actions.ts",
20820
- "line": 180
20858
+ "filename": "src/github/workflow-steps.ts",
20859
+ "line": 102
20821
20860
  },
20822
- "name": "patchFile",
20861
+ "name": "lfs",
20823
20862
  "optional": true,
20824
20863
  "type": {
20825
- "primitive": "string"
20864
+ "primitive": "boolean"
20826
20865
  }
20827
20866
  },
20828
20867
  {
@@ -20834,8 +20873,8 @@
20834
20873
  },
20835
20874
  "immutable": true,
20836
20875
  "locationInModule": {
20837
- "filename": "src/github/workflow-actions.ts",
20838
- "line": 195
20876
+ "filename": "src/github/workflow-steps.ts",
20877
+ "line": 108
20839
20878
  },
20840
20879
  "name": "ref",
20841
20880
  "optional": true,
@@ -20852,8 +20891,8 @@
20852
20891
  },
20853
20892
  "immutable": true,
20854
20893
  "locationInModule": {
20855
- "filename": "src/github/workflow-actions.ts",
20856
- "line": 201
20894
+ "filename": "src/github/workflow-steps.ts",
20895
+ "line": 114
20857
20896
  },
20858
20897
  "name": "repository",
20859
20898
  "optional": true,
@@ -20871,8 +20910,8 @@
20871
20910
  },
20872
20911
  "immutable": true,
20873
20912
  "locationInModule": {
20874
- "filename": "src/github/workflow-actions.ts",
20875
- "line": 189
20913
+ "filename": "src/github/workflow-steps.ts",
20914
+ "line": 123
20876
20915
  },
20877
20916
  "name": "token",
20878
20917
  "optional": true,
@@ -20881,8 +20920,117 @@
20881
20920
  }
20882
20921
  }
20883
20922
  ],
20923
+ "symbolId": "src/github/workflow-steps:CheckoutWith"
20924
+ },
20925
+ "projen.github.CheckoutWithPatchOptions": {
20926
+ "assembly": "projen",
20927
+ "datatype": true,
20928
+ "docs": {
20929
+ "stability": "experimental",
20930
+ "summary": "Options for `checkoutWithPatch`."
20931
+ },
20932
+ "fqn": "projen.github.CheckoutWithPatchOptions",
20933
+ "interfaces": [
20934
+ "projen.github.CheckoutWith"
20935
+ ],
20936
+ "kind": "interface",
20937
+ "locationInModule": {
20938
+ "filename": "src/github/workflow-actions.ts",
20939
+ "line": 161
20940
+ },
20941
+ "name": "CheckoutWithPatchOptions",
20942
+ "namespace": "github",
20943
+ "properties": [
20944
+ {
20945
+ "abstract": true,
20946
+ "docs": {
20947
+ "default": "\".repo.patch\"",
20948
+ "stability": "experimental",
20949
+ "summary": "The name of the artifact the patch is stored as."
20950
+ },
20951
+ "immutable": true,
20952
+ "locationInModule": {
20953
+ "filename": "src/github/workflow-actions.ts",
20954
+ "line": 166
20955
+ },
20956
+ "name": "patchFile",
20957
+ "optional": true,
20958
+ "type": {
20959
+ "primitive": "string"
20960
+ }
20961
+ }
20962
+ ],
20884
20963
  "symbolId": "src/github/workflow-actions:CheckoutWithPatchOptions"
20885
20964
  },
20965
+ "projen.github.CommonWorkflowStepOptions": {
20966
+ "assembly": "projen",
20967
+ "datatype": true,
20968
+ "docs": {
20969
+ "stability": "experimental"
20970
+ },
20971
+ "fqn": "projen.github.CommonWorkflowStepOptions",
20972
+ "kind": "interface",
20973
+ "locationInModule": {
20974
+ "filename": "src/github/workflow-steps.ts",
20975
+ "line": 63
20976
+ },
20977
+ "name": "CommonWorkflowStepOptions",
20978
+ "namespace": "github",
20979
+ "properties": [
20980
+ {
20981
+ "abstract": true,
20982
+ "docs": {
20983
+ "stability": "experimental",
20984
+ "summary": "A unique identifier for the step."
20985
+ },
20986
+ "immutable": true,
20987
+ "locationInModule": {
20988
+ "filename": "src/github/workflow-steps.ts",
20989
+ "line": 67
20990
+ },
20991
+ "name": "id",
20992
+ "optional": true,
20993
+ "type": {
20994
+ "primitive": "string"
20995
+ }
20996
+ },
20997
+ {
20998
+ "abstract": true,
20999
+ "docs": {
21000
+ "stability": "experimental",
21001
+ "summary": "A condition to determine whether to run this step."
21002
+ },
21003
+ "immutable": true,
21004
+ "locationInModule": {
21005
+ "filename": "src/github/workflow-steps.ts",
21006
+ "line": 72
21007
+ },
21008
+ "name": "if",
21009
+ "optional": true,
21010
+ "type": {
21011
+ "primitive": "string"
21012
+ }
21013
+ },
21014
+ {
21015
+ "abstract": true,
21016
+ "docs": {
21017
+ "stability": "experimental",
21018
+ "summary": "The name of the step."
21019
+ },
21020
+ "immutable": true,
21021
+ "locationInModule": {
21022
+ "filename": "src/github/workflow-steps.ts",
21023
+ "line": 77
21024
+ },
21025
+ "name": "name",
21026
+ "optional": true,
21027
+ "type": {
21028
+ "primitive": "string"
21029
+ }
21030
+ }
21031
+ ],
21032
+ "symbolId": "src/github/workflow-steps:CommonWorkflowStepOptions"
21033
+ },
20886
21034
  "projen.github.ContributorStatementOptions": {
20887
21035
  "assembly": "projen",
20888
21036
  "datatype": true,
@@ -20958,7 +21106,7 @@
20958
21106
  "kind": "interface",
20959
21107
  "locationInModule": {
20960
21108
  "filename": "src/github/workflow-actions.ts",
20961
- "line": 244
21109
+ "line": 202
20962
21110
  },
20963
21111
  "name": "CreatePullRequestOptions",
20964
21112
  "namespace": "github",
@@ -20973,7 +21121,7 @@
20973
21121
  "immutable": true,
20974
21122
  "locationInModule": {
20975
21123
  "filename": "src/github/workflow-actions.ts",
20976
- "line": 281
21124
+ "line": 239
20977
21125
  },
20978
21126
  "name": "pullRequestDescription",
20979
21127
  "type": {
@@ -20990,7 +21138,7 @@
20990
21138
  "immutable": true,
20991
21139
  "locationInModule": {
20992
21140
  "filename": "src/github/workflow-actions.ts",
20993
- "line": 274
21141
+ "line": 232
20994
21142
  },
20995
21143
  "name": "pullRequestTitle",
20996
21144
  "type": {
@@ -21006,7 +21154,7 @@
21006
21154
  "immutable": true,
21007
21155
  "locationInModule": {
21008
21156
  "filename": "src/github/workflow-actions.ts",
21009
- "line": 267
21157
+ "line": 225
21010
21158
  },
21011
21159
  "name": "workflowName",
21012
21160
  "type": {
@@ -21023,7 +21171,7 @@
21023
21171
  "immutable": true,
21024
21172
  "locationInModule": {
21025
21173
  "filename": "src/github/workflow-actions.ts",
21026
- "line": 322
21174
+ "line": 280
21027
21175
  },
21028
21176
  "name": "assignees",
21029
21177
  "optional": true,
@@ -21046,7 +21194,7 @@
21046
21194
  "immutable": true,
21047
21195
  "locationInModule": {
21048
21196
  "filename": "src/github/workflow-actions.ts",
21049
- "line": 288
21197
+ "line": 246
21050
21198
  },
21051
21199
  "name": "baseBranch",
21052
21200
  "optional": true,
@@ -21064,7 +21212,7 @@
21064
21212
  "immutable": true,
21065
21213
  "locationInModule": {
21066
21214
  "filename": "src/github/workflow-actions.ts",
21067
- "line": 295
21215
+ "line": 253
21068
21216
  },
21069
21217
  "name": "branchName",
21070
21218
  "optional": true,
@@ -21082,7 +21230,7 @@
21082
21230
  "immutable": true,
21083
21231
  "locationInModule": {
21084
21232
  "filename": "src/github/workflow-actions.ts",
21085
- "line": 262
21233
+ "line": 220
21086
21234
  },
21087
21235
  "name": "credentials",
21088
21236
  "optional": true,
@@ -21100,7 +21248,7 @@
21100
21248
  "immutable": true,
21101
21249
  "locationInModule": {
21102
21250
  "filename": "src/github/workflow-actions.ts",
21103
- "line": 301
21251
+ "line": 259
21104
21252
  },
21105
21253
  "name": "gitIdentity",
21106
21254
  "optional": true,
@@ -21118,7 +21266,7 @@
21118
21266
  "immutable": true,
21119
21267
  "locationInModule": {
21120
21268
  "filename": "src/github/workflow-actions.ts",
21121
- "line": 315
21269
+ "line": 273
21122
21270
  },
21123
21271
  "name": "labels",
21124
21272
  "optional": true,
@@ -21141,7 +21289,7 @@
21141
21289
  "immutable": true,
21142
21290
  "locationInModule": {
21143
21291
  "filename": "src/github/workflow-actions.ts",
21144
- "line": 308
21292
+ "line": 266
21145
21293
  },
21146
21294
  "name": "signoff",
21147
21295
  "optional": true,
@@ -21159,7 +21307,7 @@
21159
21307
  "immutable": true,
21160
21308
  "locationInModule": {
21161
21309
  "filename": "src/github/workflow-actions.ts",
21162
- "line": 249
21310
+ "line": 207
21163
21311
  },
21164
21312
  "name": "stepId",
21165
21313
  "optional": true,
@@ -21177,7 +21325,7 @@
21177
21325
  "immutable": true,
21178
21326
  "locationInModule": {
21179
21327
  "filename": "src/github/workflow-actions.ts",
21180
- "line": 255
21328
+ "line": 213
21181
21329
  },
21182
21330
  "name": "stepName",
21183
21331
  "optional": true,
@@ -23062,7 +23210,7 @@
23062
23210
  "kind": "interface",
23063
23211
  "locationInModule": {
23064
23212
  "filename": "src/github/task-workflow.ts",
23065
- "line": 232
23213
+ "line": 226
23066
23214
  },
23067
23215
  "name": "GitIdentity",
23068
23216
  "namespace": "github",
@@ -23076,7 +23224,7 @@
23076
23224
  "immutable": true,
23077
23225
  "locationInModule": {
23078
23226
  "filename": "src/github/task-workflow.ts",
23079
- "line": 241
23227
+ "line": 235
23080
23228
  },
23081
23229
  "name": "email",
23082
23230
  "type": {
@@ -23092,7 +23240,7 @@
23092
23240
  "immutable": true,
23093
23241
  "locationInModule": {
23094
23242
  "filename": "src/github/task-workflow.ts",
23095
- "line": 236
23243
+ "line": 230
23096
23244
  },
23097
23245
  "name": "name",
23098
23246
  "type": {
@@ -24201,7 +24349,7 @@
24201
24349
  "kind": "interface",
24202
24350
  "locationInModule": {
24203
24351
  "filename": "src/github/workflow-jobs.ts",
24204
- "line": 61
24352
+ "line": 62
24205
24353
  },
24206
24354
  "name": "PullRequestFromPatchOptions",
24207
24355
  "namespace": "github",
@@ -24215,7 +24363,7 @@
24215
24363
  "immutable": true,
24216
24364
  "locationInModule": {
24217
24365
  "filename": "src/github/workflow-jobs.ts",
24218
- "line": 65
24366
+ "line": 66
24219
24367
  },
24220
24368
  "name": "patch",
24221
24369
  "type": {
@@ -24232,7 +24380,7 @@
24232
24380
  "immutable": true,
24233
24381
  "locationInModule": {
24234
24382
  "filename": "src/github/workflow-jobs.ts",
24235
- "line": 71
24383
+ "line": 72
24236
24384
  },
24237
24385
  "name": "jobName",
24238
24386
  "optional": true,
@@ -24254,7 +24402,7 @@
24254
24402
  "immutable": true,
24255
24403
  "locationInModule": {
24256
24404
  "filename": "src/github/workflow-jobs.ts",
24257
- "line": 79
24405
+ "line": 80
24258
24406
  },
24259
24407
  "name": "runsOn",
24260
24408
  "optional": true,
@@ -24280,7 +24428,7 @@
24280
24428
  "immutable": true,
24281
24429
  "locationInModule": {
24282
24430
  "filename": "src/github/workflow-jobs.ts",
24283
- "line": 86
24431
+ "line": 87
24284
24432
  },
24285
24433
  "name": "runsOnGroup",
24286
24434
  "optional": true,
@@ -24501,7 +24649,7 @@
24501
24649
  "kind": "interface",
24502
24650
  "locationInModule": {
24503
24651
  "filename": "src/github/workflow-jobs.ts",
24504
- "line": 49
24652
+ "line": 50
24505
24653
  },
24506
24654
  "name": "PullRequestPatchSource",
24507
24655
  "namespace": "github",
@@ -24515,7 +24663,7 @@
24515
24663
  "immutable": true,
24516
24664
  "locationInModule": {
24517
24665
  "filename": "src/github/workflow-jobs.ts",
24518
- "line": 53
24666
+ "line": 54
24519
24667
  },
24520
24668
  "name": "jobId",
24521
24669
  "type": {
@@ -24531,7 +24679,7 @@
24531
24679
  "immutable": true,
24532
24680
  "locationInModule": {
24533
24681
  "filename": "src/github/workflow-jobs.ts",
24534
- "line": 58
24682
+ "line": 59
24535
24683
  },
24536
24684
  "name": "outputName",
24537
24685
  "type": {
@@ -24719,6 +24867,43 @@
24719
24867
  ],
24720
24868
  "symbolId": "src/github/pull-request-lint:SemanticTitleOptions"
24721
24869
  },
24870
+ "projen.github.SetupGitIdentityOptions": {
24871
+ "assembly": "projen",
24872
+ "datatype": true,
24873
+ "docs": {
24874
+ "stability": "experimental"
24875
+ },
24876
+ "fqn": "projen.github.SetupGitIdentityOptions",
24877
+ "interfaces": [
24878
+ "projen.github.CommonWorkflowStepOptions"
24879
+ ],
24880
+ "kind": "interface",
24881
+ "locationInModule": {
24882
+ "filename": "src/github/workflow-steps.ts",
24883
+ "line": 126
24884
+ },
24885
+ "name": "SetupGitIdentityOptions",
24886
+ "namespace": "github",
24887
+ "properties": [
24888
+ {
24889
+ "abstract": true,
24890
+ "docs": {
24891
+ "stability": "experimental",
24892
+ "summary": "The identity to use."
24893
+ },
24894
+ "immutable": true,
24895
+ "locationInModule": {
24896
+ "filename": "src/github/workflow-steps.ts",
24897
+ "line": 130
24898
+ },
24899
+ "name": "gitIdentity",
24900
+ "type": {
24901
+ "fqn": "projen.github.GitIdentity"
24902
+ }
24903
+ }
24904
+ ],
24905
+ "symbolId": "src/github/workflow-steps:SetupGitIdentityOptions"
24906
+ },
24722
24907
  "projen.github.Stale": {
24723
24908
  "assembly": "projen",
24724
24909
  "base": "projen.Component",
@@ -25189,12 +25374,7 @@
25189
25374
  "name": "checkoutWith",
25190
25375
  "optional": true,
25191
25376
  "type": {
25192
- "collection": {
25193
- "elementtype": {
25194
- "primitive": "any"
25195
- },
25196
- "kind": "map"
25197
- }
25377
+ "fqn": "projen.github.CheckoutWith"
25198
25378
  }
25199
25379
  },
25200
25380
  {
@@ -25479,7 +25659,7 @@
25479
25659
  "kind": "interface",
25480
25660
  "locationInModule": {
25481
25661
  "filename": "src/github/workflow-actions.ts",
25482
- "line": 214
25662
+ "line": 172
25483
25663
  },
25484
25664
  "name": "UploadGitPatchOptions",
25485
25665
  "namespace": "github",
@@ -25494,7 +25674,7 @@
25494
25674
  "immutable": true,
25495
25675
  "locationInModule": {
25496
25676
  "filename": "src/github/workflow-actions.ts",
25497
- "line": 235
25677
+ "line": 193
25498
25678
  },
25499
25679
  "name": "outputName",
25500
25680
  "type": {
@@ -25510,7 +25690,7 @@
25510
25690
  "immutable": true,
25511
25691
  "locationInModule": {
25512
25692
  "filename": "src/github/workflow-actions.ts",
25513
- "line": 218
25693
+ "line": 176
25514
25694
  },
25515
25695
  "name": "stepId",
25516
25696
  "type": {
@@ -25527,7 +25707,7 @@
25527
25707
  "immutable": true,
25528
25708
  "locationInModule": {
25529
25709
  "filename": "src/github/workflow-actions.ts",
25530
- "line": 241
25710
+ "line": 199
25531
25711
  },
25532
25712
  "name": "mutationError",
25533
25713
  "optional": true,
@@ -25545,7 +25725,7 @@
25545
25725
  "immutable": true,
25546
25726
  "locationInModule": {
25547
25727
  "filename": "src/github/workflow-actions.ts",
25548
- "line": 230
25728
+ "line": 188
25549
25729
  },
25550
25730
  "name": "patchFile",
25551
25731
  "optional": true,
@@ -25563,7 +25743,7 @@
25563
25743
  "immutable": true,
25564
25744
  "locationInModule": {
25565
25745
  "filename": "src/github/workflow-actions.ts",
25566
- "line": 224
25746
+ "line": 182
25567
25747
  },
25568
25748
  "name": "stepName",
25569
25749
  "optional": true,
@@ -25644,7 +25824,7 @@
25644
25824
  "kind": "class",
25645
25825
  "locationInModule": {
25646
25826
  "filename": "src/github/workflow-actions.ts",
25647
- "line": 19
25827
+ "line": 20
25648
25828
  },
25649
25829
  "methods": [
25650
25830
  {
@@ -25690,7 +25870,7 @@
25690
25870
  },
25691
25871
  "locationInModule": {
25692
25872
  "filename": "src/github/workflow-actions.ts",
25693
- "line": 123
25873
+ "line": 98
25694
25874
  },
25695
25875
  "name": "createPullRequest",
25696
25876
  "parameters": [
@@ -25718,13 +25898,14 @@
25718
25898
  },
25719
25899
  {
25720
25900
  "docs": {
25901
+ "deprecated": "use `WorkflowSteps.setupGitIdentity` instead",
25721
25902
  "returns": "Job steps",
25722
- "stability": "experimental",
25903
+ "stability": "deprecated",
25723
25904
  "summary": "Configures the git identity (user name and email)."
25724
25905
  },
25725
25906
  "locationInModule": {
25726
25907
  "filename": "src/github/workflow-actions.ts",
25727
- "line": 105
25908
+ "line": 153
25728
25909
  },
25729
25910
  "name": "setupGitIdentity",
25730
25911
  "parameters": [
@@ -25759,7 +25940,7 @@
25759
25940
  },
25760
25941
  "locationInModule": {
25761
25942
  "filename": "src/github/workflow-actions.ts",
25762
- "line": 29
25943
+ "line": 30
25763
25944
  },
25764
25945
  "name": "uploadGitPatch",
25765
25946
  "parameters": [
@@ -25805,7 +25986,7 @@
25805
25986
  "kind": "class",
25806
25987
  "locationInModule": {
25807
25988
  "filename": "src/github/workflow-jobs.ts",
25808
- "line": 14
25989
+ "line": 15
25809
25990
  },
25810
25991
  "methods": [
25811
25992
  {
@@ -25816,7 +25997,7 @@
25816
25997
  },
25817
25998
  "locationInModule": {
25818
25999
  "filename": "src/github/workflow-jobs.ts",
25819
- "line": 20
26000
+ "line": 21
25820
26001
  },
25821
26002
  "name": "pullRequestFromPatch",
25822
26003
  "parameters": [
@@ -25839,6 +26020,85 @@
25839
26020
  "namespace": "github",
25840
26021
  "symbolId": "src/github/workflow-jobs:WorkflowJobs"
25841
26022
  },
26023
+ "projen.github.WorkflowSteps": {
26024
+ "assembly": "projen",
26025
+ "docs": {
26026
+ "stability": "experimental",
26027
+ "summary": "A collection of very commonly used, individual, GitHub Workflow Job steps."
26028
+ },
26029
+ "fqn": "projen.github.WorkflowSteps",
26030
+ "initializer": {
26031
+ "docs": {
26032
+ "stability": "experimental"
26033
+ }
26034
+ },
26035
+ "kind": "class",
26036
+ "locationInModule": {
26037
+ "filename": "src/github/workflow-steps.ts",
26038
+ "line": 8
26039
+ },
26040
+ "methods": [
26041
+ {
26042
+ "docs": {
26043
+ "returns": "Job steps",
26044
+ "stability": "experimental",
26045
+ "summary": "Checks out a repository."
26046
+ },
26047
+ "locationInModule": {
26048
+ "filename": "src/github/workflow-steps.ts",
26049
+ "line": 15
26050
+ },
26051
+ "name": "checkout",
26052
+ "parameters": [
26053
+ {
26054
+ "docs": {
26055
+ "summary": "Options."
26056
+ },
26057
+ "name": "options",
26058
+ "optional": true,
26059
+ "type": {
26060
+ "fqn": "projen.github.CheckoutOptions"
26061
+ }
26062
+ }
26063
+ ],
26064
+ "returns": {
26065
+ "type": {
26066
+ "fqn": "projen.github.workflows.JobStep"
26067
+ }
26068
+ },
26069
+ "static": true
26070
+ },
26071
+ {
26072
+ "docs": {
26073
+ "returns": "Job steps",
26074
+ "stability": "experimental",
26075
+ "summary": "Configures the git identity (user name and email)."
26076
+ },
26077
+ "locationInModule": {
26078
+ "filename": "src/github/workflow-steps.ts",
26079
+ "line": 39
26080
+ },
26081
+ "name": "setupGitIdentity",
26082
+ "parameters": [
26083
+ {
26084
+ "name": "options",
26085
+ "type": {
26086
+ "fqn": "projen.github.SetupGitIdentityOptions"
26087
+ }
26088
+ }
26089
+ ],
26090
+ "returns": {
26091
+ "type": {
26092
+ "fqn": "projen.github.workflows.JobStep"
26093
+ }
26094
+ },
26095
+ "static": true
26096
+ }
26097
+ ],
26098
+ "name": "WorkflowSteps",
26099
+ "namespace": "github",
26100
+ "symbolId": "src/github/workflow-steps:WorkflowSteps"
26101
+ },
25842
26102
  "projen.github.workflows.AppPermission": {
25843
26103
  "assembly": "projen",
25844
26104
  "docs": {
@@ -37117,7 +37377,7 @@
37117
37377
  "kind": "enum",
37118
37378
  "locationInModule": {
37119
37379
  "filename": "src/javascript/node-project.ts",
37120
- "line": 321
37380
+ "line": 331
37121
37381
  },
37122
37382
  "members": [
37123
37383
  {
@@ -40662,6 +40922,183 @@
40662
40922
  "namespace": "javascript",
40663
40923
  "symbolId": "src/javascript/jest:JestReporter"
40664
40924
  },
40925
+ "projen.javascript.LicenseChecker": {
40926
+ "assembly": "projen",
40927
+ "base": "projen.Component",
40928
+ "docs": {
40929
+ "stability": "experimental",
40930
+ "summary": "Enforces allowed licenses used by dependencies."
40931
+ },
40932
+ "fqn": "projen.javascript.LicenseChecker",
40933
+ "initializer": {
40934
+ "docs": {
40935
+ "stability": "experimental"
40936
+ },
40937
+ "locationInModule": {
40938
+ "filename": "src/javascript/license-checker.ts",
40939
+ "line": 54
40940
+ },
40941
+ "parameters": [
40942
+ {
40943
+ "name": "scope",
40944
+ "type": {
40945
+ "fqn": "constructs.Construct"
40946
+ }
40947
+ },
40948
+ {
40949
+ "name": "options",
40950
+ "type": {
40951
+ "fqn": "projen.javascript.LicenseCheckerOptions"
40952
+ }
40953
+ }
40954
+ ]
40955
+ },
40956
+ "kind": "class",
40957
+ "locationInModule": {
40958
+ "filename": "src/javascript/license-checker.ts",
40959
+ "line": 51
40960
+ },
40961
+ "name": "LicenseChecker",
40962
+ "namespace": "javascript",
40963
+ "properties": [
40964
+ {
40965
+ "docs": {
40966
+ "stability": "experimental"
40967
+ },
40968
+ "immutable": true,
40969
+ "locationInModule": {
40970
+ "filename": "src/javascript/license-checker.ts",
40971
+ "line": 52
40972
+ },
40973
+ "name": "task",
40974
+ "type": {
40975
+ "fqn": "projen.Task"
40976
+ }
40977
+ }
40978
+ ],
40979
+ "symbolId": "src/javascript/license-checker:LicenseChecker"
40980
+ },
40981
+ "projen.javascript.LicenseCheckerOptions": {
40982
+ "assembly": "projen",
40983
+ "datatype": true,
40984
+ "docs": {
40985
+ "stability": "experimental",
40986
+ "summary": "Options to configure the license checker."
40987
+ },
40988
+ "fqn": "projen.javascript.LicenseCheckerOptions",
40989
+ "kind": "interface",
40990
+ "locationInModule": {
40991
+ "filename": "src/javascript/license-checker.ts",
40992
+ "line": 9
40993
+ },
40994
+ "name": "LicenseCheckerOptions",
40995
+ "namespace": "javascript",
40996
+ "properties": [
40997
+ {
40998
+ "abstract": true,
40999
+ "docs": {
41000
+ "default": "- no licenses are allowed",
41001
+ "remarks": "For the license check to pass, all detected licenses MUST be in this list.\nOnly one of `allowedLicenses` and `prohibitedLicenses` can be provided and must not be empty.",
41002
+ "stability": "experimental",
41003
+ "summary": "List of SPDX license identifiers that are allowed to be used."
41004
+ },
41005
+ "immutable": true,
41006
+ "locationInModule": {
41007
+ "filename": "src/javascript/license-checker.ts",
41008
+ "line": 29
41009
+ },
41010
+ "name": "allow",
41011
+ "optional": true,
41012
+ "type": {
41013
+ "collection": {
41014
+ "elementtype": {
41015
+ "primitive": "string"
41016
+ },
41017
+ "kind": "array"
41018
+ }
41019
+ }
41020
+ },
41021
+ {
41022
+ "abstract": true,
41023
+ "docs": {
41024
+ "default": "- no licenses are prohibited",
41025
+ "remarks": "For the license check to pass, no detected licenses can be in this list.\nOnly one of `allowedLicenses` and `prohibitedLicenses` can be provided and must not be empty.",
41026
+ "stability": "experimental",
41027
+ "summary": "List of SPDX license identifiers that are prohibited to be used."
41028
+ },
41029
+ "immutable": true,
41030
+ "locationInModule": {
41031
+ "filename": "src/javascript/license-checker.ts",
41032
+ "line": 38
41033
+ },
41034
+ "name": "deny",
41035
+ "optional": true,
41036
+ "type": {
41037
+ "collection": {
41038
+ "elementtype": {
41039
+ "primitive": "string"
41040
+ },
41041
+ "kind": "array"
41042
+ }
41043
+ }
41044
+ },
41045
+ {
41046
+ "abstract": true,
41047
+ "docs": {
41048
+ "default": "false",
41049
+ "stability": "experimental",
41050
+ "summary": "Check development dependencies."
41051
+ },
41052
+ "immutable": true,
41053
+ "locationInModule": {
41054
+ "filename": "src/javascript/license-checker.ts",
41055
+ "line": 20
41056
+ },
41057
+ "name": "development",
41058
+ "optional": true,
41059
+ "type": {
41060
+ "primitive": "boolean"
41061
+ }
41062
+ },
41063
+ {
41064
+ "abstract": true,
41065
+ "docs": {
41066
+ "default": "true",
41067
+ "stability": "experimental",
41068
+ "summary": "Check production dependencies."
41069
+ },
41070
+ "immutable": true,
41071
+ "locationInModule": {
41072
+ "filename": "src/javascript/license-checker.ts",
41073
+ "line": 14
41074
+ },
41075
+ "name": "production",
41076
+ "optional": true,
41077
+ "type": {
41078
+ "primitive": "boolean"
41079
+ }
41080
+ },
41081
+ {
41082
+ "abstract": true,
41083
+ "docs": {
41084
+ "default": "\"check-licenses\"",
41085
+ "stability": "experimental",
41086
+ "summary": "The name of the task that is added to check licenses."
41087
+ },
41088
+ "immutable": true,
41089
+ "locationInModule": {
41090
+ "filename": "src/javascript/license-checker.ts",
41091
+ "line": 45
41092
+ },
41093
+ "name": "taskName",
41094
+ "optional": true,
41095
+ "type": {
41096
+ "primitive": "string"
41097
+ }
41098
+ }
41099
+ ],
41100
+ "symbolId": "src/javascript/license-checker:LicenseCheckerOptions"
41101
+ },
40665
41102
  "projen.javascript.NodePackage": {
40666
41103
  "assembly": "projen",
40667
41104
  "base": "projen.Component",
@@ -42260,7 +42697,7 @@
42260
42697
  },
42261
42698
  "locationInModule": {
42262
42699
  "filename": "src/javascript/node-project.ts",
42263
- "line": 463
42700
+ "line": 473
42264
42701
  },
42265
42702
  "parameters": [
42266
42703
  {
@@ -42274,7 +42711,7 @@
42274
42711
  "kind": "class",
42275
42712
  "locationInModule": {
42276
42713
  "filename": "src/javascript/node-project.ts",
42277
- "line": 338
42714
+ "line": 348
42278
42715
  },
42279
42716
  "methods": [
42280
42717
  {
@@ -42283,7 +42720,7 @@
42283
42720
  },
42284
42721
  "locationInModule": {
42285
42722
  "filename": "src/javascript/node-project.ts",
42286
- "line": 805
42723
+ "line": 819
42287
42724
  },
42288
42725
  "name": "addBins",
42289
42726
  "parameters": [
@@ -42308,7 +42745,7 @@
42308
42745
  },
42309
42746
  "locationInModule": {
42310
42747
  "filename": "src/javascript/node-project.ts",
42311
- "line": 1088
42748
+ "line": 1102
42312
42749
  },
42313
42750
  "name": "addBundledDeps",
42314
42751
  "parameters": [
@@ -42334,7 +42771,7 @@
42334
42771
  },
42335
42772
  "locationInModule": {
42336
42773
  "filename": "src/javascript/node-project.ts",
42337
- "line": 850
42774
+ "line": 864
42338
42775
  },
42339
42776
  "name": "addCompileCommand",
42340
42777
  "parameters": [
@@ -42355,7 +42792,7 @@
42355
42792
  },
42356
42793
  "locationInModule": {
42357
42794
  "filename": "src/javascript/node-project.ts",
42358
- "line": 1042
42795
+ "line": 1056
42359
42796
  },
42360
42797
  "name": "addDeps",
42361
42798
  "parameters": [
@@ -42380,7 +42817,7 @@
42380
42817
  },
42381
42818
  "locationInModule": {
42382
42819
  "filename": "src/javascript/node-project.ts",
42383
- "line": 1055
42820
+ "line": 1069
42384
42821
  },
42385
42822
  "name": "addDevDeps",
42386
42823
  "parameters": [
@@ -42405,7 +42842,7 @@
42405
42842
  },
42406
42843
  "locationInModule": {
42407
42844
  "filename": "src/javascript/node-project.ts",
42408
- "line": 870
42845
+ "line": 884
42409
42846
  },
42410
42847
  "name": "addFields",
42411
42848
  "parameters": [
@@ -42432,7 +42869,7 @@
42432
42869
  },
42433
42870
  "locationInModule": {
42434
42871
  "filename": "src/javascript/node-project.ts",
42435
- "line": 880
42872
+ "line": 894
42436
42873
  },
42437
42874
  "name": "addKeywords",
42438
42875
  "parameters": [
@@ -42457,7 +42894,7 @@
42457
42894
  },
42458
42895
  "locationInModule": {
42459
42896
  "filename": "src/javascript/node-project.ts",
42460
- "line": 1092
42897
+ "line": 1106
42461
42898
  },
42462
42899
  "name": "addPackageIgnore",
42463
42900
  "overrides": "projen.Project",
@@ -42478,7 +42915,7 @@
42478
42915
  },
42479
42916
  "locationInModule": {
42480
42917
  "filename": "src/javascript/node-project.ts",
42481
- "line": 1072
42918
+ "line": 1086
42482
42919
  },
42483
42920
  "name": "addPeerDeps",
42484
42921
  "parameters": [
@@ -42503,7 +42940,7 @@
42503
42940
  },
42504
42941
  "locationInModule": {
42505
42942
  "filename": "src/javascript/node-project.ts",
42506
- "line": 823
42943
+ "line": 837
42507
42944
  },
42508
42945
  "name": "addScripts",
42509
42946
  "parameters": [
@@ -42531,7 +42968,7 @@
42531
42968
  },
42532
42969
  "locationInModule": {
42533
42970
  "filename": "src/javascript/node-project.ts",
42534
- "line": 860
42971
+ "line": 874
42535
42972
  },
42536
42973
  "name": "addTestCommand",
42537
42974
  "parameters": [
@@ -42553,7 +42990,7 @@
42553
42990
  },
42554
42991
  "locationInModule": {
42555
42992
  "filename": "src/javascript/node-project.ts",
42556
- "line": 842
42993
+ "line": 856
42557
42994
  },
42558
42995
  "name": "hasScript",
42559
42996
  "parameters": [
@@ -42580,7 +43017,7 @@
42580
43017
  },
42581
43018
  "locationInModule": {
42582
43019
  "filename": "src/javascript/node-project.ts",
42583
- "line": 833
43020
+ "line": 847
42584
43021
  },
42585
43022
  "name": "removeScript",
42586
43023
  "parameters": [
@@ -42603,7 +43040,7 @@
42603
43040
  },
42604
43041
  "locationInModule": {
42605
43042
  "filename": "src/javascript/node-project.ts",
42606
- "line": 970
43043
+ "line": 984
42607
43044
  },
42608
43045
  "name": "renderWorkflowSetup",
42609
43046
  "parameters": [
@@ -42637,7 +43074,7 @@
42637
43074
  },
42638
43075
  "locationInModule": {
42639
43076
  "filename": "src/javascript/node-project.ts",
42640
- "line": 1165
43077
+ "line": 1179
42641
43078
  },
42642
43079
  "name": "runTaskCommand",
42643
43080
  "overrides": "projen.Project",
@@ -42665,7 +43102,7 @@
42665
43102
  },
42666
43103
  "locationInModule": {
42667
43104
  "filename": "src/javascript/node-project.ts",
42668
- "line": 815
43105
+ "line": 829
42669
43106
  },
42670
43107
  "name": "setScript",
42671
43108
  "parameters": [
@@ -42701,7 +43138,7 @@
42701
43138
  "immutable": true,
42702
43139
  "locationInModule": {
42703
43140
  "filename": "src/javascript/node-project.ts",
42704
- "line": 363
43141
+ "line": 373
42705
43142
  },
42706
43143
  "name": "allowLibraryDependencies",
42707
43144
  "type": {
@@ -42717,7 +43154,7 @@
42717
43154
  "immutable": true,
42718
43155
  "locationInModule": {
42719
43156
  "filename": "src/javascript/node-project.ts",
42720
- "line": 446
43157
+ "line": 456
42721
43158
  },
42722
43159
  "name": "artifactsDirectory",
42723
43160
  "type": {
@@ -42732,7 +43169,7 @@
42732
43169
  "immutable": true,
42733
43170
  "locationInModule": {
42734
43171
  "filename": "src/javascript/node-project.ts",
42735
- "line": 451
43172
+ "line": 461
42736
43173
  },
42737
43174
  "name": "artifactsJavascriptDirectory",
42738
43175
  "type": {
@@ -42746,7 +43183,7 @@
42746
43183
  "immutable": true,
42747
43184
  "locationInModule": {
42748
43185
  "filename": "src/javascript/node-project.ts",
42749
- "line": 439
43186
+ "line": 449
42750
43187
  },
42751
43188
  "name": "bundler",
42752
43189
  "type": {
@@ -42761,7 +43198,7 @@
42761
43198
  "immutable": true,
42762
43199
  "locationInModule": {
42763
43200
  "filename": "src/javascript/node-project.ts",
42764
- "line": 370
43201
+ "line": 380
42765
43202
  },
42766
43203
  "name": "entrypoint",
42767
43204
  "type": {
@@ -42776,7 +43213,7 @@
42776
43213
  "immutable": true,
42777
43214
  "locationInModule": {
42778
43215
  "filename": "src/javascript/node-project.ts",
42779
- "line": 435
43216
+ "line": 445
42780
43217
  },
42781
43218
  "name": "manifest",
42782
43219
  "type": {
@@ -42791,7 +43228,7 @@
42791
43228
  "immutable": true,
42792
43229
  "locationInModule": {
42793
43230
  "filename": "src/javascript/node-project.ts",
42794
- "line": 352
43231
+ "line": 362
42795
43232
  },
42796
43233
  "name": "npmrc",
42797
43234
  "type": {
@@ -42806,7 +43243,7 @@
42806
43243
  "immutable": true,
42807
43244
  "locationInModule": {
42808
43245
  "filename": "src/javascript/node-project.ts",
42809
- "line": 342
43246
+ "line": 352
42810
43247
  },
42811
43248
  "name": "package",
42812
43249
  "type": {
@@ -42822,7 +43259,7 @@
42822
43259
  "immutable": true,
42823
43260
  "locationInModule": {
42824
43261
  "filename": "src/javascript/node-project.ts",
42825
- "line": 418
43262
+ "line": 428
42826
43263
  },
42827
43264
  "name": "packageManager",
42828
43265
  "type": {
@@ -42837,7 +43274,7 @@
42837
43274
  "immutable": true,
42838
43275
  "locationInModule": {
42839
43276
  "filename": "src/javascript/node-project.ts",
42840
- "line": 425
43277
+ "line": 435
42841
43278
  },
42842
43279
  "name": "runScriptCommand",
42843
43280
  "type": {
@@ -42851,7 +43288,7 @@
42851
43288
  "immutable": true,
42852
43289
  "locationInModule": {
42853
43290
  "filename": "src/javascript/node-project.ts",
42854
- "line": 458
43291
+ "line": 468
42855
43292
  },
42856
43293
  "name": "workflowBootstrapSteps",
42857
43294
  "protected": true,
@@ -42871,7 +43308,7 @@
42871
43308
  "immutable": true,
42872
43309
  "locationInModule": {
42873
43310
  "filename": "src/javascript/node-project.ts",
42874
- "line": 460
43311
+ "line": 470
42875
43312
  },
42876
43313
  "name": "workflowPackageCache",
42877
43314
  "protected": true,
@@ -42887,7 +43324,7 @@
42887
43324
  "immutable": true,
42888
43325
  "locationInModule": {
42889
43326
  "filename": "src/javascript/node-project.ts",
42890
- "line": 377
43327
+ "line": 387
42891
43328
  },
42892
43329
  "name": "autoMerge",
42893
43330
  "optional": true,
@@ -42904,7 +43341,7 @@
42904
43341
  "immutable": true,
42905
43342
  "locationInModule": {
42906
43343
  "filename": "src/javascript/node-project.ts",
42907
- "line": 382
43344
+ "line": 392
42908
43345
  },
42909
43346
  "name": "buildWorkflow",
42910
43347
  "optional": true,
@@ -42920,7 +43357,7 @@
42920
43357
  "immutable": true,
42921
43358
  "locationInModule": {
42922
43359
  "filename": "src/javascript/node-project.ts",
42923
- "line": 1172
43360
+ "line": 1186
42924
43361
  },
42925
43362
  "name": "buildWorkflowJobId",
42926
43363
  "optional": true,
@@ -42936,7 +43373,7 @@
42936
43373
  "immutable": true,
42937
43374
  "locationInModule": {
42938
43375
  "filename": "src/javascript/node-project.ts",
42939
- "line": 430
43376
+ "line": 440
42940
43377
  },
42941
43378
  "name": "jest",
42942
43379
  "optional": true,
@@ -42952,7 +43389,7 @@
42952
43389
  "immutable": true,
42953
43390
  "locationInModule": {
42954
43391
  "filename": "src/javascript/node-project.ts",
42955
- "line": 407
43392
+ "line": 417
42956
43393
  },
42957
43394
  "name": "maxNodeVersion",
42958
43395
  "optional": true,
@@ -42968,7 +43405,7 @@
42968
43405
  "immutable": true,
42969
43406
  "locationInModule": {
42970
43407
  "filename": "src/javascript/node-project.ts",
42971
- "line": 400
43408
+ "line": 410
42972
43409
  },
42973
43410
  "name": "minNodeVersion",
42974
43411
  "optional": true,
@@ -42983,7 +43420,7 @@
42983
43420
  "immutable": true,
42984
43421
  "locationInModule": {
42985
43422
  "filename": "src/javascript/node-project.ts",
42986
- "line": 411
43423
+ "line": 421
42987
43424
  },
42988
43425
  "name": "nodeVersion",
42989
43426
  "optional": true,
@@ -43000,7 +43437,7 @@
43000
43437
  "immutable": true,
43001
43438
  "locationInModule": {
43002
43439
  "filename": "src/javascript/node-project.ts",
43003
- "line": 347
43440
+ "line": 357
43004
43441
  },
43005
43442
  "name": "npmignore",
43006
43443
  "optional": true,
@@ -43015,7 +43452,7 @@
43015
43452
  "immutable": true,
43016
43453
  "locationInModule": {
43017
43454
  "filename": "src/javascript/node-project.ts",
43018
- "line": 461
43455
+ "line": 471
43019
43456
  },
43020
43457
  "name": "prettier",
43021
43458
  "optional": true,
@@ -43033,7 +43470,7 @@
43033
43470
  "immutable": true,
43034
43471
  "locationInModule": {
43035
43472
  "filename": "src/javascript/node-project.ts",
43036
- "line": 390
43473
+ "line": 400
43037
43474
  },
43038
43475
  "name": "publisher",
43039
43476
  "optional": true,
@@ -43049,7 +43486,7 @@
43049
43486
  "immutable": true,
43050
43487
  "locationInModule": {
43051
43488
  "filename": "src/javascript/node-project.ts",
43052
- "line": 395
43489
+ "line": 405
43053
43490
  },
43054
43491
  "name": "release",
43055
43492
  "optional": true,
@@ -43065,7 +43502,7 @@
43065
43502
  "immutable": true,
43066
43503
  "locationInModule": {
43067
43504
  "filename": "src/javascript/node-project.ts",
43068
- "line": 456
43505
+ "line": 466
43069
43506
  },
43070
43507
  "name": "upgradeWorkflow",
43071
43508
  "optional": true,
@@ -43091,7 +43528,7 @@
43091
43528
  "kind": "interface",
43092
43529
  "locationInModule": {
43093
43530
  "filename": "src/javascript/node-project.ts",
43094
- "line": 54
43531
+ "line": 55
43095
43532
  },
43096
43533
  "name": "NodeProjectOptions",
43097
43534
  "namespace": "javascript",
@@ -43106,7 +43543,7 @@
43106
43543
  "immutable": true,
43107
43544
  "locationInModule": {
43108
43545
  "filename": "src/javascript/node-project.ts",
43109
- "line": 138
43546
+ "line": 139
43110
43547
  },
43111
43548
  "name": "defaultReleaseBranch",
43112
43549
  "type": {
@@ -43123,7 +43560,7 @@
43123
43560
  "immutable": true,
43124
43561
  "locationInModule": {
43125
43562
  "filename": "src/javascript/node-project.ts",
43126
- "line": 301
43563
+ "line": 302
43127
43564
  },
43128
43565
  "name": "artifactsDirectory",
43129
43566
  "optional": true,
@@ -43142,7 +43579,7 @@
43142
43579
  "immutable": true,
43143
43580
  "locationInModule": {
43144
43581
  "filename": "src/javascript/node-project.ts",
43145
- "line": 212
43582
+ "line": 213
43146
43583
  },
43147
43584
  "name": "autoApproveUpgrades",
43148
43585
  "optional": true,
@@ -43160,7 +43597,7 @@
43160
43597
  "immutable": true,
43161
43598
  "locationInModule": {
43162
43599
  "filename": "src/javascript/node-project.ts",
43163
- "line": 90
43600
+ "line": 91
43164
43601
  },
43165
43602
  "name": "buildWorkflow",
43166
43603
  "optional": true,
@@ -43178,7 +43615,7 @@
43178
43615
  "immutable": true,
43179
43616
  "locationInModule": {
43180
43617
  "filename": "src/javascript/node-project.ts",
43181
- "line": 315
43618
+ "line": 316
43182
43619
  },
43183
43620
  "name": "buildWorkflowTriggers",
43184
43621
  "optional": true,
@@ -43195,7 +43632,7 @@
43195
43632
  "immutable": true,
43196
43633
  "locationInModule": {
43197
43634
  "filename": "src/javascript/node-project.ts",
43198
- "line": 294
43635
+ "line": 295
43199
43636
  },
43200
43637
  "name": "bundlerOptions",
43201
43638
  "optional": true,
@@ -43203,6 +43640,25 @@
43203
43640
  "fqn": "projen.javascript.BundlerOptions"
43204
43641
  }
43205
43642
  },
43643
+ {
43644
+ "abstract": true,
43645
+ "docs": {
43646
+ "default": "- no license checks are run during the build and all licenses will be accepted",
43647
+ "remarks": "This setting will cause the build to fail, if any prohibited or not allowed licenses ares encountered.",
43648
+ "stability": "experimental",
43649
+ "summary": "Configure which licenses should be deemed acceptable for use by dependencies."
43650
+ },
43651
+ "immutable": true,
43652
+ "locationInModule": {
43653
+ "filename": "src/javascript/node-project.ts",
43654
+ "line": 325
43655
+ },
43656
+ "name": "checkLicenses",
43657
+ "optional": true,
43658
+ "type": {
43659
+ "fqn": "projen.javascript.LicenseCheckerOptions"
43660
+ }
43661
+ },
43206
43662
  {
43207
43663
  "abstract": true,
43208
43664
  "docs": {
@@ -43213,7 +43669,7 @@
43213
43669
  "immutable": true,
43214
43670
  "locationInModule": {
43215
43671
  "filename": "src/javascript/node-project.ts",
43216
- "line": 109
43672
+ "line": 110
43217
43673
  },
43218
43674
  "name": "codeCov",
43219
43675
  "optional": true,
@@ -43231,7 +43687,7 @@
43231
43687
  "immutable": true,
43232
43688
  "locationInModule": {
43233
43689
  "filename": "src/javascript/node-project.ts",
43234
- "line": 116
43690
+ "line": 117
43235
43691
  },
43236
43692
  "name": "codeCovTokenSecret",
43237
43693
  "optional": true,
@@ -43249,7 +43705,7 @@
43249
43705
  "immutable": true,
43250
43706
  "locationInModule": {
43251
43707
  "filename": "src/javascript/node-project.ts",
43252
- "line": 63
43708
+ "line": 64
43253
43709
  },
43254
43710
  "name": "copyrightOwner",
43255
43711
  "optional": true,
@@ -43267,7 +43723,7 @@
43267
43723
  "immutable": true,
43268
43724
  "locationInModule": {
43269
43725
  "filename": "src/javascript/node-project.ts",
43270
- "line": 70
43726
+ "line": 71
43271
43727
  },
43272
43728
  "name": "copyrightPeriod",
43273
43729
  "optional": true,
@@ -43286,7 +43742,7 @@
43286
43742
  "immutable": true,
43287
43743
  "locationInModule": {
43288
43744
  "filename": "src/javascript/node-project.ts",
43289
- "line": 180
43745
+ "line": 181
43290
43746
  },
43291
43747
  "name": "dependabot",
43292
43748
  "optional": true,
@@ -43304,7 +43760,7 @@
43304
43760
  "immutable": true,
43305
43761
  "locationInModule": {
43306
43762
  "filename": "src/javascript/node-project.ts",
43307
- "line": 187
43763
+ "line": 188
43308
43764
  },
43309
43765
  "name": "dependabotOptions",
43310
43766
  "optional": true,
@@ -43323,7 +43779,7 @@
43323
43779
  "immutable": true,
43324
43780
  "locationInModule": {
43325
43781
  "filename": "src/javascript/node-project.ts",
43326
- "line": 195
43782
+ "line": 196
43327
43783
  },
43328
43784
  "name": "depsUpgrade",
43329
43785
  "optional": true,
@@ -43341,7 +43797,7 @@
43341
43797
  "immutable": true,
43342
43798
  "locationInModule": {
43343
43799
  "filename": "src/javascript/node-project.ts",
43344
- "line": 202
43800
+ "line": 203
43345
43801
  },
43346
43802
  "name": "depsUpgradeOptions",
43347
43803
  "optional": true,
@@ -43358,7 +43814,7 @@
43358
43814
  "immutable": true,
43359
43815
  "locationInModule": {
43360
43816
  "filename": "src/javascript/node-project.ts",
43361
- "line": 263
43817
+ "line": 264
43362
43818
  },
43363
43819
  "name": "gitignore",
43364
43820
  "optional": true,
@@ -43381,7 +43837,7 @@
43381
43837
  "immutable": true,
43382
43838
  "locationInModule": {
43383
43839
  "filename": "src/javascript/node-project.ts",
43384
- "line": 269
43840
+ "line": 270
43385
43841
  },
43386
43842
  "name": "jest",
43387
43843
  "optional": true,
@@ -43399,7 +43855,7 @@
43399
43855
  "immutable": true,
43400
43856
  "locationInModule": {
43401
43857
  "filename": "src/javascript/node-project.ts",
43402
- "line": 275
43858
+ "line": 276
43403
43859
  },
43404
43860
  "name": "jestOptions",
43405
43861
  "optional": true,
@@ -43418,7 +43874,7 @@
43418
43874
  "immutable": true,
43419
43875
  "locationInModule": {
43420
43876
  "filename": "src/javascript/node-project.ts",
43421
- "line": 101
43877
+ "line": 102
43422
43878
  },
43423
43879
  "name": "mutableBuild",
43424
43880
  "optional": true,
@@ -43436,7 +43892,7 @@
43436
43892
  "immutable": true,
43437
43893
  "locationInModule": {
43438
43894
  "filename": "src/javascript/node-project.ts",
43439
- "line": 231
43895
+ "line": 232
43440
43896
  },
43441
43897
  "name": "npmignore",
43442
43898
  "optional": true,
@@ -43459,7 +43915,7 @@
43459
43915
  "immutable": true,
43460
43916
  "locationInModule": {
43461
43917
  "filename": "src/javascript/node-project.ts",
43462
- "line": 220
43918
+ "line": 221
43463
43919
  },
43464
43920
  "name": "npmignoreEnabled",
43465
43921
  "optional": true,
@@ -43476,7 +43932,7 @@
43476
43932
  "immutable": true,
43477
43933
  "locationInModule": {
43478
43934
  "filename": "src/javascript/node-project.ts",
43479
- "line": 225
43935
+ "line": 226
43480
43936
  },
43481
43937
  "name": "npmIgnoreOptions",
43482
43938
  "optional": true,
@@ -43494,7 +43950,7 @@
43494
43950
  "immutable": true,
43495
43951
  "locationInModule": {
43496
43952
  "filename": "src/javascript/node-project.ts",
43497
- "line": 309
43953
+ "line": 310
43498
43954
  },
43499
43955
  "name": "package",
43500
43956
  "optional": true,
@@ -43512,7 +43968,7 @@
43512
43968
  "immutable": true,
43513
43969
  "locationInModule": {
43514
43970
  "filename": "src/javascript/node-project.ts",
43515
- "line": 252
43971
+ "line": 253
43516
43972
  },
43517
43973
  "name": "prettier",
43518
43974
  "optional": true,
@@ -43530,7 +43986,7 @@
43530
43986
  "immutable": true,
43531
43987
  "locationInModule": {
43532
43988
  "filename": "src/javascript/node-project.ts",
43533
- "line": 258
43989
+ "line": 259
43534
43990
  },
43535
43991
  "name": "prettierOptions",
43536
43992
  "optional": true,
@@ -43548,7 +44004,7 @@
43548
44004
  "immutable": true,
43549
44005
  "locationInModule": {
43550
44006
  "filename": "src/javascript/node-project.ts",
43551
- "line": 84
44007
+ "line": 85
43552
44008
  },
43553
44009
  "name": "projenDevDependency",
43554
44010
  "optional": true,
@@ -43566,7 +44022,7 @@
43566
44022
  "immutable": true,
43567
44023
  "locationInModule": {
43568
44024
  "filename": "src/javascript/node-project.ts",
43569
- "line": 283
44025
+ "line": 284
43570
44026
  },
43571
44027
  "name": "projenrcJs",
43572
44028
  "optional": true,
@@ -43584,7 +44040,7 @@
43584
44040
  "immutable": true,
43585
44041
  "locationInModule": {
43586
44042
  "filename": "src/javascript/node-project.ts",
43587
- "line": 289
44043
+ "line": 290
43588
44044
  },
43589
44045
  "name": "projenrcJsOptions",
43590
44046
  "optional": true,
@@ -43602,7 +44058,7 @@
43602
44058
  "immutable": true,
43603
44059
  "locationInModule": {
43604
44060
  "filename": "src/javascript/node-project.ts",
43605
- "line": 77
44061
+ "line": 78
43606
44062
  },
43607
44063
  "name": "projenVersion",
43608
44064
  "optional": true,
@@ -43620,7 +44076,7 @@
43620
44076
  "immutable": true,
43621
44077
  "locationInModule": {
43622
44078
  "filename": "src/javascript/node-project.ts",
43623
- "line": 238
44079
+ "line": 239
43624
44080
  },
43625
44081
  "name": "pullRequestTemplate",
43626
44082
  "optional": true,
@@ -43638,7 +44094,7 @@
43638
44094
  "immutable": true,
43639
44095
  "locationInModule": {
43640
44096
  "filename": "src/javascript/node-project.ts",
43641
- "line": 245
44097
+ "line": 246
43642
44098
  },
43643
44099
  "name": "pullRequestTemplateContents",
43644
44100
  "optional": true,
@@ -43661,7 +44117,7 @@
43661
44117
  "immutable": true,
43662
44118
  "locationInModule": {
43663
44119
  "filename": "src/javascript/node-project.ts",
43664
- "line": 131
44120
+ "line": 132
43665
44121
  },
43666
44122
  "name": "release",
43667
44123
  "optional": true,
@@ -43679,7 +44135,7 @@
43679
44135
  "immutable": true,
43680
44136
  "locationInModule": {
43681
44137
  "filename": "src/javascript/node-project.ts",
43682
- "line": 158
44138
+ "line": 159
43683
44139
  },
43684
44140
  "name": "releaseToNpm",
43685
44141
  "optional": true,
@@ -43698,7 +44154,7 @@
43698
44154
  "immutable": true,
43699
44155
  "locationInModule": {
43700
44156
  "filename": "src/javascript/node-project.ts",
43701
- "line": 124
44157
+ "line": 125
43702
44158
  },
43703
44159
  "name": "releaseWorkflow",
43704
44160
  "optional": true,
@@ -43716,7 +44172,7 @@
43716
44172
  "immutable": true,
43717
44173
  "locationInModule": {
43718
44174
  "filename": "src/javascript/node-project.ts",
43719
- "line": 145
44175
+ "line": 146
43720
44176
  },
43721
44177
  "name": "workflowBootstrapSteps",
43722
44178
  "optional": true,
@@ -43739,7 +44195,7 @@
43739
44195
  "immutable": true,
43740
44196
  "locationInModule": {
43741
44197
  "filename": "src/javascript/node-project.ts",
43742
- "line": 152
44198
+ "line": 153
43743
44199
  },
43744
44200
  "name": "workflowGitIdentity",
43745
44201
  "optional": true,
@@ -43757,7 +44213,7 @@
43757
44213
  "immutable": true,
43758
44214
  "locationInModule": {
43759
44215
  "filename": "src/javascript/node-project.ts",
43760
- "line": 165
44216
+ "line": 166
43761
44217
  },
43762
44218
  "name": "workflowNodeVersion",
43763
44219
  "optional": true,
@@ -43775,7 +44231,7 @@
43775
44231
  "immutable": true,
43776
44232
  "locationInModule": {
43777
44233
  "filename": "src/javascript/node-project.ts",
43778
- "line": 172
44234
+ "line": 173
43779
44235
  },
43780
44236
  "name": "workflowPackageCache",
43781
44237
  "optional": true,
@@ -45085,7 +45541,7 @@
45085
45541
  "kind": "interface",
45086
45542
  "locationInModule": {
45087
45543
  "filename": "src/javascript/node-project.ts",
45088
- "line": 1180
45544
+ "line": 1194
45089
45545
  },
45090
45546
  "name": "RenderWorkflowSetupOptions",
45091
45547
  "namespace": "javascript",
@@ -45095,12 +45551,12 @@
45095
45551
  "docs": {
45096
45552
  "default": "false",
45097
45553
  "stability": "experimental",
45098
- "summary": "Should the pacakge lockfile be updated?"
45554
+ "summary": "Should the package lockfile be updated?"
45099
45555
  },
45100
45556
  "immutable": true,
45101
45557
  "locationInModule": {
45102
45558
  "filename": "src/javascript/node-project.ts",
45103
- "line": 1185
45559
+ "line": 1199
45104
45560
  },
45105
45561
  "name": "mutable",
45106
45562
  "optional": true,
@@ -46926,7 +47382,7 @@
46926
47382
  },
46927
47383
  "locationInModule": {
46928
47384
  "filename": "src/javascript/upgrade-dependencies.ts",
46929
- "line": 157
47385
+ "line": 158
46930
47386
  },
46931
47387
  "parameters": [
46932
47388
  {
@@ -46947,7 +47403,7 @@
46947
47403
  "kind": "class",
46948
47404
  "locationInModule": {
46949
47405
  "filename": "src/javascript/upgrade-dependencies.ts",
46950
- "line": 125
47406
+ "line": 126
46951
47407
  },
46952
47408
  "methods": [
46953
47409
  {
@@ -46957,7 +47413,7 @@
46957
47413
  },
46958
47414
  "locationInModule": {
46959
47415
  "filename": "src/javascript/upgrade-dependencies.ts",
46960
- "line": 227
47416
+ "line": 228
46961
47417
  },
46962
47418
  "name": "addPostBuildSteps",
46963
47419
  "parameters": [
@@ -46986,7 +47442,7 @@
46986
47442
  "immutable": true,
46987
47443
  "locationInModule": {
46988
47444
  "filename": "src/javascript/upgrade-dependencies.ts",
46989
- "line": 148
47445
+ "line": 149
46990
47446
  },
46991
47447
  "name": "postUpgradeTask",
46992
47448
  "type": {
@@ -47001,7 +47457,7 @@
47001
47457
  "immutable": true,
47002
47458
  "locationInModule": {
47003
47459
  "filename": "src/javascript/upgrade-dependencies.ts",
47004
- "line": 143
47460
+ "line": 144
47005
47461
  },
47006
47462
  "name": "upgradeTask",
47007
47463
  "type": {
@@ -47017,7 +47473,7 @@
47017
47473
  "immutable": true,
47018
47474
  "locationInModule": {
47019
47475
  "filename": "src/javascript/upgrade-dependencies.ts",
47020
- "line": 129
47476
+ "line": 130
47021
47477
  },
47022
47478
  "name": "workflows",
47023
47479
  "type": {
@@ -47036,7 +47492,7 @@
47036
47492
  },
47037
47493
  "locationInModule": {
47038
47494
  "filename": "src/javascript/upgrade-dependencies.ts",
47039
- "line": 138
47495
+ "line": 139
47040
47496
  },
47041
47497
  "name": "containerOptions",
47042
47498
  "optional": true,
@@ -47058,7 +47514,7 @@
47058
47514
  "kind": "interface",
47059
47515
  "locationInModule": {
47060
47516
  "filename": "src/javascript/upgrade-dependencies.ts",
47061
- "line": 31
47517
+ "line": 32
47062
47518
  },
47063
47519
  "name": "UpgradeDependenciesOptions",
47064
47520
  "namespace": "javascript",
@@ -47073,7 +47529,7 @@
47073
47529
  "immutable": true,
47074
47530
  "locationInModule": {
47075
47531
  "filename": "src/javascript/upgrade-dependencies.ts",
47076
- "line": 37
47532
+ "line": 38
47077
47533
  },
47078
47534
  "name": "exclude",
47079
47535
  "optional": true,
@@ -47096,7 +47552,7 @@
47096
47552
  "immutable": true,
47097
47553
  "locationInModule": {
47098
47554
  "filename": "src/javascript/upgrade-dependencies.ts",
47099
- "line": 44
47555
+ "line": 45
47100
47556
  },
47101
47557
  "name": "include",
47102
47558
  "optional": true,
@@ -47119,7 +47575,7 @@
47119
47575
  "immutable": true,
47120
47576
  "locationInModule": {
47121
47577
  "filename": "src/javascript/upgrade-dependencies.ts",
47122
- "line": 98
47578
+ "line": 99
47123
47579
  },
47124
47580
  "name": "pullRequestTitle",
47125
47581
  "optional": true,
@@ -47139,7 +47595,7 @@
47139
47595
  "immutable": true,
47140
47596
  "locationInModule": {
47141
47597
  "filename": "src/javascript/upgrade-dependencies.ts",
47142
- "line": 65
47598
+ "line": 66
47143
47599
  },
47144
47600
  "name": "satisfyPeerDependencies",
47145
47601
  "optional": true,
@@ -47157,7 +47613,7 @@
47157
47613
  "immutable": true,
47158
47614
  "locationInModule": {
47159
47615
  "filename": "src/javascript/upgrade-dependencies.ts",
47160
- "line": 105
47616
+ "line": 106
47161
47617
  },
47162
47618
  "name": "semanticCommit",
47163
47619
  "optional": true,
@@ -47175,7 +47631,7 @@
47175
47631
  "immutable": true,
47176
47632
  "locationInModule": {
47177
47633
  "filename": "src/javascript/upgrade-dependencies.ts",
47178
- "line": 112
47634
+ "line": 113
47179
47635
  },
47180
47636
  "name": "signoff",
47181
47637
  "optional": true,
@@ -47194,7 +47650,7 @@
47194
47650
  "immutable": true,
47195
47651
  "locationInModule": {
47196
47652
  "filename": "src/javascript/upgrade-dependencies.ts",
47197
- "line": 53
47653
+ "line": 54
47198
47654
  },
47199
47655
  "name": "target",
47200
47656
  "optional": true,
@@ -47213,7 +47669,7 @@
47213
47669
  "immutable": true,
47214
47670
  "locationInModule": {
47215
47671
  "filename": "src/javascript/upgrade-dependencies.ts",
47216
- "line": 91
47672
+ "line": 92
47217
47673
  },
47218
47674
  "name": "taskName",
47219
47675
  "optional": true,
@@ -47231,7 +47687,7 @@
47231
47687
  "immutable": true,
47232
47688
  "locationInModule": {
47233
47689
  "filename": "src/javascript/upgrade-dependencies.ts",
47234
- "line": 119
47690
+ "line": 120
47235
47691
  },
47236
47692
  "name": "types",
47237
47693
  "optional": true,
@@ -47255,7 +47711,7 @@
47255
47711
  "immutable": true,
47256
47712
  "locationInModule": {
47257
47713
  "filename": "src/javascript/upgrade-dependencies.ts",
47258
- "line": 76
47714
+ "line": 77
47259
47715
  },
47260
47716
  "name": "workflow",
47261
47717
  "optional": true,
@@ -47274,7 +47730,7 @@
47274
47730
  "immutable": true,
47275
47731
  "locationInModule": {
47276
47732
  "filename": "src/javascript/upgrade-dependencies.ts",
47277
- "line": 83
47733
+ "line": 84
47278
47734
  },
47279
47735
  "name": "workflowOptions",
47280
47736
  "optional": true,
@@ -47295,7 +47751,7 @@
47295
47751
  "kind": "class",
47296
47752
  "locationInModule": {
47297
47753
  "filename": "src/javascript/upgrade-dependencies.ts",
47298
- "line": 588
47754
+ "line": 585
47299
47755
  },
47300
47756
  "methods": [
47301
47757
  {
@@ -47305,7 +47761,7 @@
47305
47761
  },
47306
47762
  "locationInModule": {
47307
47763
  "filename": "src/javascript/upgrade-dependencies.ts",
47308
- "line": 623
47764
+ "line": 620
47309
47765
  },
47310
47766
  "name": "expressions",
47311
47767
  "parameters": [
@@ -47341,7 +47797,7 @@
47341
47797
  "immutable": true,
47342
47798
  "locationInModule": {
47343
47799
  "filename": "src/javascript/upgrade-dependencies.ts",
47344
- "line": 597
47800
+ "line": 594
47345
47801
  },
47346
47802
  "name": "DAILY",
47347
47803
  "static": true,
@@ -47358,7 +47814,7 @@
47358
47814
  "immutable": true,
47359
47815
  "locationInModule": {
47360
47816
  "filename": "src/javascript/upgrade-dependencies.ts",
47361
- "line": 616
47817
+ "line": 613
47362
47818
  },
47363
47819
  "name": "MONTHLY",
47364
47820
  "static": true,
@@ -47375,7 +47831,7 @@
47375
47831
  "immutable": true,
47376
47832
  "locationInModule": {
47377
47833
  "filename": "src/javascript/upgrade-dependencies.ts",
47378
- "line": 592
47834
+ "line": 589
47379
47835
  },
47380
47836
  "name": "NEVER",
47381
47837
  "static": true,
@@ -47392,7 +47848,7 @@
47392
47848
  "immutable": true,
47393
47849
  "locationInModule": {
47394
47850
  "filename": "src/javascript/upgrade-dependencies.ts",
47395
- "line": 602
47851
+ "line": 599
47396
47852
  },
47397
47853
  "name": "WEEKDAY",
47398
47854
  "static": true,
@@ -47409,7 +47865,7 @@
47409
47865
  "immutable": true,
47410
47866
  "locationInModule": {
47411
47867
  "filename": "src/javascript/upgrade-dependencies.ts",
47412
- "line": 609
47868
+ "line": 606
47413
47869
  },
47414
47870
  "name": "WEEKLY",
47415
47871
  "static": true,
@@ -47424,7 +47880,7 @@
47424
47880
  "immutable": true,
47425
47881
  "locationInModule": {
47426
47882
  "filename": "src/javascript/upgrade-dependencies.ts",
47427
- "line": 627
47883
+ "line": 624
47428
47884
  },
47429
47885
  "name": "cron",
47430
47886
  "type": {
@@ -47450,7 +47906,7 @@
47450
47906
  "kind": "interface",
47451
47907
  "locationInModule": {
47452
47908
  "filename": "src/javascript/upgrade-dependencies.ts",
47453
- "line": 507
47909
+ "line": 504
47454
47910
  },
47455
47911
  "name": "UpgradeDependenciesWorkflowOptions",
47456
47912
  "namespace": "javascript",
@@ -47465,7 +47921,7 @@
47465
47921
  "immutable": true,
47466
47922
  "locationInModule": {
47467
47923
  "filename": "src/javascript/upgrade-dependencies.ts",
47468
- "line": 540
47924
+ "line": 537
47469
47925
  },
47470
47926
  "name": "assignees",
47471
47927
  "optional": true,
@@ -47488,7 +47944,7 @@
47488
47944
  "immutable": true,
47489
47945
  "locationInModule": {
47490
47946
  "filename": "src/javascript/upgrade-dependencies.ts",
47491
- "line": 554
47947
+ "line": 551
47492
47948
  },
47493
47949
  "name": "branches",
47494
47950
  "optional": true,
@@ -47511,7 +47967,7 @@
47511
47967
  "immutable": true,
47512
47968
  "locationInModule": {
47513
47969
  "filename": "src/javascript/upgrade-dependencies.ts",
47514
- "line": 547
47970
+ "line": 544
47515
47971
  },
47516
47972
  "name": "container",
47517
47973
  "optional": true,
@@ -47529,7 +47985,7 @@
47529
47985
  "immutable": true,
47530
47986
  "locationInModule": {
47531
47987
  "filename": "src/javascript/upgrade-dependencies.ts",
47532
- "line": 560
47988
+ "line": 557
47533
47989
  },
47534
47990
  "name": "gitIdentity",
47535
47991
  "optional": true,
@@ -47547,7 +48003,7 @@
47547
48003
  "immutable": true,
47548
48004
  "locationInModule": {
47549
48005
  "filename": "src/javascript/upgrade-dependencies.ts",
47550
- "line": 533
48006
+ "line": 530
47551
48007
  },
47552
48008
  "name": "labels",
47553
48009
  "optional": true,
@@ -47570,7 +48026,7 @@
47570
48026
  "immutable": true,
47571
48027
  "locationInModule": {
47572
48028
  "filename": "src/javascript/upgrade-dependencies.ts",
47573
- "line": 582
48029
+ "line": 579
47574
48030
  },
47575
48031
  "name": "permissions",
47576
48032
  "optional": true,
@@ -47590,7 +48046,7 @@
47590
48046
  "immutable": true,
47591
48047
  "locationInModule": {
47592
48048
  "filename": "src/javascript/upgrade-dependencies.ts",
47593
- "line": 526
48049
+ "line": 523
47594
48050
  },
47595
48051
  "name": "projenCredentials",
47596
48052
  "optional": true,
@@ -47612,7 +48068,7 @@
47612
48068
  "immutable": true,
47613
48069
  "locationInModule": {
47614
48070
  "filename": "src/javascript/upgrade-dependencies.ts",
47615
- "line": 568
48071
+ "line": 565
47616
48072
  },
47617
48073
  "name": "runsOn",
47618
48074
  "optional": true,
@@ -47638,7 +48094,7 @@
47638
48094
  "immutable": true,
47639
48095
  "locationInModule": {
47640
48096
  "filename": "src/javascript/upgrade-dependencies.ts",
47641
- "line": 575
48097
+ "line": 572
47642
48098
  },
47643
48099
  "name": "runsOnGroup",
47644
48100
  "optional": true,
@@ -47656,7 +48112,7 @@
47656
48112
  "immutable": true,
47657
48113
  "locationInModule": {
47658
48114
  "filename": "src/javascript/upgrade-dependencies.ts",
47659
- "line": 513
48115
+ "line": 510
47660
48116
  },
47661
48117
  "name": "schedule",
47662
48118
  "optional": true,
@@ -60008,6 +60464,6 @@
60008
60464
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
60009
60465
  }
60010
60466
  },
60011
- "version": "0.78.1",
60012
- "fingerprint": "4rag1wvX8XlzxdAPj+P2CGpEHbjlrXOzgSOSMZIMJH4="
60467
+ "version": "0.78.3",
60468
+ "fingerprint": "HFCRR9eM0T3ZSpH60CB9PljWtNXWLUM2UxgKgTzj1us="
60013
60469
  }