projen 0.86.9 → 0.86.10

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 (139) hide show
  1. package/.jsii +134 -134
  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 +21 -28
  17. package/lib/build/private/consts.d.ts +8 -0
  18. package/lib/build/private/consts.js +12 -0
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.d.ts +9 -5
  24. package/lib/cdk/jsii-project.js +102 -76
  25. package/lib/cdk8s/auto-discover.js +2 -2
  26. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  28. package/lib/cdk8s/cdk8s-construct.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps.js +1 -1
  31. package/lib/cdk8s/integration-test.js +1 -1
  32. package/lib/cdktf/cdktf-construct.js +1 -1
  33. package/lib/circleci/circleci.js +1 -1
  34. package/lib/component.js +1 -1
  35. package/lib/dependencies.js +1 -1
  36. package/lib/dev-env.js +1 -1
  37. package/lib/docker-compose/docker-compose-service.js +1 -1
  38. package/lib/docker-compose/docker-compose.js +1 -1
  39. package/lib/file.js +1 -1
  40. package/lib/gitattributes.js +1 -1
  41. package/lib/github/actions-provider.js +1 -1
  42. package/lib/github/auto-approve.js +1 -1
  43. package/lib/github/auto-merge.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/github-credentials.js +1 -1
  46. package/lib/github/github-project.js +1 -1
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-backport.js +1 -1
  51. package/lib/github/pull-request-lint.js +1 -1
  52. package/lib/github/stale.js +1 -1
  53. package/lib/github/task-workflow-job.js +1 -1
  54. package/lib/github/task-workflow.js +1 -1
  55. package/lib/github/workflow-actions.js +1 -1
  56. package/lib/github/workflow-jobs.js +1 -1
  57. package/lib/github/workflow-steps.d.ts +5 -0
  58. package/lib/github/workflow-steps.js +3 -2
  59. package/lib/github/workflows.js +1 -1
  60. package/lib/gitlab/configuration.js +1 -1
  61. package/lib/gitlab/gitlab-configuration.js +1 -1
  62. package/lib/gitlab/nested-configuration.js +1 -1
  63. package/lib/gitpod.js +1 -1
  64. package/lib/ignore-file.js +1 -1
  65. package/lib/ini.js +1 -1
  66. package/lib/java/java-project.js +1 -1
  67. package/lib/java/junit.js +1 -1
  68. package/lib/java/maven-compile.js +1 -1
  69. package/lib/java/maven-packaging.js +1 -1
  70. package/lib/java/maven-sample.js +1 -1
  71. package/lib/java/pom.js +2 -2
  72. package/lib/java/projenrc.js +1 -1
  73. package/lib/javascript/bundler.js +1 -1
  74. package/lib/javascript/eslint.js +1 -1
  75. package/lib/javascript/jest.js +4 -4
  76. package/lib/javascript/license-checker.js +1 -1
  77. package/lib/javascript/node-package.js +1 -1
  78. package/lib/javascript/node-project.js +3 -3
  79. package/lib/javascript/npm-config.js +1 -1
  80. package/lib/javascript/prettier.js +1 -1
  81. package/lib/javascript/projenrc.js +1 -1
  82. package/lib/javascript/typescript-config.js +2 -2
  83. package/lib/javascript/upgrade-dependencies.js +2 -2
  84. package/lib/javascript/yarnrc.js +1 -1
  85. package/lib/json-patch.js +1 -1
  86. package/lib/json.js +1 -1
  87. package/lib/license.js +1 -1
  88. package/lib/logger.js +1 -1
  89. package/lib/makefile.js +1 -1
  90. package/lib/object-file.js +1 -1
  91. package/lib/project-build.js +1 -1
  92. package/lib/project-tree.js +1 -1
  93. package/lib/project.js +1 -1
  94. package/lib/projects.js +1 -1
  95. package/lib/projenrc-json.js +2 -2
  96. package/lib/projenrc.js +1 -1
  97. package/lib/python/pip.js +1 -1
  98. package/lib/python/poetry.js +2 -2
  99. package/lib/python/projenrc.js +1 -1
  100. package/lib/python/pytest-sample.js +1 -1
  101. package/lib/python/pytest.js +1 -1
  102. package/lib/python/python-project.js +1 -1
  103. package/lib/python/python-sample.js +1 -1
  104. package/lib/python/requirements-file.js +1 -1
  105. package/lib/python/setuppy.js +1 -1
  106. package/lib/python/setuptools.js +1 -1
  107. package/lib/python/venv.js +1 -1
  108. package/lib/readme.js +1 -1
  109. package/lib/release/publisher.d.ts +1 -1
  110. package/lib/release/publisher.js +2 -2
  111. package/lib/release/release-trigger.js +1 -1
  112. package/lib/release/release.js +3 -7
  113. package/lib/renovatebot.js +1 -1
  114. package/lib/sample-file.js +2 -2
  115. package/lib/semver.js +1 -1
  116. package/lib/source-code.js +1 -1
  117. package/lib/task-runtime.js +1 -1
  118. package/lib/task.js +1 -1
  119. package/lib/tasks.js +1 -1
  120. package/lib/testing.js +1 -1
  121. package/lib/textfile.js +1 -1
  122. package/lib/toml.js +1 -1
  123. package/lib/typescript/projenrc-ts.js +1 -1
  124. package/lib/typescript/projenrc.js +1 -1
  125. package/lib/typescript/typescript-typedoc.js +1 -1
  126. package/lib/typescript/typescript.js +6 -6
  127. package/lib/version.js +2 -2
  128. package/lib/vscode/devcontainer.js +1 -1
  129. package/lib/vscode/extensions.js +1 -1
  130. package/lib/vscode/launch-config.js +1 -1
  131. package/lib/vscode/settings.js +1 -1
  132. package/lib/vscode/vscode.js +1 -1
  133. package/lib/web/next.js +3 -3
  134. package/lib/web/postcss.js +1 -1
  135. package/lib/web/react.js +4 -4
  136. package/lib/web/tailwind.js +1 -1
  137. package/lib/xmlfile.js +1 -1
  138. package/lib/yaml.js +1 -1
  139. package/package.json +1 -1
