projen 0.62.27 → 0.63.0

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 (127) hide show
  1. package/.jsii +229 -180
  2. package/bin/projen +0 -0
  3. package/docs/api/API.md +13 -0
  4. package/lib/awscdk/auto-discover.js +5 -5
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.js +1 -1
  11. package/lib/awscdk/awscdk-deps-py.js +1 -1
  12. package/lib/awscdk/awscdk-deps.js +1 -1
  13. package/lib/awscdk/cdk-config.js +1 -1
  14. package/lib/awscdk/cdk-tasks.js +1 -1
  15. package/lib/awscdk/integration-test.js +1 -1
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/build/build-workflow.js +14 -2
  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.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose.js +2 -2
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.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/constants.d.ts +8 -0
  42. package/lib/github/constants.js +10 -2
  43. package/lib/github/dependabot.js +1 -1
  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/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.js +1 -1
  52. package/lib/github/workflows.js +1 -1
  53. package/lib/gitlab/configuration.js +1 -1
  54. package/lib/gitlab/gitlab-configuration.js +1 -1
  55. package/lib/gitlab/nested-configuration.js +1 -1
  56. package/lib/gitpod.js +1 -1
  57. package/lib/ignore-file.js +1 -1
  58. package/lib/ini.js +1 -1
  59. package/lib/java/java-project.js +1 -1
  60. package/lib/java/junit.js +1 -1
  61. package/lib/java/maven-compile.js +1 -1
  62. package/lib/java/maven-packaging.js +1 -1
  63. package/lib/java/maven-sample.js +1 -1
  64. package/lib/java/pom.js +1 -1
  65. package/lib/java/projenrc.js +1 -1
  66. package/lib/javascript/bundler.js +1 -1
  67. package/lib/javascript/eslint.js +1 -1
  68. package/lib/javascript/jest.d.ts +17 -0
  69. package/lib/javascript/jest.js +28 -17
  70. package/lib/javascript/node-package.js +1 -1
  71. package/lib/javascript/node-project.js +1 -1
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.js +1 -1
  76. package/lib/javascript/upgrade-dependencies.js +2 -2
  77. package/lib/json-patch.js +1 -1
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project.js +1 -1
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +1 -1
  87. package/lib/python/pip.js +1 -1
  88. package/lib/python/poetry.js +2 -2
  89. package/lib/python/projenrc.js +1 -1
  90. package/lib/python/pytest-sample.js +1 -1
  91. package/lib/python/pytest.js +1 -1
  92. package/lib/python/python-project.js +1 -1
  93. package/lib/python/python-sample.js +1 -1
  94. package/lib/python/requirements-file.js +1 -1
  95. package/lib/python/setuppy.js +1 -1
  96. package/lib/python/setuptools.js +1 -1
  97. package/lib/python/venv.js +1 -1
  98. package/lib/readme.js +1 -1
  99. package/lib/release/publisher.js +8 -2
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +6 -2
  102. package/lib/renovatebot.js +1 -1
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc.js +1 -1
  113. package/lib/typescript/typescript-typedoc.js +1 -1
  114. package/lib/typescript/typescript.js +3 -3
  115. package/lib/version.js +1 -1
  116. package/lib/vscode/devcontainer.js +1 -1
  117. package/lib/vscode/extensions.js +1 -1
  118. package/lib/vscode/launch-config.js +1 -1
  119. package/lib/vscode/settings.js +1 -1
  120. package/lib/vscode/vscode.js +1 -1
  121. package/lib/web/next.js +3 -3
  122. package/lib/web/postcss.js +1 -1
  123. package/lib/web/react.js +4 -4
  124. package/lib/web/tailwind.js +1 -1
  125. package/lib/xmlfile.js +1 -1
  126. package/lib/yaml.js +1 -1
  127. package/package.json +1 -2
package/.jsii CHANGED
@@ -13474,7 +13474,7 @@
13474
13474
  "kind": "interface",
13475
13475
  "locationInModule": {
13476
13476
  "filename": "src/build/build-workflow.ts",
13477
- "line": 397
13477
+ "line": 414
13478
13478
  },
13479
13479
  "name": "AddPostBuildJobCommandsOptions",
13480
13480
  "namespace": "build",
@@ -13489,7 +13489,7 @@
13489
13489
  "immutable": true,
13490
13490
  "locationInModule": {
13491
13491
  "filename": "src/build/build-workflow.ts",
13492
- "line": 409
13492
+ "line": 426
13493
13493
  },
13494
13494
  "name": "checkoutRepo",
13495
13495
  "optional": true,
@@ -13508,7 +13508,7 @@
13508
13508
  "immutable": true,
13509
13509
  "locationInModule": {
13510
13510
  "filename": "src/build/build-workflow.ts",
13511
- "line": 419
13511
+ "line": 436
13512
13512
  },
13513
13513
  "name": "installDeps",
13514
13514
  "optional": true,
@@ -13526,7 +13526,7 @@
13526
13526
  "immutable": true,
13527
13527
  "locationInModule": {
13528
13528
  "filename": "src/build/build-workflow.ts",
13529
- "line": 425
13529
+ "line": 442
13530
13530
  },
13531
13531
  "name": "runsOn",
13532
13532
  "optional": true,
@@ -13548,7 +13548,7 @@
13548
13548
  "immutable": true,
13549
13549
  "locationInModule": {
13550
13550
  "filename": "src/build/build-workflow.ts",
13551
- "line": 401
13551
+ "line": 418
13552
13552
  },
13553
13553
  "name": "tools",
13554
13554
  "optional": true,
@@ -13570,7 +13570,7 @@
13570
13570
  "kind": "interface",
13571
13571
  "locationInModule": {
13572
13572
  "filename": "src/build/build-workflow.ts",
13573
- "line": 381
13573
+ "line": 398
13574
13574
  },
13575
13575
  "name": "AddPostBuildJobTaskOptions",
13576
13576
  "namespace": "build",
@@ -13585,7 +13585,7 @@
13585
13585
  "immutable": true,
13586
13586
  "locationInModule": {
13587
13587
  "filename": "src/build/build-workflow.ts",
13588
- "line": 391
13588
+ "line": 408
13589
13589
  },
13590
13590
  "name": "runsOn",
13591
13591
  "optional": true,
@@ -13607,7 +13607,7 @@
13607
13607
  "immutable": true,
13608
13608
  "locationInModule": {
13609
13609
  "filename": "src/build/build-workflow.ts",
13610
- "line": 385
13610
+ "line": 402
13611
13611
  },
13612
13612
  "name": "tools",
13613
13613
  "optional": true,
@@ -13631,7 +13631,7 @@
13631
13631
  },
13632
13632
  "locationInModule": {
13633
13633
  "filename": "src/build/build-workflow.ts",
13634
- "line": 111
13634
+ "line": 112
13635
13635
  },
