projen 0.38.0 → 0.38.4
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.
- package/.jsii +370 -163
- package/API.md +64 -1
- package/lib/awscdk/auto-discover.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +4 -4
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.d.ts +13 -0
- package/lib/dependencies.js +23 -4
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +3 -4
- package/lib/github/auto-approve.d.ts +7 -0
- package/lib/github/auto-approve.js +4 -4
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.d.ts +7 -0
- package/lib/github/pull-request-lint.js +5 -5
- package/lib/github/stale.d.ts +7 -0
- package/lib/github/stale.js +4 -3
- package/lib/github/task-workflow.d.ts +7 -0
- package/lib/github/task-workflow.js +4 -5
- package/lib/github/workflows-model.d.ts +2 -2
- package/lib/github/workflows-model.js +1 -1
- package/lib/github/workflows.js +9 -3
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.d.ts +7 -0
- package/lib/javascript/upgrade-dependencies.js +12 -11
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.d.ts +8 -0
- package/lib/release/publisher.js +5 -4
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +8 -0
- package/lib/release/release.js +5 -2
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
"locationInModule": {
|
|
447
447
|
"filename": "src/dependencies.ts",
|
|
448
|
-
"line":
|
|
448
|
+
"line": 126
|
|
449
449
|
},
|
|
450
450
|
"name": "addDependency",
|
|
451
451
|
"parameters": [
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
},
|
|
534
534
|
"locationInModule": {
|
|
535
535
|
"filename": "src/dependencies.ts",
|
|
536
|
-
"line":
|
|
536
|
+
"line": 158
|
|
537
537
|
},
|
|
538
538
|
"name": "removeDependency",
|
|
539
539
|
"parameters": [
|
|
@@ -558,6 +558,47 @@
|
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
]
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"docs": {
|
|
564
|
+
"remarks": "Returns `undefined` if there is no dependency defined by that name or if\n`type` is not provided and there is more then one dependency type for this\ndependency.",
|
|
565
|
+
"returns": "a copy (cannot be modified) or undefined if there is no match",
|
|
566
|
+
"stability": "experimental",
|
|
567
|
+
"summary": "Returns a dependency by name."
|
|
568
|
+
},
|
|
569
|
+
"locationInModule": {
|
|
570
|
+
"filename": "src/dependencies.ts",
|
|
571
|
+
"line": 108
|
|
572
|
+
},
|
|
573
|
+
"name": "tryGetDependency",
|
|
574
|
+
"parameters": [
|
|
575
|
+
{
|
|
576
|
+
"docs": {
|
|
577
|
+
"summary": "The name of the dependency."
|
|
578
|
+
},
|
|
579
|
+
"name": "name",
|
|
580
|
+
"type": {
|
|
581
|
+
"primitive": "string"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"docs": {
|
|
586
|
+
"remarks": "If this dependency is defined only for a\nsingle type, this argument can be omitted.",
|
|
587
|
+
"summary": "The dependency type."
|
|
588
|
+
},
|
|
589
|
+
"name": "type",
|
|
590
|
+
"optional": true,
|
|
591
|
+
"type": {
|
|
592
|
+
"fqn": "projen.DependencyType"
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"returns": {
|
|
597
|
+
"optional": true,
|
|
598
|
+
"type": {
|
|
599
|
+
"fqn": "projen.Dependency"
|
|
600
|
+
}
|
|
601
|
+
}
|
|
561
602
|
}
|
|
562
603
|
],
|
|
563
604
|
"name": "Dependencies",
|
|
@@ -617,7 +658,7 @@
|
|
|
617
658
|
"kind": "interface",
|
|
618
659
|
"locationInModule": {
|
|
619
660
|
"filename": "src/dependencies.ts",
|
|
620
|
-
"line":
|
|
661
|
+
"line": 246
|
|
621
662
|
},
|
|
622
663
|
"name": "Dependency",
|
|
623
664
|
"properties": [
|
|
@@ -630,7 +671,7 @@
|
|
|
630
671
|
"immutable": true,
|
|
631
672
|
"locationInModule": {
|
|
632
673
|
"filename": "src/dependencies.ts",
|
|
633
|
-
"line":
|
|
674
|
+
"line": 251
|
|
634
675
|
},
|
|
635
676
|
"name": "type",
|
|
636
677
|
"type": {
|
|
@@ -647,7 +688,7 @@
|
|
|
647
688
|
"immutable": true,
|
|
648
689
|
"locationInModule": {
|
|
649
690
|
"filename": "src/dependencies.ts",
|
|
650
|
-
"line":
|
|
691
|
+
"line": 258
|
|
651
692
|
},
|
|
652
693
|
"name": "metadata",
|
|
653
694
|
"optional": true,
|
|
@@ -674,7 +715,7 @@
|
|
|
674
715
|
"kind": "interface",
|
|
675
716
|
"locationInModule": {
|
|
676
717
|
"filename": "src/dependencies.ts",
|
|
677
|
-
"line":
|
|
718
|
+
"line": 226
|
|
678
719
|
},
|
|
679
720
|
"name": "DependencyCoordinates",
|
|
680
721
|
"properties": [
|
|
@@ -688,7 +729,7 @@
|
|
|
688
729
|
"immutable": true,
|
|
689
730
|
"locationInModule": {
|
|
690
731
|
"filename": "src/dependencies.ts",
|
|
691
|
-
"line":
|
|
732
|
+
"line": 233
|
|
692
733
|
},
|
|
693
734
|
"name": "name",
|
|
694
735
|
"type": {
|
|
@@ -705,7 +746,7 @@
|
|
|
705
746
|
"immutable": true,
|
|
706
747
|
"locationInModule": {
|
|
707
748
|
"filename": "src/dependencies.ts",
|
|
708
|
-
"line":
|
|
749
|
+
"line": 240
|
|
709
750
|
},
|
|
710
751
|
"name": "version",
|
|
711
752
|
"optional": true,
|
|
@@ -726,7 +767,7 @@
|
|
|
726
767
|
"kind": "enum",
|
|
727
768
|
"locationInModule": {
|
|
728
769
|
"filename": "src/dependencies.ts",
|
|
729
|
-
"line":
|
|
770
|
+
"line": 264
|
|
730
771
|
},
|
|
731
772
|
"members": [
|
|
732
773
|
{
|
|
@@ -785,7 +826,7 @@
|
|
|
785
826
|
"kind": "interface",
|
|
786
827
|
"locationInModule": {
|
|
787
828
|
"filename": "src/dependencies.ts",
|
|
788
|
-
"line":
|
|
829
|
+
"line": 216
|
|
789
830
|
},
|
|
790
831
|
"name": "DepsManifest",
|
|
791
832
|
"properties": [
|
|
@@ -798,7 +839,7 @@
|
|
|
798
839
|
"immutable": true,
|
|
799
840
|
"locationInModule": {
|
|
800
841
|
"filename": "src/dependencies.ts",
|
|
801
|
-
"line":
|
|
842
|
+
"line": 220
|
|
802
843
|
},
|
|
803
844
|
"name": "dependencies",
|
|
804
845
|
"type": {
|
|
@@ -12117,7 +12158,7 @@
|
|
|
12117
12158
|
},
|
|
12118
12159
|
"locationInModule": {
|
|
12119
12160
|
"filename": "src/github/auto-approve.ts",
|
|
12120
|
-
"line":
|
|
12161
|
+
"line": 48
|
|
12121
12162
|
},
|
|
12122
12163
|
"parameters": [
|
|
12123
12164
|
{
|
|
@@ -12137,7 +12178,7 @@
|
|
|
12137
12178
|
"kind": "class",
|
|
12138
12179
|
"locationInModule": {
|
|
12139
12180
|
"filename": "src/github/auto-approve.ts",
|
|
12140
|
-
"line":
|
|
12181
|
+
"line": 45
|
|
12141
12182
|
},
|
|
12142
12183
|
"name": "AutoApprove",
|
|
12143
12184
|
"namespace": "github",
|
|
@@ -12149,7 +12190,7 @@
|
|
|
12149
12190
|
"immutable": true,
|
|
12150
12191
|
"locationInModule": {
|
|
12151
12192
|
"filename": "src/github/auto-approve.ts",
|
|
12152
|
-
"line":
|
|
12193
|
+
"line": 46
|
|
12153
12194
|
},
|
|
12154
12195
|
"name": "label",
|
|
12155
12196
|
"type": {
|
|
@@ -12232,6 +12273,29 @@
|
|
|
12232
12273
|
"type": {
|
|
12233
12274
|
"primitive": "string"
|
|
12234
12275
|
}
|
|
12276
|
+
},
|
|
12277
|
+
{
|
|
12278
|
+
"abstract": true,
|
|
12279
|
+
"docs": {
|
|
12280
|
+
"default": "[\"ubuntu-latest\"]",
|
|
12281
|
+
"stability": "experimental",
|
|
12282
|
+
"summary": "Github Runner selection labels."
|
|
12283
|
+
},
|
|
12284
|
+
"immutable": true,
|
|
12285
|
+
"locationInModule": {
|
|
12286
|
+
"filename": "src/github/auto-approve.ts",
|
|
12287
|
+
"line": 39
|
|
12288
|
+
},
|
|
12289
|
+
"name": "runsOn",
|
|
12290
|
+
"optional": true,
|
|
12291
|
+
"type": {
|
|
12292
|
+
"collection": {
|
|
12293
|
+
"elementtype": {
|
|
12294
|
+
"primitive": "string"
|
|
12295
|
+
},
|
|
12296
|
+
"kind": "array"
|
|
12297
|
+
}
|
|
12298
|
+
}
|
|
12235
12299
|
}
|
|
12236
12300
|
],
|
|
12237
12301
|
"symbolId": "src/github/auto-approve:AutoApproveOptions"
|
|
@@ -13736,7 +13800,7 @@
|
|
|
13736
13800
|
"kind": "interface",
|
|
13737
13801
|
"locationInModule": {
|
|
13738
13802
|
"filename": "src/github/task-workflow.ts",
|
|
13739
|
-
"line":
|
|
13803
|
+
"line": 194
|
|
13740
13804
|
},
|
|
13741
13805
|
"name": "GitIdentity",
|
|
13742
13806
|
"namespace": "github",
|
|
@@ -13750,7 +13814,7 @@
|
|
|
13750
13814
|
"immutable": true,
|
|
13751
13815
|
"locationInModule": {
|
|
13752
13816
|
"filename": "src/github/task-workflow.ts",
|
|
13753
|
-
"line":
|
|
13817
|
+
"line": 203
|
|
13754
13818
|
},
|
|
13755
13819
|
"name": "email",
|
|
13756
13820
|
"type": {
|
|
@@ -13766,7 +13830,7 @@
|
|
|
13766
13830
|
"immutable": true,
|
|
13767
13831
|
"locationInModule": {
|
|
13768
13832
|
"filename": "src/github/task-workflow.ts",
|
|
13769
|
-
"line":
|
|
13833
|
+
"line": 198
|
|
13770
13834
|
},
|
|
13771
13835
|
"name": "name",
|
|
13772
13836
|
"type": {
|
|
@@ -13857,7 +13921,7 @@
|
|
|
13857
13921
|
},
|
|
13858
13922
|
"locationInModule": {
|
|
13859
13923
|
"filename": "src/github/workflows.ts",
|
|
13860
|
-
"line":
|
|
13924
|
+
"line": 117
|
|
13861
13925
|
},
|
|
13862
13926
|
"name": "addJobsLater",
|
|
13863
13927
|
"parameters": [
|
|
@@ -14016,7 +14080,7 @@
|
|
|
14016
14080
|
"kind": "interface",
|
|
14017
14081
|
"locationInModule": {
|
|
14018
14082
|
"filename": "src/github/workflows.ts",
|
|
14019
|
-
"line":
|
|
14083
|
+
"line": 241
|
|
14020
14084
|
},
|
|
14021
14085
|
"methods": [
|
|
14022
14086
|
{
|
|
@@ -14027,7 +14091,7 @@
|
|
|
14027
14091
|
},
|
|
14028
14092
|
"locationInModule": {
|
|
14029
14093
|
"filename": "src/github/workflows.ts",
|
|
14030
|
-
"line":
|
|
14094
|
+
"line": 245
|
|
14031
14095
|
},
|
|
14032
14096
|
"name": "renderJobs",
|
|
14033
14097
|
"returns": {
|
|
@@ -14329,7 +14393,7 @@
|
|
|
14329
14393
|
},
|
|
14330
14394
|
"locationInModule": {
|
|
14331
14395
|
"filename": "src/github/pull-request-lint.ts",
|
|
14332
|
-
"line":
|
|
14396
|
+
"line": 54
|
|
14333
14397
|
},
|
|
14334
14398
|
"parameters": [
|
|
14335
14399
|
{
|
|
@@ -14350,7 +14414,7 @@
|
|
|
14350
14414
|
"kind": "class",
|
|
14351
14415
|
"locationInModule": {
|
|
14352
14416
|
"filename": "src/github/pull-request-lint.ts",
|
|
14353
|
-
"line":
|
|
14417
|
+
"line": 53
|
|
14354
14418
|
},
|
|
14355
14419
|
"name": "PullRequestLint",
|
|
14356
14420
|
"namespace": "github",
|
|
@@ -14372,6 +14436,29 @@
|
|
|
14372
14436
|
"name": "PullRequestLintOptions",
|
|
14373
14437
|
"namespace": "github",
|
|
14374
14438
|
"properties": [
|
|
14439
|
+
{
|
|
14440
|
+
"abstract": true,
|
|
14441
|
+
"docs": {
|
|
14442
|
+
"default": "[\"ubuntu-latest\"]",
|
|
14443
|
+
"stability": "experimental",
|
|
14444
|
+
"summary": "Github Runner selection labels."
|
|
14445
|
+
},
|
|
14446
|
+
"immutable": true,
|
|
14447
|
+
"locationInModule": {
|
|
14448
|
+
"filename": "src/github/pull-request-lint.ts",
|
|
14449
|
+
"line": 27
|
|
14450
|
+
},
|
|
14451
|
+
"name": "runsOn",
|
|
14452
|
+
"optional": true,
|
|
14453
|
+
"type": {
|
|
14454
|
+
"collection": {
|
|
14455
|
+
"elementtype": {
|
|
14456
|
+
"primitive": "string"
|
|
14457
|
+
},
|
|
14458
|
+
"kind": "array"
|
|
14459
|
+
}
|
|
14460
|
+
}
|
|
14461
|
+
},
|
|
14375
14462
|
{
|
|
14376
14463
|
"abstract": true,
|
|
14377
14464
|
"docs": {
|
|
@@ -14508,7 +14595,7 @@
|
|
|
14508
14595
|
"kind": "interface",
|
|
14509
14596
|
"locationInModule": {
|
|
14510
14597
|
"filename": "src/github/pull-request-lint.ts",
|
|
14511
|
-
"line":
|
|
14598
|
+
"line": 34
|
|
14512
14599
|
},
|
|
14513
14600
|
"name": "SemanticTitleOptions",
|
|
14514
14601
|
"namespace": "github",
|
|
@@ -14524,7 +14611,7 @@
|
|
|
14524
14611
|
"immutable": true,
|
|
14525
14612
|
"locationInModule": {
|
|
14526
14613
|
"filename": "src/github/pull-request-lint.ts",
|
|
14527
|
-
"line":
|
|
14614
|
+
"line": 46
|
|
14528
14615
|
},
|
|
14529
14616
|
"name": "requireScope",
|
|
14530
14617
|
"optional": true,
|
|
@@ -14542,7 +14629,7 @@
|
|
|
14542
14629
|
"immutable": true,
|
|
14543
14630
|
"locationInModule": {
|
|
14544
14631
|
"filename": "src/github/pull-request-lint.ts",
|
|
14545
|
-
"line":
|
|
14632
|
+
"line": 39
|
|
14546
14633
|
},
|
|
14547
14634
|
"name": "types",
|
|
14548
14635
|
"optional": true,
|
|
@@ -14574,7 +14661,7 @@
|
|
|
14574
14661
|
},
|
|
14575
14662
|
"locationInModule": {
|
|
14576
14663
|
"filename": "src/github/stale.ts",
|
|
14577
|
-
"line":
|
|
14664
|
+
"line": 90
|
|
14578
14665
|
},
|
|
14579
14666
|
"parameters": [
|
|
14580
14667
|
{
|
|
@@ -14595,7 +14682,7 @@
|
|
|
14595
14682
|
"kind": "class",
|
|
14596
14683
|
"locationInModule": {
|
|
14597
14684
|
"filename": "src/github/stale.ts",
|
|
14598
|
-
"line":
|
|
14685
|
+
"line": 89
|
|
14599
14686
|
},
|
|
14600
14687
|
"name": "Stale",
|
|
14601
14688
|
"namespace": "github",
|
|
@@ -14612,7 +14699,7 @@
|
|
|
14612
14699
|
"kind": "interface",
|
|
14613
14700
|
"locationInModule": {
|
|
14614
14701
|
"filename": "src/github/stale.ts",
|
|
14615
|
-
"line":
|
|
14702
|
+
"line": 36
|
|
14616
14703
|
},
|
|
14617
14704
|
"name": "StaleBehavior",
|
|
14618
14705
|
"namespace": "github",
|
|
@@ -14630,7 +14717,7 @@
|
|
|
14630
14717
|
"immutable": true,
|
|
14631
14718
|
"locationInModule": {
|
|
14632
14719
|
"filename": "src/github/stale.ts",
|
|
14633
|
-
"line":
|
|
14720
|
+
"line": 69
|
|
14634
14721
|
},
|
|
14635
14722
|
"name": "closeMessage",
|
|
14636
14723
|
"optional": true,
|
|
@@ -14649,7 +14736,7 @@
|
|
|
14649
14736
|
"immutable": true,
|
|
14650
14737
|
"locationInModule": {
|
|
14651
14738
|
"filename": "src/github/stale.ts",
|
|
14652
|
-
"line":
|
|
14739
|
+
"line": 56
|
|
14653
14740
|
},
|
|
14654
14741
|
"name": "daysBeforeClose",
|
|
14655
14742
|
"optional": true,
|
|
@@ -14668,7 +14755,7 @@
|
|
|
14668
14755
|
"immutable": true,
|
|
14669
14756
|
"locationInModule": {
|
|
14670
14757
|
"filename": "src/github/stale.ts",
|
|
14671
|
-
"line":
|
|
14758
|
+
"line": 50
|
|
14672
14759
|
},
|
|
14673
14760
|
"name": "daysBeforeStale",
|
|
14674
14761
|
"optional": true,
|
|
@@ -14687,7 +14774,7 @@
|
|
|
14687
14774
|
"immutable": true,
|
|
14688
14775
|
"locationInModule": {
|
|
14689
14776
|
"filename": "src/github/stale.ts",
|
|
14690
|
-
"line":
|
|
14777
|
+
"line": 44
|
|
14691
14778
|
},
|
|
14692
14779
|
"name": "enabled",
|
|
14693
14780
|
"optional": true,
|
|
@@ -14705,7 +14792,7 @@
|
|
|
14705
14792
|
"immutable": true,
|
|
14706
14793
|
"locationInModule": {
|
|
14707
14794
|
"filename": "src/github/stale.ts",
|
|
14708
|
-
"line":
|
|
14795
|
+
"line": 75
|
|
14709
14796
|
},
|
|
14710
14797
|
"name": "staleLabel",
|
|
14711
14798
|
"optional": true,
|
|
@@ -14723,7 +14810,7 @@
|
|
|
14723
14810
|
"immutable": true,
|
|
14724
14811
|
"locationInModule": {
|
|
14725
14812
|
"filename": "src/github/stale.ts",
|
|
14726
|
-
"line":
|
|
14813
|
+
"line": 62
|
|
14727
14814
|
},
|
|
14728
14815
|
"name": "staleMessage",
|
|
14729
14816
|
"optional": true,
|
|
@@ -14785,6 +14872,29 @@
|
|
|
14785
14872
|
"type": {
|
|
14786
14873
|
"fqn": "projen.github.StaleBehavior"
|
|
14787
14874
|
}
|
|
14875
|
+
},
|
|
14876
|
+
{
|
|
14877
|
+
"abstract": true,
|
|
14878
|
+
"docs": {
|
|
14879
|
+
"default": "[\"ubuntu-latest\"]",
|
|
14880
|
+
"stability": "experimental",
|
|
14881
|
+
"summary": "Github Runner selection labels."
|
|
14882
|
+
},
|
|
14883
|
+
"immutable": true,
|
|
14884
|
+
"locationInModule": {
|
|
14885
|
+
"filename": "src/github/stale.ts",
|
|
14886
|
+
"line": 30
|
|
14887
|
+
},
|
|
14888
|
+
"name": "runsOn",
|
|
14889
|
+
"optional": true,
|
|
14890
|
+
"type": {
|
|
14891
|
+
"collection": {
|
|
14892
|
+
"elementtype": {
|
|
14893
|
+
"primitive": "string"
|
|
14894
|
+
},
|
|
14895
|
+
"kind": "array"
|
|
14896
|
+
}
|
|
14897
|
+
}
|
|
14788
14898
|
}
|
|
14789
14899
|
],
|
|
14790
14900
|
"symbolId": "src/github/stale:StaleOptions"
|
|
@@ -14803,7 +14913,7 @@
|
|
|
14803
14913
|
},
|
|
14804
14914
|
"locationInModule": {
|
|
14805
14915
|
"filename": "src/github/task-workflow.ts",
|
|
14806
|
-
"line":
|
|
14916
|
+
"line": 117
|
|
14807
14917
|
},
|
|
14808
14918
|
"parameters": [
|
|
14809
14919
|
{
|
|
@@ -14823,7 +14933,7 @@
|
|
|
14823
14933
|
"kind": "class",
|
|
14824
14934
|
"locationInModule": {
|
|
14825
14935
|
"filename": "src/github/task-workflow.ts",
|
|
14826
|
-
"line":
|
|
14936
|
+
"line": 113
|
|
14827
14937
|
},
|
|
14828
14938
|
"name": "TaskWorkflow",
|
|
14829
14939
|
"namespace": "github",
|
|
@@ -14835,7 +14945,7 @@
|
|
|
14835
14945
|
"immutable": true,
|
|
14836
14946
|
"locationInModule": {
|
|
14837
14947
|
"filename": "src/github/task-workflow.ts",
|
|
14838
|
-
"line":
|
|
14948
|
+
"line": 115
|
|
14839
14949
|
},
|
|
14840
14950
|
"name": "jobId",
|
|
14841
14951
|
"type": {
|
|
@@ -14855,7 +14965,7 @@
|
|
|
14855
14965
|
"kind": "interface",
|
|
14856
14966
|
"locationInModule": {
|
|
14857
14967
|
"filename": "src/github/task-workflow.ts",
|
|
14858
|
-
"line":
|
|
14968
|
+
"line": 9
|
|
14859
14969
|
},
|
|
14860
14970
|
"name": "TaskWorkflowOptions",
|
|
14861
14971
|
"namespace": "github",
|
|
@@ -14869,7 +14979,7 @@
|
|
|
14869
14979
|
"immutable": true,
|
|
14870
14980
|
"locationInModule": {
|
|
14871
14981
|
"filename": "src/github/task-workflow.ts",
|
|
14872
|
-
"line":
|
|
14982
|
+
"line": 13
|
|
14873
14983
|
},
|
|
14874
14984
|
"name": "name",
|
|
14875
14985
|
"type": {
|
|
@@ -14885,7 +14995,7 @@
|
|
|
14885
14995
|
"immutable": true,
|
|
14886
14996
|
"locationInModule": {
|
|
14887
14997
|
"filename": "src/github/task-workflow.ts",
|
|
14888
|
-
"line":
|
|
14998
|
+
"line": 89
|
|
14889
14999
|
},
|
|
14890
15000
|
"name": "permissions",
|
|
14891
15001
|
"type": {
|
|
@@ -14901,7 +15011,7 @@
|
|
|
14901
15011
|
"immutable": true,
|
|
14902
15012
|
"locationInModule": {
|
|
14903
15013
|
"filename": "src/github/task-workflow.ts",
|
|
14904
|
-
"line":
|
|
15014
|
+
"line": 71
|
|
14905
15015
|
},
|
|
14906
15016
|
"name": "task",
|
|
14907
15017
|
"type": {
|
|
@@ -14918,7 +15028,7 @@
|
|
|
14918
15028
|
"immutable": true,
|
|
14919
15029
|
"locationInModule": {
|
|
14920
15030
|
"filename": "src/github/task-workflow.ts",
|
|
14921
|
-
"line":
|
|
15031
|
+
"line": 38
|
|
14922
15032
|
},
|
|
14923
15033
|
"name": "artifactsDirectory",
|
|
14924
15034
|
"optional": true,
|
|
@@ -14936,7 +15046,7 @@
|
|
|
14936
15046
|
"immutable": true,
|
|
14937
15047
|
"locationInModule": {
|
|
14938
15048
|
"filename": "src/github/task-workflow.ts",
|
|
14939
|
-
"line":
|
|
15049
|
+
"line": 59
|
|
14940
15050
|
},
|
|
14941
15051
|
"name": "checkoutWith",
|
|
14942
15052
|
"optional": true,
|
|
@@ -14958,7 +15068,7 @@
|
|
|
14958
15068
|
"immutable": true,
|
|
14959
15069
|
"locationInModule": {
|
|
14960
15070
|
"filename": "src/github/task-workflow.ts",
|
|
14961
|
-
"line":
|
|
15071
|
+
"line": 29
|
|
14962
15072
|
},
|
|
14963
15073
|
"name": "condition",
|
|
14964
15074
|
"optional": true,
|
|
@@ -14975,7 +15085,7 @@
|
|
|
14975
15085
|
"immutable": true,
|
|
14976
15086
|
"locationInModule": {
|
|
14977
15087
|
"filename": "src/github/task-workflow.ts",
|
|
14978
|
-
"line":
|
|
15088
|
+
"line": 24
|
|
14979
15089
|
},
|
|
14980
15090
|
"name": "container",
|
|
14981
15091
|
"optional": true,
|
|
@@ -14993,7 +15103,7 @@
|
|
|
14993
15103
|
"immutable": true,
|
|
14994
15104
|
"locationInModule": {
|
|
14995
15105
|
"filename": "src/github/task-workflow.ts",
|
|
14996
|
-
"line":
|
|
15106
|
+
"line": 84
|
|
14997
15107
|
},
|
|
14998
15108
|
"name": "env",
|
|
14999
15109
|
"optional": true,
|
|
@@ -15015,7 +15125,7 @@
|
|
|
15015
15125
|
"immutable": true,
|
|
15016
15126
|
"locationInModule": {
|
|
15017
15127
|
"filename": "src/github/task-workflow.ts",
|
|
15018
|
-
"line":
|
|
15128
|
+
"line": 101
|
|
15019
15129
|
},
|
|
15020
15130
|
"name": "gitIdentity",
|
|
15021
15131
|
"optional": true,
|
|
@@ -15033,7 +15143,7 @@
|
|
|
15033
15143
|
"immutable": true,
|
|
15034
15144
|
"locationInModule": {
|
|
15035
15145
|
"filename": "src/github/task-workflow.ts",
|
|
15036
|
-
"line":
|
|
15146
|
+
"line": 19
|
|
15037
15147
|
},
|
|
15038
15148
|
"name": "jobId",
|
|
15039
15149
|
"optional": true,
|
|
@@ -15051,7 +15161,7 @@
|
|
|
15051
15161
|
"immutable": true,
|
|
15052
15162
|
"locationInModule": {
|
|
15053
15163
|
"filename": "src/github/task-workflow.ts",
|
|
15054
|
-
"line":
|
|
15164
|
+
"line": 96
|
|
15055
15165
|
},
|
|
15056
15166
|
"name": "outputs",
|
|
15057
15167
|
"optional": true,
|
|
@@ -15074,7 +15184,7 @@
|
|
|
15074
15184
|
"immutable": true,
|
|
15075
15185
|
"locationInModule": {
|
|
15076
15186
|
"filename": "src/github/task-workflow.ts",
|
|
15077
|
-
"line":
|
|
15187
|
+
"line": 78
|
|
15078
15188
|
},
|
|
15079
15189
|
"name": "postBuildSteps",
|
|
15080
15190
|
"optional": true,
|
|
@@ -15097,7 +15207,7 @@
|
|
|
15097
15207
|
"immutable": true,
|
|
15098
15208
|
"locationInModule": {
|
|
15099
15209
|
"filename": "src/github/task-workflow.ts",
|
|
15100
|
-
"line":
|
|
15210
|
+
"line": 66
|
|
15101
15211
|
},
|
|
15102
15212
|
"name": "preBuildSteps",
|
|
15103
15213
|
"optional": true,
|
|
@@ -15120,7 +15230,7 @@
|
|
|
15120
15230
|
"immutable": true,
|
|
15121
15231
|
"locationInModule": {
|
|
15122
15232
|
"filename": "src/github/task-workflow.ts",
|
|
15123
|
-
"line":
|
|
15233
|
+
"line": 52
|
|
15124
15234
|
},
|
|
15125
15235
|
"name": "preCheckoutSteps",
|
|
15126
15236
|
"optional": true,
|
|
@@ -15133,6 +15243,29 @@
|
|
|
15133
15243
|
}
|
|
15134
15244
|
}
|
|
15135
15245
|
},
|
|
15246
|
+
{
|
|
15247
|
+
"abstract": true,
|
|
15248
|
+
"docs": {
|
|
15249
|
+
"default": "[\"ubuntu-latest\"]",
|
|
15250
|
+
"stability": "experimental",
|
|
15251
|
+
"summary": "Github Runner selection labels."
|
|
15252
|
+
},
|
|
15253
|
+
"immutable": true,
|
|
15254
|
+
"locationInModule": {
|
|
15255
|
+
"filename": "src/github/task-workflow.ts",
|
|
15256
|
+
"line": 107
|
|
15257
|
+
},
|
|
15258
|
+
"name": "runsOn",
|
|
15259
|
+
"optional": true,
|
|
15260
|
+
"type": {
|
|
15261
|
+
"collection": {
|
|
15262
|
+
"elementtype": {
|
|
15263
|
+
"primitive": "string"
|
|
15264
|
+
},
|
|
15265
|
+
"kind": "array"
|
|
15266
|
+
}
|
|
15267
|
+
}
|
|
15268
|
+
},
|
|
15136
15269
|
{
|
|
15137
15270
|
"abstract": true,
|
|
15138
15271
|
"docs": {
|
|
@@ -15143,7 +15276,7 @@
|
|
|
15143
15276
|
"immutable": true,
|
|
15144
15277
|
"locationInModule": {
|
|
15145
15278
|
"filename": "src/github/task-workflow.ts",
|
|
15146
|
-
"line":
|
|
15279
|
+
"line": 45
|
|
15147
15280
|
},
|
|
15148
15281
|
"name": "triggers",
|
|
15149
15282
|
"optional": true,
|
|
@@ -15886,7 +16019,7 @@
|
|
|
15886
16019
|
{
|
|
15887
16020
|
"abstract": true,
|
|
15888
16021
|
"docs": {
|
|
15889
|
-
"example": "\"ubuntu-latest\"",
|
|
16022
|
+
"example": "[\"ubuntu-latest\"]",
|
|
15890
16023
|
"remarks": "The machine can be either a\nGitHub-hosted runner or a self-hosted runner.",
|
|
15891
16024
|
"stability": "experimental",
|
|
15892
16025
|
"summary": "The type of machine to run the job on."
|
|
@@ -15898,7 +16031,12 @@
|
|
|
15898
16031
|
},
|
|
15899
16032
|
"name": "runsOn",
|
|
15900
16033
|
"type": {
|
|
15901
|
-
"
|
|
16034
|
+
"collection": {
|
|
16035
|
+
"elementtype": {
|
|
16036
|
+
"primitive": "string"
|
|
16037
|
+
},
|
|
16038
|
+
"kind": "array"
|
|
16039
|
+
}
|
|
15902
16040
|
}
|
|
15903
16041
|
},
|
|
15904
16042
|
{
|
|
@@ -27097,7 +27235,7 @@
|
|
|
27097
27235
|
},
|
|
27098
27236
|
"locationInModule": {
|
|
27099
27237
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27100
|
-
"line":
|
|
27238
|
+
"line": 109
|
|
27101
27239
|
},
|
|
27102
27240
|
"parameters": [
|
|
27103
27241
|
{
|
|
@@ -27118,7 +27256,7 @@
|
|
|
27118
27256
|
"kind": "class",
|
|
27119
27257
|
"locationInModule": {
|
|
27120
27258
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27121
|
-
"line":
|
|
27259
|
+
"line": 91
|
|
27122
27260
|
},
|
|
27123
27261
|
"methods": [
|
|
27124
27262
|
{
|
|
@@ -27128,7 +27266,7 @@
|
|
|
27128
27266
|
},
|
|
27129
27267
|
"locationInModule": {
|
|
27130
27268
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27131
|
-
"line":
|
|
27269
|
+
"line": 123
|
|
27132
27270
|
},
|
|
27133
27271
|
"name": "preSynthesize",
|
|
27134
27272
|
"overrides": "projen.Component"
|
|
@@ -27145,7 +27283,7 @@
|
|
|
27145
27283
|
"immutable": true,
|
|
27146
27284
|
"locationInModule": {
|
|
27147
27285
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27148
|
-
"line":
|
|
27286
|
+
"line": 105
|
|
27149
27287
|
},
|
|
27150
27288
|
"name": "ignoresProjen",
|
|
27151
27289
|
"type": {
|
|
@@ -27161,7 +27299,7 @@
|
|
|
27161
27299
|
"immutable": true,
|
|
27162
27300
|
"locationInModule": {
|
|
27163
27301
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27164
|
-
"line":
|
|
27302
|
+
"line": 96
|
|
27165
27303
|
},
|
|
27166
27304
|
"name": "workflows",
|
|
27167
27305
|
"type": {
|
|
@@ -27187,7 +27325,7 @@
|
|
|
27187
27325
|
"kind": "interface",
|
|
27188
27326
|
"locationInModule": {
|
|
27189
27327
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27190
|
-
"line":
|
|
27328
|
+
"line": 24
|
|
27191
27329
|
},
|
|
27192
27330
|
"name": "UpgradeDependenciesOptions",
|
|
27193
27331
|
"namespace": "javascript",
|
|
@@ -27202,7 +27340,7 @@
|
|
|
27202
27340
|
"immutable": true,
|
|
27203
27341
|
"locationInModule": {
|
|
27204
27342
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27205
|
-
"line":
|
|
27343
|
+
"line": 31
|
|
27206
27344
|
},
|
|
27207
27345
|
"name": "exclude",
|
|
27208
27346
|
"optional": true,
|
|
@@ -27225,7 +27363,7 @@
|
|
|
27225
27363
|
"immutable": true,
|
|
27226
27364
|
"locationInModule": {
|
|
27227
27365
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27228
|
-
"line":
|
|
27366
|
+
"line": 78
|
|
27229
27367
|
},
|
|
27230
27368
|
"name": "ignoreProjen",
|
|
27231
27369
|
"optional": true,
|
|
@@ -27243,7 +27381,7 @@
|
|
|
27243
27381
|
"immutable": true,
|
|
27244
27382
|
"locationInModule": {
|
|
27245
27383
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27246
|
-
"line":
|
|
27384
|
+
"line": 38
|
|
27247
27385
|
},
|
|
27248
27386
|
"name": "include",
|
|
27249
27387
|
"optional": true,
|
|
@@ -27266,7 +27404,7 @@
|
|
|
27266
27404
|
"immutable": true,
|
|
27267
27405
|
"locationInModule": {
|
|
27268
27406
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27269
|
-
"line":
|
|
27407
|
+
"line": 71
|
|
27270
27408
|
},
|
|
27271
27409
|
"name": "pullRequestTitle",
|
|
27272
27410
|
"optional": true,
|
|
@@ -27284,7 +27422,7 @@
|
|
|
27284
27422
|
"immutable": true,
|
|
27285
27423
|
"locationInModule": {
|
|
27286
27424
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27287
|
-
"line":
|
|
27425
|
+
"line": 85
|
|
27288
27426
|
},
|
|
27289
27427
|
"name": "signoff",
|
|
27290
27428
|
"optional": true,
|
|
@@ -27303,7 +27441,7 @@
|
|
|
27303
27441
|
"immutable": true,
|
|
27304
27442
|
"locationInModule": {
|
|
27305
27443
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27306
|
-
"line":
|
|
27444
|
+
"line": 64
|
|
27307
27445
|
},
|
|
27308
27446
|
"name": "taskName",
|
|
27309
27447
|
"optional": true,
|
|
@@ -27322,7 +27460,7 @@
|
|
|
27322
27460
|
"immutable": true,
|
|
27323
27461
|
"locationInModule": {
|
|
27324
27462
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27325
|
-
"line":
|
|
27463
|
+
"line": 49
|
|
27326
27464
|
},
|
|
27327
27465
|
"name": "workflow",
|
|
27328
27466
|
"optional": true,
|
|
@@ -27341,7 +27479,7 @@
|
|
|
27341
27479
|
"immutable": true,
|
|
27342
27480
|
"locationInModule": {
|
|
27343
27481
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27344
|
-
"line":
|
|
27482
|
+
"line": 56
|
|
27345
27483
|
},
|
|
27346
27484
|
"name": "workflowOptions",
|
|
27347
27485
|
"optional": true,
|
|
@@ -27362,7 +27500,7 @@
|
|
|
27362
27500
|
"kind": "class",
|
|
27363
27501
|
"locationInModule": {
|
|
27364
27502
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27365
|
-
"line":
|
|
27503
|
+
"line": 468
|
|
27366
27504
|
},
|
|
27367
27505
|
"methods": [
|
|
27368
27506
|
{
|
|
@@ -27372,7 +27510,7 @@
|
|
|
27372
27510
|
},
|
|
27373
27511
|
"locationInModule": {
|
|
27374
27512
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27375
|
-
"line":
|
|
27513
|
+
"line": 498
|
|
27376
27514
|
},
|
|
27377
27515
|
"name": "expressions",
|
|
27378
27516
|
"parameters": [
|
|
@@ -27408,7 +27546,7 @@
|
|
|
27408
27546
|
"immutable": true,
|
|
27409
27547
|
"locationInModule": {
|
|
27410
27548
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27411
|
-
"line":
|
|
27549
|
+
"line": 478
|
|
27412
27550
|
},
|
|
27413
27551
|
"name": "DAILY",
|
|
27414
27552
|
"static": true,
|
|
@@ -27425,7 +27563,7 @@
|
|
|
27425
27563
|
"immutable": true,
|
|
27426
27564
|
"locationInModule": {
|
|
27427
27565
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27428
|
-
"line":
|
|
27566
|
+
"line": 493
|
|
27429
27567
|
},
|
|
27430
27568
|
"name": "MONTHLY",
|
|
27431
27569
|
"static": true,
|
|
@@ -27442,7 +27580,7 @@
|
|
|
27442
27580
|
"immutable": true,
|
|
27443
27581
|
"locationInModule": {
|
|
27444
27582
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27445
|
-
"line":
|
|
27583
|
+
"line": 473
|
|
27446
27584
|
},
|
|
27447
27585
|
"name": "NEVER",
|
|
27448
27586
|
"static": true,
|
|
@@ -27459,7 +27597,7 @@
|
|
|
27459
27597
|
"immutable": true,
|
|
27460
27598
|
"locationInModule": {
|
|
27461
27599
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27462
|
-
"line":
|
|
27600
|
+
"line": 483
|
|
27463
27601
|
},
|
|
27464
27602
|
"name": "WEEKDAY",
|
|
27465
27603
|
"static": true,
|
|
@@ -27476,7 +27614,7 @@
|
|
|
27476
27614
|
"immutable": true,
|
|
27477
27615
|
"locationInModule": {
|
|
27478
27616
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27479
|
-
"line":
|
|
27617
|
+
"line": 488
|
|
27480
27618
|
},
|
|
27481
27619
|
"name": "WEEKLY",
|
|
27482
27620
|
"static": true,
|
|
@@ -27491,7 +27629,7 @@
|
|
|
27491
27629
|
"immutable": true,
|
|
27492
27630
|
"locationInModule": {
|
|
27493
27631
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27494
|
-
"line":
|
|
27632
|
+
"line": 502
|
|
27495
27633
|
},
|
|
27496
27634
|
"name": "cron",
|
|
27497
27635
|
"type": {
|
|
@@ -27517,7 +27655,7 @@
|
|
|
27517
27655
|
"kind": "interface",
|
|
27518
27656
|
"locationInModule": {
|
|
27519
27657
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27520
|
-
"line":
|
|
27658
|
+
"line": 392
|
|
27521
27659
|
},
|
|
27522
27660
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
27523
27661
|
"namespace": "javascript",
|
|
@@ -27532,7 +27670,7 @@
|
|
|
27532
27670
|
"immutable": true,
|
|
27533
27671
|
"locationInModule": {
|
|
27534
27672
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27535
|
-
"line":
|
|
27673
|
+
"line": 450
|
|
27536
27674
|
},
|
|
27537
27675
|
"name": "branches",
|
|
27538
27676
|
"optional": true,
|
|
@@ -27555,7 +27693,7 @@
|
|
|
27555
27693
|
"immutable": true,
|
|
27556
27694
|
"locationInModule": {
|
|
27557
27695
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27558
|
-
"line":
|
|
27696
|
+
"line": 443
|
|
27559
27697
|
},
|
|
27560
27698
|
"name": "container",
|
|
27561
27699
|
"optional": true,
|
|
@@ -27576,7 +27714,7 @@
|
|
|
27576
27714
|
"immutable": true,
|
|
27577
27715
|
"locationInModule": {
|
|
27578
27716
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27579
|
-
"line":
|
|
27717
|
+
"line": 456
|
|
27580
27718
|
},
|
|
27581
27719
|
"name": "gitIdentity",
|
|
27582
27720
|
"optional": true,
|
|
@@ -27594,7 +27732,7 @@
|
|
|
27594
27732
|
"immutable": true,
|
|
27595
27733
|
"locationInModule": {
|
|
27596
27734
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27597
|
-
"line":
|
|
27735
|
+
"line": 422
|
|
27598
27736
|
},
|
|
27599
27737
|
"name": "labels",
|
|
27600
27738
|
"optional": true,
|
|
@@ -27619,7 +27757,7 @@
|
|
|
27619
27757
|
"immutable": true,
|
|
27620
27758
|
"locationInModule": {
|
|
27621
27759
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27622
|
-
"line":
|
|
27760
|
+
"line": 436
|
|
27623
27761
|
},
|
|
27624
27762
|
"name": "rebuild",
|
|
27625
27763
|
"optional": true,
|
|
@@ -27627,6 +27765,29 @@
|
|
|
27627
27765
|
"primitive": "boolean"
|
|
27628
27766
|
}
|
|
27629
27767
|
},
|
|
27768
|
+
{
|
|
27769
|
+
"abstract": true,
|
|
27770
|
+
"docs": {
|
|
27771
|
+
"default": "[\"ubuntu-latest\"]",
|
|
27772
|
+
"stability": "experimental",
|
|
27773
|
+
"summary": "Github Runner selection labels."
|
|
27774
|
+
},
|
|
27775
|
+
"immutable": true,
|
|
27776
|
+
"locationInModule": {
|
|
27777
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27778
|
+
"line": 462
|
|
27779
|
+
},
|
|
27780
|
+
"name": "runsOn",
|
|
27781
|
+
"optional": true,
|
|
27782
|
+
"type": {
|
|
27783
|
+
"collection": {
|
|
27784
|
+
"elementtype": {
|
|
27785
|
+
"primitive": "string"
|
|
27786
|
+
},
|
|
27787
|
+
"kind": "array"
|
|
27788
|
+
}
|
|
27789
|
+
}
|
|
27790
|
+
},
|
|
27630
27791
|
{
|
|
27631
27792
|
"abstract": true,
|
|
27632
27793
|
"docs": {
|
|
@@ -27637,7 +27798,7 @@
|
|
|
27637
27798
|
"immutable": true,
|
|
27638
27799
|
"locationInModule": {
|
|
27639
27800
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27640
|
-
"line":
|
|
27801
|
+
"line": 399
|
|
27641
27802
|
},
|
|
27642
27803
|
"name": "schedule",
|
|
27643
27804
|
"optional": true,
|
|
@@ -27657,7 +27818,7 @@
|
|
|
27657
27818
|
"immutable": true,
|
|
27658
27819
|
"locationInModule": {
|
|
27659
27820
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
27660
|
-
"line":
|
|
27821
|
+
"line": 415
|
|
27661
27822
|
},
|
|
27662
27823
|
"name": "secret",
|
|
27663
27824
|
"optional": true,
|
|
@@ -30227,7 +30388,7 @@
|
|
|
30227
30388
|
"kind": "interface",
|
|
30228
30389
|
"locationInModule": {
|
|
30229
30390
|
"filename": "src/release/release.ts",
|
|
30230
|
-
"line":
|
|
30391
|
+
"line": 482
|
|
30231
30392
|
},
|
|
30232
30393
|
"name": "BranchOptions",
|
|
30233
30394
|
"namespace": "release",
|
|
@@ -30241,7 +30402,7 @@
|
|
|
30241
30402
|
"immutable": true,
|
|
30242
30403
|
"locationInModule": {
|
|
30243
30404
|
"filename": "src/release/release.ts",
|
|
30244
|
-
"line":
|
|
30405
|
+
"line": 492
|
|
30245
30406
|
},
|
|
30246
30407
|
"name": "majorVersion",
|
|
30247
30408
|
"type": {
|
|
@@ -30258,7 +30419,7 @@
|
|
|
30258
30419
|
"immutable": true,
|
|
30259
30420
|
"locationInModule": {
|
|
30260
30421
|
"filename": "src/release/release.ts",
|
|
30261
|
-
"line":
|
|
30422
|
+
"line": 499
|
|
30262
30423
|
},
|
|
30263
30424
|
"name": "prerelease",
|
|
30264
30425
|
"optional": true,
|
|
@@ -30277,7 +30438,7 @@
|
|
|
30277
30438
|
"immutable": true,
|
|
30278
30439
|
"locationInModule": {
|
|
30279
30440
|
"filename": "src/release/release.ts",
|
|
30280
|
-
"line":
|
|
30441
|
+
"line": 513
|
|
30281
30442
|
},
|
|
30282
30443
|
"name": "tagPrefix",
|
|
30283
30444
|
"optional": true,
|
|
@@ -30295,7 +30456,7 @@
|
|
|
30295
30456
|
"immutable": true,
|
|
30296
30457
|
"locationInModule": {
|
|
30297
30458
|
"filename": "src/release/release.ts",
|
|
30298
|
-
"line":
|
|
30459
|
+
"line": 487
|
|
30299
30460
|
},
|
|
30300
30461
|
"name": "workflowName",
|
|
30301
30462
|
"optional": true,
|
|
@@ -30316,7 +30477,7 @@
|
|
|
30316
30477
|
"kind": "interface",
|
|
30317
30478
|
"locationInModule": {
|
|
30318
30479
|
"filename": "src/release/publisher.ts",
|
|
30319
|
-
"line":
|
|
30480
|
+
"line": 507
|
|
30320
30481
|
},
|
|
30321
30482
|
"name": "CodeArtifactOptions",
|
|
30322
30483
|
"namespace": "release",
|
|
@@ -30332,7 +30493,7 @@
|
|
|
30332
30493
|
"immutable": true,
|
|
30333
30494
|
"locationInModule": {
|
|
30334
30495
|
"filename": "src/release/publisher.ts",
|
|
30335
|
-
"line":
|
|
30496
|
+
"line": 514
|
|
30336
30497
|
},
|
|
30337
30498
|
"name": "accessKeyIdSecret",
|
|
30338
30499
|
"optional": true,
|
|
@@ -30350,7 +30511,7 @@
|
|
|
30350
30511
|
"immutable": true,
|
|
30351
30512
|
"locationInModule": {
|
|
30352
30513
|
"filename": "src/release/publisher.ts",
|
|
30353
|
-
"line":
|
|
30514
|
+
"line": 530
|
|
30354
30515
|
},
|
|
30355
30516
|
"name": "roleToAssume",
|
|
30356
30517
|
"optional": true,
|
|
@@ -30369,7 +30530,7 @@
|
|
|
30369
30530
|
"immutable": true,
|
|
30370
30531
|
"locationInModule": {
|
|
30371
30532
|
"filename": "src/release/publisher.ts",
|
|
30372
|
-
"line":
|
|
30533
|
+
"line": 522
|
|
30373
30534
|
},
|
|
30374
30535
|
"name": "secretAccessKeySecret",
|
|
30375
30536
|
"optional": true,
|
|
@@ -30391,7 +30552,7 @@
|
|
|
30391
30552
|
"kind": "interface",
|
|
30392
30553
|
"locationInModule": {
|
|
30393
30554
|
"filename": "src/release/publisher.ts",
|
|
30394
|
-
"line":
|
|
30555
|
+
"line": 751
|
|
30395
30556
|
},
|
|
30396
30557
|
"name": "GitHubReleasesPublishOptions",
|
|
30397
30558
|
"namespace": "release",
|
|
@@ -30406,7 +30567,7 @@
|
|
|
30406
30567
|
"immutable": true,
|
|
30407
30568
|
"locationInModule": {
|
|
30408
30569
|
"filename": "src/release/publisher.ts",
|
|
30409
|
-
"line":
|
|
30570
|
+
"line": 736
|
|
30410
30571
|
},
|
|
30411
30572
|
"name": "changelogFile",
|
|
30412
30573
|
"type": {
|
|
@@ -30423,7 +30584,7 @@
|
|
|
30423
30584
|
"immutable": true,
|
|
30424
30585
|
"locationInModule": {
|
|
30425
30586
|
"filename": "src/release/publisher.ts",
|
|
30426
|
-
"line":
|
|
30587
|
+
"line": 729
|
|
30427
30588
|
},
|
|
30428
30589
|
"name": "releaseTagFile",
|
|
30429
30590
|
"type": {
|
|
@@ -30440,7 +30601,7 @@
|
|
|
30440
30601
|
"immutable": true,
|
|
30441
30602
|
"locationInModule": {
|
|
30442
30603
|
"filename": "src/release/publisher.ts",
|
|
30443
|
-
"line":
|
|
30604
|
+
"line": 722
|
|
30444
30605
|
},
|
|
30445
30606
|
"name": "versionFile",
|
|
30446
30607
|
"type": {
|
|
@@ -30461,7 +30622,7 @@
|
|
|
30461
30622
|
"kind": "interface",
|
|
30462
30623
|
"locationInModule": {
|
|
30463
30624
|
"filename": "src/release/publisher.ts",
|
|
30464
|
-
"line":
|
|
30625
|
+
"line": 756
|
|
30465
30626
|
},
|
|
30466
30627
|
"name": "GitPublishOptions",
|
|
30467
30628
|
"namespace": "release",
|
|
@@ -30476,7 +30637,7 @@
|
|
|
30476
30637
|
"immutable": true,
|
|
30477
30638
|
"locationInModule": {
|
|
30478
30639
|
"filename": "src/release/publisher.ts",
|
|
30479
|
-
"line":
|
|
30640
|
+
"line": 736
|
|
30480
30641
|
},
|
|
30481
30642
|
"name": "changelogFile",
|
|
30482
30643
|
"type": {
|
|
@@ -30493,7 +30654,7 @@
|
|
|
30493
30654
|
"immutable": true,
|
|
30494
30655
|
"locationInModule": {
|
|
30495
30656
|
"filename": "src/release/publisher.ts",
|
|
30496
|
-
"line":
|
|
30657
|
+
"line": 729
|
|
30497
30658
|
},
|
|
30498
30659
|
"name": "releaseTagFile",
|
|
30499
30660
|
"type": {
|
|
@@ -30510,7 +30671,7 @@
|
|
|
30510
30671
|
"immutable": true,
|
|
30511
30672
|
"locationInModule": {
|
|
30512
30673
|
"filename": "src/release/publisher.ts",
|
|
30513
|
-
"line":
|
|
30674
|
+
"line": 722
|
|
30514
30675
|
},
|
|
30515
30676
|
"name": "versionFile",
|
|
30516
30677
|
"type": {
|
|
@@ -30527,7 +30688,7 @@
|
|
|
30527
30688
|
"immutable": true,
|
|
30528
30689
|
"locationInModule": {
|
|
30529
30690
|
"filename": "src/release/publisher.ts",
|
|
30530
|
-
"line":
|
|
30691
|
+
"line": 767
|
|
30531
30692
|
},
|
|
30532
30693
|
"name": "gitBranch",
|
|
30533
30694
|
"optional": true,
|
|
@@ -30545,7 +30706,7 @@
|
|
|
30545
30706
|
"immutable": true,
|
|
30546
30707
|
"locationInModule": {
|
|
30547
30708
|
"filename": "src/release/publisher.ts",
|
|
30548
|
-
"line":
|
|
30709
|
+
"line": 774
|
|
30549
30710
|
},
|
|
30550
30711
|
"name": "gitPushCommand",
|
|
30551
30712
|
"optional": true,
|
|
@@ -30562,7 +30723,7 @@
|
|
|
30562
30723
|
"immutable": true,
|
|
30563
30724
|
"locationInModule": {
|
|
30564
30725
|
"filename": "src/release/publisher.ts",
|
|
30565
|
-
"line":
|
|
30726
|
+
"line": 760
|
|
30566
30727
|
},
|
|
30567
30728
|
"name": "projectChangelogFile",
|
|
30568
30729
|
"optional": true,
|
|
@@ -30584,7 +30745,7 @@
|
|
|
30584
30745
|
"kind": "interface",
|
|
30585
30746
|
"locationInModule": {
|
|
30586
30747
|
"filename": "src/release/publisher.ts",
|
|
30587
|
-
"line":
|
|
30748
|
+
"line": 673
|
|
30588
30749
|
},
|
|
30589
30750
|
"name": "GoPublishOptions",
|
|
30590
30751
|
"namespace": "release",
|
|
@@ -30599,7 +30760,7 @@
|
|
|
30599
30760
|
"immutable": true,
|
|
30600
30761
|
"locationInModule": {
|
|
30601
30762
|
"filename": "src/release/publisher.ts",
|
|
30602
|
-
"line":
|
|
30763
|
+
"line": 694
|
|
30603
30764
|
},
|
|
30604
30765
|
"name": "gitBranch",
|
|
30605
30766
|
"optional": true,
|
|
@@ -30617,7 +30778,7 @@
|
|
|
30617
30778
|
"immutable": true,
|
|
30618
30779
|
"locationInModule": {
|
|
30619
30780
|
"filename": "src/release/publisher.ts",
|
|
30620
|
-
"line":
|
|
30781
|
+
"line": 713
|
|
30621
30782
|
},
|
|
30622
30783
|
"name": "gitCommitMessage",
|
|
30623
30784
|
"optional": true,
|
|
@@ -30635,7 +30796,7 @@
|
|
|
30635
30796
|
"immutable": true,
|
|
30636
30797
|
"locationInModule": {
|
|
30637
30798
|
"filename": "src/release/publisher.ts",
|
|
30638
|
-
"line":
|
|
30799
|
+
"line": 687
|
|
30639
30800
|
},
|
|
30640
30801
|
"name": "githubRepo",
|
|
30641
30802
|
"optional": true,
|
|
@@ -30653,7 +30814,7 @@
|
|
|
30653
30814
|
"immutable": true,
|
|
30654
30815
|
"locationInModule": {
|
|
30655
30816
|
"filename": "src/release/publisher.ts",
|
|
30656
|
-
"line":
|
|
30817
|
+
"line": 680
|
|
30657
30818
|
},
|
|
30658
30819
|
"name": "githubTokenSecret",
|
|
30659
30820
|
"optional": true,
|
|
@@ -30674,7 +30835,7 @@
|
|
|
30674
30835
|
"immutable": true,
|
|
30675
30836
|
"locationInModule": {
|
|
30676
30837
|
"filename": "src/release/publisher.ts",
|
|
30677
|
-
"line":
|
|
30838
|
+
"line": 706
|
|
30678
30839
|
},
|
|
30679
30840
|
"name": "gitUserEmail",
|
|
30680
30841
|
"optional": true,
|
|
@@ -30692,7 +30853,7 @@
|
|
|
30692
30853
|
"immutable": true,
|
|
30693
30854
|
"locationInModule": {
|
|
30694
30855
|
"filename": "src/release/publisher.ts",
|
|
30695
|
-
"line":
|
|
30856
|
+
"line": 700
|
|
30696
30857
|
},
|
|
30697
30858
|
"name": "gitUserName",
|
|
30698
30859
|
"optional": true,
|
|
@@ -30717,7 +30878,7 @@
|
|
|
30717
30878
|
"kind": "interface",
|
|
30718
30879
|
"locationInModule": {
|
|
30719
30880
|
"filename": "src/release/publisher.ts",
|
|
30720
|
-
"line":
|
|
30881
|
+
"line": 582
|
|
30721
30882
|
},
|
|
30722
30883
|
"name": "JsiiReleaseMaven",
|
|
30723
30884
|
"namespace": "release",
|
|
@@ -30737,7 +30898,7 @@
|
|
|
30737
30898
|
"kind": "interface",
|
|
30738
30899
|
"locationInModule": {
|
|
30739
30900
|
"filename": "src/release/publisher.ts",
|
|
30740
|
-
"line":
|
|
30901
|
+
"line": 455
|
|
30741
30902
|
},
|
|
30742
30903
|
"name": "JsiiReleaseNpm",
|
|
30743
30904
|
"namespace": "release",
|
|
@@ -30757,7 +30918,7 @@
|
|
|
30757
30918
|
"kind": "interface",
|
|
30758
30919
|
"locationInModule": {
|
|
30759
30920
|
"filename": "src/release/publisher.ts",
|
|
30760
|
-
"line":
|
|
30921
|
+
"line": 565
|
|
30761
30922
|
},
|
|
30762
30923
|
"name": "JsiiReleaseNuget",
|
|
30763
30924
|
"namespace": "release",
|
|
@@ -30777,7 +30938,7 @@
|
|
|
30777
30938
|
"kind": "interface",
|
|
30778
30939
|
"locationInModule": {
|
|
30779
30940
|
"filename": "src/release/publisher.ts",
|
|
30780
|
-
"line":
|
|
30941
|
+
"line": 536
|
|
30781
30942
|
},
|
|
30782
30943
|
"name": "JsiiReleasePyPi",
|
|
30783
30944
|
"namespace": "release",
|
|
@@ -30867,7 +31028,7 @@
|
|
|
30867
31028
|
"kind": "interface",
|
|
30868
31029
|
"locationInModule": {
|
|
30869
31030
|
"filename": "src/release/publisher.ts",
|
|
30870
|
-
"line":
|
|
31031
|
+
"line": 587
|
|
30871
31032
|
},
|
|
30872
31033
|
"name": "MavenPublishOptions",
|
|
30873
31034
|
"namespace": "release",
|
|
@@ -30883,7 +31044,7 @@
|
|
|
30883
31044
|
"immutable": true,
|
|
30884
31045
|
"locationInModule": {
|
|
30885
31046
|
"filename": "src/release/publisher.ts",
|
|
30886
|
-
"line":
|
|
31047
|
+
"line": 593
|
|
30887
31048
|
},
|
|
30888
31049
|
"name": "mavenEndpoint",
|
|
30889
31050
|
"optional": true,
|
|
@@ -30903,7 +31064,7 @@
|
|
|
30903
31064
|
"immutable": true,
|
|
30904
31065
|
"locationInModule": {
|
|
30905
31066
|
"filename": "src/release/publisher.ts",
|
|
30906
|
-
"line":
|
|
31067
|
+
"line": 626
|
|
30907
31068
|
},
|
|
30908
31069
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
30909
31070
|
"optional": true,
|
|
@@ -30923,7 +31084,7 @@
|
|
|
30923
31084
|
"immutable": true,
|
|
30924
31085
|
"locationInModule": {
|
|
30925
31086
|
"filename": "src/release/publisher.ts",
|
|
30926
|
-
"line":
|
|
31087
|
+
"line": 617
|
|
30927
31088
|
},
|
|
30928
31089
|
"name": "mavenGpgPrivateKeySecret",
|
|
30929
31090
|
"optional": true,
|
|
@@ -30943,7 +31104,7 @@
|
|
|
30943
31104
|
"immutable": true,
|
|
30944
31105
|
"locationInModule": {
|
|
30945
31106
|
"filename": "src/release/publisher.ts",
|
|
30946
|
-
"line":
|
|
31107
|
+
"line": 652
|
|
30947
31108
|
},
|
|
30948
31109
|
"name": "mavenPassword",
|
|
30949
31110
|
"optional": true,
|
|
@@ -30961,7 +31122,7 @@
|
|
|
30961
31122
|
"immutable": true,
|
|
30962
31123
|
"locationInModule": {
|
|
30963
31124
|
"filename": "src/release/publisher.ts",
|
|
30964
|
-
"line":
|
|
31125
|
+
"line": 607
|
|
30965
31126
|
},
|
|
30966
31127
|
"name": "mavenRepositoryUrl",
|
|
30967
31128
|
"optional": true,
|
|
@@ -30979,7 +31140,7 @@
|
|
|
30979
31140
|
"immutable": true,
|
|
30980
31141
|
"locationInModule": {
|
|
30981
31142
|
"filename": "src/release/publisher.ts",
|
|
30982
|
-
"line":
|
|
31143
|
+
"line": 600
|
|
30983
31144
|
},
|
|
30984
31145
|
"name": "mavenServerId",
|
|
30985
31146
|
"optional": true,
|
|
@@ -30997,7 +31158,7 @@
|
|
|
30997
31158
|
"immutable": true,
|
|
30998
31159
|
"locationInModule": {
|
|
30999
31160
|
"filename": "src/release/publisher.ts",
|
|
31000
|
-
"line":
|
|
31161
|
+
"line": 663
|
|
31001
31162
|
},
|
|
31002
31163
|
"name": "mavenStagingProfileId",
|
|
31003
31164
|
"optional": true,
|
|
@@ -31017,7 +31178,7 @@
|
|
|
31017
31178
|
"immutable": true,
|
|
31018
31179
|
"locationInModule": {
|
|
31019
31180
|
"filename": "src/release/publisher.ts",
|
|
31020
|
-
"line":
|
|
31181
|
+
"line": 639
|
|
31021
31182
|
},
|
|
31022
31183
|
"name": "mavenUsername",
|
|
31023
31184
|
"optional": true,
|
|
@@ -31039,7 +31200,7 @@
|
|
|
31039
31200
|
"kind": "interface",
|
|
31040
31201
|
"locationInModule": {
|
|
31041
31202
|
"filename": "src/release/publisher.ts",
|
|
31042
|
-
"line":
|
|
31203
|
+
"line": 460
|
|
31043
31204
|
},
|
|
31044
31205
|
"name": "NpmPublishOptions",
|
|
31045
31206
|
"namespace": "release",
|
|
@@ -31054,7 +31215,7 @@
|
|
|
31054
31215
|
"immutable": true,
|
|
31055
31216
|
"locationInModule": {
|
|
31056
31217
|
"filename": "src/release/publisher.ts",
|
|
31057
|
-
"line":
|
|
31218
|
+
"line": 504
|
|
31058
31219
|
},
|
|
31059
31220
|
"name": "codeArtifactOptions",
|
|
31060
31221
|
"optional": true,
|
|
@@ -31073,7 +31234,7 @@
|
|
|
31073
31234
|
"immutable": true,
|
|
31074
31235
|
"locationInModule": {
|
|
31075
31236
|
"filename": "src/release/publisher.ts",
|
|
31076
|
-
"line":
|
|
31237
|
+
"line": 477
|
|
31077
31238
|
},
|
|
31078
31239
|
"name": "distTag",
|
|
31079
31240
|
"optional": true,
|
|
@@ -31091,7 +31252,7 @@
|
|
|
31091
31252
|
"immutable": true,
|
|
31092
31253
|
"locationInModule": {
|
|
31093
31254
|
"filename": "src/release/publisher.ts",
|
|
31094
|
-
"line":
|
|
31255
|
+
"line": 497
|
|
31095
31256
|
},
|
|
31096
31257
|
"name": "npmTokenSecret",
|
|
31097
31258
|
"optional": true,
|
|
@@ -31111,7 +31272,7 @@
|
|
|
31111
31272
|
"immutable": true,
|
|
31112
31273
|
"locationInModule": {
|
|
31113
31274
|
"filename": "src/release/publisher.ts",
|
|
31114
|
-
"line":
|
|
31275
|
+
"line": 491
|
|
31115
31276
|
},
|
|
31116
31277
|
"name": "registry",
|
|
31117
31278
|
"optional": true,
|
|
@@ -31133,7 +31294,7 @@
|
|
|
31133
31294
|
"kind": "interface",
|
|
31134
31295
|
"locationInModule": {
|
|
31135
31296
|
"filename": "src/release/publisher.ts",
|
|
31136
|
-
"line":
|
|
31297
|
+
"line": 570
|
|
31137
31298
|
},
|
|
31138
31299
|
"name": "NugetPublishOptions",
|
|
31139
31300
|
"namespace": "release",
|
|
@@ -31148,7 +31309,7 @@
|
|
|
31148
31309
|
"immutable": true,
|
|
31149
31310
|
"locationInModule": {
|
|
31150
31311
|
"filename": "src/release/publisher.ts",
|
|
31151
|
-
"line":
|
|
31312
|
+
"line": 576
|
|
31152
31313
|
},
|
|
31153
31314
|
"name": "nugetApiKeySecret",
|
|
31154
31315
|
"optional": true,
|
|
@@ -31174,7 +31335,7 @@
|
|
|
31174
31335
|
},
|
|
31175
31336
|
"locationInModule": {
|
|
31176
31337
|
"filename": "src/release/publisher.ts",
|
|
31177
|
-
"line":
|
|
31338
|
+
"line": 89
|
|
31178
31339
|
},
|
|
31179
31340
|
"parameters": [
|
|
31180
31341
|
{
|
|
@@ -31197,7 +31358,7 @@
|
|
|
31197
31358
|
"kind": "class",
|
|
31198
31359
|
"locationInModule": {
|
|
31199
31360
|
"filename": "src/release/publisher.ts",
|
|
31200
|
-
"line":
|
|
31361
|
+
"line": 76
|
|
31201
31362
|
},
|
|
31202
31363
|
"methods": [
|
|
31203
31364
|
{
|
|
@@ -31208,7 +31369,7 @@
|
|
|
31208
31369
|
},
|
|
31209
31370
|
"locationInModule": {
|
|
31210
31371
|
"filename": "src/release/publisher.ts",
|
|
31211
|
-
"line":
|
|
31372
|
+
"line": 117
|
|
31212
31373
|
},
|
|
31213
31374
|
"name": "publishToGit",
|
|
31214
31375
|
"parameters": [
|
|
@@ -31235,7 +31396,7 @@
|
|
|
31235
31396
|
},
|
|
31236
31397
|
"locationInModule": {
|
|
31237
31398
|
"filename": "src/release/publisher.ts",
|
|
31238
|
-
"line":
|
|
31399
|
+
"line": 152
|
|
31239
31400
|
},
|
|
31240
31401
|
"name": "publishToGitHubReleases",
|
|
31241
31402
|
"parameters": [
|
|
@@ -31257,7 +31418,7 @@
|
|
|
31257
31418
|
},
|
|
31258
31419
|
"locationInModule": {
|
|
31259
31420
|
"filename": "src/release/publisher.ts",
|
|
31260
|
-
"line":
|
|
31421
|
+
"line": 302
|
|
31261
31422
|
},
|
|
31262
31423
|
"name": "publishToGo",
|
|
31263
31424
|
"parameters": [
|
|
@@ -31280,7 +31441,7 @@
|
|
|
31280
31441
|
},
|
|
31281
31442
|
"locationInModule": {
|
|
31282
31443
|
"filename": "src/release/publisher.ts",
|
|
31283
|
-
"line":
|
|
31444
|
+
"line": 245
|
|
31284
31445
|
},
|
|
31285
31446
|
"name": "publishToMaven",
|
|
31286
31447
|
"parameters": [
|
|
@@ -31303,7 +31464,7 @@
|
|
|
31303
31464
|
},
|
|
31304
31465
|
"locationInModule": {
|
|
31305
31466
|
"filename": "src/release/publisher.ts",
|
|
31306
|
-
"line":
|
|
31467
|
+
"line": 197
|
|
31307
31468
|
},
|
|
31308
31469
|
"name": "publishToNpm",
|
|
31309
31470
|
"parameters": [
|
|
@@ -31326,7 +31487,7 @@
|
|
|
31326
31487
|
},
|
|
31327
31488
|
"locationInModule": {
|
|
31328
31489
|
"filename": "src/release/publisher.ts",
|
|
31329
|
-
"line":
|
|
31490
|
+
"line": 229
|
|
31330
31491
|
},
|
|
31331
31492
|
"name": "publishToNuget",
|
|
31332
31493
|
"parameters": [
|
|
@@ -31349,7 +31510,7 @@
|
|
|
31349
31510
|
},
|
|
31350
31511
|
"locationInModule": {
|
|
31351
31512
|
"filename": "src/release/publisher.ts",
|
|
31352
|
-
"line":
|
|
31513
|
+
"line": 282
|
|
31353
31514
|
},
|
|
31354
31515
|
"name": "publishToPyPi",
|
|
31355
31516
|
"parameters": [
|
|
@@ -31373,7 +31534,7 @@
|
|
|
31373
31534
|
},
|
|
31374
31535
|
"locationInModule": {
|
|
31375
31536
|
"filename": "src/release/publisher.ts",
|
|
31376
|
-
"line":
|
|
31537
|
+
"line": 106
|
|
31377
31538
|
},
|
|
31378
31539
|
"name": "renderJobs",
|
|
31379
31540
|
"overrides": "projen.github.IJobProvider",
|
|
@@ -31399,7 +31560,7 @@
|
|
|
31399
31560
|
"immutable": true,
|
|
31400
31561
|
"locationInModule": {
|
|
31401
31562
|
"filename": "src/release/publisher.ts",
|
|
31402
|
-
"line":
|
|
31563
|
+
"line": 78
|
|
31403
31564
|
},
|
|
31404
31565
|
"name": "artifactName",
|
|
31405
31566
|
"type": {
|
|
@@ -31413,7 +31574,7 @@
|
|
|
31413
31574
|
"immutable": true,
|
|
31414
31575
|
"locationInModule": {
|
|
31415
31576
|
"filename": "src/release/publisher.ts",
|
|
31416
|
-
"line":
|
|
31577
|
+
"line": 77
|
|
31417
31578
|
},
|
|
31418
31579
|
"name": "buildJobId",
|
|
31419
31580
|
"type": {
|
|
@@ -31427,7 +31588,7 @@
|
|
|
31427
31588
|
"immutable": true,
|
|
31428
31589
|
"locationInModule": {
|
|
31429
31590
|
"filename": "src/release/publisher.ts",
|
|
31430
|
-
"line":
|
|
31591
|
+
"line": 79
|
|
31431
31592
|
},
|
|
31432
31593
|
"name": "jsiiReleaseVersion",
|
|
31433
31594
|
"type": {
|
|
@@ -31441,7 +31602,7 @@
|
|
|
31441
31602
|
"immutable": true,
|
|
31442
31603
|
"locationInModule": {
|
|
31443
31604
|
"filename": "src/release/publisher.ts",
|
|
31444
|
-
"line":
|
|
31605
|
+
"line": 80
|
|
31445
31606
|
},
|
|
31446
31607
|
"name": "condition",
|
|
31447
31608
|
"optional": true,
|
|
@@ -31575,6 +31736,29 @@
|
|
|
31575
31736
|
"type": {
|
|
31576
31737
|
"primitive": "string"
|
|
31577
31738
|
}
|
|
31739
|
+
},
|
|
31740
|
+
{
|
|
31741
|
+
"abstract": true,
|
|
31742
|
+
"docs": {
|
|
31743
|
+
"default": "[\"ubuntu-latest\"]",
|
|
31744
|
+
"stability": "experimental",
|
|
31745
|
+
"summary": "Github Runner selection labels."
|
|
31746
|
+
},
|
|
31747
|
+
"immutable": true,
|
|
31748
|
+
"locationInModule": {
|
|
31749
|
+
"filename": "src/release/publisher.ts",
|
|
31750
|
+
"line": 68
|
|
31751
|
+
},
|
|
31752
|
+
"name": "workflowRunsOn",
|
|
31753
|
+
"optional": true,
|
|
31754
|
+
"type": {
|
|
31755
|
+
"collection": {
|
|
31756
|
+
"elementtype": {
|
|
31757
|
+
"primitive": "string"
|
|
31758
|
+
},
|
|
31759
|
+
"kind": "array"
|
|
31760
|
+
}
|
|
31761
|
+
}
|
|
31578
31762
|
}
|
|
31579
31763
|
],
|
|
31580
31764
|
"symbolId": "src/release/publisher:PublisherOptions"
|
|
@@ -31590,7 +31774,7 @@
|
|
|
31590
31774
|
"kind": "interface",
|
|
31591
31775
|
"locationInModule": {
|
|
31592
31776
|
"filename": "src/release/publisher.ts",
|
|
31593
|
-
"line":
|
|
31777
|
+
"line": 541
|
|
31594
31778
|
},
|
|
31595
31779
|
"name": "PyPiPublishOptions",
|
|
31596
31780
|
"namespace": "release",
|
|
@@ -31605,7 +31789,7 @@
|
|
|
31605
31789
|
"immutable": true,
|
|
31606
31790
|
"locationInModule": {
|
|
31607
31791
|
"filename": "src/release/publisher.ts",
|
|
31608
|
-
"line":
|
|
31792
|
+
"line": 559
|
|
31609
31793
|
},
|
|
31610
31794
|
"name": "twinePasswordSecret",
|
|
31611
31795
|
"optional": true,
|
|
@@ -31623,7 +31807,7 @@
|
|
|
31623
31807
|
"immutable": true,
|
|
31624
31808
|
"locationInModule": {
|
|
31625
31809
|
"filename": "src/release/publisher.ts",
|
|
31626
|
-
"line":
|
|
31810
|
+
"line": 547
|
|
31627
31811
|
},
|
|
31628
31812
|
"name": "twineRegistryUrl",
|
|
31629
31813
|
"optional": true,
|
|
@@ -31641,7 +31825,7 @@
|
|
|
31641
31825
|
"immutable": true,
|
|
31642
31826
|
"locationInModule": {
|
|
31643
31827
|
"filename": "src/release/publisher.ts",
|
|
31644
|
-
"line":
|
|
31828
|
+
"line": 553
|
|
31645
31829
|
},
|
|
31646
31830
|
"name": "twineUsernameSecret",
|
|
31647
31831
|
"optional": true,
|
|
@@ -31667,7 +31851,7 @@
|
|
|
31667
31851
|
},
|
|
31668
31852
|
"locationInModule": {
|
|
31669
31853
|
"filename": "src/release/release.ts",
|
|
31670
|
-
"line":
|
|
31854
|
+
"line": 225
|
|
31671
31855
|
},
|
|
31672
31856
|
"parameters": [
|
|
31673
31857
|
{
|
|
@@ -31687,7 +31871,7 @@
|
|
|
31687
31871
|
"kind": "class",
|
|
31688
31872
|
"locationInModule": {
|
|
31689
31873
|
"filename": "src/release/release.ts",
|
|
31690
|
-
"line":
|
|
31874
|
+
"line": 204
|
|
31691
31875
|
},
|
|
31692
31876
|
"methods": [
|
|
31693
31877
|
{
|
|
@@ -31698,7 +31882,7 @@
|
|
|
31698
31882
|
},
|
|
31699
31883
|
"locationInModule": {
|
|
31700
31884
|
"filename": "src/release/release.ts",
|
|
31701
|
-
"line":
|
|
31885
|
+
"line": 314
|
|
31702
31886
|
},
|
|
31703
31887
|
"name": "addBranch",
|
|
31704
31888
|
"parameters": [
|
|
@@ -31729,7 +31913,7 @@
|
|
|
31729
31913
|
},
|
|
31730
31914
|
"locationInModule": {
|
|
31731
31915
|
"filename": "src/release/release.ts",
|
|
31732
|
-
"line":
|
|
31916
|
+
"line": 343
|
|
31733
31917
|
},
|
|
31734
31918
|
"name": "addJobs",
|
|
31735
31919
|
"parameters": [
|
|
@@ -31761,7 +31945,7 @@
|
|
|
31761
31945
|
"immutable": true,
|
|
31762
31946
|
"locationInModule": {
|
|
31763
31947
|
"filename": "src/release/release.ts",
|
|
31764
|
-
"line":
|
|
31948
|
+
"line": 352
|
|
31765
31949
|
},
|
|
31766
31950
|
"name": "branches",
|
|
31767
31951
|
"type": {
|
|
@@ -31781,7 +31965,7 @@
|
|
|
31781
31965
|
"immutable": true,
|
|
31782
31966
|
"locationInModule": {
|
|
31783
31967
|
"filename": "src/release/release.ts",
|
|
31784
|
-
"line":
|
|
31968
|
+
"line": 208
|
|
31785
31969
|
},
|
|
31786
31970
|
"name": "publisher",
|
|
31787
31971
|
"type": {
|
|
@@ -31805,7 +31989,7 @@
|
|
|
31805
31989
|
"kind": "interface",
|
|
31806
31990
|
"locationInModule": {
|
|
31807
31991
|
"filename": "src/release/release.ts",
|
|
31808
|
-
"line":
|
|
31992
|
+
"line": 166
|
|
31809
31993
|
},
|
|
31810
31994
|
"name": "ReleaseOptions",
|
|
31811
31995
|
"namespace": "release",
|
|
@@ -31820,7 +32004,7 @@
|
|
|
31820
32004
|
"immutable": true,
|
|
31821
32005
|
"locationInModule": {
|
|
31822
32006
|
"filename": "src/release/release.ts",
|
|
31823
|
-
"line":
|
|
32007
|
+
"line": 189
|
|
31824
32008
|
},
|
|
31825
32009
|
"name": "branch",
|
|
31826
32010
|
"type": {
|
|
@@ -31837,7 +32021,7 @@
|
|
|
31837
32021
|
"immutable": true,
|
|
31838
32022
|
"locationInModule": {
|
|
31839
32023
|
"filename": "src/release/release.ts",
|
|
31840
|
-
"line":
|
|
32024
|
+
"line": 172
|
|
31841
32025
|
},
|
|
31842
32026
|
"name": "task",
|
|
31843
32027
|
"type": {
|
|
@@ -31854,7 +32038,7 @@
|
|
|
31854
32038
|
"immutable": true,
|
|
31855
32039
|
"locationInModule": {
|
|
31856
32040
|
"filename": "src/release/release.ts",
|
|
31857
|
-
"line":
|
|
32041
|
+
"line": 179
|
|
31858
32042
|
},
|
|
31859
32043
|
"name": "versionFile",
|
|
31860
32044
|
"type": {
|
|
@@ -31871,7 +32055,7 @@
|
|
|
31871
32055
|
"immutable": true,
|
|
31872
32056
|
"locationInModule": {
|
|
31873
32057
|
"filename": "src/release/release.ts",
|
|
31874
|
-
"line":
|
|
32058
|
+
"line": 196
|
|
31875
32059
|
},
|
|
31876
32060
|
"name": "githubRelease",
|
|
31877
32061
|
"optional": true,
|
|
@@ -32229,6 +32413,29 @@
|
|
|
32229
32413
|
"type": {
|
|
32230
32414
|
"primitive": "string"
|
|
32231
32415
|
}
|
|
32416
|
+
},
|
|
32417
|
+
{
|
|
32418
|
+
"abstract": true,
|
|
32419
|
+
"docs": {
|
|
32420
|
+
"default": "[\"ubuntu-latest\"]",
|
|
32421
|
+
"stability": "experimental",
|
|
32422
|
+
"summary": "Github Runner selection labels."
|
|
32423
|
+
},
|
|
32424
|
+
"immutable": true,
|
|
32425
|
+
"locationInModule": {
|
|
32426
|
+
"filename": "src/release/release.ts",
|
|
32427
|
+
"line": 160
|
|
32428
|
+
},
|
|
32429
|
+
"name": "workflowRunsOn",
|
|
32430
|
+
"optional": true,
|
|
32431
|
+
"type": {
|
|
32432
|
+
"collection": {
|
|
32433
|
+
"elementtype": {
|
|
32434
|
+
"primitive": "string"
|
|
32435
|
+
},
|
|
32436
|
+
"kind": "array"
|
|
32437
|
+
}
|
|
32438
|
+
}
|
|
32232
32439
|
}
|
|
32233
32440
|
],
|
|
32234
32441
|
"symbolId": "src/release/release:ReleaseProjectOptions"
|
|
@@ -35012,6 +35219,6 @@
|
|
|
35012
35219
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
35013
35220
|
}
|
|
35014
35221
|
},
|
|
35015
|
-
"version": "0.38.
|
|
35016
|
-
"fingerprint": "
|
|
35222
|
+
"version": "0.38.4",
|
|
35223
|
+
"fingerprint": "MRvQmGLVbrwvoBLCGaS7WEKhH7x3ep71jmlIjU3e66g="
|
|
35017
35224
|
}
|