projen 0.96.2 → 0.96.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 (140) hide show
  1. package/.jsii +273 -61
  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 +1 -1
  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/auto-queue.js +1 -1
  42. package/lib/github/dependabot.d.ts +64 -0
  43. package/lib/github/dependabot.js +63 -3
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/merge-queue.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.js +1 -1
  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 +2 -2
  71. package/lib/java/projenrc.js +1 -1
  72. package/lib/javascript/biome/biome.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 +1 -1
  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.d.ts +8 -0
  84. package/lib/javascript/upgrade-dependencies.js +4 -3
  85. package/lib/javascript/yarnrc.js +1 -1
  86. package/lib/json-patch.js +1 -1
  87. package/lib/json.js +1 -1
  88. package/lib/license.js +1 -1
  89. package/lib/logger.js +1 -1
  90. package/lib/makefile.js +1 -1
  91. package/lib/object-file.js +1 -1
  92. package/lib/project-build.js +1 -1
  93. package/lib/project-tree.js +1 -1
  94. package/lib/project.js +1 -1
  95. package/lib/projects.js +1 -1
  96. package/lib/projenrc-json.js +2 -2
  97. package/lib/projenrc.js +1 -1
  98. package/lib/python/pip.js +1 -1
  99. package/lib/python/poetry.js +2 -2
  100. package/lib/python/projenrc.js +1 -1
  101. package/lib/python/pytest-sample.js +1 -1
  102. package/lib/python/pytest.js +1 -1
  103. package/lib/python/python-project.js +1 -1
  104. package/lib/python/python-sample.js +1 -1
  105. package/lib/python/requirements-file.js +1 -1
  106. package/lib/python/setuppy.js +1 -1
  107. package/lib/python/setuptools.js +1 -1
  108. package/lib/python/venv.js +1 -1
  109. package/lib/readme.js +1 -1
  110. package/lib/release/publisher.js +1 -1
  111. package/lib/release/release-trigger.js +1 -1
  112. package/lib/release/release.d.ts +9 -0
  113. package/lib/release/release.js +4 -2
  114. package/lib/renovatebot.js +1 -1
  115. package/lib/sample-file.js +2 -2
  116. package/lib/semver.js +1 -1
  117. package/lib/source-code.js +1 -1
  118. package/lib/task-runtime.js +1 -1
  119. package/lib/task.js +1 -1
  120. package/lib/tasks.js +1 -1
  121. package/lib/testing.js +1 -1
  122. package/lib/textfile.js +1 -1
  123. package/lib/toml.js +1 -1
  124. package/lib/typescript/projenrc-ts.js +1 -1
  125. package/lib/typescript/projenrc.js +1 -1
  126. package/lib/typescript/typescript-typedoc.js +1 -1
  127. package/lib/typescript/typescript.js +6 -6
  128. package/lib/version.js +2 -2
  129. package/lib/vscode/devcontainer.js +1 -1
  130. package/lib/vscode/extensions.js +1 -1
  131. package/lib/vscode/launch-config.js +1 -1
  132. package/lib/vscode/settings.js +1 -1
  133. package/lib/vscode/vscode.js +1 -1
  134. package/lib/web/next.js +3 -3
  135. package/lib/web/postcss.js +1 -1
  136. package/lib/web/react.js +4 -4
  137. package/lib/web/tailwind.js +1 -1
  138. package/lib/xmlfile.js +1 -1
  139. package/lib/yaml.js +1 -1
  140. package/package.json +1 -1
package/.jsii CHANGED
@@ -22368,7 +22368,7 @@
22368
22368
  },
22369
22369
  "locationInModule": {
22370
22370
  "filename": "src/github/dependabot.ts",
22371
- "line": 355
22371
+ "line": 429
22372
22372
  },