package/.jsii CHANGED
@@ -15814,7 +15814,7 @@
15814
15814
  "kind": "interface",
15815
15815
  "locationInModule": {
15816
15816
  "filename": "src/build/build-workflow.ts",
15817
- "line": 486
15817
+ "line": 484
15818
15818
  },
15819
15819
  "name": "AddPostBuildJobCommandsOptions",
15820
15820
  "namespace": "build",
@@ -15829,7 +15829,7 @@
15829
15829
  "immutable": true,
15830
15830
  "locationInModule": {
15831
15831
  "filename": "src/build/build-workflow.ts",
15832
- "line": 498
15832
+ "line": 496
15833
15833
  },
15834
15834
  "name": "checkoutRepo",
15835
15835
  "optional": true,
@@ -15848,7 +15848,7 @@
15848
15848
  "immutable": true,
15849
15849
  "locationInModule": {
15850
15850
  "filename": "src/build/build-workflow.ts",
15851
- "line": 508
15851
+ "line": 506
15852
15852
  },
15853
15853
  "name": "installDeps",
15854
15854
  "optional": true,
@@ -15870,7 +15870,7 @@
15870
15870
  "immutable": true,
15871
15871
  "locationInModule": {
15872
15872
  "filename": "src/build/build-workflow.ts",
15873
- "line": 516
15873
+ "line": 514
15874
15874
  },
15875
15875
  "name": "runsOn",
15876
15876
  "optional": true,
@@ -15896,7 +15896,7 @@
15896
15896
  "immutable": true,
15897
15897
  "locationInModule": {
15898
15898
  "filename": "src/build/build-workflow.ts",
15899
- "line": 523
15899
+ "line": 521
15900
15900
  },
15901
15901
  "name": "runsOnGroup",
15902
15902
  "optional": true,
@@ -15913,7 +15913,7 @@
15913
15913
  "immutable": true,
15914
15914
  "locationInModule": {
15915
15915
  "filename": "src/build/build-workflow.ts",
15916
- "line": 490
15916
+ "line": 488
15917
15917
  },
15918
15918
  "name": "tools",
15919
15919
  "optional": true,
@@ -15935,7 +15935,7 @@
15935
15935
  "kind": "interface",
15936
15936
  "locationInModule": {
15937
15937
  "filename": "src/build/build-workflow.ts",
15938
- "line": 461
15938
+ "line": 459
15939
15939
  },
15940
15940
  "name": "AddPostBuildJobTaskOptions",
15941
15941
  "namespace": "build",
@@ -15954,7 +15954,7 @@
15954
15954
  "immutable": true,
15955
15955
  "locationInModule": {
15956
15956
  "filename": "src/build/build-workflow.ts",
15957
- "line": 473
15957
+ "line": 471
15958
15958
  },
15959
15959
  "name": "runsOn",
15960
15960
  "optional": true,
@@ -15980,7 +15980,7 @@
15980
15980
  "immutable": true,
15981
15981
  "locationInModule": {
15982
15982
  "filename": "src/build/build-workflow.ts",
15983
- "line": 480
15983
+ "line": 478
15984
15984
  },
15985
15985
  "name": "runsOnGroup",
15986
15986
  "optional": true,
@@ -15997,7 +15997,7 @@
15997
15997
  "immutable": true,
15998
15998
  "locationInModule": {
15999
15999
  "filename": "src/build/build-workflow.ts",
16000
- "line": 465
16000
+ "line": 463
16001
16001
  },
16002
16002
  "name": "tools",
16003
16003
  "optional": true,
@@ -16021,7 +16021,7 @@
16021
16021
  },
16022
16022
  "locationInModule": {
16023
16023
  "filename": "src/build/build-workflow.ts",
16024
- "line": 152
16024
+ "line": 150
16025
16025
  },