13636
13636
  "parameters": [
13637
13637
  {
@@ -13651,7 +13651,7 @@
13651
13651
  "kind": "class",
13652
13652
  "locationInModule": {
13653
13653
  "filename": "src/build/build-workflow.ts",
13654
- "line": 99
13654
+ "line": 100
13655
13655
  },
13656
13656
  "methods": [
13657
13657
  {
@@ -13662,7 +13662,7 @@
13662
13662
  },
13663
13663
  "locationInModule": {
13664
13664
  "filename": "src/build/build-workflow.ts",
13665
- "line": 193
13665
+ "line": 198
13666
13666
  },
13667
13667
  "name": "addPostBuildJob",
13668
13668
  "parameters": [
@@ -13694,7 +13694,7 @@
13694
13694
  },
13695
13695
  "locationInModule": {
13696
13696
  "filename": "src/build/build-workflow.ts",
13697
- "line": 260
13697
+ "line": 273
13698
13698
  },
13699
13699
  "name": "addPostBuildJobCommands",
13700
13700
  "parameters": [
@@ -13735,7 +13735,7 @@
13735
13735
  },
13736
13736
  "locationInModule": {
13737
13737
  "filename": "src/build/build-workflow.ts",
13738
- "line": 234
13738
+ "line": 247
13739
13739
  },
13740
13740
  "name": "addPostBuildJobTask",
13741
13741
  "parameters": [
@@ -13764,7 +13764,7 @@
13764
13764
  },
13765
13765
  "locationInModule": {
13766
13766
  "filename": "src/build/build-workflow.ts",
13767
- "line": 178
13767
+ "line": 183
13768
13768
  },
13769
13769
  "name": "addPostBuildSteps",
13770
13770
  "parameters": [
@@ -13793,7 +13793,7 @@
13793
13793
  "immutable": true,
13794
13794
  "locationInModule": {
13795
13795
  "filename": "src/build/build-workflow.ts",
13796
- "line": 170
13796
+ "line": 175
13797
13797
  },
13798
13798
  "name": "buildJobIds",
13799
13799
  "type": {
@@ -13818,7 +13818,7 @@
13818
13818
  "kind": "interface",
13819
13819
  "locationInModule": {
13820
13820
  "filename": "src/build/build-workflow.ts",
13821
- "line": 30
13821
+ "line": 31
13822
13822
  },
13823
13823
  "name": "BuildWorkflowOptions",
13824
13824
  "namespace": "build",
@@ -13832,7 +13832,7 @@
13832
13832
  "immutable": true,
13833
13833
  "locationInModule": {
13834
13834
  "filename": "src/build/build-workflow.ts",
13835
- "line": 39
13835
+ "line": 40
13836
13836
  },
13837
13837
  "name": "artifactsDirectory",
13838
13838
  "type": {
@@ -13848,7 +13848,7 @@
13848
13848
  "immutable": true,
13849
13849
  "locationInModule": {
13850
13850
  "filename": "src/build/build-workflow.ts",
13851
- "line": 34
13851
+ "line": 35
13852
13852
  },
13853
13853
  "name": "buildTask",
13854
13854
  "type": {
@@ -13865,7 +13865,7 @@
13865
13865
  "immutable": true,
13866
13866
  "locationInModule": {
13867
13867
  "filename": "src/build/build-workflow.ts",
13868
- "line": 45
13868
+ "line": 46
13869
13869
  },
13870
13870
  "name": "containerImage",
13871
13871
  "optional": true,
@@ -13883,7 +13883,7 @@
13883
13883
  "immutable": true,
13884
13884
  "locationInModule": {
13885
13885
  "filename": "src/build/build-workflow.ts",
13886
- "line": 84
13886
+ "line": 85
13887
13887
  },
13888
13888
  "name": "env",
13889
13889
  "optional": true,
@@ -13906,7 +13906,7 @@
13906
13906
  "immutable": true,
13907
13907
  "locationInModule": {
13908
13908
  "filename": "src/build/build-workflow.ts",
13909
- "line": 78
13909
+ "line": 79
13910
13910
  },
13911
13911
  "name": "gitIdentity",
13912
13912
  "optional": true,
@@ -13925,7 +13925,7 @@
13925
13925
  "immutable": true,
13926
13926
  "locationInModule": {
13927
13927
  "filename": "src/build/build-workflow.ts",
13928
- "line": 60
13928
+ "line": 61
13929
13929
  },
13930
13930
  "name": "mutableBuild",
13931
13931
  "optional": true,
@@ -13943,7 +13943,7 @@
13943
13943
  "immutable": true,
13944
13944
  "locationInModule": {
13945
13945
  "filename": "src/build/build-workflow.ts",
13946
- "line": 72
13946
+ "line": 73
13947
13947
  },
13948
13948
  "name": "postBuildSteps",
13949
13949
  "optional": true,
@@ -13966,7 +13966,7 @@
13966
13966
  "immutable": true,
13967
13967
  "locationInModule": {
13968
13968
  "filename": "src/build/build-workflow.ts",
13969
- "line": 66
13969
+ "line": 67
13970
13970
  },
13971
13971
  "name": "preBuildSteps",
13972
13972
  "optional": true,
@@ -13989,7 +13989,7 @@
13989
13989
  "immutable": true,
13990
13990
  "locationInModule": {
13991
13991
  "filename": "src/build/build-workflow.ts",
13992
- "line": 90
13992
+ "line": 91
13993
13993
  },
13994
13994
  "name": "runsOn",
13995
13995
  "optional": true,
@@ -14012,7 +14012,7 @@
14012
14012
  "immutable": true,
14013
14013
  "locationInModule": {
14014
14014
  "filename": "src/build/build-workflow.ts",
14015
- "line": 96
14015
+ "line": 97
14016
14016
  },
14017
14017
  "name": "workflowTriggers",
14018
14018
  "optional": true,
@@ -32948,7 +32948,7 @@
32948
32948
  "kind": "interface",
32949
32949
  "locationInModule": {
32950
32950
  "filename": "src/javascript/jest.ts",
32951
- "line": 548
32951
+ "line": 556
32952
32952
  },
32953
32953
  "name": "CoverageThreshold",
32954
32954
  "namespace": "javascript",
@@ -32961,7 +32961,7 @@
32961
32961
  "immutable": true,
32962
32962
  "locationInModule": {
32963
32963
  "filename": "src/javascript/jest.ts",
32964
- "line": 549
32964
+ "line": 557
32965
32965
  },
32966
32966
  "name": "branches",
32967
32967
  "optional": true,
@@ -32977,7 +32977,7 @@
32977
32977
  "immutable": true,
32978
32978
  "locationInModule": {
32979
32979
  "filename": "src/javascript/jest.ts",
32980
- "line": 550
32980
+ "line": 558
32981
32981
  },
32982
32982
  "name": "functions",
32983
32983
  "optional": true,
@@ -32993,7 +32993,7 @@
32993
32993
  "immutable": true,
32994
32994
  "locationInModule": {
32995
32995
  "filename": "src/javascript/jest.ts",
32996
- "line": 551
32996
+ "line": 559
32997
32997
  },
32998
32998
  "name": "lines",
32999
32999
  "optional": true,
@@ -33009,7 +33009,7 @@
33009
33009
  "immutable": true,
33010
33010
  "locationInModule": {
33011
33011
  "filename": "src/javascript/jest.ts",
33012
- "line": 552
33012
+ "line": 560
33013
33013
  },
33014
33014
  "name": "statements",
33015
33015
  "optional": true,
@@ -33771,7 +33771,7 @@
33771
33771
  "kind": "interface",
33772
33772
  "locationInModule": {
33773
33773
  "filename": "src/javascript/jest.ts",
33774
- "line": 555
33774
+ "line": 575
33775
33775
  },
33776
33776
  "name": "HasteConfig",
33777
33777
  "namespace": "javascript",
@@ -33784,7 +33784,7 @@
33784
33784
  "immutable": true,
33785
33785
  "locationInModule": {
33786
33786
  "filename": "src/javascript/jest.ts",
33787
- "line": 556
33787
+ "line": 576
33788
33788
  },
33789
33789
  "name": "computeSha1",
33790
33790
  "optional": true,
@@ -33800,7 +33800,7 @@
33800
33800
  "immutable": true,
33801
33801
  "locationInModule": {
33802
33802
  "filename": "src/javascript/jest.ts",
33803
- "line": 557
33803
+ "line": 577
33804
33804
  },
33805
33805
  "name": "defaultPlatform",
33806
33806
  "optional": true,
@@ -33816,7 +33816,7 @@
33816
33816
  "immutable": true,
33817
33817
  "locationInModule": {
33818
33818
  "filename": "src/javascript/jest.ts",
33819
- "line": 558
33819
+ "line": 578
33820
33820
  },
33821
33821
  "name": "hasteImplModulePath",
33822
33822
  "optional": true,
@@ -33832,7 +33832,7 @@
33832
33832
  "immutable": true,
33833
33833
  "locationInModule": {
33834
33834
  "filename": "src/javascript/jest.ts",
33835
- "line": 559
33835
+ "line": 579
33836
33836
  },
33837
33837
  "name": "platforms",
33838
33838
  "optional": true,
@@ -33853,7 +33853,7 @@
33853
33853
  "immutable": true,
33854
33854
  "locationInModule": {
33855
33855
  "filename": "src/javascript/jest.ts",
33856
- "line": 560
33856
+ "line": 580
33857
33857
  },
33858
33858
  "name": "throwOnModuleCollision",
33859
33859
  "optional": true,
@@ -33878,7 +33878,7 @@
33878
33878
  },
33879
33879
  "locationInModule": {
33880
33880
  "filename": "src/javascript/jest.ts",
33881
- "line": 591
33881
+ "line": 611
33882
33882
  },
33883
33883
  "parameters": [
33884
33884
  {
@@ -33899,7 +33899,7 @@
33899
33899
  "kind": "class",
33900
33900
  "locationInModule": {
33901
33901
  "filename": "src/javascript/jest.ts",
33902
- "line": 573
33902
+ "line": 593
33903
33903
  },
33904
33904
  "methods": [
33905
33905
  {
@@ -33908,7 +33908,7 @@
33908
33908
  },
33909
33909
  "locationInModule": {
33910
33910
  "filename": "src/javascript/jest.ts",
33911
- "line": 715
33911
+ "line": 735
33912
33912
  },
33913
33913
  "name": "addIgnorePattern",
33914
33914
  "parameters": [
@@ -33926,7 +33926,7 @@
33926
33926
  },
33927
33927
  "locationInModule": {
33928
33928
  "filename": "src/javascript/jest.ts",
33929
- "line": 719
33929
+ "line": 739
33930
33930
  },
33931
33931
  "name": "addReporter",
33932
33932
  "parameters": [
@@ -33953,7 +33953,7 @@
33953
33953
  },
33954
33954
  "locationInModule": {
33955
33955
  "filename": "src/javascript/jest.ts",
33956
- "line": 723
33956
+ "line": 743
33957
33957
  },
33958
33958
  "name": "addSnapshotResolver",
33959
33959
  "parameters": [
@@ -33972,7 +33972,7 @@
33972
33972
  },
33973
33973
  "locationInModule": {
33974
33974
  "filename": "src/javascript/jest.ts",
33975
- "line": 703
33975
+ "line": 723
33976
33976
  },
33977
33977
  "name": "addTestMatch",
33978
33978
  "parameters": [
@@ -33994,7 +33994,7 @@
33994
33994
  },
33995
33995
  "locationInModule": {
33996
33996
  "filename": "src/javascript/jest.ts",
33997
- "line": 711
33997
+ "line": 731
33998
33998
  },
33999
33999
  "name": "addWatchIgnorePattern",
34000
34000
  "parameters": [
@@ -34021,7 +34021,7 @@
34021
34021
  "immutable": true,
34022
34022
  "locationInModule": {
34023
34023
  "filename": "src/javascript/jest.ts",
34024
- "line": 577
34024
+ "line": 597
34025
34025
  },
34026
34026
  "name": "config",
34027
34027
  "type": {
@@ -34035,7 +34035,7 @@
34035
34035
  "immutable": true,
34036
34036
  "locationInModule": {
34037
34037
  "filename": "src/javascript/jest.ts",
34038
- "line": 578
34038
+ "line": 598
34039
34039
  },
34040
34040
  "name": "jestVersion",
34041
34041
  "type": {
@@ -35492,7 +35492,7 @@
35492
35492
  "immutable": true,
35493
35493
  "locationInModule": {
35494
35494
  "filename": "src/javascript/jest.ts",
35495
- "line": 533
35495
+ "line": 541
35496
35496
  },
35497
35497
  "name": "configFilePath",
35498
35498
  "optional": true,
@@ -35548,7 +35548,7 @@
35548
35548
  "immutable": true,
35549
35549
  "locationInModule": {
35550
35550
  "filename": "src/javascript/jest.ts",
35551
- "line": 545
35551
+ "line": 553
35552
35552
  },
35553
35553
  "name": "extraCliOptions",
35554
35554
  "optional": true,
@@ -35595,7 +35595,7 @@
35595
35595
  "immutable": true,
35596
35596
  "locationInModule": {
35597
35597
  "filename": "src/javascript/jest.ts",
35598
- "line": 539
35598
+ "line": 547
35599
35599
  },
35600
35600
  "name": "jestConfig",
35601
35601
  "optional": true,
@@ -35614,7 +35614,7 @@
35614
35614
  "immutable": true,
35615
35615
  "locationInModule": {
35616
35616
  "filename": "src/javascript/jest.ts",
35617
- "line": 526
35617
+ "line": 534
35618
35618
  },
35619
35619
  "name": "jestVersion",
35620
35620
  "optional": true,
@@ -35658,6 +35658,24 @@
35658
35658
  "type": {
35659
35659
  "primitive": "boolean"
35660
35660
  }
35661
+ },
35662
+ {
35663
+ "abstract": true,
35664
+ "docs": {
35665
+ "default": "- ALWAYS",
35666
+ "stability": "experimental",
35667
+ "summary": "Whether to update snapshots in task \"test\" (which is executed in task \"build\" and build workflows), or create a separate task \"test:update\" for updating snapshots."
35668
+ },
35669
+ "immutable": true,
35670
+ "locationInModule": {
35671
+ "filename": "src/javascript/jest.ts",
35672
+ "line": 525
35673
+ },
35674
+ "name": "updateSnapshot",
35675
+ "optional": true,
35676
+ "type": {
35677
+ "fqn": "projen.javascript.UpdateSnapshot"
35678
+ }
35661
35679
  }
35662
35680
  ],
35663
35681
  "symbolId": "src/javascript/jest:JestOptions"
@@ -40931,6 +40949,37 @@
40931
40949
  ],
40932
40950
  "symbolId": "src/javascript/typescript-config:TypescriptConfigOptions"
40933
40951
  },
40952
+ "projen.javascript.UpdateSnapshot": {
40953
+ "assembly": "projen",
40954
+ "docs": {
40955
+ "stability": "experimental"
40956
+ },
40957
+ "fqn": "projen.javascript.UpdateSnapshot",
40958
+ "kind": "enum",
40959
+ "locationInModule": {
40960
+ "filename": "src/javascript/jest.ts",
40961
+ "line": 563
40962
+ },
40963
+ "members": [
40964
+ {
40965
+ "docs": {
40966
+ "stability": "experimental",
40967
+ "summary": "Always update snapshots in \"test\" task."
40968
+ },
40969
+ "name": "ALWAYS"
40970
+ },
40971
+ {
40972
+ "docs": {
40973
+ "stability": "experimental",
40974
+ "summary": "Never update snapshots in \"test\" task and create a separate \"test:update\" task."
40975
+ },
40976
+ "name": "NEVER"
40977
+ }
40978
+ ],
40979
+ "name": "UpdateSnapshot",
40980
+ "namespace": "javascript",
40981
+ "symbolId": "src/javascript/jest:UpdateSnapshot"
40982
+ },
40934
40983
  "projen.javascript.UpgradeDependencies": {
40935
40984
  "assembly": "projen",
40936
40985
  "base": "projen.Component",
@@ -44303,7 +44352,7 @@
44303
44352
  "kind": "interface",
44304
44353
  "locationInModule": {
44305
44354
  "filename": "src/release/release.ts",
44306
- "line": 629
44355
+ "line": 639
44307
44356
  },
44308
44357
  "name": "BranchOptions",
44309
44358
  "namespace": "release",
@@ -44317,7 +44366,7 @@
44317
44366
  "immutable": true,
44318
44367
  "locationInModule": {
44319
44368
  "filename": "src/release/release.ts",
44320
- "line": 639
44369
+ "line": 649
44321
44370
  },
44322
44371
  "name": "majorVersion",
44323
44372
  "type": {
@@ -44333,7 +44382,7 @@
44333
44382
  "immutable": true,
44334
44383
  "locationInModule": {
44335
44384
  "filename": "src/release/release.ts",
44336
- "line": 644
44385
+ "line": 654
44337
44386
  },
44338
44387
  "name": "minMajorVersion",
44339
44388
  "optional": true,
@@ -44351,7 +44400,7 @@
44351
44400
  "immutable": true,
44352
44401
  "locationInModule": {
44353
44402
  "filename": "src/release/release.ts",
44354
- "line": 672
44403
+ "line": 682
44355
44404
  },
44356
44405
  "name": "npmDistTag",
44357
44406
  "optional": true,
@@ -44369,7 +44418,7 @@
44369
44418
  "immutable": true,
44370
44419
  "locationInModule": {
44371
44420
  "filename": "src/release/release.ts",
44372
- "line": 651
44421
+ "line": 661
44373
44422
  },
44374
44423
  "name": "prerelease",
44375
44424
  "optional": true,
@@ -44388,7 +44437,7 @@
44388
44437
  "immutable": true,
44389
44438
  "locationInModule": {
44390
44439
  "filename": "src/release/release.ts",
44391
- "line": 665
44440
+ "line": 675
44392
44441
  },
44393
44442
  "name": "tagPrefix",
44394
44443
  "optional": true,
@@ -44406,7 +44455,7 @@
44406
44455
  "immutable": true,
44407
44456
  "locationInModule": {
44408
44457
  "filename": "src/release/release.ts",
44409
- "line": 634
44458
+ "line": 644
44410
44459
  },
44411
44460
  "name": "workflowName",
44412
44461
  "optional": true,
@@ -44427,7 +44476,7 @@
44427
44476
  "kind": "enum",
44428
44477
  "locationInModule": {
44429
44478
  "filename": "src/release/publisher.ts",
44430
- "line": 803
44479
+ "line": 810
44431
44480
  },
44432
44481
  "members": [
44433
44482
  {
@@ -44461,7 +44510,7 @@
44461
44510
  "kind": "interface",
44462
44511
  "locationInModule": {
44463
44512
  "filename": "src/release/publisher.ts",
44464
- "line": 821
44513
+ "line": 828
44465
44514
  },
44466
44515
  "name": "CodeArtifactOptions",
44467
44516
  "namespace": "release",
@@ -44477,7 +44526,7 @@
44477
44526
  "immutable": true,
44478
44527
  "locationInModule": {
44479
44528
  "filename": "src/release/publisher.ts",
44480
- "line": 837
44529
+ "line": 844
44481
44530
  },
44482
44531
  "name": "accessKeyIdSecret",
44483
44532
  "optional": true,
@@ -44495,7 +44544,7 @@
44495
44544
  "immutable": true,
44496
44545
  "locationInModule": {
44497
44546
  "filename": "src/release/publisher.ts",
44498
- "line": 827
44547
+ "line": 834
44499
44548
  },
44500
44549
  "name": "authProvider",
44501
44550
  "optional": true,
@@ -44514,7 +44563,7 @@
44514
44563
  "immutable": true,
44515
44564
  "locationInModule": {
44516
44565
  "filename": "src/release/publisher.ts",
44517
- "line": 857
44566
+ "line": 864
44518
44567
  },
44519
44568
  "name": "roleToAssume",
44520
44569
  "optional": true,
@@ -44533,7 +44582,7 @@
44533
44582
  "immutable": true,
44534
44583
  "locationInModule": {
44535
44584
  "filename": "src/release/publisher.ts",
44536
- "line": 848
44585
+ "line": 855
44537
44586
  },
44538
44587
  "name": "secretAccessKeySecret",
44539
44588
  "optional": true,
@@ -44555,7 +44604,7 @@
44555
44604
  "kind": "interface",
44556
44605
  "locationInModule": {
44557
44606
  "filename": "src/release/publisher.ts",
44558
- "line": 725
44607
+ "line": 732
44559
44608
  },
44560
44609
  "name": "CommonPublishOptions",
44561
44610
  "namespace": "release",
@@ -44570,7 +44619,7 @@
44570
44619
  "immutable": true,
44571
44620
  "locationInModule": {
44572
44621
  "filename": "src/release/publisher.ts",
44573
- "line": 735
44622
+ "line": 742
44574
44623
  },
44575
44624
  "name": "prePublishSteps",
44576
44625
  "optional": true,
@@ -44593,7 +44642,7 @@
44593
44642
  "immutable": true,
44594
44643
  "locationInModule": {
44595
44644
  "filename": "src/release/publisher.ts",
44596
- "line": 741
44645
+ "line": 748
44597
44646
  },
44598
44647
  "name": "publishTools",
44599
44648
  "optional": true,
@@ -44618,7 +44667,7 @@
44618
44667
  "kind": "interface",
44619
44668
  "locationInModule": {
44620
44669
  "filename": "src/release/publisher.ts",
44621
- "line": 1103
44670
+ "line": 1110
44622
44671
  },
44623
44672
  "name": "GitHubReleasesPublishOptions",
44624
44673
  "namespace": "release",
@@ -44633,7 +44682,7 @@
44633
44682
  "immutable": true,
44634
44683
  "locationInModule": {
44635
44684
  "filename": "src/release/publisher.ts",
44636
- "line": 1088
44685
+ "line": 1095
44637
44686
  },
44638
44687
  "name": "changelogFile",
44639
44688
  "type": {
@@ -44650,7 +44699,7 @@
44650
44699
  "immutable": true,
44651
44700
  "locationInModule": {
44652
44701
  "filename": "src/release/publisher.ts",
44653
- "line": 1081
44702
+ "line": 1088
44654
44703
  },
44655
44704
  "name": "releaseTagFile",
44656
44705
  "type": {
@@ -44667,7 +44716,7 @@
44667
44716
  "immutable": true,
44668
44717
  "locationInModule": {
44669
44718
  "filename": "src/release/publisher.ts",
44670
- "line": 1074
44719
+ "line": 1081
44671
44720
  },
44672
44721
  "name": "versionFile",
44673
44722
  "type": {
@@ -44688,7 +44737,7 @@
44688
44737
  "kind": "interface",
44689
44738
  "locationInModule": {
44690
44739
  "filename": "src/release/publisher.ts",
44691
- "line": 1110
44740
+ "line": 1117
44692
44741
  },
44693
44742
  "name": "GitPublishOptions",
44694
44743
  "namespace": "release",
@@ -44703,7 +44752,7 @@
44703
44752
  "immutable": true,
44704
44753
  "locationInModule": {
44705
44754
  "filename": "src/release/publisher.ts",
44706
- "line": 1088
44755
+ "line": 1095
44707
44756
  },
44708
44757
  "name": "changelogFile",
44709
44758
  "type": {
@@ -44720,7 +44769,7 @@
44720
44769
  "immutable": true,
44721
44770
  "locationInModule": {
44722
44771
  "filename": "src/release/publisher.ts",
44723
- "line": 1081
44772
+ "line": 1088
44724
44773
  },
44725
44774
  "name": "releaseTagFile",
44726
44775
  "type": {
@@ -44737,7 +44786,7 @@
44737
44786
  "immutable": true,
44738
44787
  "locationInModule": {
44739
44788
  "filename": "src/release/publisher.ts",
44740
- "line": 1074
44789
+ "line": 1081
44741
44790
  },
44742
44791
  "name": "versionFile",
44743
44792
  "type": {
@@ -44754,7 +44803,7 @@
44754
44803
  "immutable": true,
44755
44804
  "locationInModule": {
44756
44805
  "filename": "src/release/publisher.ts",
44757
- "line": 1121
44806
+ "line": 1128
44758
44807
  },
44759
44808
  "name": "gitBranch",
44760
44809
  "optional": true,
@@ -44772,7 +44821,7 @@
44772
44821
  "immutable": true,
44773
44822
  "locationInModule": {
44774
44823
  "filename": "src/release/publisher.ts",
44775
- "line": 1128
44824
+ "line": 1135
44776
44825
  },
44777
44826
  "name": "gitPushCommand",
44778
44827
  "optional": true,
@@ -44789,7 +44838,7 @@
44789
44838
  "immutable": true,
44790
44839
  "locationInModule": {
44791
44840
  "filename": "src/release/publisher.ts",
44792
- "line": 1114
44841
+ "line": 1121
44793
44842
  },
44794
44843
  "name": "projectChangelogFile",
44795
44844
  "optional": true,
@@ -44814,7 +44863,7 @@
44814
44863
  "kind": "interface",
44815
44864
  "locationInModule": {
44816
44865
  "filename": "src/release/publisher.ts",
44817
- "line": 1006
44866
+ "line": 1013
44818
44867
  },
44819
44868
  "name": "GoPublishOptions",
44820
44869
  "namespace": "release",
@@ -44829,7 +44878,7 @@
44829
44878
  "immutable": true,
44830
44879
  "locationInModule": {
44831
44880
  "filename": "src/release/publisher.ts",
44832
- "line": 1046
44881
+ "line": 1053
44833
44882
  },
44834
44883
  "name": "gitBranch",
44835
44884
  "optional": true,
@@ -44847,7 +44896,7 @@
44847
44896
  "immutable": true,
44848
44897
  "locationInModule": {
44849
44898
  "filename": "src/release/publisher.ts",
44850
- "line": 1065
44899
+ "line": 1072
44851
44900
  },
44852
44901
  "name": "gitCommitMessage",
44853
44902
  "optional": true,
@@ -44866,7 +44915,7 @@
44866
44915
  "immutable": true,
44867
44916
  "locationInModule": {
44868
44917
  "filename": "src/release/publisher.ts",
44869
- "line": 1025
44918
+ "line": 1032
44870
44919
  },
44871
44920
  "name": "githubDeployKeySecret",
44872
44921
  "optional": true,
@@ -44884,7 +44933,7 @@
44884
44933
  "immutable": true,
44885
44934
  "locationInModule": {
44886
44935
  "filename": "src/release/publisher.ts",
44887
- "line": 1039
44936
+ "line": 1046
44888
44937
  },
44889
44938
  "name": "githubRepo",
44890
44939
  "optional": true,
@@ -44903,7 +44952,7 @@
44903
44952
  "immutable": true,
44904
44953
  "locationInModule": {
44905
44954
  "filename": "src/release/publisher.ts",
44906
- "line": 1015
44955
+ "line": 1022
44907
44956
  },
44908
44957
  "name": "githubTokenSecret",
44909
44958
  "optional": true,
@@ -44921,7 +44970,7 @@
44921
44970
  "immutable": true,
44922
44971
  "locationInModule": {
44923
44972
  "filename": "src/release/publisher.ts",
44924
- "line": 1032
44973
+ "line": 1039
44925
44974
  },
44926
44975
  "name": "githubUseSsh",
44927
44976
  "optional": true,
@@ -44942,7 +44991,7 @@
44942
44991
  "immutable": true,
44943
44992
  "locationInModule": {
44944
44993
  "filename": "src/release/publisher.ts",
44945
- "line": 1058
44994
+ "line": 1065
44946
44995
  },
44947
44996
  "name": "gitUserEmail",
44948
44997
  "optional": true,
@@ -44960,7 +45009,7 @@
44960
45009
  "immutable": true,
44961
45010
  "locationInModule": {
44962
45011
  "filename": "src/release/publisher.ts",
44963
- "line": 1052
45012
+ "line": 1059
44964
45013
  },
44965
45014
  "name": "gitUserName",
44966
45015
  "optional": true,
@@ -44985,7 +45034,7 @@
44985
45034
  "kind": "interface",
44986
45035
  "locationInModule": {
44987
45036
  "filename": "src/release/publisher.ts",
44988
- "line": 1001
45037
+ "line": 1008
44989
45038
  },
44990
45039
  "name": "JsiiReleaseGo",
44991
45040
  "namespace": "release",
@@ -45005,7 +45054,7 @@
45005
45054
  "kind": "interface",
45006
45055
  "locationInModule": {
45007
45056
  "filename": "src/release/publisher.ts",
45008
- "line": 914
45057
+ "line": 921
45009
45058
  },
45010
45059
  "name": "JsiiReleaseMaven",
45011
45060
  "namespace": "release",
@@ -45025,7 +45074,7 @@
45025
45074
  "kind": "interface",
45026
45075
  "locationInModule": {
45027
45076
  "filename": "src/release/publisher.ts",
45028
- "line": 747
45077
+ "line": 754
45029
45078
  },
45030
45079
  "name": "JsiiReleaseNpm",
45031
45080
  "namespace": "release",
@@ -45045,7 +45094,7 @@
45045
45094
  "kind": "interface",
45046
45095
  "locationInModule": {
45047
45096
  "filename": "src/release/publisher.ts",
45048
- "line": 892
45097
+ "line": 899
45049
45098
  },
45050
45099
  "name": "JsiiReleaseNuget",
45051
45100
  "namespace": "release",
@@ -45065,7 +45114,7 @@
45065
45114
  "kind": "interface",
45066
45115
  "locationInModule": {
45067
45116
  "filename": "src/release/publisher.ts",
45068
- "line": 863
45117
+ "line": 870
45069
45118
  },
45070
45119
  "name": "JsiiReleasePyPi",
45071
45120
  "namespace": "release",
@@ -45158,7 +45207,7 @@
45158
45207
  "kind": "interface",
45159
45208
  "locationInModule": {
45160
45209
  "filename": "src/release/publisher.ts",
45161
- "line": 919
45210
+ "line": 926
45162
45211
  },
45163
45212
  "name": "MavenPublishOptions",
45164
45213
  "namespace": "release",
@@ -45174,7 +45223,7 @@
45174
45223
  "immutable": true,
45175
45224
  "locationInModule": {
45176
45225
  "filename": "src/release/publisher.ts",
45177
- "line": 925
45226
+ "line": 932
45178
45227
  },
45179
45228
  "name": "mavenEndpoint",
45180
45229
  "optional": true,
@@ -45194,7 +45243,7 @@
45194
45243
  "immutable": true,
45195
45244
  "locationInModule": {
45196
45245
  "filename": "src/release/publisher.ts",
45197
- "line": 958
45246
+ "line": 965
45198
45247
  },
45199
45248
  "name": "mavenGpgPrivateKeyPassphrase",
45200
45249
  "optional": true,
@@ -45214,7 +45263,7 @@
45214
45263
  "immutable": true,
45215
45264
  "locationInModule": {
45216
45265
  "filename": "src/release/publisher.ts",
45217
- "line": 949
45266
+ "line": 956
45218
45267
  },
45219
45268
  "name": "mavenGpgPrivateKeySecret",
45220
45269
  "optional": true,
@@ -45234,7 +45283,7 @@
45234
45283
  "immutable": true,
45235
45284
  "locationInModule": {
45236
45285
  "filename": "src/release/publisher.ts",
45237
- "line": 984
45286
+ "line": 991
45238
45287
  },
45239
45288
  "name": "mavenPassword",
45240
45289
  "optional": true,
@@ -45252,7 +45301,7 @@
45252
45301
  "immutable": true,
45253
45302
  "locationInModule": {
45254
45303
  "filename": "src/release/publisher.ts",
45255
- "line": 939
45304
+ "line": 946
45256
45305
  },
45257
45306
  "name": "mavenRepositoryUrl",
45258
45307
  "optional": true,
@@ -45270,7 +45319,7 @@
45270
45319
  "immutable": true,
45271
45320
  "locationInModule": {
45272
45321
  "filename": "src/release/publisher.ts",
45273
- "line": 932
45322
+ "line": 939
45274
45323
  },
45275
45324
  "name": "mavenServerId",
45276
45325
  "optional": true,
@@ -45288,7 +45337,7 @@
45288
45337
  "immutable": true,
45289
45338
  "locationInModule": {
45290
45339
  "filename": "src/release/publisher.ts",
45291
- "line": 995
45340
+ "line": 1002
45292
45341
  },
45293
45342
  "name": "mavenStagingProfileId",
45294
45343
  "optional": true,
@@ -45308,7 +45357,7 @@
45308
45357
  "immutable": true,
45309
45358
  "locationInModule": {
45310
45359
  "filename": "src/release/publisher.ts",
45311
- "line": 971
45360
+ "line": 978
45312
45361
  },
45313
45362
  "name": "mavenUsername",
45314
45363
  "optional": true,
@@ -45333,7 +45382,7 @@
45333
45382
  "kind": "interface",
45334
45383
  "locationInModule": {
45335
45384
  "filename": "src/release/publisher.ts",
45336
- "line": 752
45385
+ "line": 759
45337
45386
  },
45338
45387
  "name": "NpmPublishOptions",
45339
45388
  "namespace": "release",
@@ -45348,7 +45397,7 @@
45348
45397
  "immutable": true,
45349
45398
  "locationInModule": {
45350
45399
  "filename": "src/release/publisher.ts",
45351
- "line": 797
45400
+ "line": 804
45352
45401
  },
45353
45402
  "name": "codeArtifactOptions",
45354
45403
  "optional": true,
@@ -45368,7 +45417,7 @@
45368
45417
  "immutable": true,
45369
45418
  "locationInModule": {
45370
45419
  "filename": "src/release/publisher.ts",
45371
- "line": 770
45420
+ "line": 777
45372
45421
  },
45373
45422
  "name": "distTag",
45374
45423
  "optional": true,
@@ -45386,7 +45435,7 @@
45386
45435
  "immutable": true,
45387
45436
  "locationInModule": {
45388
45437
  "filename": "src/release/publisher.ts",
45389
- "line": 790
45438
+ "line": 797
45390
45439
  },
45391
45440
  "name": "npmTokenSecret",
45392
45441
  "optional": true,
@@ -45406,7 +45455,7 @@
45406
45455
  "immutable": true,
45407
45456
  "locationInModule": {
45408
45457
  "filename": "src/release/publisher.ts",
45409
- "line": 784
45458
+ "line": 791
45410
45459
  },
45411
45460
  "name": "registry",
45412
45461
  "optional": true,
@@ -45431,7 +45480,7 @@
45431
45480
  "kind": "interface",
45432
45481
  "locationInModule": {
45433
45482
  "filename": "src/release/publisher.ts",
45434
- "line": 897
45483
+ "line": 904
45435
45484
  },
45436
45485
  "name": "NugetPublishOptions",
45437
45486
  "namespace": "release",
@@ -45446,7 +45495,7 @@
45446
45495
  "immutable": true,
45447
45496
  "locationInModule": {
45448
45497
  "filename": "src/release/publisher.ts",
45449
- "line": 903
45498
+ "line": 910
45450
45499
  },
45451
45500
  "name": "nugetApiKeySecret",
45452
45501
  "optional": true,
@@ -45463,7 +45512,7 @@
45463
45512
  "immutable": true,
45464
45513
  "locationInModule": {
45465
45514
  "filename": "src/release/publisher.ts",
45466
- "line": 908
45515
+ "line": 915
45467
45516
  },
45468
45517
  "name": "nugetServer",
45469
45518
  "optional": true,
@@ -45489,7 +45538,7 @@
45489
45538
  },
45490
45539
  "locationInModule": {
45491
45540
  "filename": "src/release/publisher.ts",
45492
- "line": 148
45541
+ "line": 149
45493
45542
  },
45494
45543
  "parameters": [
45495
45544
  {
@@ -45509,7 +45558,7 @@
45509
45558
  "kind": "class",
45510
45559
  "locationInModule": {
45511
45560
  "filename": "src/release/publisher.ts",
45512
- "line": 123
45561
+ "line": 124
45513
45562
  },
45514
45563
  "methods": [
45515
45564
  {
@@ -45519,7 +45568,7 @@
45519
45568
  },
45520
45569
  "locationInModule": {
45521
45570
  "filename": "src/release/publisher.ts",
45522
- "line": 195
45571
+ "line": 196
45523
45572
  },
45524
45573
  "name": "addGitHubPrePublishingSteps",
45525
45574
  "parameters": [
@@ -45544,7 +45593,7 @@
45544
45593
  },
45545
45594
  "locationInModule": {
45546
45595
  "filename": "src/release/publisher.ts",
45547
- "line": 206
45596
+ "line": 207
45548
45597
  },
45549
45598
  "name": "publishToGit",
45550
45599
  "parameters": [
@@ -45571,7 +45620,7 @@
45571
45620
  },
45572
45621
  "locationInModule": {
45573
45622
  "filename": "src/release/publisher.ts",
45574
- "line": 247
45623
+ "line": 248
45575
45624
  },
45576
45625
  "name": "publishToGitHubReleases",
45577
45626
  "parameters": [
@@ -45593,7 +45642,7 @@
45593
45642
  },
45594
45643
  "locationInModule": {
45595
45644
  "filename": "src/release/publisher.ts",
45596
- "line": 514
45645
+ "line": 515
45597
45646
  },
45598
45647
  "name": "publishToGo",
45599
45648
  "parameters": [
@@ -45616,7 +45665,7 @@
45616
45665
  },
45617
45666
  "locationInModule": {
45618
45667
  "filename": "src/release/publisher.ts",
45619
- "line": 423
45668
+ "line": 424
45620
45669
  },
45621
45670
  "name": "publishToMaven",
45622
45671
  "parameters": [
@@ -45639,7 +45688,7 @@
45639
45688
  },
45640
45689
  "locationInModule": {
45641
45690
  "filename": "src/release/publisher.ts",
45642
- "line": 296
45691
+ "line": 297
45643
45692
  },
45644
45693
  "name": "publishToNpm",
45645
45694
  "parameters": [
@@ -45662,7 +45711,7 @@
45662
45711
  },
45663
45712
  "locationInModule": {
45664
45713
  "filename": "src/release/publisher.ts",
45665
- "line": 392
45714
+ "line": 393
45666
45715
  },
45667
45716
  "name": "publishToNuget",
45668
45717
  "parameters": [
@@ -45685,7 +45734,7 @@
45685
45734
  },
45686
45735
  "locationInModule": {
45687
45736
  "filename": "src/release/publisher.ts",
45688
- "line": 487
45737
+ "line": 488
45689
45738
  },
45690
45739
  "name": "publishToPyPi",
45691
45740
  "parameters": [
@@ -45713,7 +45762,7 @@
45713
45762
  "immutable": true,
45714
45763
  "locationInModule": {
45715
45764
  "filename": "src/release/publisher.ts",
45716
- "line": 124
45765
+ "line": 125
45717
45766
  },
45718
45767
  "name": "PUBLISH_GIT_TASK_NAME",
45719
45768
  "static": true,
@@ -45728,7 +45777,7 @@
45728
45777
  "immutable": true,
45729
45778
  "locationInModule": {
45730
45779
  "filename": "src/release/publisher.ts",
45731
- "line": 127
45780
+ "line": 128
45732
45781
  },
45733
45782
  "name": "artifactName",
45734
45783
  "type": {
@@ -45742,7 +45791,7 @@
45742
45791
  "immutable": true,
45743
45792
  "locationInModule": {
45744
45793
  "filename": "src/release/publisher.ts",
45745
- "line": 126
45794
+ "line": 127
45746
45795
  },
45747
45796
  "name": "buildJobId",
45748
45797
  "type": {
@@ -45757,7 +45806,7 @@
45757
45806
  "immutable": true,
45758
45807
  "locationInModule": {
45759
45808
  "filename": "src/release/publisher.ts",
45760
- "line": 132
45809
+ "line": 133
45761
45810
  },
45762
45811
  "name": "jsiiReleaseVersion",
45763
45812
  "type": {
@@ -45771,7 +45820,7 @@
45771
45820
  "immutable": true,
45772
45821
  "locationInModule": {
45773
45822
  "filename": "src/release/publisher.ts",
45774
- "line": 128
45823
+ "line": 129
45775
45824
  },
45776
45825
  "name": "publibVersion",
45777
45826
  "type": {
@@ -45785,7 +45834,7 @@
45785
45834
  "immutable": true,
45786
45835
  "locationInModule": {
45787
45836
  "filename": "src/release/publisher.ts",
45788
- "line": 129
45837
+ "line": 130
45789
45838
  },
45790
45839
  "name": "condition",
45791
45840
  "optional": true,
@@ -45807,7 +45856,7 @@
45807
45856
  "kind": "interface",
45808
45857
  "locationInModule": {
45809
45858
  "filename": "src/release/publisher.ts",
45810
- "line": 34
45859
+ "line": 35
45811
45860
  },
45812
45861
  "name": "PublisherOptions",
45813
45862
  "namespace": "release",
@@ -45823,7 +45872,7 @@
45823
45872
  "immutable": true,
45824
45873
  "locationInModule": {
45825
45874
  "filename": "src/release/publisher.ts",
45826
- "line": 56
45875
+ "line": 57
45827
45876
  },
45828
45877
  "name": "artifactName",
45829
45878
  "type": {
@@ -45840,7 +45889,7 @@
45840
45889
  "immutable": true,
45841
45890
  "locationInModule": {
45842
45891
  "filename": "src/release/publisher.ts",
45843
- "line": 38
45892
+ "line": 39
45844
45893
  },
45845
45894
  "name": "buildJobId",
45846
45895
  "type": {
@@ -45857,7 +45906,7 @@
45857
45906
  "immutable": true,
45858
45907
  "locationInModule": {
45859
45908
  "filename": "src/release/publisher.ts",
45860
- "line": 45
45909
+ "line": 46
45861
45910
  },
45862
45911
  "name": "condition",
45863
45912
  "optional": true,
@@ -45875,7 +45924,7 @@
45875
45924
  "immutable": true,
45876
45925
  "locationInModule": {
45877
45926
  "filename": "src/release/publisher.ts",
45878
- "line": 115
45927
+ "line": 116
45879
45928
  },
45880
45929
  "name": "dryRun",
45881
45930
  "optional": true,
@@ -45893,7 +45942,7 @@
45893
45942
  "immutable": true,
45894
45943
  "locationInModule": {
45895
45944
  "filename": "src/release/publisher.ts",
45896
- "line": 84
45945
+ "line": 85
45897
45946
  },
45898
45947
  "name": "failureIssue",
45899
45948
  "optional": true,
@@ -45912,7 +45961,7 @@
45912
45961
  "immutable": true,
45913
45962
  "locationInModule": {
45914
45963
  "filename": "src/release/publisher.ts",
45915
- "line": 92
45964
+ "line": 93
45916
45965
  },
45917
45966
  "name": "failureIssueLabel",
45918
45967
  "optional": true,
@@ -45929,7 +45978,7 @@
45929
45978
  "immutable": true,
45930
45979
  "locationInModule": {
45931
45980
  "filename": "src/release/publisher.ts",
45932
- "line": 61
45981
+ "line": 62
45933
45982
  },
45934
45983
  "name": "jsiiReleaseVersion",
45935
45984
  "optional": true,
@@ -45947,7 +45996,7 @@
45947
45996
  "immutable": true,
45948
45997
  "locationInModule": {
45949
45998
  "filename": "src/release/publisher.ts",
45950
- "line": 77
45999
+ "line": 78
45951
46000
  },
45952
46001
  "name": "publibVersion",
45953
46002
  "optional": true,
@@ -45966,7 +46015,7 @@
45966
46015
  "immutable": true,
45967
46016
  "locationInModule": {
45968
46017
  "filename": "src/release/publisher.ts",
45969
- "line": 108
46018
+ "line": 109
45970
46019
  },
45971
46020
  "name": "publishTasks",
45972
46021
  "optional": true,
@@ -45985,7 +46034,7 @@
45985
46034
  "immutable": true,
45986
46035
  "locationInModule": {
45987
46036
  "filename": "src/release/publisher.ts",
45988
- "line": 70
46037
+ "line": 71
45989
46038
  },
45990
46039
  "name": "workflowNodeVersion",
45991
46040
  "optional": true,
@@ -46003,7 +46052,7 @@
46003
46052
  "immutable": true,
46004
46053
  "locationInModule": {
46005
46054
  "filename": "src/release/publisher.ts",
46006
- "line": 98
46055
+ "line": 99
46007
46056
  },
46008
46057
  "name": "workflowRunsOn",
46009
46058
  "optional": true,
@@ -46033,7 +46082,7 @@
46033
46082
  "kind": "interface",
46034
46083
  "locationInModule": {
46035
46084
  "filename": "src/release/publisher.ts",
46036
- "line": 868
46085
+ "line": 875
46037
46086
  },
46038
46087
  "name": "PyPiPublishOptions",
46039
46088
  "namespace": "release",
@@ -46048,7 +46097,7 @@
46048
46097
  "immutable": true,
46049
46098
  "locationInModule": {
46050
46099
  "filename": "src/release/publisher.ts",
46051
- "line": 886
46100
+ "line": 893
46052
46101
  },
46053
46102
  "name": "twinePasswordSecret",
46054
46103
  "optional": true,
@@ -46066,7 +46115,7 @@
46066
46115
  "immutable": true,
46067
46116
  "locationInModule": {
46068
46117
  "filename": "src/release/publisher.ts",
46069
- "line": 874
46118
+ "line": 881
46070
46119
  },
46071
46120
  "name": "twineRegistryUrl",
46072
46121
  "optional": true,
@@ -46084,7 +46133,7 @@
46084
46133
  "immutable": true,
46085
46134
  "locationInModule": {
46086
46135
  "filename": "src/release/publisher.ts",
46087
- "line": 880
46136
+ "line": 887
46088
46137
  },
46089
46138
  "name": "twineUsernameSecret",
46090
46139
  "optional": true,
@@ -46110,7 +46159,7 @@
46110
46159
  },
46111
46160
  "locationInModule": {
46112
46161
  "filename": "src/release/release.ts",
46113
- "line": 287
46162
+ "line": 290
46114
46163
  },
46115
46164
  "parameters": [
46116
46165
  {
@@ -46130,7 +46179,7 @@
46130
46179
  "kind": "class",
46131
46180
  "locationInModule": {
46132
46181
  "filename": "src/release/release.ts",
46133
- "line": 250
46182
+ "line": 253
46134
46183
  },
46135
46184
  "methods": [
46136
46185
  {
@@ -46140,7 +46189,7 @@
46140
46189
  },
46141
46190
  "locationInModule": {
46142
46191
  "filename": "src/release/release.ts",
46143
- "line": 257
46192
+ "line": 260
46144
46193
  },
46145
46194
  "name": "of",
46146
46195
  "parameters": [
@@ -46167,7 +46216,7 @@
46167
46216
  },
46168
46217
  "locationInModule": {
46169
46218
  "filename": "src/release/release.ts",
46170
- "line": 404
46219
+ "line": 407
46171
46220
  },
46172
46221
  "name": "addBranch",
46173
46222
  "parameters": [
@@ -46198,7 +46247,7 @@
46198
46247
  },
46199
46248
  "locationInModule": {
46200
46249
  "filename": "src/release/release.ts",
46201
- "line": 471
46250
+ "line": 474
46202
46251
  },
46203
46252
  "name": "addJobs",
46204
46253
  "parameters": [
@@ -46225,7 +46274,7 @@
46225
46274
  },
46226
46275
  "locationInModule": {
46227
46276
  "filename": "src/release/release.ts",
46228
- "line": 454
46277
+ "line": 457
46229
46278
  },
46230
46279
  "name": "preSynthesize",
46231
46280
  "overrides": "projen.Component"
@@ -46242,7 +46291,7 @@
46242
46291
  "immutable": true,
46243
46292
  "locationInModule": {
46244
46293
  "filename": "src/release/release.ts",
46245
- "line": 251
46294
+ "line": 254
46246
46295
  },
46247
46296
  "name": "ANTI_TAMPER_CMD",
46248
46297
  "static": true,
@@ -46258,7 +46307,7 @@
46258
46307
  "immutable": true,
46259
46308
  "locationInModule": {
46260
46309
  "filename": "src/release/release.ts",
46261
- "line": 285
46310
+ "line": 288
46262
46311
  },
46263
46312
  "name": "artifactsDirectory",
46264
46313
  "type": {
@@ -46273,7 +46322,7 @@
46273
46322
  "immutable": true,
46274
46323
  "locationInModule": {
46275
46324
  "filename": "src/release/release.ts",
46276
- "line": 480
46325
+ "line": 483
46277
46326
  },
46278
46327
  "name": "branches",
46279
46328
  "type": {
@@ -46293,7 +46342,7 @@
46293
46342
  "immutable": true,
46294
46343
  "locationInModule": {
46295
46344
  "filename": "src/release/release.ts",
46296
- "line": 265
46345
+ "line": 268
46297
46346
  },
46298
46347
  "name": "publisher",
46299
46348
  "type": {
@@ -46317,7 +46366,7 @@
46317
46366
  "kind": "interface",
46318
46367
  "locationInModule": {
46319
46368
  "filename": "src/release/release.ts",
46320
- "line": 196
46369
+ "line": 199
46321
46370
  },
46322
46371
  "name": "ReleaseOptions",
46323
46372
  "namespace": "release",
@@ -46332,7 +46381,7 @@
46332
46381
  "immutable": true,
46333
46382
  "locationInModule": {
46334
46383
  "filename": "src/release/release.ts",
46335
- "line": 233
46384
+ "line": 236
46336
46385
  },
46337
46386
  "name": "artifactsDirectory",
46338
46387
  "type": {
@@ -46349,7 +46398,7 @@
46349
46398
  "immutable": true,
46350
46399
  "locationInModule": {
46351
46400
  "filename": "src/release/release.ts",
46352
- "line": 219
46401
+ "line": 222
46353
46402
  },
46354
46403
  "name": "branch",
46355
46404
  "type": {
@@ -46366,7 +46415,7 @@
46366
46415
  "immutable": true,
46367
46416
  "locationInModule": {
46368
46417
  "filename": "src/release/release.ts",
46369
- "line": 202
46418
+ "line": 205
46370
46419
  },
46371
46420
  "name": "task",
46372
46421
  "type": {
@@ -46383,7 +46432,7 @@
46383
46432
  "immutable": true,
46384
46433
  "locationInModule": {
46385
46434
  "filename": "src/release/release.ts",
46386
- "line": 209
46435
+ "line": 212
46387
46436
  },
46388
46437
  "name": "versionFile",
46389
46438
  "type": {
@@ -46400,7 +46449,7 @@
46400
46449
  "immutable": true,
46401
46450
  "locationInModule": {
46402
46451
  "filename": "src/release/release.ts",
46403
- "line": 226
46452
+ "line": 229
46404
46453
  },
46405
46454
  "name": "githubRelease",
46406
46455
  "optional": true,
@@ -46419,7 +46468,7 @@
46419
46468
  "immutable": true,
46420
46469
  "locationInModule": {
46421
46470
  "filename": "src/release/release.ts",
46422
- "line": 242
46471
+ "line": 245
46423
46472
  },
46424
46473
  "name": "workflowNodeVersion",
46425
46474
  "optional": true,
@@ -46441,7 +46490,7 @@
46441
46490
  "kind": "interface",
46442
46491
  "locationInModule": {
46443
46492
  "filename": "src/release/release.ts",
46444
- "line": 20
46493
+ "line": 23
46445
46494
  },
46446
46495
  "name": "ReleaseProjectOptions",
46447
46496
  "namespace": "release",
@@ -46456,7 +46505,7 @@
46456
46505
  "immutable": true,
46457
46506
  "locationInModule": {
46458
46507
  "filename": "src/release/release.ts",
46459
- "line": 63
46508
+ "line": 66
46460
46509
  },
46461
46510
  "name": "jsiiReleaseVersion",
46462
46511
  "optional": true,
@@ -46475,7 +46524,7 @@
46475
46524
  "immutable": true,
46476
46525
  "locationInModule": {
46477
46526
  "filename": "src/release/release.ts",
46478
- "line": 79
46527
+ "line": 82
46479
46528
  },
46480
46529
  "name": "majorVersion",
46481
46530
  "optional": true,
@@ -46494,7 +46543,7 @@
46494
46543
  "immutable": true,
46495
46544
  "locationInModule": {
46496
46545
  "filename": "src/release/release.ts",
46497
- "line": 92
46546
+ "line": 95
46498
46547
  },
46499
46548
  "name": "minMajorVersion",
46500
46549
  "optional": true,
@@ -46513,7 +46562,7 @@
46513
46562
  "immutable": true,
46514
46563
  "locationInModule": {
46515
46564
  "filename": "src/release/release.ts",
46516
- "line": 110
46565
+ "line": 113
46517
46566
  },
46518
46567
  "name": "npmDistTag",
46519
46568
  "optional": true,
@@ -46531,7 +46580,7 @@
46531
46580
  "immutable": true,
46532
46581
  "locationInModule": {
46533
46582
  "filename": "src/release/release.ts",
46534
- "line": 69
46583
+ "line": 72
46535
46584
  },
46536
46585
  "name": "postBuildSteps",
46537
46586
  "optional": true,
@@ -46554,7 +46603,7 @@
46554
46603
  "immutable": true,
46555
46604
  "locationInModule": {
46556
46605
  "filename": "src/release/release.ts",
46557
- "line": 100
46606
+ "line": 103
46558
46607
  },
46559
46608
  "name": "prerelease",
46560
46609
  "optional": true,
@@ -46572,7 +46621,7 @@
46572
46621
  "immutable": true,
46573
46622
  "locationInModule": {
46574
46623
  "filename": "src/release/release.ts",
46575
- "line": 190
46624
+ "line": 193
46576
46625
  },
46577
46626
  "name": "publishDryRun",
46578
46627
  "optional": true,
@@ -46591,7 +46640,7 @@
46591
46640
  "immutable": true,
46592
46641
  "locationInModule": {
46593
46642
  "filename": "src/release/release.ts",
46594
- "line": 183
46643
+ "line": 186
46595
46644
  },
46596
46645
  "name": "publishTasks",
46597
46646
  "optional": true,
@@ -46610,7 +46659,7 @@
46610
46659
  "immutable": true,
46611
46660
  "locationInModule": {
46612
46661
  "filename": "src/release/release.ts",
46613
- "line": 130
46662
+ "line": 133
46614
46663
  },
46615
46664
  "name": "releaseBranches",
46616
46665
  "optional": true,
@@ -46634,7 +46683,7 @@
46634
46683
  "immutable": true,
46635
46684
  "locationInModule": {
46636
46685
  "filename": "src/release/release.ts",
46637
- "line": 28
46686
+ "line": 31
46638
46687
  },
46639
46688
  "name": "releaseEveryCommit",
46640
46689
  "optional": true,
@@ -46652,7 +46701,7 @@
46652
46701
  "immutable": true,
46653
46702
  "locationInModule": {
46654
46703
  "filename": "src/release/release.ts",
46655
- "line": 137
46704
+ "line": 140
46656
46705
  },
46657
46706
  "name": "releaseFailureIssue",
46658
46707
  "optional": true,
@@ -46671,7 +46720,7 @@
46671
46720
  "immutable": true,
46672
46721
  "locationInModule": {
46673
46722
  "filename": "src/release/release.ts",
46674
- "line": 145
46723
+ "line": 148
46675
46724
  },
46676
46725
  "name": "releaseFailureIssueLabel",
46677
46726
  "optional": true,
@@ -46690,7 +46739,7 @@
46690
46739
  "immutable": true,
46691
46740
  "locationInModule": {
46692
46741
  "filename": "src/release/release.ts",
46693
- "line": 37
46742
+ "line": 40
46694
46743
  },
46695
46744
  "name": "releaseSchedule",
46696
46745
  "optional": true,
@@ -46709,7 +46758,7 @@
46709
46758
  "immutable": true,
46710
46759
  "locationInModule": {
46711
46760
  "filename": "src/release/release.ts",
46712
- "line": 159
46761
+ "line": 162
46713
46762
  },
46714
46763
  "name": "releaseTagPrefix",
46715
46764
  "optional": true,
@@ -46727,7 +46776,7 @@
46727
46776
  "immutable": true,
46728
46777
  "locationInModule": {
46729
46778
  "filename": "src/release/release.ts",
46730
- "line": 44
46779
+ "line": 47
46731
46780
  },
46732
46781
  "name": "releaseTrigger",
46733
46782
  "optional": true,
@@ -46745,7 +46794,7 @@
46745
46794
  "immutable": true,
46746
46795
  "locationInModule": {
46747
46796
  "filename": "src/release/release.ts",
46748
- "line": 117
46797
+ "line": 120
46749
46798
  },
46750
46799
  "name": "releaseWorkflowName",
46751
46800
  "optional": true,
@@ -46762,7 +46811,7 @@
46762
46811
  "immutable": true,
46763
46812
  "locationInModule": {
46764
46813
  "filename": "src/release/release.ts",
46765
- "line": 50
46814
+ "line": 53
46766
46815
  },
46767
46816
  "name": "releaseWorkflowSetupSteps",
46768
46817
  "optional": true,
@@ -46786,7 +46835,7 @@
46786
46835
  "immutable": true,
46787
46836
  "locationInModule": {
46788
46837
  "filename": "src/release/release.ts",
46789
- "line": 167
46838
+ "line": 170
46790
46839
  },
46791
46840
  "name": "versionrcOptions",
46792
46841
  "optional": true,
@@ -46809,7 +46858,7 @@
46809
46858
  "immutable": true,
46810
46859
  "locationInModule": {
46811
46860
  "filename": "src/release/release.ts",
46812
- "line": 57
46861
+ "line": 60
46813
46862
  },
46814
46863
  "name": "workflowContainerImage",
46815
46864
  "optional": true,
@@ -46827,7 +46876,7 @@
46827
46876
  "immutable": true,
46828
46877
  "locationInModule": {
46829
46878
  "filename": "src/release/release.ts",
46830
- "line": 173
46879
+ "line": 176
46831
46880
  },
46832
46881
  "name": "workflowRunsOn",
46833
46882
  "optional": true,
@@ -49992,6 +50041,6 @@
49992
50041
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
49993
50042
  }
49994
50043
  },
49995
- "version": "0.62.27",
49996
- "fingerprint": "08MLzIfstpLbBqeEUdNi3bbQKNSMV9DXGSXobBTIOeI="
50044
+ "version": "0.63.0",
50045
+ "fingerprint": "Fn5Iot+qb8vd2QDEP6vPDqPWTf/0un5MfsmmTCMyHJU="
49997
50046
  }