22373
22373
  "parameters": [
22374
22374
  {
@@ -22389,7 +22389,7 @@
22389
22389
  "kind": "class",
22390
22390
  "locationInModule": {
22391
22391
  "filename": "src/github/dependabot.ts",
22392
- "line": 340
22392
+ "line": 414
22393
22393
  },
22394
22394
  "methods": [
22395
22395
  {
@@ -22399,7 +22399,7 @@
22399
22399
  },
22400
22400
  "locationInModule": {
22401
22401
  "filename": "src/github/dependabot.ts",
22402
- "line": 428
22402
+ "line": 505
22403
22403
  },
22404
22404
  "name": "addAllow",
22405
22405
  "parameters": [
@@ -22421,7 +22421,7 @@
22421
22421
  },
22422
22422
  "locationInModule": {
22423
22423
  "filename": "src/github/dependabot.ts",
22424
- "line": 443
22424
+ "line": 520
22425
22425
  },
22426
22426
  "name": "addIgnore",
22427
22427
  "parameters": [
@@ -22461,7 +22461,7 @@
22461
22461
  "immutable": true,
22462
22462
  "locationInModule": {
22463
22463
  "filename": "src/github/dependabot.ts",
22464
- "line": 345
22464
+ "line": 419
22465
22465
  },
22466
22466
  "name": "config",
22467
22467
  "type": {
@@ -22476,7 +22476,7 @@
22476
22476
  "immutable": true,
22477
22477
  "locationInModule": {
22478
22478
  "filename": "src/github/dependabot.ts",
22479
- "line": 350
22479
+ "line": 424
22480
22480
  },
22481
22481
  "name": "ignoresProjen",
22482
22482
  "type": {
@@ -22527,6 +22527,7 @@
22527
22527
  "assembly": "projen",
22528
22528
  "datatype": true,
22529
22529
  "docs": {
22530
+ "see": "https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--",
22530
22531
  "stability": "experimental",
22531
22532
  "summary": "Defines a single group for dependency updates."
22532
22533
  },
@@ -22534,7 +22535,7 @@
22534
22535
  "kind": "interface",
22535
22536
  "locationInModule": {
22536
22537
  "filename": "src/github/dependabot.ts",
22537
- "line": 265
22538
+ "line": 266
22538
22539
  },
22539
22540
  "name": "DependabotGroup",
22540
22541
  "namespace": "github",
@@ -22548,7 +22549,7 @@
22548
22549
  "immutable": true,
22549
22550
  "locationInModule": {
22550
22551
  "filename": "src/github/dependabot.ts",
22551
- "line": 270
22552
+ "line": 284
22552
22553
  },
22553
22554
  "name": "patterns",
22554
22555
  "type": {
@@ -22560,6 +22561,43 @@
22560
22561
  }
22561
22562
  }
22562
22563
  },
22564
+ {
22565
+ "abstract": true,
22566
+ "docs": {
22567
+ "default": "- version updates",
22568
+ "stability": "experimental",
22569
+ "summary": "Specify which type of update the group applies to."
22570
+ },
22571
+ "immutable": true,
22572
+ "locationInModule": {
22573
+ "filename": "src/github/dependabot.ts",
22574
+ "line": 271
22575
+ },
22576
+ "name": "appliesTo",
22577
+ "optional": true,
22578
+ "type": {
22579
+ "fqn": "projen.github.DependabotGroupAppliesTo"
22580
+ }
22581
+ },
22582
+ {
22583
+ "abstract": true,
22584
+ "docs": {
22585
+ "default": "- all types of dependencies",
22586
+ "see": "https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#dependency-type-groups",
22587
+ "stability": "experimental",
22588
+ "summary": "Limit the group to a type of dependency."
22589
+ },
22590
+ "immutable": true,
22591
+ "locationInModule": {
22592
+ "filename": "src/github/dependabot.ts",
22593
+ "line": 278
22594
+ },
22595
+ "name": "dependencyType",
22596
+ "optional": true,
22597
+ "type": {
22598
+ "fqn": "projen.github.DependabotGroupDependencyType"
22599
+ }
22600
+ },
22563
22601
  {
22564
22602
  "abstract": true,
22565
22603
  "docs": {
@@ -22569,7 +22607,7 @@
22569
22607
  "immutable": true,
22570
22608
  "locationInModule": {
22571
22609
  "filename": "src/github/dependabot.ts",
22572
- "line": 276
22610
+ "line": 290
22573
22611
  },
22574
22612
  "name": "excludePatterns",
22575
22613
  "optional": true,
@@ -22581,10 +22619,138 @@
22581
22619
  "kind": "array"
22582
22620
  }
22583
22621
  }
22622
+ },
22623
+ {
22624
+ "abstract": true,
22625
+ "docs": {
22626
+ "default": "- all semantic versioning levels",
22627
+ "remarks": "If specified, must contain at least one element and elements must be unique.",
22628
+ "see": "https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#update-types-groups",
22629
+ "stability": "experimental",
22630
+ "summary": "Limit the group to one or more semantic versioning levels."
22631
+ },
22632
+ "immutable": true,
22633
+ "locationInModule": {
22634
+ "filename": "src/github/dependabot.ts",
22635
+ "line": 300
22636
+ },
22637
+ "name": "updateTypes",
22638
+ "optional": true,
22639
+ "type": {
22640
+ "collection": {
22641
+ "elementtype": {
22642
+ "fqn": "projen.github.DependabotGroupUpdateType"
22643
+ },
22644
+ "kind": "array"
22645
+ }
22646
+ }
22584
22647
  }
22585
22648
  ],
22586
22649
  "symbolId": "src/github/dependabot:DependabotGroup"
22587
22650
  },
22651
+ "projen.github.DependabotGroupAppliesTo": {
22652
+ "assembly": "projen",
22653
+ "docs": {
22654
+ "stability": "experimental",
22655
+ "summary": "The type of update a group applies to."
22656
+ },
22657
+ "fqn": "projen.github.DependabotGroupAppliesTo",
22658
+ "kind": "enum",
22659
+ "locationInModule": {
22660
+ "filename": "src/github/dependabot.ts",
22661
+ "line": 306
22662
+ },
22663
+ "members": [
22664
+ {
22665
+ "docs": {
22666
+ "stability": "experimental",
22667
+ "summary": "Apply only to version updates."
22668
+ },
22669
+ "name": "VERSION_UPDATES"
22670
+ },
22671
+ {
22672
+ "docs": {
22673
+ "stability": "experimental",
22674
+ "summary": "Apply only to security updates."
22675
+ },
22676
+ "name": "SECURITY_UPDATES"
22677
+ }
22678
+ ],
22679
+ "name": "DependabotGroupAppliesTo",
22680
+ "namespace": "github",
22681
+ "symbolId": "src/github/dependabot:DependabotGroupAppliesTo"
22682
+ },
22683
+ "projen.github.DependabotGroupDependencyType": {
22684
+ "assembly": "projen",
22685
+ "docs": {
22686
+ "stability": "experimental",
22687
+ "summary": "The type of dependency a group may be limited to."
22688
+ },
22689
+ "fqn": "projen.github.DependabotGroupDependencyType",
22690
+ "kind": "enum",
22691
+ "locationInModule": {
22692
+ "filename": "src/github/dependabot.ts",
22693
+ "line": 321
22694
+ },
22695
+ "members": [
22696
+ {
22697
+ "docs": {
22698
+ "stability": "experimental",
22699
+ "summary": "Include only dependencies in the \"Development dependency group\"."
22700
+ },
22701
+ "name": "DEVELOPMENT"
22702
+ },
22703
+ {
22704
+ "docs": {
22705
+ "stability": "experimental",
22706
+ "summary": "Include only dependencies in the \"Production dependency group\"."
22707
+ },
22708
+ "name": "PRODUCTION"
22709
+ }
22710
+ ],
22711
+ "name": "DependabotGroupDependencyType",
22712
+ "namespace": "github",
22713
+ "symbolId": "src/github/dependabot:DependabotGroupDependencyType"
22714
+ },
22715
+ "projen.github.DependabotGroupUpdateType": {
22716
+ "assembly": "projen",
22717
+ "docs": {
22718
+ "stability": "experimental",
22719
+ "summary": "The semantic versioning levels a group may be limited to."
22720
+ },
22721
+ "fqn": "projen.github.DependabotGroupUpdateType",
22722
+ "kind": "enum",
22723
+ "locationInModule": {
22724
+ "filename": "src/github/dependabot.ts",
22725
+ "line": 336
22726
+ },
22727
+ "members": [
22728
+ {
22729
+ "docs": {
22730
+ "stability": "experimental",
22731
+ "summary": "Include major releases."
22732
+ },
22733
+ "name": "MAJOR"
22734
+ },
22735
+ {
22736
+ "docs": {
22737
+ "stability": "experimental",
22738
+ "summary": "Include minor releases."
22739
+ },
22740
+ "name": "MINOR"
22741
+ },
22742
+ {
22743
+ "docs": {
22744
+ "stability": "experimental",
22745
+ "summary": "Include patch releases."
22746
+ },
22747
+ "name": "PATCH"
22748
+ }
22749
+ ],
22750
+ "name": "DependabotGroupUpdateType",
22751
+ "namespace": "github",
22752
+ "symbolId": "src/github/dependabot:DependabotGroupUpdateType"
22753
+ },
22588
22754
  "projen.github.DependabotIgnore": {
22589
22755
  "assembly": "projen",
22590
22756
  "datatype": true,
@@ -23189,7 +23355,7 @@
23189
23355
  "kind": "enum",
23190
23356
  "locationInModule": {
23191
23357
  "filename": "src/github/dependabot.ts",
23192
- "line": 283
23358
+ "line": 357
23193
23359
  },
23194
23360
  "members": [
23195
23361
  {
@@ -28347,7 +28513,7 @@
28347
28513
  "kind": "enum",
28348
28514
  "locationInModule": {
28349
28515
  "filename": "src/github/dependabot.ts",
28350
- "line": 303
28516
+ "line": 377
28351
28517
  },
28352
28518
  "members": [
28353
28519
  {
@@ -52902,7 +53068,7 @@
52902
53068
  "kind": "class",
52903
53069
  "locationInModule": {
52904
53070
  "filename": "src/javascript/upgrade-dependencies.ts",
52905
- "line": 629
53071
+ "line": 637
52906
53072
  },
52907
53073
  "methods": [
52908
53074
  {
@@ -52912,7 +53078,7 @@
52912
53078
  },
52913
53079
  "locationInModule": {
52914
53080
  "filename": "src/javascript/upgrade-dependencies.ts",
52915
- "line": 664
53081
+ "line": 672
52916
53082
  },
52917
53083
  "name": "expressions",
52918
53084
  "parameters": [
@@ -52948,7 +53114,7 @@
52948
53114
  "immutable": true,
52949
53115
  "locationInModule": {
52950
53116
  "filename": "src/javascript/upgrade-dependencies.ts",
52951
- "line": 638
53117
+ "line": 646
52952
53118
  },
52953
53119
  "name": "DAILY",
52954
53120
  "static": true,
@@ -52965,7 +53131,7 @@
52965
53131
  "immutable": true,
52966
53132
  "locationInModule": {
52967
53133
  "filename": "src/javascript/upgrade-dependencies.ts",
52968
- "line": 657
53134
+ "line": 665
52969
53135
  },
52970
53136
  "name": "MONTHLY",
52971
53137
  "static": true,
@@ -52982,7 +53148,7 @@
52982
53148
  "immutable": true,
52983
53149
  "locationInModule": {
52984
53150
  "filename": "src/javascript/upgrade-dependencies.ts",
52985
- "line": 633
53151
+ "line": 641
52986
53152
  },
52987
53153
  "name": "NEVER",
52988
53154
  "static": true,
@@ -52999,7 +53165,7 @@
52999
53165
  "immutable": true,
53000
53166
  "locationInModule": {
53001
53167
  "filename": "src/javascript/upgrade-dependencies.ts",
53002
- "line": 643
53168
+ "line": 651
53003
53169
  },
53004
53170
  "name": "WEEKDAY",
53005
53171
  "static": true,
@@ -53016,7 +53182,7 @@
53016
53182
  "immutable": true,
53017
53183
  "locationInModule": {
53018
53184
  "filename": "src/javascript/upgrade-dependencies.ts",
53019
- "line": 650
53185
+ "line": 658
53020
53186
  },
53021
53187
  "name": "WEEKLY",
53022
53188
  "static": true,
@@ -53031,7 +53197,7 @@
53031
53197
  "immutable": true,
53032
53198
  "locationInModule": {
53033
53199
  "filename": "src/javascript/upgrade-dependencies.ts",
53034
- "line": 668
53200
+ "line": 676
53035
53201
  },
53036
53202
  "name": "cron",
53037
53203
  "type": {
@@ -53057,7 +53223,7 @@
53057
53223
  "kind": "interface",
53058
53224
  "locationInModule": {
53059
53225
  "filename": "src/javascript/upgrade-dependencies.ts",
53060
- "line": 548
53226
+ "line": 549
53061
53227
  },
53062
53228
  "name": "UpgradeDependenciesWorkflowOptions",
53063
53229
  "namespace": "javascript",
@@ -53072,7 +53238,7 @@
53072
53238
  "immutable": true,
53073
53239
  "locationInModule": {
53074
53240
  "filename": "src/javascript/upgrade-dependencies.ts",
53075
- "line": 581
53241
+ "line": 582
53076
53242
  },
53077
53243
  "name": "assignees",
53078
53244
  "optional": true,
@@ -53095,7 +53261,7 @@
53095
53261
  "immutable": true,
53096
53262
  "locationInModule": {
53097
53263
  "filename": "src/javascript/upgrade-dependencies.ts",
53098
- "line": 595
53264
+ "line": 596
53099
53265
  },
53100
53266
  "name": "branches",
53101
53267
  "optional": true,
@@ -53118,7 +53284,7 @@
53118
53284
  "immutable": true,
53119
53285
  "locationInModule": {
53120
53286
  "filename": "src/javascript/upgrade-dependencies.ts",
53121
- "line": 588
53287
+ "line": 589
53122
53288
  },
53123
53289
  "name": "container",
53124
53290
  "optional": true,
@@ -53126,6 +53292,29 @@
53126
53292
  "fqn": "projen.github.workflows.ContainerOptions"
53127
53293
  }
53128
53294
  },
53295
+ {
53296
+ "abstract": true,
53297
+ "docs": {
53298
+ "default": "{}",
53299
+ "stability": "experimental",
53300
+ "summary": "Build environment variables for the upgrade job."
53301
+ },
53302
+ "immutable": true,
53303
+ "locationInModule": {
53304
+ "filename": "src/javascript/upgrade-dependencies.ts",
53305
+ "line": 631
53306
+ },
53307
+ "name": "env",
53308
+ "optional": true,
53309
+ "type": {
53310
+ "collection": {
53311
+ "elementtype": {
53312
+ "primitive": "string"
53313
+ },
53314
+ "kind": "map"
53315
+ }
53316
+ }
53317
+ },
53129
53318
  {
53130
53319
  "abstract": true,
53131
53320
  "docs": {
@@ -53136,7 +53325,7 @@
53136
53325
  "immutable": true,
53137
53326
  "locationInModule": {
53138
53327
  "filename": "src/javascript/upgrade-dependencies.ts",
53139
- "line": 601
53328
+ "line": 602
53140
53329
  },
53141
53330
  "name": "gitIdentity",
53142
53331
  "optional": true,
@@ -53154,7 +53343,7 @@
53154
53343
  "immutable": true,
53155
53344
  "locationInModule": {
53156
53345
  "filename": "src/javascript/upgrade-dependencies.ts",
53157
- "line": 574
53346
+ "line": 575
53158
53347
  },
53159
53348
  "name": "labels",
53160
53349
  "optional": true,
@@ -53177,7 +53366,7 @@
53177
53366
  "immutable": true,
53178
53367
  "locationInModule": {
53179
53368
  "filename": "src/javascript/upgrade-dependencies.ts",
53180
- "line": 623
53369
+ "line": 624
53181
53370
  },
53182
53371
  "name": "permissions",
53183
53372
  "optional": true,
@@ -53197,7 +53386,7 @@
53197
53386
  "immutable": true,
53198
53387
  "locationInModule": {
53199
53388
  "filename": "src/javascript/upgrade-dependencies.ts",
53200
- "line": 567
53389
+ "line": 568
53201
53390
  },
53202
53391
  "name": "projenCredentials",
53203
53392
  "optional": true,
@@ -53219,7 +53408,7 @@
53219
53408
  "immutable": true,
53220
53409
  "locationInModule": {
53221
53410
  "filename": "src/javascript/upgrade-dependencies.ts",
53222
- "line": 609
53411
+ "line": 610
53223
53412
  },
53224
53413
  "name": "runsOn",
53225
53414
  "optional": true,
@@ -53245,7 +53434,7 @@
53245
53434
  "immutable": true,
53246
53435
  "locationInModule": {
53247
53436
  "filename": "src/javascript/upgrade-dependencies.ts",
53248
- "line": 616
53437
+ "line": 617
53249
53438
  },
53250
53439
  "name": "runsOnGroup",
53251
53440
  "optional": true,
@@ -53263,7 +53452,7 @@
53263
53452
  "immutable": true,
53264
53453
  "locationInModule": {
53265
53454
  "filename": "src/javascript/upgrade-dependencies.ts",
53266
- "line": 554
53455
+ "line": 555
53267
53456
  },
53268
53457
  "name": "schedule",
53269
53458
  "optional": true,
@@ -64457,7 +64646,7 @@
64457
64646
  "kind": "interface",
64458
64647
  "locationInModule": {
64459
64648
  "filename": "src/release/release.ts",
64460
- "line": 813
64649
+ "line": 823
64461
64650
  },
64462
64651
  "name": "BranchOptions",
64463
64652
  "namespace": "release",
@@ -64471,7 +64660,7 @@
64471
64660
  "immutable": true,
64472
64661
  "locationInModule": {
64473
64662
  "filename": "src/release/release.ts",
64474
- "line": 836
64663
+ "line": 846
64475
64664
  },
64476
64665
  "name": "majorVersion",
64477
64666
  "type": {
@@ -64489,7 +64678,7 @@
64489
64678
  "immutable": true,
64490
64679
  "locationInModule": {
64491
64680
  "filename": "src/release/release.ts",
64492
- "line": 831
64681
+ "line": 841
64493
64682
  },
64494
64683
  "name": "environment",
64495
64684
  "optional": true,
@@ -64506,7 +64695,7 @@
64506
64695
  "immutable": true,
64507
64696
  "locationInModule": {
64508
64697
  "filename": "src/release/release.ts",
64509
- "line": 841
64698
+ "line": 851
64510
64699
  },
64511
64700
  "name": "minMajorVersion",
64512
64701
  "optional": true,
@@ -64523,7 +64712,7 @@
64523
64712
  "immutable": true,
64524
64713
  "locationInModule": {
64525
64714
  "filename": "src/release/release.ts",
64526
- "line": 846
64715
+ "line": 856
64527
64716
  },
64528
64717
  "name": "minorVersion",
64529
64718
  "optional": true,
@@ -64541,7 +64730,7 @@
64541
64730
  "immutable": true,
64542
64731
  "locationInModule": {
64543
64732
  "filename": "src/release/release.ts",
64544
- "line": 874
64733
+ "line": 884
64545
64734
  },
64546
64735
  "name": "npmDistTag",
64547
64736
  "optional": true,
@@ -64559,7 +64748,7 @@
64559
64748
  "immutable": true,
64560
64749
  "locationInModule": {
64561
64750
  "filename": "src/release/release.ts",
64562
- "line": 853
64751
+ "line": 863
64563
64752
  },
64564
64753
  "name": "prerelease",
64565
64754
  "optional": true,
@@ -64578,7 +64767,7 @@
64578
64767
  "immutable": true,
64579
64768
  "locationInModule": {
64580
64769
  "filename": "src/release/release.ts",
64581
- "line": 867
64770
+ "line": 877
64582
64771
  },
64583
64772
  "name": "tagPrefix",
64584
64773
  "optional": true,
@@ -64596,7 +64785,7 @@
64596
64785
  "immutable": true,
64597
64786
  "locationInModule": {
64598
64787
  "filename": "src/release/release.ts",
64599
- "line": 818
64788
+ "line": 828
64600
64789
  },
64601
64790
  "name": "workflowName",
64602
64791
  "optional": true,
@@ -66526,7 +66715,7 @@
66526
66715
  },
66527
66716
  "locationInModule": {
66528
66717
  "filename": "src/release/release.ts",
66529
- "line": 398
66718
+ "line": 406
66530
66719
  },
66531
66720
  "parameters": [
66532
66721
  {
@@ -66552,7 +66741,7 @@
66552
66741
  "kind": "class",
66553
66742
  "locationInModule": {
66554
66743
  "filename": "src/release/release.ts",
66555
- "line": 354
66744
+ "line": 361
66556
66745
  },
66557
66746
  "methods": [
66558
66747
  {
@@ -66562,7 +66751,7 @@
66562
66751
  },
66563
66752
  "locationInModule": {
66564
66753
  "filename": "src/release/release.ts",
66565
- "line": 362
66754
+ "line": 369
66566
66755
  },
66567
66756
  "name": "of",
66568
66757
  "parameters": [
@@ -66589,7 +66778,7 @@
66589
66778
  },
66590
66779
  "locationInModule": {
66591
66780
  "filename": "src/release/release.ts",
66592
- "line": 539
66781
+ "line": 548
66593
66782
  },
66594
66783
  "name": "addBranch",
66595
66784
  "parameters": [
@@ -66620,7 +66809,7 @@
66620
66809
  },
66621
66810
  "locationInModule": {
66622
66811
  "filename": "src/release/release.ts",
66623
- "line": 606
66812
+ "line": 615
66624
66813
  },
66625
66814
  "name": "addJobs",
66626
66815
  "parameters": [
@@ -66647,7 +66836,7 @@
66647
66836
  },
66648
66837
  "locationInModule": {
66649
66838
  "filename": "src/release/release.ts",
66650
- "line": 589
66839
+ "line": 598
66651
66840
  },
66652
66841
  "name": "preSynthesize",
66653
66842
  "overrides": "projen.Component"
@@ -66664,7 +66853,7 @@
66664
66853
  "immutable": true,
66665
66854
  "locationInModule": {
66666
66855
  "filename": "src/release/release.ts",
66667
- "line": 355
66856
+ "line": 362
66668
66857
  },
66669
66858
  "name": "ANTI_TAMPER_CMD",
66670
66859
  "static": true,
@@ -66680,7 +66869,7 @@
66680
66869
  "immutable": true,
66681
66870
  "locationInModule": {
66682
66871
  "filename": "src/release/release.ts",
66683
- "line": 375
66872
+ "line": 382
66684
66873
  },
66685
66874
  "name": "artifactsDirectory",
66686
66875
  "type": {
@@ -66695,7 +66884,7 @@
66695
66884
  "immutable": true,
66696
66885
  "locationInModule": {
66697
66886
  "filename": "src/release/release.ts",
66698
- "line": 615
66887
+ "line": 624
66699
66888
  },
66700
66889
  "name": "branches",
66701
66890
  "type": {
@@ -66715,7 +66904,7 @@
66715
66904
  "immutable": true,
66716
66905
  "locationInModule": {
66717
66906
  "filename": "src/release/release.ts",
66718
- "line": 370
66907
+ "line": 377
66719
66908
  },
66720
66909
  "name": "publisher",
66721
66910
  "type": {
@@ -66739,7 +66928,7 @@
66739
66928
  "kind": "interface",
66740
66929
  "locationInModule": {
66741
66930
  "filename": "src/release/release.ts",
66742
- "line": 294
66931
+ "line": 301
66743
66932
  },
66744
66933
  "name": "ReleaseOptions",
66745
66934
  "namespace": "release",
@@ -66754,7 +66943,7 @@
66754
66943
  "immutable": true,
66755
66944
  "locationInModule": {
66756
66945
  "filename": "src/release/release.ts",
66757
- "line": 331
66946
+ "line": 338
66758
66947
  },
66759
66948
  "name": "artifactsDirectory",
66760
66949
  "type": {
@@ -66771,7 +66960,7 @@
66771
66960
  "immutable": true,
66772
66961
  "locationInModule": {
66773
66962
  "filename": "src/release/release.ts",
66774
- "line": 317
66963
+ "line": 324
66775
66964
  },
66776
66965
  "name": "branch",
66777
66966
  "type": {
@@ -66788,7 +66977,7 @@
66788
66977
  "immutable": true,
66789
66978
  "locationInModule": {
66790
66979
  "filename": "src/release/release.ts",
66791
- "line": 300
66980
+ "line": 307
66792
66981
  },
66793
66982
  "name": "task",
66794
66983
  "type": {
@@ -66805,7 +66994,7 @@
66805
66994
  "immutable": true,
66806
66995
  "locationInModule": {
66807
66996
  "filename": "src/release/release.ts",
66808
- "line": 307
66997
+ "line": 314
66809
66998
  },
66810
66999
  "name": "versionFile",
66811
67000
  "type": {
@@ -66822,7 +67011,7 @@
66822
67011
  "immutable": true,
66823
67012
  "locationInModule": {
66824
67013
  "filename": "src/release/release.ts",
66825
- "line": 324
67014
+ "line": 331
66826
67015
  },
66827
67016
  "name": "githubRelease",
66828
67017
  "optional": true,
@@ -66841,7 +67030,7 @@
66841
67030
  "immutable": true,
66842
67031
  "locationInModule": {
66843
67032
  "filename": "src/release/release.ts",
66844
- "line": 340
67033
+ "line": 347
66845
67034
  },
66846
67035
  "name": "workflowNodeVersion",
66847
67036
  "optional": true,
@@ -66859,7 +67048,7 @@
66859
67048
  "immutable": true,
66860
67049
  "locationInModule": {
66861
67050
  "filename": "src/release/release.ts",
66862
- "line": 346
67051
+ "line": 353
66863
67052
  },
66864
67053
  "name": "workflowPermissions",
66865
67054
  "optional": true,
@@ -66897,7 +67086,7 @@
66897
67086
  "immutable": true,
66898
67087
  "locationInModule": {
66899
67088
  "filename": "src/release/release.ts",
66900
- "line": 262
67089
+ "line": 269
66901
67090
  },
66902
67091
  "name": "bumpPackage",
66903
67092
  "optional": true,
@@ -66972,7 +67161,7 @@
66972
67161
  "immutable": true,
66973
67162
  "locationInModule": {
66974
67163
  "filename": "src/release/release.ts",
66975
- "line": 288
67164
+ "line": 295
66976
67165
  },
66977
67166
  "name": "nextVersionCommand",
66978
67167
  "optional": true,
@@ -67250,6 +67439,29 @@
67250
67439
  "fqn": "projen.release.ReleaseTrigger"
67251
67440
  }
67252
67441
  },
67442
+ {
67443
+ "abstract": true,
67444
+ "docs": {
67445
+ "default": "{}",
67446
+ "stability": "experimental",
67447
+ "summary": "Build environment variables for release workflows."
67448
+ },
67449
+ "immutable": true,
67450
+ "locationInModule": {
67451
+ "filename": "src/release/release.ts",
67452
+ "line": 260
67453
+ },
67454
+ "name": "releaseWorkflowEnv",
67455
+ "optional": true,
67456
+ "type": {
67457
+ "collection": {
67458
+ "elementtype": {
67459
+ "primitive": "string"
67460
+ },
67461
+ "kind": "map"
67462
+ }
67463
+ }
67464
+ },
67253
67465
  {
67254
67466
  "abstract": true,
67255
67467
  "docs": {
@@ -71879,6 +72091,6 @@
71879
72091
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
71880
72092
  }
71881
72093
  },
71882
- "version": "0.96.2",
71883
- "fingerprint": "aKgB7IHEC5/6uh+MNpYupc4mDdzeeYXylNdwAGf8sPc="
72094
+ "version": "0.96.3",
72095
+ "fingerprint": "Fi3ZSSlu4Atc8J4ODDEQl62abIIeASSocFAbNxmYQkc="
71884
72096
  }