16026
16026
  "parameters": [
16027
16027
  {
@@ -16041,7 +16041,7 @@
16041
16041
  "kind": "class",
16042
16042
  "locationInModule": {
16043
16043
  "filename": "src/build/build-workflow.ts",
16044
- "line": 136
16044
+ "line": 134
16045
16045
  },
16046
16046
  "methods": [
16047
16047
  {
@@ -16052,7 +16052,7 @@
16052
16052
  },
16053
16053
  "locationInModule": {
16054
16054
  "filename": "src/build/build-workflow.ts",
16055
- "line": 255
16055
+ "line": 253
16056
16056
  },
16057
16057
  "name": "addPostBuildJob",
16058
16058
  "parameters": [
@@ -16084,7 +16084,7 @@
16084
16084
  },
16085
16085
  "locationInModule": {
16086
16086
  "filename": "src/build/build-workflow.ts",
16087
- "line": 331
16087
+ "line": 329
16088
16088
  },
16089
16089
  "name": "addPostBuildJobCommands",
16090
16090
  "parameters": [
@@ -16125,7 +16125,7 @@
16125
16125
  },
16126
16126
  "locationInModule": {
16127
16127
  "filename": "src/build/build-workflow.ts",
16128
- "line": 305
16128
+ "line": 303
16129
16129
  },
16130
16130
  "name": "addPostBuildJobTask",
16131
16131
  "parameters": [
@@ -16154,7 +16154,7 @@
16154
16154
  },
16155
16155
  "locationInModule": {
16156
16156
  "filename": "src/build/build-workflow.ts",
16157
- "line": 240
16157
+ "line": 238
16158
16158
  },
16159
16159
  "name": "addPostBuildSteps",
16160
16160
  "parameters": [
@@ -16183,7 +16183,7 @@
16183
16183
  "immutable": true,
16184
16184
  "locationInModule": {
16185
16185
  "filename": "src/build/build-workflow.ts",
16186
- "line": 232
16186
+ "line": 230
16187
16187
  },
16188
16188
  "name": "buildJobIds",
16189
16189
  "type": {
@@ -16203,7 +16203,7 @@
16203
16203
  "immutable": true,
16204
16204
  "locationInModule": {
16205
16205
  "filename": "src/build/build-workflow.ts",
16206
- "line": 140
16206
+ "line": 138
16207
16207
  },
16208
16208
  "name": "name",
16209
16209
  "type": {
@@ -16223,7 +16223,7 @@
16223
16223
  "kind": "interface",
16224
16224
  "locationInModule": {
16225
16225
  "filename": "src/build/build-workflow.ts",
16226
- "line": 42
16226
+ "line": 40
16227
16227
  },
16228
16228
  "name": "BuildWorkflowCommonOptions",
16229
16229
  "namespace": "build",
@@ -16238,7 +16238,7 @@
16238
16238
  "immutable": true,
16239
16239
  "locationInModule": {
16240
16240
  "filename": "src/build/build-workflow.ts",
16241
- "line": 48
16241
+ "line": 46
16242
16242
  },
16243
16243
  "name": "name",
16244
16244
  "optional": true,
@@ -16256,7 +16256,7 @@
16256
16256
  "immutable": true,
16257
16257
  "locationInModule": {
16258
16258
  "filename": "src/build/build-workflow.ts",
16259
- "line": 67
16259
+ "line": 65
16260
16260
  },
16261
16261
  "name": "permissions",
16262
16262
  "optional": true,
@@ -16274,7 +16274,7 @@
16274
16274
  "immutable": true,
16275
16275
  "locationInModule": {
16276
16276
  "filename": "src/build/build-workflow.ts",
16277
- "line": 54
16277
+ "line": 52
16278
16278
  },
16279
16279
  "name": "preBuildSteps",
16280
16280
  "optional": true,
@@ -16297,7 +16297,7 @@
16297
16297
  "immutable": true,
16298
16298
  "locationInModule": {
16299
16299
  "filename": "src/build/build-workflow.ts",
16300
- "line": 60
16300
+ "line": 58
16301
16301
  },
16302
16302
  "name": "workflowTriggers",
16303
16303
  "optional": true,
@@ -16321,7 +16321,7 @@
16321
16321
  "kind": "interface",
16322
16322
  "locationInModule": {
16323
16323
  "filename": "src/build/build-workflow.ts",
16324
- "line": 70
16324
+ "line": 68
16325
16325
  },
16326
16326
  "name": "BuildWorkflowOptions",
16327
16327
  "namespace": "build",
@@ -16335,7 +16335,7 @@
16335
16335
  "immutable": true,
16336
16336
  "locationInModule": {
16337
16337
  "filename": "src/build/build-workflow.ts",
16338
- "line": 79
16338
+ "line": 77
16339
16339
  },
16340
16340
  "name": "artifactsDirectory",
16341
16341
  "type": {
@@ -16351,7 +16351,7 @@
16351
16351
  "immutable": true,
16352
16352
  "locationInModule": {
16353
16353
  "filename": "src/build/build-workflow.ts",
16354
- "line": 74
16354
+ "line": 72
16355
16355
  },
16356
16356
  "name": "buildTask",
16357
16357
  "type": {
@@ -16368,7 +16368,7 @@
16368
16368
  "immutable": true,
16369
16369
  "locationInModule": {
16370
16370
  "filename": "src/build/build-workflow.ts",
16371
- "line": 85
16371
+ "line": 83
16372
16372
  },
16373
16373
  "name": "containerImage",
16374
16374
  "optional": true,
@@ -16386,7 +16386,7 @@
16386
16386
  "immutable": true,
16387
16387
  "locationInModule": {
16388
16388
  "filename": "src/build/build-workflow.ts",
16389
- "line": 118
16389
+ "line": 116
16390
16390
  },
16391
16391
  "name": "env",
16392
16392
  "optional": true,
@@ -16409,7 +16409,7 @@
16409
16409
  "immutable": true,
16410
16410
  "locationInModule": {
16411
16411
  "filename": "src/build/build-workflow.ts",
16412
- "line": 112
16412
+ "line": 110
16413
16413
  },
16414
16414
  "name": "gitIdentity",
16415
16415
  "optional": true,
@@ -16428,7 +16428,7 @@
16428
16428
  "immutable": true,
16429
16429
  "locationInModule": {
16430
16430
  "filename": "src/build/build-workflow.ts",
16431
- "line": 100
16431
+ "line": 98
16432
16432
  },
16433
16433
  "name": "mutableBuild",
16434
16434
  "optional": true,
@@ -16446,7 +16446,7 @@
16446
16446
  "immutable": true,
16447
16447
  "locationInModule": {
16448
16448
  "filename": "src/build/build-workflow.ts",
16449
- "line": 106
16449
+ "line": 104
16450
16450
  },
16451
16451
  "name": "postBuildSteps",
16452
16452
  "optional": true,
@@ -16473,7 +16473,7 @@
16473
16473
  "immutable": true,
16474
16474
  "locationInModule": {
16475
16475
  "filename": "src/build/build-workflow.ts",
16476
- "line": 126
16476
+ "line": 124
16477
16477
  },
16478
16478
  "name": "runsOn",
16479
16479
  "optional": true,
@@ -16499,7 +16499,7 @@
16499
16499
  "immutable": true,
16500
16500
  "locationInModule": {
16501
16501
  "filename": "src/build/build-workflow.ts",
16502
- "line": 133
16502
+ "line": 131
16503
16503
  },
16504
16504
  "name": "runsOnGroup",
16505
16505
  "optional": true,
@@ -17148,7 +17148,7 @@
17148
17148
  "kind": "interface",
17149
17149
  "locationInModule": {
17150
17150
  "filename": "src/cdk/jsii-project.ts",
17151
- "line": 154
17151
+ "line": 162
17152
17152
  },
17153
17153
  "name": "JsiiDotNetTarget",
17154
17154
  "namespace": "cdk",
@@ -17161,7 +17161,7 @@
17161
17161
  "immutable": true,
17162
17162
  "locationInModule": {
17163
17163
  "filename": "src/cdk/jsii-project.ts",
17164
- "line": 155
17164
+ "line": 163
17165
17165
  },
17166
17166
  "name": "dotNetNamespace",
17167
17167
  "type": {
@@ -17176,7 +17176,7 @@
17176
17176
  "immutable": true,
17177
17177
  "locationInModule": {
17178
17178
  "filename": "src/cdk/jsii-project.ts",
17179
- "line": 156
17179
+ "line": 164
17180
17180
  },
17181
17181
  "name": "packageId",
17182
17182
  "type": {
@@ -17191,7 +17191,7 @@
17191
17191
  "immutable": true,
17192
17192
  "locationInModule": {
17193
17193
  "filename": "src/cdk/jsii-project.ts",
17194
- "line": 157
17194
+ "line": 165
17195
17195
  },
17196
17196
  "name": "iconUrl",
17197
17197
  "optional": true,
@@ -17216,7 +17216,7 @@
17216
17216
  "kind": "interface",
17217
17217
  "locationInModule": {
17218
17218
  "filename": "src/cdk/jsii-project.ts",
17219
- "line": 163
17219
+ "line": 171
17220
17220
  },
17221
17221
  "name": "JsiiGoTarget",
17222
17222
  "namespace": "cdk",
@@ -17232,7 +17232,7 @@
17232
17232
  "immutable": true,
17233
17233
  "locationInModule": {
17234
17234
  "filename": "src/cdk/jsii-project.ts",
17235
- "line": 172
17235
+ "line": 180
17236
17236
  },
17237
17237
  "name": "moduleName",
17238
17238
  "type": {
@@ -17253,7 +17253,7 @@
17253
17253
  "immutable": true,
17254
17254
  "locationInModule": {
17255
17255
  "filename": "src/cdk/jsii-project.ts",
17256
- "line": 182
17256
+ "line": 190
17257
17257
  },
17258
17258
  "name": "packageName",
17259
17259
  "optional": true,
@@ -17271,7 +17271,7 @@
17271
17271
  "immutable": true,
17272
17272
  "locationInModule": {
17273
17273
  "filename": "src/cdk/jsii-project.ts",
17274
- "line": 189
17274
+ "line": 197
17275
17275
  },
17276
17276
  "name": "versionSuffix",
17277
17277
  "optional": true,
@@ -17295,7 +17295,7 @@
17295
17295
  "kind": "interface",
17296
17296
  "locationInModule": {
17297
17297
  "filename": "src/cdk/jsii-project.ts",
17298
- "line": 143
17298
+ "line": 151
17299
17299
  },
17300
17300
  "name": "JsiiJavaTarget",
17301
17301
  "namespace": "cdk",
@@ -17308,7 +17308,7 @@
17308
17308
  "immutable": true,
17309
17309
  "locationInModule": {
17310
17310
  "filename": "src/cdk/jsii-project.ts",
17311
- "line": 144
17311
+ "line": 152
17312
17312
  },
17313
17313
  "name": "javaPackage",
17314
17314
  "type": {
@@ -17323,7 +17323,7 @@
17323
17323
  "immutable": true,
17324
17324
  "locationInModule": {
17325
17325
  "filename": "src/cdk/jsii-project.ts",
17326
- "line": 146
17326
+ "line": 154
17327
17327
  },
17328
17328
  "name": "mavenArtifactId",
17329
17329
  "type": {
@@ -17338,7 +17338,7 @@
17338
17338
  "immutable": true,
17339
17339
  "locationInModule": {
17340
17340
  "filename": "src/cdk/jsii-project.ts",
17341
- "line": 145
17341
+ "line": 153
17342
17342
  },
17343
17343
  "name": "mavenGroupId",
17344
17344
  "type": {
@@ -17365,7 +17365,7 @@
17365
17365
  },
17366
17366
  "locationInModule": {
17367
17367
  "filename": "src/cdk/jsii-project.ts",
17368
- "line": 212
17368
+ "line": 209
17369
17369
  },
17370
17370
  "parameters": [
17371
17371
  {
@@ -17379,28 +17379,10 @@
17379
17379
  "kind": "class",
17380
17380
  "locationInModule": {
17381
17381
  "filename": "src/cdk/jsii-project.ts",
17382
- "line": 197
17382
+ "line": 205
17383
17383
  },
17384
17384
  "name": "JsiiProject",
17385
17385
  "namespace": "cdk",
17386
- "properties": [
17387
- {
17388
- "docs": {
17389
- "stability": "experimental"
17390
- },
17391
- "immutable": true,
17392
- "locationInModule": {
17393
- "filename": "src/cdk/jsii-project.ts",
17394
- "line": 198
17395
- },
17396
- "name": "eslint",
17397
- "optional": true,
17398
- "overrides": "projen.typescript.TypeScriptProject",
17399
- "type": {
17400
- "fqn": "projen.javascript.Eslint"
17401
- }
17402
- }
17403
- ],
17404
17386
  "symbolId": "src/cdk/jsii-project:JsiiProject"
17405
17387
  },
17406
17388
  "projen.cdk.JsiiProjectOptions": {
@@ -17416,7 +17398,7 @@
17416
17398
  "kind": "interface",
17417
17399
  "locationInModule": {
17418
17400
  "filename": "src/cdk/jsii-project.ts",
17419
- "line": 25
17401
+ "line": 33
17420
17402
  },
17421
17403
  "name": "JsiiProjectOptions",
17422
17404
  "namespace": "cdk",
@@ -17431,7 +17413,7 @@
17431
17413
  "immutable": true,
17432
17414
  "locationInModule": {
17433
17415
  "filename": "src/cdk/jsii-project.ts",
17434
- "line": 41
17416
+ "line": 49
17435
17417
  },
17436
17418
  "name": "author",
17437
17419
  "type": {
@@ -17448,7 +17430,7 @@
17448
17430
  "immutable": true,
17449
17431
  "locationInModule": {
17450
17432
  "filename": "src/cdk/jsii-project.ts",
17451
- "line": 47
17433
+ "line": 55
17452
17434
  },
17453
17435
  "name": "authorAddress",
17454
17436
  "type": {
@@ -17465,7 +17447,7 @@
17465
17447
  "immutable": true,
17466
17448
  "locationInModule": {
17467
17449
  "filename": "src/cdk/jsii-project.ts",
17468
- "line": 35
17450
+ "line": 43
17469
17451
  },
17470
17452
  "name": "repositoryUrl",
17471
17453
  "type": {
@@ -17483,7 +17465,7 @@
17483
17465
  "immutable": true,
17484
17466
  "locationInModule": {
17485
17467
  "filename": "src/cdk/jsii-project.ts",
17486
- "line": 91
17468
+ "line": 99
17487
17469
  },
17488
17470
  "name": "compat",
17489
17471
  "optional": true,
@@ -17501,7 +17483,7 @@
17501
17483
  "immutable": true,
17502
17484
  "locationInModule": {
17503
17485
  "filename": "src/cdk/jsii-project.ts",
17504
- "line": 98
17486
+ "line": 106
17505
17487
  },
17506
17488
  "name": "compatIgnore",
17507
17489
  "optional": true,
@@ -17519,7 +17501,7 @@
17519
17501
  "immutable": true,
17520
17502
  "locationInModule": {
17521
17503
  "filename": "src/cdk/jsii-project.ts",
17522
- "line": 119
17504
+ "line": 127
17523
17505
  },
17524
17506
  "name": "compressAssembly",
17525
17507
  "optional": true,
@@ -17537,7 +17519,7 @@
17537
17519
  "immutable": true,
17538
17520
  "locationInModule": {
17539
17521
  "filename": "src/cdk/jsii-project.ts",
17540
- "line": 113
17522
+ "line": 121
17541
17523
  },
17542
17524
  "name": "docgenFilePath",
17543
17525
  "optional": true,
@@ -17554,7 +17536,7 @@
17554
17536
  "immutable": true,
17555
17537
  "locationInModule": {
17556
17538
  "filename": "src/cdk/jsii-project.ts",
17557
- "line": 81
17539
+ "line": 89
17558
17540
  },
17559
17541
  "name": "dotnet",
17560
17542
  "optional": true,
@@ -17572,7 +17554,7 @@
17572
17554
  "immutable": true,
17573
17555
  "locationInModule": {
17574
17556
  "filename": "src/cdk/jsii-project.ts",
17575
- "line": 107
17557
+ "line": 115
17576
17558
  },
17577
17559
  "name": "excludeTypescript",
17578
17560
  "optional": true,
@@ -17599,7 +17581,7 @@
17599
17581
  "immutable": true,
17600
17582
  "locationInModule": {
17601
17583
  "filename": "src/cdk/jsii-project.ts",
17602
- "line": 134
17584
+ "line": 142
17603
17585
  },
17604
17586
  "name": "jsiiVersion",
17605
17587
  "optional": true,
@@ -17617,7 +17599,7 @@
17617
17599
  "immutable": true,
17618
17600
  "locationInModule": {
17619
17601
  "filename": "src/cdk/jsii-project.ts",
17620
- "line": 65
17602
+ "line": 73
17621
17603
  },
17622
17604
  "name": "publishToGo",
17623
17605
  "optional": true,
@@ -17635,7 +17617,7 @@
17635
17617
  "immutable": true,
17636
17618
  "locationInModule": {
17637
17619
  "filename": "src/cdk/jsii-project.ts",
17638
- "line": 53
17620
+ "line": 61
17639
17621
  },
17640
17622
  "name": "publishToMaven",
17641
17623
  "optional": true,
@@ -17653,7 +17635,7 @@
17653
17635
  "immutable": true,
17654
17636
  "locationInModule": {
17655
17637
  "filename": "src/cdk/jsii-project.ts",
17656
- "line": 76
17638
+ "line": 84
17657
17639
  },
17658
17640
  "name": "publishToNuget",
17659
17641
  "optional": true,
@@ -17671,7 +17653,7 @@
17671
17653
  "immutable": true,
17672
17654
  "locationInModule": {
17673
17655
  "filename": "src/cdk/jsii-project.ts",
17674
- "line": 59
17656
+ "line": 67
17675
17657
  },
17676
17658
  "name": "publishToPypi",
17677
17659
  "optional": true,
@@ -17688,7 +17670,7 @@
17688
17670
  "immutable": true,
17689
17671
  "locationInModule": {
17690
17672
  "filename": "src/cdk/jsii-project.ts",
17691
- "line": 70
17673
+ "line": 78
17692
17674
  },
17693
17675
  "name": "python",
17694
17676
  "optional": true,
@@ -17705,7 +17687,7 @@
17705
17687
  "immutable": true,
17706
17688
  "locationInModule": {
17707
17689
  "filename": "src/cdk/jsii-project.ts",
17708
- "line": 29
17690
+ "line": 37
17709
17691
  },
17710
17692
  "name": "rootdir",
17711
17693
  "optional": true,
@@ -17729,7 +17711,7 @@
17729
17711
  "kind": "interface",
17730
17712
  "locationInModule": {
17731
17713
  "filename": "src/cdk/jsii-project.ts",
17732
- "line": 149
17714
+ "line": 157
17733
17715
  },
17734
17716
  "name": "JsiiPythonTarget",
17735
17717
  "namespace": "cdk",
@@ -17742,7 +17724,7 @@
17742
17724
  "immutable": true,
17743
17725
  "locationInModule": {
17744
17726
  "filename": "src/cdk/jsii-project.ts",
17745
- "line": 150
17727
+ "line": 158
17746
17728
  },
17747
17729
  "name": "distName",
17748
17730
  "type": {
@@ -17757,7 +17739,7 @@
17757
17739
  "immutable": true,
17758
17740
  "locationInModule": {
17759
17741
  "filename": "src/cdk/jsii-project.ts",
17760
- "line": 151
17742
+ "line": 159
17761
17743
  },
17762
17744
  "name": "module",
17763
17745
  "type": {
@@ -17776,7 +17758,7 @@
17776
17758
  "kind": "enum",
17777
17759
  "locationInModule": {
17778
17760
  "filename": "src/cdk/jsii-project.ts",
17779
- "line": 137
17761
+ "line": 145
17780
17762
  },
17781
17763
  "members": [
17782
17764
  {
@@ -21283,7 +21265,7 @@
21283
21265
  "kind": "interface",
21284
21266
  "locationInModule": {
21285
21267
  "filename": "src/github/workflow-steps.ts",
21286
- "line": 161
21268
+ "line": 162
21287
21269
  },
21288
21270
  "name": "CheckoutOptions",
21289
21271
  "namespace": "github",
@@ -21297,7 +21279,7 @@
21297
21279
  "immutable": true,
21298
21280
  "locationInModule": {
21299
21281
  "filename": "src/github/workflow-steps.ts",
21300
- "line": 165
21282
+ "line": 166
21301
21283
  },
21302
21284
  "name": "with",
21303
21285
  "optional": true,
@@ -21319,7 +21301,7 @@
21319
21301
  "kind": "interface",
21320
21302
  "locationInModule": {
21321
21303
  "filename": "src/github/workflow-steps.ts",
21322
- "line": 171
21304
+ "line": 172
21323
21305
  },
21324
21306
  "name": "CheckoutWith",
21325
21307
  "namespace": "github",
@@ -21335,7 +21317,7 @@
21335
21317
  "immutable": true,
21336
21318
  "locationInModule": {
21337
21319
  "filename": "src/github/workflow-steps.ts",
21338
- "line": 177
21320
+ "line": 178
21339
21321
  },
21340
21322
  "name": "fetchDepth",
21341
21323
  "optional": true,
@@ -21353,7 +21335,7 @@
21353
21335
  "immutable": true,
21354
21336
  "locationInModule": {
21355
21337
  "filename": "src/github/workflow-steps.ts",
21356
- "line": 183
21338
+ "line": 184
21357
21339
  },
21358
21340
  "name": "lfs",
21359
21341
  "optional": true,
@@ -21361,6 +21343,24 @@
21361
21343
  "primitive": "boolean"
21362
21344
  }
21363
21345
  },
21346
+ {
21347
+ "abstract": true,
21348
+ "docs": {
21349
+ "default": "- $GITHUB_WORKSPACE",
21350
+ "stability": "experimental",
21351
+ "summary": "Relative path under $GITHUB_WORKSPACE to place the repository."
21352
+ },
21353
+ "immutable": true,
21354
+ "locationInModule": {
21355
+ "filename": "src/github/workflow-steps.ts",
21356
+ "line": 211
21357
+ },
21358
+ "name": "path",
21359
+ "optional": true,
21360
+ "type": {
21361
+ "primitive": "string"
21362
+ }
21363
+ },
21364
21364
  {
21365
21365
  "abstract": true,
21366
21366
  "docs": {
@@ -21371,7 +21371,7 @@
21371
21371
  "immutable": true,
21372
21372
  "locationInModule": {
21373
21373
  "filename": "src/github/workflow-steps.ts",
21374
- "line": 189
21374
+ "line": 190
21375
21375
  },
21376
21376
  "name": "ref",
21377
21377
  "optional": true,
@@ -21389,7 +21389,7 @@
21389
21389
  "immutable": true,
21390
21390
  "locationInModule": {
21391
21391
  "filename": "src/github/workflow-steps.ts",
21392
- "line": 195
21392
+ "line": 196
21393
21393
  },
21394
21394
  "name": "repository",
21395
21395
  "optional": true,
@@ -21408,7 +21408,7 @@
21408
21408
  "immutable": true,
21409
21409
  "locationInModule": {
21410
21410
  "filename": "src/github/workflow-steps.ts",
21411
- "line": 204
21411
+ "line": 205
21412
21412
  },
21413
21413
  "name": "token",
21414
21414
  "optional": true,
@@ -22701,7 +22701,7 @@
22701
22701
  "kind": "interface",
22702
22702
  "locationInModule": {
22703
22703
  "filename": "src/github/workflow-steps.ts",
22704
- "line": 330
22704
+ "line": 337
22705
22705
  },
22706
22706
  "name": "DownloadArtifactOptions",
22707
22707
  "namespace": "github",
@@ -22715,7 +22715,7 @@
22715
22715
  "immutable": true,
22716
22716
  "locationInModule": {
22717
22717
  "filename": "src/github/workflow-steps.ts",
22718
- "line": 334
22718
+ "line": 341
22719
22719
  },
22720
22720
  "name": "with",
22721
22721
  "type": {
@@ -22735,7 +22735,7 @@
22735
22735
  "kind": "interface",
22736
22736
  "locationInModule": {
22737
22737
  "filename": "src/github/workflow-steps.ts",
22738
- "line": 276
22738
+ "line": 283
22739
22739
  },
22740
22740
  "name": "DownloadArtifactWith",
22741
22741
  "namespace": "github",
@@ -22750,7 +22750,7 @@
22750
22750
  "immutable": true,
22751
22751
  "locationInModule": {
22752
22752
  "filename": "src/github/workflow-steps.ts",
22753
- "line": 304
22753
+ "line": 311
22754
22754
  },
22755
22755
  "name": "mergeMultiple",
22756
22756
  "optional": true,
@@ -22768,7 +22768,7 @@
22768
22768
  "immutable": true,
22769
22769
  "locationInModule": {
22770
22770
  "filename": "src/github/workflow-steps.ts",
22771
- "line": 282
22771
+ "line": 289
22772
22772
  },
22773
22773
  "name": "name",
22774
22774
  "optional": true,
@@ -22787,7 +22787,7 @@
22787
22787
  "immutable": true,
22788
22788
  "locationInModule": {
22789
22789
  "filename": "src/github/workflow-steps.ts",
22790
- "line": 289
22790
+ "line": 296
22791
22791
  },
22792
22792
  "name": "path",
22793
22793
  "optional": true,
@@ -22804,7 +22804,7 @@
22804
22804
  "immutable": true,
22805
22805
  "locationInModule": {
22806
22806
  "filename": "src/github/workflow-steps.ts",
22807
- "line": 295
22807
+ "line": 302
22808
22808
  },
22809
22809
  "name": "pattern",
22810
22810
  "optional": true,
@@ -22822,7 +22822,7 @@
22822
22822
  "immutable": true,
22823
22823
  "locationInModule": {
22824
22824
  "filename": "src/github/workflow-steps.ts",
22825
- "line": 319
22825
+ "line": 326
22826
22826
  },
22827
22827
  "name": "repository",
22828
22828
  "optional": true,
@@ -22840,7 +22840,7 @@
22840
22840
  "immutable": true,
22841
22841
  "locationInModule": {
22842
22842
  "filename": "src/github/workflow-steps.ts",
22843
- "line": 327
22843
+ "line": 334
22844
22844
  },
22845
22845
  "name": "runId",
22846
22846
  "optional": true,
@@ -22858,7 +22858,7 @@
22858
22858
  "immutable": true,
22859
22859
  "locationInModule": {
22860
22860
  "filename": "src/github/workflow-steps.ts",
22861
- "line": 311
22861
+ "line": 318
22862
22862
  },
22863
22863
  "name": "token",
22864
22864
  "optional": true,
@@ -25845,7 +25845,7 @@
25845
25845
  "kind": "interface",
25846
25846
  "locationInModule": {
25847
25847
  "filename": "src/github/workflow-steps.ts",
25848
- "line": 207
25848
+ "line": 214
25849
25849
  },
25850
25850
  "name": "SetupGitIdentityOptions",
25851
25851
  "namespace": "github",
@@ -25859,7 +25859,7 @@
25859
25859
  "immutable": true,
25860
25860
  "locationInModule": {
25861
25861
  "filename": "src/github/workflow-steps.ts",
25862
- "line": 211
25862
+ "line": 218
25863
25863
  },
25864
25864
  "name": "gitIdentity",
25865
25865
  "type": {
@@ -27024,7 +27024,7 @@
27024
27024
  "kind": "interface",
27025
27025
  "locationInModule": {
27026
27026
  "filename": "src/github/workflow-steps.ts",
27027
- "line": 269
27027
+ "line": 276
27028
27028
  },
27029
27029
  "name": "UploadArtifactOptions",
27030
27030
  "namespace": "github",
@@ -27038,7 +27038,7 @@
27038
27038
  "immutable": true,
27039
27039
  "locationInModule": {
27040
27040
  "filename": "src/github/workflow-steps.ts",
27041
- "line": 273
27041
+ "line": 280
27042
27042
  },
27043
27043
  "name": "with",
27044
27044
  "type": {
@@ -27058,7 +27058,7 @@
27058
27058
  "kind": "interface",
27059
27059
  "locationInModule": {
27060
27060
  "filename": "src/github/workflow-steps.ts",
27061
- "line": 214
27061
+ "line": 221
27062
27062
  },
27063
27063
  "name": "UploadArtifactWith",
27064
27064
  "namespace": "github",
@@ -27072,7 +27072,7 @@
27072
27072
  "immutable": true,
27073
27073
  "locationInModule": {
27074
27074
  "filename": "src/github/workflow-steps.ts",
27075
- "line": 225
27075
+ "line": 232
27076
27076
  },
27077
27077
  "name": "path",
27078
27078
  "type": {
@@ -27090,7 +27090,7 @@
27090
27090
  "immutable": true,
27091
27091
  "locationInModule": {
27092
27092
  "filename": "src/github/workflow-steps.ts",
27093
- "line": 256
27093
+ "line": 263
27094
27094
  },
27095
27095
  "name": "compressionLevel",
27096
27096
  "optional": true,
@@ -27109,7 +27109,7 @@
27109
27109
  "immutable": true,
27110
27110
  "locationInModule": {
27111
27111
  "filename": "src/github/workflow-steps.ts",
27112
- "line": 236
27112
+ "line": 243
27113
27113
  },
27114
27114
  "name": "ifNoFilesFound",
27115
27115
  "optional": true,
@@ -27127,7 +27127,7 @@
27127
27127
  "immutable": true,
27128
27128
  "locationInModule": {
27129
27129
  "filename": "src/github/workflow-steps.ts",
27130
- "line": 220
27130
+ "line": 227
27131
27131
  },
27132
27132
  "name": "name",
27133
27133
  "optional": true,
@@ -27146,7 +27146,7 @@
27146
27146
  "immutable": true,
27147
27147
  "locationInModule": {
27148
27148
  "filename": "src/github/workflow-steps.ts",
27149
- "line": 266
27149
+ "line": 273
27150
27150
  },
27151
27151
  "name": "overwrite",
27152
27152
  "optional": true,
@@ -27165,7 +27165,7 @@
27165
27165
  "immutable": true,
27166
27166
  "locationInModule": {
27167
27167
  "filename": "src/github/workflow-steps.ts",
27168
- "line": 246
27168
+ "line": 253
27169
27169
  },
27170
27170
  "name": "retentionDays",
27171
27171
  "optional": true,
@@ -27604,7 +27604,7 @@
27604
27604
  },
27605
27605
  "locationInModule": {
27606
27606
  "filename": "src/github/workflow-steps.ts",
27607
- "line": 121
27607
+ "line": 122
27608
27608
  },
27609
27609
  "name": "downloadArtifact",
27610
27610
  "parameters": [
@@ -27634,7 +27634,7 @@
27634
27634
  },
27635
27635
  "locationInModule": {
27636
27636
  "filename": "src/github/workflow-steps.ts",
27637
- "line": 40
27637
+ "line": 41
27638
27638
  },
27639
27639
  "name": "setupGitIdentity",
27640
27640
  "parameters": [
@@ -27664,7 +27664,7 @@
27664
27664
  },
27665
27665
  "locationInModule": {
27666
27666
  "filename": "src/github/workflow-steps.ts",
27667
- "line": 65
27667
+ "line": 66
27668
27668
  },
27669
27669
  "name": "tagExists",
27670
27670
  "parameters": [
@@ -27703,7 +27703,7 @@
27703
27703
  },
27704
27704
  "locationInModule": {
27705
27705
  "filename": "src/github/workflow-steps.ts",
27706
- "line": 94
27706
+ "line": 95
27707
27707
  },
27708
27708
  "name": "uploadArtifact",
27709
27709
  "parameters": [
@@ -57265,7 +57265,7 @@
57265
57265
  "kind": "interface",
57266
57266
  "locationInModule": {
57267
57267
  "filename": "src/release/release.ts",
57268
- "line": 772
57268
+ "line": 766
57269
57269
  },
57270
57270
  "name": "BranchOptions",
57271
57271
  "namespace": "release",
@@ -57279,7 +57279,7 @@
57279
57279
  "immutable": true,
57280
57280
  "locationInModule": {
57281
57281
  "filename": "src/release/release.ts",
57282
- "line": 782
57282
+ "line": 776
57283
57283
  },
57284
57284
  "name": "majorVersion",
57285
57285
  "type": {
@@ -57295,7 +57295,7 @@
57295
57295
  "immutable": true,
57296
57296
  "locationInModule": {
57297
57297
  "filename": "src/release/release.ts",
57298
- "line": 787
57298
+ "line": 781
57299
57299
  },
57300
57300
  "name": "minMajorVersion",
57301
57301
  "optional": true,
@@ -57312,7 +57312,7 @@
57312
57312
  "immutable": true,
57313
57313
  "locationInModule": {
57314
57314
  "filename": "src/release/release.ts",
57315
- "line": 792
57315
+ "line": 786
57316
57316
  },
57317
57317
  "name": "minorVersion",
57318
57318
  "optional": true,
@@ -57330,7 +57330,7 @@
57330
57330
  "immutable": true,
57331
57331
  "locationInModule": {
57332
57332
  "filename": "src/release/release.ts",
57333
- "line": 820
57333
+ "line": 814
57334
57334
  },
57335
57335
  "name": "npmDistTag",
57336
57336
  "optional": true,
@@ -57348,7 +57348,7 @@
57348
57348
  "immutable": true,
57349
57349
  "locationInModule": {
57350
57350
  "filename": "src/release/release.ts",
57351
- "line": 799
57351
+ "line": 793
57352
57352
  },
57353
57353
  "name": "prerelease",
57354
57354
  "optional": true,
@@ -57367,7 +57367,7 @@
57367
57367
  "immutable": true,
57368
57368
  "locationInModule": {
57369
57369
  "filename": "src/release/release.ts",
57370
- "line": 813
57370
+ "line": 807
57371
57371
  },
57372
57372
  "name": "tagPrefix",
57373
57373
  "optional": true,
@@ -57385,7 +57385,7 @@
57385
57385
  "immutable": true,
57386
57386
  "locationInModule": {
57387
57387
  "filename": "src/release/release.ts",
57388
- "line": 777
57388
+ "line": 771
57389
57389
  },
57390
57390
  "name": "workflowName",
57391
57391
  "optional": true,
@@ -57567,7 +57567,7 @@
57567
57567
  "docs": {
57568
57568
  "remarks": "These steps are executed after `dist/` has been populated with the build\noutput.\n\nNote that when using this in `publishToGitHubReleases` this will override steps added via `addGitHubPrePublishingSteps`.",
57569
57569
  "stability": "experimental",
57570
- "summary": "Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede."
57570
+ "summary": "Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if needed."
57571
57571
  },
57572
57572
  "immutable": true,
57573
57573
  "locationInModule": {
@@ -59299,7 +59299,7 @@
59299
59299
  },
59300
59300
  "locationInModule": {
59301
59301
  "filename": "src/release/release.ts",
59302
- "line": 487
59302
+ "line": 481
59303
59303
  },
59304
59304
  "name": "addBranch",
59305
59305
  "parameters": [
@@ -59330,7 +59330,7 @@
59330
59330
  },
59331
59331
  "locationInModule": {
59332
59332
  "filename": "src/release/release.ts",
59333
- "line": 554
59333
+ "line": 548
59334
59334
  },
59335
59335
  "name": "addJobs",
59336
59336
  "parameters": [
@@ -59357,7 +59357,7 @@
59357
59357
  },
59358
59358
  "locationInModule": {
59359
59359
  "filename": "src/release/release.ts",
59360
- "line": 537
59360
+ "line": 531
59361
59361
  },
59362
59362
  "name": "preSynthesize",
59363
59363
  "overrides": "projen.Component"
@@ -59405,7 +59405,7 @@
59405
59405
  "immutable": true,
59406
59406
  "locationInModule": {
59407
59407
  "filename": "src/release/release.ts",
59408
- "line": 563
59408
+ "line": 557
59409
59409
  },
59410
59410
  "name": "branches",
59411
59411
  "type": {
@@ -64495,6 +64495,6 @@
64495
64495
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64496
64496
  }
64497
64497
  },
64498
- "version": "0.86.9",
64499
- "fingerprint": "QPhucnXBLen9/GH4+KwUymNpFLowp+M+JXnALTJst3c="
64498
+ "version": "0.86.10",
64499
+ "fingerprint": "pZbQurtOFOylut9aIjq5y6250q2MH1+4JF0CSICT67s="
64500
64500
  }