projen 0.46.9 → 0.47.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.
- package/.jsii +290 -349
- package/API.md +64 -69
- package/changelog.md +6 -2
- 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/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.d.ts +18 -16
- package/lib/build/build-workflow.js +120 -119
- 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/cli/cmds/new.js +2 -3
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.d.ts +3 -2
- package/lib/github/auto-approve.js +7 -6
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/constants.d.ts +0 -5
- package/lib/github/constants.js +2 -17
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.d.ts +10 -0
- package/lib/github/github-project.js +3 -2
- package/lib/github/github.d.ts +16 -0
- package/lib/github/github.js +6 -5
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +4 -3
- package/lib/github/workflow-actions.d.ts +59 -0
- package/lib/github/workflow-actions.js +82 -0
- package/lib/github/workflows.d.ts +6 -0
- package/lib/github/workflows.js +3 -2
- 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 +7 -7
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.d.ts +2 -22
- package/lib/javascript/node-project.js +26 -29
- 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 +0 -14
- package/lib/javascript/upgrade-dependencies.js +23 -89
- 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.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +0 -8
- package/lib/release/release.js +10 -13
- 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/testing.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/package.json +1 -1
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -11248,7 +11248,7 @@
|
|
|
11248
11248
|
},
|
|
11249
11249
|
"locationInModule": {
|
|
11250
11250
|
"filename": "src/build/build-workflow.ts",
|
|
11251
|
-
"line":
|
|
11251
|
+
"line": 85
|
|
11252
11252
|
},
|
|
11253
11253
|
"parameters": [
|
|
11254
11254
|
{
|
|
@@ -11273,12 +11273,13 @@
|
|
|
11273
11273
|
"methods": [
|
|
11274
11274
|
{
|
|
11275
11275
|
"docs": {
|
|
11276
|
+
"remarks": "Jobs are executed _only_ if the build did NOT self mutate. If the build\nself-mutate, the branch will either be updated or the build will fail (in\nforks), so there is no point in executing the post-build job.",
|
|
11276
11277
|
"stability": "experimental",
|
|
11277
11278
|
"summary": "Adds another job to the build workflow which is executed after the build job succeeded."
|
|
11278
11279
|
},
|
|
11279
11280
|
"locationInModule": {
|
|
11280
11281
|
"filename": "src/build/build-workflow.ts",
|
|
11281
|
-
"line":
|
|
11282
|
+
"line": 161
|
|
11282
11283
|
},
|
|
11283
11284
|
"name": "addPostBuildJob",
|
|
11284
11285
|
"parameters": [
|
|
@@ -11309,7 +11310,7 @@
|
|
|
11309
11310
|
},
|
|
11310
11311
|
"locationInModule": {
|
|
11311
11312
|
"filename": "src/build/build-workflow.ts",
|
|
11312
|
-
"line":
|
|
11313
|
+
"line": 146
|
|
11313
11314
|
},
|
|
11314
11315
|
"name": "addPostBuildSteps",
|
|
11315
11316
|
"parameters": [
|
|
@@ -11338,7 +11339,7 @@
|
|
|
11338
11339
|
"immutable": true,
|
|
11339
11340
|
"locationInModule": {
|
|
11340
11341
|
"filename": "src/build/build-workflow.ts",
|
|
11341
|
-
"line":
|
|
11342
|
+
"line": 138
|
|
11342
11343
|
},
|
|
11343
11344
|
"name": "buildJobIds",
|
|
11344
11345
|
"type": {
|
|
@@ -11363,7 +11364,7 @@
|
|
|
11363
11364
|
"kind": "interface",
|
|
11364
11365
|
"locationInModule": {
|
|
11365
11366
|
"filename": "src/build/build-workflow.ts",
|
|
11366
|
-
"line":
|
|
11367
|
+
"line": 17
|
|
11367
11368
|
},
|
|
11368
11369
|
"name": "BuildWorkflowOptions",
|
|
11369
11370
|
"namespace": "build",
|
|
@@ -11377,7 +11378,7 @@
|
|
|
11377
11378
|
"immutable": true,
|
|
11378
11379
|
"locationInModule": {
|
|
11379
11380
|
"filename": "src/build/build-workflow.ts",
|
|
11380
|
-
"line":
|
|
11381
|
+
"line": 26
|
|
11381
11382
|
},
|
|
11382
11383
|
"name": "artifactsDirectory",
|
|
11383
11384
|
"type": {
|
|
@@ -11393,31 +11394,13 @@
|
|
|
11393
11394
|
"immutable": true,
|
|
11394
11395
|
"locationInModule": {
|
|
11395
11396
|
"filename": "src/build/build-workflow.ts",
|
|
11396
|
-
"line":
|
|
11397
|
+
"line": 21
|
|
11397
11398
|
},
|
|
11398
11399
|
"name": "buildTask",
|
|
11399
11400
|
"type": {
|
|
11400
11401
|
"fqn": "projen.Task"
|
|
11401
11402
|
}
|
|
11402
11403
|
},
|
|
11403
|
-
{
|
|
11404
|
-
"abstract": true,
|
|
11405
|
-
"docs": {
|
|
11406
|
-
"default": "true",
|
|
11407
|
-
"stability": "experimental",
|
|
11408
|
-
"summary": "Enable anti-tamper check."
|
|
11409
|
-
},
|
|
11410
|
-
"immutable": true,
|
|
11411
|
-
"locationInModule": {
|
|
11412
|
-
"filename": "src/build/build-workflow.ts",
|
|
11413
|
-
"line": 71
|
|
11414
|
-
},
|
|
11415
|
-
"name": "antitamper",
|
|
11416
|
-
"optional": true,
|
|
11417
|
-
"type": {
|
|
11418
|
-
"primitive": "boolean"
|
|
11419
|
-
}
|
|
11420
|
-
},
|
|
11421
11404
|
{
|
|
11422
11405
|
"abstract": true,
|
|
11423
11406
|
"docs": {
|
|
@@ -11428,7 +11411,7 @@
|
|
|
11428
11411
|
"immutable": true,
|
|
11429
11412
|
"locationInModule": {
|
|
11430
11413
|
"filename": "src/build/build-workflow.ts",
|
|
11431
|
-
"line":
|
|
11414
|
+
"line": 32
|
|
11432
11415
|
},
|
|
11433
11416
|
"name": "containerImage",
|
|
11434
11417
|
"optional": true,
|
|
@@ -11446,7 +11429,7 @@
|
|
|
11446
11429
|
"immutable": true,
|
|
11447
11430
|
"locationInModule": {
|
|
11448
11431
|
"filename": "src/build/build-workflow.ts",
|
|
11449
|
-
"line":
|
|
11432
|
+
"line": 71
|
|
11450
11433
|
},
|
|
11451
11434
|
"name": "env",
|
|
11452
11435
|
"optional": true,
|
|
@@ -11469,7 +11452,7 @@
|
|
|
11469
11452
|
"immutable": true,
|
|
11470
11453
|
"locationInModule": {
|
|
11471
11454
|
"filename": "src/build/build-workflow.ts",
|
|
11472
|
-
"line":
|
|
11455
|
+
"line": 65
|
|
11473
11456
|
},
|
|
11474
11457
|
"name": "gitIdentity",
|
|
11475
11458
|
"optional": true,
|
|
@@ -11481,14 +11464,14 @@
|
|
|
11481
11464
|
"abstract": true,
|
|
11482
11465
|
"docs": {
|
|
11483
11466
|
"default": "true",
|
|
11484
|
-
"remarks": "This means
|
|
11467
|
+
"remarks": "This means that any files synthesized by projen or e.g. test snapshots will\nalways be up-to-date before a PR is merged.\n\nImplies that PR builds do not have anti-tamper checks.\n\nThis is enabled by default only if `githubTokenSecret` is set. Otherwise it\nis disabled, which implies that file changes that happen during build will\nnot be pushed back to the branch.",
|
|
11485
11468
|
"stability": "experimental",
|
|
11486
11469
|
"summary": "Automatically update files modified during builds to pull-request branches."
|
|
11487
11470
|
},
|
|
11488
11471
|
"immutable": true,
|
|
11489
11472
|
"locationInModule": {
|
|
11490
11473
|
"filename": "src/build/build-workflow.ts",
|
|
11491
|
-
"line":
|
|
11474
|
+
"line": 47
|
|
11492
11475
|
},
|
|
11493
11476
|
"name": "mutableBuild",
|
|
11494
11477
|
"optional": true,
|
|
@@ -11506,7 +11489,7 @@
|
|
|
11506
11489
|
"immutable": true,
|
|
11507
11490
|
"locationInModule": {
|
|
11508
11491
|
"filename": "src/build/build-workflow.ts",
|
|
11509
|
-
"line":
|
|
11492
|
+
"line": 59
|
|
11510
11493
|
},
|
|
11511
11494
|
"name": "postBuildSteps",
|
|
11512
11495
|
"optional": true,
|
|
@@ -11529,7 +11512,7 @@
|
|
|
11529
11512
|
"immutable": true,
|
|
11530
11513
|
"locationInModule": {
|
|
11531
11514
|
"filename": "src/build/build-workflow.ts",
|
|
11532
|
-
"line":
|
|
11515
|
+
"line": 53
|
|
11533
11516
|
},
|
|
11534
11517
|
"name": "preBuildSteps",
|
|
11535
11518
|
"optional": true,
|
|
@@ -12808,7 +12791,7 @@
|
|
|
12808
12791
|
},
|
|
12809
12792
|
"locationInModule": {
|
|
12810
12793
|
"filename": "src/github/auto-approve.ts",
|
|
12811
|
-
"line":
|
|
12794
|
+
"line": 50
|
|
12812
12795
|
},
|
|
12813
12796
|
"parameters": [
|
|
12814
12797
|
{
|
|
@@ -12819,6 +12802,7 @@
|
|
|
12819
12802
|
},
|
|
12820
12803
|
{
|
|
12821
12804
|
"name": "options",
|
|
12805
|
+
"optional": true,
|
|
12822
12806
|
"type": {
|
|
12823
12807
|
"fqn": "projen.github.AutoApproveOptions"
|
|
12824
12808
|
}
|
|
@@ -12828,7 +12812,7 @@
|
|
|
12828
12812
|
"kind": "class",
|
|
12829
12813
|
"locationInModule": {
|
|
12830
12814
|
"filename": "src/github/auto-approve.ts",
|
|
12831
|
-
"line":
|
|
12815
|
+
"line": 47
|
|
12832
12816
|
},
|
|
12833
12817
|
"name": "AutoApprove",
|
|
12834
12818
|
"namespace": "github",
|
|
@@ -12840,7 +12824,7 @@
|
|
|
12840
12824
|
"immutable": true,
|
|
12841
12825
|
"locationInModule": {
|
|
12842
12826
|
"filename": "src/github/auto-approve.ts",
|
|
12843
|
-
"line":
|
|
12827
|
+
"line": 48
|
|
12844
12828
|
},
|
|
12845
12829
|
"name": "label",
|
|
12846
12830
|
"type": {
|
|
@@ -12866,23 +12850,6 @@
|
|
|
12866
12850
|
"name": "AutoApproveOptions",
|
|
12867
12851
|
"namespace": "github",
|
|
12868
12852
|
"properties": [
|
|
12869
|
-
{
|
|
12870
|
-
"abstract": true,
|
|
12871
|
-
"docs": {
|
|
12872
|
-
"remarks": "This token is used to approve pull requests.\n\nGithub forbids an identity to approve its own pull request.\nIf your project produces automated pull requests using the Github default token -\n{@link https://docs.github.com/en/actions/reference/authentication-in-a-workflow `GITHUB_TOKEN` }\n- that you would like auto approved, such as when using the `depsUpgrade` property in\n`NodeProjectOptions`, then you must use a different token here.",
|
|
12873
|
-
"stability": "experimental",
|
|
12874
|
-
"summary": "A GitHub secret name which contains a GitHub Access Token with write permissions for the `pull_request` scope."
|
|
12875
|
-
},
|
|
12876
|
-
"immutable": true,
|
|
12877
|
-
"locationInModule": {
|
|
12878
|
-
"filename": "src/github/auto-approve.ts",
|
|
12879
|
-
"line": 33
|
|
12880
|
-
},
|
|
12881
|
-
"name": "secret",
|
|
12882
|
-
"type": {
|
|
12883
|
-
"primitive": "string"
|
|
12884
|
-
}
|
|
12885
|
-
},
|
|
12886
12853
|
{
|
|
12887
12854
|
"abstract": true,
|
|
12888
12855
|
"docs": {
|
|
@@ -12934,7 +12901,7 @@
|
|
|
12934
12901
|
"immutable": true,
|
|
12935
12902
|
"locationInModule": {
|
|
12936
12903
|
"filename": "src/github/auto-approve.ts",
|
|
12937
|
-
"line":
|
|
12904
|
+
"line": 41
|
|
12938
12905
|
},
|
|
12939
12906
|
"name": "runsOn",
|
|
12940
12907
|
"optional": true,
|
|
@@ -12946,6 +12913,25 @@
|
|
|
12946
12913
|
"kind": "array"
|
|
12947
12914
|
}
|
|
12948
12915
|
}
|
|
12916
|
+
},
|
|
12917
|
+
{
|
|
12918
|
+
"abstract": true,
|
|
12919
|
+
"docs": {
|
|
12920
|
+
"default": "\"GITHUB_TOKEN\"",
|
|
12921
|
+
"remarks": "This token is used to approve pull requests.\n\nGithub forbids an identity to approve its own pull request.\nIf your project produces automated pull requests using the Github default token -\n{@link https://docs.github.com/en/actions/reference/authentication-in-a-workflow `GITHUB_TOKEN` }\n- that you would like auto approved, such as when using the `depsUpgrade` property in\n`NodeProjectOptions`, then you must use a different token here.",
|
|
12922
|
+
"stability": "experimental",
|
|
12923
|
+
"summary": "A GitHub secret name which contains a GitHub Access Token with write permissions for the `pull_request` scope."
|
|
12924
|
+
},
|
|
12925
|
+
"immutable": true,
|
|
12926
|
+
"locationInModule": {
|
|
12927
|
+
"filename": "src/github/auto-approve.ts",
|
|
12928
|
+
"line": 35
|
|
12929
|
+
},
|
|
12930
|
+
"name": "secret",
|
|
12931
|
+
"optional": true,
|
|
12932
|
+
"type": {
|
|
12933
|
+
"primitive": "string"
|
|
12934
|
+
}
|
|
12949
12935
|
}
|
|
12950
12936
|
],
|
|
12951
12937
|
"symbolId": "src/github/auto-approve:AutoApproveOptions"
|
|
@@ -13696,7 +13682,7 @@
|
|
|
13696
13682
|
},
|
|
13697
13683
|
"locationInModule": {
|
|
13698
13684
|
"filename": "src/github/github.ts",
|
|
13699
|
-
"line":
|
|
13685
|
+
"line": 83
|
|
13700
13686
|
},
|
|
13701
13687
|
"parameters": [
|
|
13702
13688
|
{
|
|
@@ -13717,7 +13703,7 @@
|
|
|
13717
13703
|
"kind": "class",
|
|
13718
13704
|
"locationInModule": {
|
|
13719
13705
|
"filename": "src/github/github.ts",
|
|
13720
|
-
"line":
|
|
13706
|
+
"line": 56
|
|
13721
13707
|
},
|
|
13722
13708
|
"methods": [
|
|
13723
13709
|
{
|
|
@@ -13727,7 +13713,7 @@
|
|
|
13727
13713
|
},
|
|
13728
13714
|
"locationInModule": {
|
|
13729
13715
|
"filename": "src/github/github.ts",
|
|
13730
|
-
"line":
|
|
13716
|
+
"line": 61
|
|
13731
13717
|
},
|
|
13732
13718
|
"name": "of",
|
|
13733
13719
|
"parameters": [
|
|
@@ -13752,7 +13738,7 @@
|
|
|
13752
13738
|
},
|
|
13753
13739
|
"locationInModule": {
|
|
13754
13740
|
"filename": "src/github/github.ts",
|
|
13755
|
-
"line":
|
|
13741
|
+
"line": 120
|
|
13756
13742
|
},
|
|
13757
13743
|
"name": "addDependabot",
|
|
13758
13744
|
"parameters": [
|
|
@@ -13776,7 +13762,7 @@
|
|
|
13776
13762
|
},
|
|
13777
13763
|
"locationInModule": {
|
|
13778
13764
|
"filename": "src/github/github.ts",
|
|
13779
|
-
"line":
|
|
13765
|
+
"line": 116
|
|
13780
13766
|
},
|
|
13781
13767
|
"name": "addPullRequestTemplate",
|
|
13782
13768
|
"parameters": [
|
|
@@ -13803,7 +13789,7 @@
|
|
|
13803
13789
|
},
|
|
13804
13790
|
"locationInModule": {
|
|
13805
13791
|
"filename": "src/github/github.ts",
|
|
13806
|
-
"line":
|
|
13792
|
+
"line": 111
|
|
13807
13793
|
},
|
|
13808
13794
|
"name": "addWorkflow",
|
|
13809
13795
|
"parameters": [
|
|
@@ -13831,7 +13817,7 @@
|
|
|
13831
13817
|
},
|
|
13832
13818
|
"locationInModule": {
|
|
13833
13819
|
"filename": "src/github/github.ts",
|
|
13834
|
-
"line":
|
|
13820
|
+
"line": 128
|
|
13835
13821
|
},
|
|
13836
13822
|
"name": "tryFindWorkflow",
|
|
13837
13823
|
"parameters": [
|
|
@@ -13856,6 +13842,21 @@
|
|
|
13856
13842
|
"name": "GitHub",
|
|
13857
13843
|
"namespace": "github",
|
|
13858
13844
|
"properties": [
|
|
13845
|
+
{
|
|
13846
|
+
"docs": {
|
|
13847
|
+
"stability": "experimental",
|
|
13848
|
+
"summary": "The name of a secret with a GitHub Personal Access Token to be used by projen workflows."
|
|
13849
|
+
},
|
|
13850
|
+
"immutable": true,
|
|
13851
|
+
"locationInModule": {
|
|
13852
|
+
"filename": "src/github/github.ts",
|
|
13853
|
+
"line": 81
|
|
13854
|
+
},
|
|
13855
|
+
"name": "projenTokenSecret",
|
|
13856
|
+
"type": {
|
|
13857
|
+
"primitive": "string"
|
|
13858
|
+
}
|
|
13859
|
+
},
|
|
13859
13860
|
{
|
|
13860
13861
|
"docs": {
|
|
13861
13862
|
"stability": "experimental",
|
|
@@ -13864,7 +13865,7 @@
|
|
|
13864
13865
|
"immutable": true,
|
|
13865
13866
|
"locationInModule": {
|
|
13866
13867
|
"filename": "src/github/github.ts",
|
|
13867
|
-
"line":
|
|
13868
|
+
"line": 101
|
|
13868
13869
|
},
|
|
13869
13870
|
"name": "workflows",
|
|
13870
13871
|
"type": {
|
|
@@ -13884,7 +13885,7 @@
|
|
|
13884
13885
|
"immutable": true,
|
|
13885
13886
|
"locationInModule": {
|
|
13886
13887
|
"filename": "src/github/github.ts",
|
|
13887
|
-
"line":
|
|
13888
|
+
"line": 75
|
|
13888
13889
|
},
|
|
13889
13890
|
"name": "workflowsEnabled",
|
|
13890
13891
|
"type": {
|
|
@@ -13900,7 +13901,7 @@
|
|
|
13900
13901
|
"immutable": true,
|
|
13901
13902
|
"locationInModule": {
|
|
13902
13903
|
"filename": "src/github/github.ts",
|
|
13903
|
-
"line":
|
|
13904
|
+
"line": 70
|
|
13904
13905
|
},
|
|
13905
13906
|
"name": "mergify",
|
|
13906
13907
|
"optional": true,
|
|
@@ -13962,6 +13963,25 @@
|
|
|
13962
13963
|
"fqn": "projen.github.MergifyOptions"
|
|
13963
13964
|
}
|
|
13964
13965
|
},
|
|
13966
|
+
{
|
|
13967
|
+
"abstract": true,
|
|
13968
|
+
"docs": {
|
|
13969
|
+
"default": "\"PROJEN_GITHUB_TOKEN\"",
|
|
13970
|
+
"remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
|
|
13971
|
+
"stability": "experimental",
|
|
13972
|
+
"summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
|
|
13973
|
+
},
|
|
13974
|
+
"immutable": true,
|
|
13975
|
+
"locationInModule": {
|
|
13976
|
+
"filename": "src/github/github.ts",
|
|
13977
|
+
"line": 53
|
|
13978
|
+
},
|
|
13979
|
+
"name": "projenTokenSecret",
|
|
13980
|
+
"optional": true,
|
|
13981
|
+
"type": {
|
|
13982
|
+
"primitive": "string"
|
|
13983
|
+
}
|
|
13984
|
+
},
|
|
13965
13985
|
{
|
|
13966
13986
|
"abstract": true,
|
|
13967
13987
|
"docs": {
|
|
@@ -14035,7 +14055,7 @@
|
|
|
14035
14055
|
},
|
|
14036
14056
|
"locationInModule": {
|
|
14037
14057
|
"filename": "src/github/github-project.ts",
|
|
14038
|
-
"line":
|
|
14058
|
+
"line": 176
|
|
14039
14059
|
},
|
|
14040
14060
|
"parameters": [
|
|
14041
14061
|
{
|
|
@@ -14049,7 +14069,7 @@
|
|
|
14049
14069
|
"kind": "class",
|
|
14050
14070
|
"locationInModule": {
|
|
14051
14071
|
"filename": "src/github/github-project.ts",
|
|
14052
|
-
"line":
|
|
14072
|
+
"line": 135
|
|
14053
14073
|
},
|
|
14054
14074
|
"methods": [
|
|
14055
14075
|
{
|
|
@@ -14061,7 +14081,7 @@
|
|
|
14061
14081
|
},
|
|
14062
14082
|
"locationInModule": {
|
|
14063
14083
|
"filename": "src/github/github-project.ts",
|
|
14064
|
-
"line":
|
|
14084
|
+
"line": 220
|
|
14065
14085
|
},
|
|
14066
14086
|
"name": "annotateGenerated",
|
|
14067
14087
|
"overrides": "projen.Project",
|
|
@@ -14088,7 +14108,7 @@
|
|
|
14088
14108
|
"immutable": true,
|
|
14089
14109
|
"locationInModule": {
|
|
14090
14110
|
"filename": "src/github/github-project.ts",
|
|
14091
|
-
"line":
|
|
14111
|
+
"line": 169
|
|
14092
14112
|
},
|
|
14093
14113
|
"name": "projectType",
|
|
14094
14114
|
"type": {
|
|
@@ -14103,7 +14123,7 @@
|
|
|
14103
14123
|
"immutable": true,
|
|
14104
14124
|
"locationInModule": {
|
|
14105
14125
|
"filename": "src/github/github-project.ts",
|
|
14106
|
-
"line":
|
|
14126
|
+
"line": 174
|
|
14107
14127
|
},
|
|
14108
14128
|
"name": "autoApprove",
|
|
14109
14129
|
"optional": true,
|
|
@@ -14120,7 +14140,7 @@
|
|
|
14120
14140
|
"immutable": true,
|
|
14121
14141
|
"locationInModule": {
|
|
14122
14142
|
"filename": "src/github/github-project.ts",
|
|
14123
|
-
"line":
|
|
14143
|
+
"line": 162
|
|
14124
14144
|
},
|
|
14125
14145
|
"name": "devContainer",
|
|
14126
14146
|
"optional": true,
|
|
@@ -14137,7 +14157,7 @@
|
|
|
14137
14157
|
"immutable": true,
|
|
14138
14158
|
"locationInModule": {
|
|
14139
14159
|
"filename": "src/github/github-project.ts",
|
|
14140
|
-
"line":
|
|
14160
|
+
"line": 141
|
|
14141
14161
|
},
|
|
14142
14162
|
"name": "github",
|
|
14143
14163
|
"optional": true,
|
|
@@ -14154,7 +14174,7 @@
|
|
|
14154
14174
|
"immutable": true,
|
|
14155
14175
|
"locationInModule": {
|
|
14156
14176
|
"filename": "src/github/github-project.ts",
|
|
14157
|
-
"line":
|
|
14177
|
+
"line": 155
|
|
14158
14178
|
},
|
|
14159
14179
|
"name": "gitpod",
|
|
14160
14180
|
"optional": true,
|
|
@@ -14171,7 +14191,7 @@
|
|
|
14171
14191
|
"immutable": true,
|
|
14172
14192
|
"locationInModule": {
|
|
14173
14193
|
"filename": "src/github/github-project.ts",
|
|
14174
|
-
"line":
|
|
14194
|
+
"line": 148
|
|
14175
14195
|
},
|
|
14176
14196
|
"name": "vscode",
|
|
14177
14197
|
"optional": true,
|
|
@@ -14386,6 +14406,25 @@
|
|
|
14386
14406
|
"fqn": "projen.ProjectType"
|
|
14387
14407
|
}
|
|
14388
14408
|
},
|
|
14409
|
+
{
|
|
14410
|
+
"abstract": true,
|
|
14411
|
+
"docs": {
|
|
14412
|
+
"default": "\"PROJEN_GITHUB_TOKEN\"",
|
|
14413
|
+
"remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
|
|
14414
|
+
"stability": "experimental",
|
|
14415
|
+
"summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
|
|
14416
|
+
},
|
|
14417
|
+
"immutable": true,
|
|
14418
|
+
"locationInModule": {
|
|
14419
|
+
"filename": "src/github/github-project.ts",
|
|
14420
|
+
"line": 123
|
|
14421
|
+
},
|
|
14422
|
+
"name": "projenTokenSecret",
|
|
14423
|
+
"optional": true,
|
|
14424
|
+
"type": {
|
|
14425
|
+
"primitive": "string"
|
|
14426
|
+
}
|
|
14427
|
+
},
|
|
14389
14428
|
{
|
|
14390
14429
|
"abstract": true,
|
|
14391
14430
|
"docs": {
|
|
@@ -14476,7 +14515,7 @@
|
|
|
14476
14515
|
"kind": "interface",
|
|
14477
14516
|
"locationInModule": {
|
|
14478
14517
|
"filename": "src/github/task-workflow.ts",
|
|
14479
|
-
"line":
|
|
14518
|
+
"line": 197
|
|
14480
14519
|
},
|
|
14481
14520
|
"name": "GitIdentity",
|
|
14482
14521
|
"namespace": "github",
|
|
@@ -14490,7 +14529,7 @@
|
|
|
14490
14529
|
"immutable": true,
|
|
14491
14530
|
"locationInModule": {
|
|
14492
14531
|
"filename": "src/github/task-workflow.ts",
|
|
14493
|
-
"line":
|
|
14532
|
+
"line": 206
|
|
14494
14533
|
},
|
|
14495
14534
|
"name": "email",
|
|
14496
14535
|
"type": {
|
|
@@ -14506,7 +14545,7 @@
|
|
|
14506
14545
|
"immutable": true,
|
|
14507
14546
|
"locationInModule": {
|
|
14508
14547
|
"filename": "src/github/task-workflow.ts",
|
|
14509
|
-
"line":
|
|
14548
|
+
"line": 201
|
|
14510
14549
|
},
|
|
14511
14550
|
"name": "name",
|
|
14512
14551
|
"type": {
|
|
@@ -14532,7 +14571,7 @@
|
|
|
14532
14571
|
},
|
|
14533
14572
|
"locationInModule": {
|
|
14534
14573
|
"filename": "src/github/workflows.ts",
|
|
14535
|
-
"line":
|
|
14574
|
+
"line": 63
|
|
14536
14575
|
},
|
|
14537
14576
|
"parameters": [
|
|
14538
14577
|
{
|
|
@@ -14569,7 +14608,7 @@
|
|
|
14569
14608
|
},
|
|
14570
14609
|
"locationInModule": {
|
|
14571
14610
|
"filename": "src/github/workflows.ts",
|
|
14572
|
-
"line":
|
|
14611
|
+
"line": 96
|
|
14573
14612
|
},
|
|
14574
14613
|
"name": "addJob",
|
|
14575
14614
|
"parameters": [
|
|
@@ -14600,7 +14639,7 @@
|
|
|
14600
14639
|
},
|
|
14601
14640
|
"locationInModule": {
|
|
14602
14641
|
"filename": "src/github/workflows.ts",
|
|
14603
|
-
"line":
|
|
14642
|
+
"line": 105
|
|
14604
14643
|
},
|
|
14605
14644
|
"name": "addJobs",
|
|
14606
14645
|
"parameters": [
|
|
@@ -14627,7 +14666,7 @@
|
|
|
14627
14666
|
},
|
|
14628
14667
|
"locationInModule": {
|
|
14629
14668
|
"filename": "src/github/workflows.ts",
|
|
14630
|
-
"line":
|
|
14669
|
+
"line": 84
|
|
14631
14670
|
},
|
|
14632
14671
|
"name": "on",
|
|
14633
14672
|
"parameters": [
|
|
@@ -14661,6 +14700,21 @@
|
|
|
14661
14700
|
"primitive": "string"
|
|
14662
14701
|
}
|
|
14663
14702
|
},
|
|
14703
|
+
{
|
|
14704
|
+
"docs": {
|
|
14705
|
+
"stability": "experimental",
|
|
14706
|
+
"summary": "The name of a secret that includes a PAT that can be used by workflows."
|
|
14707
|
+
},
|
|
14708
|
+
"immutable": true,
|
|
14709
|
+
"locationInModule": {
|
|
14710
|
+
"filename": "src/github/workflows.ts",
|
|
14711
|
+
"line": 58
|
|
14712
|
+
},
|
|
14713
|
+
"name": "projenTokenSecret",
|
|
14714
|
+
"type": {
|
|
14715
|
+
"primitive": "string"
|
|
14716
|
+
}
|
|
14717
|
+
},
|
|
14664
14718
|
{
|
|
14665
14719
|
"docs": {
|
|
14666
14720
|
"default": "disabled",
|
|
@@ -14670,7 +14724,7 @@
|
|
|
14670
14724
|
"immutable": true,
|
|
14671
14725
|
"locationInModule": {
|
|
14672
14726
|
"filename": "src/github/workflows.ts",
|
|
14673
|
-
"line":
|
|
14727
|
+
"line": 48
|
|
14674
14728
|
},
|
|
14675
14729
|
"name": "concurrency",
|
|
14676
14730
|
"optional": true,
|
|
@@ -14687,7 +14741,7 @@
|
|
|
14687
14741
|
"immutable": true,
|
|
14688
14742
|
"locationInModule": {
|
|
14689
14743
|
"filename": "src/github/workflows.ts",
|
|
14690
|
-
"line":
|
|
14744
|
+
"line": 53
|
|
14691
14745
|
},
|
|
14692
14746
|
"name": "file",
|
|
14693
14747
|
"optional": true,
|
|
@@ -14764,7 +14818,7 @@
|
|
|
14764
14818
|
"kind": "interface",
|
|
14765
14819
|
"locationInModule": {
|
|
14766
14820
|
"filename": "src/github/workflows.ts",
|
|
14767
|
-
"line":
|
|
14821
|
+
"line": 245
|
|
14768
14822
|
},
|
|
14769
14823
|
"methods": [
|
|
14770
14824
|
{
|
|
@@ -14775,7 +14829,7 @@
|
|
|
14775
14829
|
},
|
|
14776
14830
|
"locationInModule": {
|
|
14777
14831
|
"filename": "src/github/workflows.ts",
|
|
14778
|
-
"line":
|
|
14832
|
+
"line": 249
|
|
14779
14833
|
},
|
|
14780
14834
|
"name": "renderJobs",
|
|
14781
14835
|
"returns": {
|
|
@@ -15597,7 +15651,7 @@
|
|
|
15597
15651
|
},
|
|
15598
15652
|
"locationInModule": {
|
|
15599
15653
|
"filename": "src/github/task-workflow.ts",
|
|
15600
|
-
"line":
|
|
15654
|
+
"line": 119
|
|
15601
15655
|
},
|
|
15602
15656
|
"parameters": [
|
|
15603
15657
|
{
|
|
@@ -15617,7 +15671,7 @@
|
|
|
15617
15671
|
"kind": "class",
|
|
15618
15672
|
"locationInModule": {
|
|
15619
15673
|
"filename": "src/github/task-workflow.ts",
|
|
15620
|
-
"line":
|
|
15674
|
+
"line": 114
|
|
15621
15675
|
},
|
|
15622
15676
|
"name": "TaskWorkflow",
|
|
15623
15677
|
"namespace": "github",
|
|
@@ -15629,7 +15683,7 @@
|
|
|
15629
15683
|
"immutable": true,
|
|
15630
15684
|
"locationInModule": {
|
|
15631
15685
|
"filename": "src/github/task-workflow.ts",
|
|
15632
|
-
"line":
|
|
15686
|
+
"line": 116
|
|
15633
15687
|
},
|
|
15634
15688
|
"name": "jobId",
|
|
15635
15689
|
"type": {
|
|
@@ -15643,7 +15697,7 @@
|
|
|
15643
15697
|
"immutable": true,
|
|
15644
15698
|
"locationInModule": {
|
|
15645
15699
|
"filename": "src/github/task-workflow.ts",
|
|
15646
|
-
"line":
|
|
15700
|
+
"line": 117
|
|
15647
15701
|
},
|
|
15648
15702
|
"name": "artifactsDirectory",
|
|
15649
15703
|
"optional": true,
|
|
@@ -15664,7 +15718,7 @@
|
|
|
15664
15718
|
"kind": "interface",
|
|
15665
15719
|
"locationInModule": {
|
|
15666
15720
|
"filename": "src/github/task-workflow.ts",
|
|
15667
|
-
"line":
|
|
15721
|
+
"line": 10
|
|
15668
15722
|
},
|
|
15669
15723
|
"name": "TaskWorkflowOptions",
|
|
15670
15724
|
"namespace": "github",
|
|
@@ -15678,7 +15732,7 @@
|
|
|
15678
15732
|
"immutable": true,
|
|
15679
15733
|
"locationInModule": {
|
|
15680
15734
|
"filename": "src/github/task-workflow.ts",
|
|
15681
|
-
"line":
|
|
15735
|
+
"line": 14
|
|
15682
15736
|
},
|
|
15683
15737
|
"name": "name",
|
|
15684
15738
|
"type": {
|
|
@@ -15694,7 +15748,7 @@
|
|
|
15694
15748
|
"immutable": true,
|
|
15695
15749
|
"locationInModule": {
|
|
15696
15750
|
"filename": "src/github/task-workflow.ts",
|
|
15697
|
-
"line":
|
|
15751
|
+
"line": 90
|
|
15698
15752
|
},
|
|
15699
15753
|
"name": "permissions",
|
|
15700
15754
|
"type": {
|
|
@@ -15710,7 +15764,7 @@
|
|
|
15710
15764
|
"immutable": true,
|
|
15711
15765
|
"locationInModule": {
|
|
15712
15766
|
"filename": "src/github/task-workflow.ts",
|
|
15713
|
-
"line":
|
|
15767
|
+
"line": 72
|
|
15714
15768
|
},
|
|
15715
15769
|
"name": "task",
|
|
15716
15770
|
"type": {
|
|
@@ -15727,7 +15781,7 @@
|
|
|
15727
15781
|
"immutable": true,
|
|
15728
15782
|
"locationInModule": {
|
|
15729
15783
|
"filename": "src/github/task-workflow.ts",
|
|
15730
|
-
"line":
|
|
15784
|
+
"line": 39
|
|
15731
15785
|
},
|
|
15732
15786
|
"name": "artifactsDirectory",
|
|
15733
15787
|
"optional": true,
|
|
@@ -15745,7 +15799,7 @@
|
|
|
15745
15799
|
"immutable": true,
|
|
15746
15800
|
"locationInModule": {
|
|
15747
15801
|
"filename": "src/github/task-workflow.ts",
|
|
15748
|
-
"line":
|
|
15802
|
+
"line": 60
|
|
15749
15803
|
},
|
|
15750
15804
|
"name": "checkoutWith",
|
|
15751
15805
|
"optional": true,
|
|
@@ -15767,7 +15821,7 @@
|
|
|
15767
15821
|
"immutable": true,
|
|
15768
15822
|
"locationInModule": {
|
|
15769
15823
|
"filename": "src/github/task-workflow.ts",
|
|
15770
|
-
"line":
|
|
15824
|
+
"line": 30
|
|
15771
15825
|
},
|
|
15772
15826
|
"name": "condition",
|
|
15773
15827
|
"optional": true,
|
|
@@ -15784,7 +15838,7 @@
|
|
|
15784
15838
|
"immutable": true,
|
|
15785
15839
|
"locationInModule": {
|
|
15786
15840
|
"filename": "src/github/task-workflow.ts",
|
|
15787
|
-
"line":
|
|
15841
|
+
"line": 25
|
|
15788
15842
|
},
|
|
15789
15843
|
"name": "container",
|
|
15790
15844
|
"optional": true,
|
|
@@ -15802,7 +15856,7 @@
|
|
|
15802
15856
|
"immutable": true,
|
|
15803
15857
|
"locationInModule": {
|
|
15804
15858
|
"filename": "src/github/task-workflow.ts",
|
|
15805
|
-
"line":
|
|
15859
|
+
"line": 85
|
|
15806
15860
|
},
|
|
15807
15861
|
"name": "env",
|
|
15808
15862
|
"optional": true,
|
|
@@ -15824,7 +15878,7 @@
|
|
|
15824
15878
|
"immutable": true,
|
|
15825
15879
|
"locationInModule": {
|
|
15826
15880
|
"filename": "src/github/task-workflow.ts",
|
|
15827
|
-
"line":
|
|
15881
|
+
"line": 102
|
|
15828
15882
|
},
|
|
15829
15883
|
"name": "gitIdentity",
|
|
15830
15884
|
"optional": true,
|
|
@@ -15842,7 +15896,7 @@
|
|
|
15842
15896
|
"immutable": true,
|
|
15843
15897
|
"locationInModule": {
|
|
15844
15898
|
"filename": "src/github/task-workflow.ts",
|
|
15845
|
-
"line":
|
|
15899
|
+
"line": 20
|
|
15846
15900
|
},
|
|
15847
15901
|
"name": "jobId",
|
|
15848
15902
|
"optional": true,
|
|
@@ -15860,7 +15914,7 @@
|
|
|
15860
15914
|
"immutable": true,
|
|
15861
15915
|
"locationInModule": {
|
|
15862
15916
|
"filename": "src/github/task-workflow.ts",
|
|
15863
|
-
"line":
|
|
15917
|
+
"line": 97
|
|
15864
15918
|
},
|
|
15865
15919
|
"name": "outputs",
|
|
15866
15920
|
"optional": true,
|
|
@@ -15883,7 +15937,7 @@
|
|
|
15883
15937
|
"immutable": true,
|
|
15884
15938
|
"locationInModule": {
|
|
15885
15939
|
"filename": "src/github/task-workflow.ts",
|
|
15886
|
-
"line":
|
|
15940
|
+
"line": 79
|
|
15887
15941
|
},
|
|
15888
15942
|
"name": "postBuildSteps",
|
|
15889
15943
|
"optional": true,
|
|
@@ -15906,7 +15960,7 @@
|
|
|
15906
15960
|
"immutable": true,
|
|
15907
15961
|
"locationInModule": {
|
|
15908
15962
|
"filename": "src/github/task-workflow.ts",
|
|
15909
|
-
"line":
|
|
15963
|
+
"line": 67
|
|
15910
15964
|
},
|
|
15911
15965
|
"name": "preBuildSteps",
|
|
15912
15966
|
"optional": true,
|
|
@@ -15929,7 +15983,7 @@
|
|
|
15929
15983
|
"immutable": true,
|
|
15930
15984
|
"locationInModule": {
|
|
15931
15985
|
"filename": "src/github/task-workflow.ts",
|
|
15932
|
-
"line":
|
|
15986
|
+
"line": 53
|
|
15933
15987
|
},
|
|
15934
15988
|
"name": "preCheckoutSteps",
|
|
15935
15989
|
"optional": true,
|
|
@@ -15952,7 +16006,7 @@
|
|
|
15952
16006
|
"immutable": true,
|
|
15953
16007
|
"locationInModule": {
|
|
15954
16008
|
"filename": "src/github/task-workflow.ts",
|
|
15955
|
-
"line":
|
|
16009
|
+
"line": 108
|
|
15956
16010
|
},
|
|
15957
16011
|
"name": "runsOn",
|
|
15958
16012
|
"optional": true,
|
|
@@ -15975,7 +16029,7 @@
|
|
|
15975
16029
|
"immutable": true,
|
|
15976
16030
|
"locationInModule": {
|
|
15977
16031
|
"filename": "src/github/task-workflow.ts",
|
|
15978
|
-
"line":
|
|
16032
|
+
"line": 46
|
|
15979
16033
|
},
|
|
15980
16034
|
"name": "triggers",
|
|
15981
16035
|
"optional": true,
|
|
@@ -20996,7 +21050,7 @@
|
|
|
20996
21050
|
"kind": "enum",
|
|
20997
21051
|
"locationInModule": {
|
|
20998
21052
|
"filename": "src/javascript/node-project.ts",
|
|
20999
|
-
"line":
|
|
21053
|
+
"line": 302
|
|
21000
21054
|
},
|
|
21001
21055
|
"members": [
|
|
21002
21056
|
{
|
|
@@ -25341,7 +25395,7 @@
|
|
|
25341
25395
|
},
|
|
25342
25396
|
"locationInModule": {
|
|
25343
25397
|
"filename": "src/javascript/node-project.ts",
|
|
25344
|
-
"line":
|
|
25398
|
+
"line": 422
|
|
25345
25399
|
},
|
|
25346
25400
|
"parameters": [
|
|
25347
25401
|
{
|
|
@@ -25355,7 +25409,7 @@
|
|
|
25355
25409
|
"kind": "class",
|
|
25356
25410
|
"locationInModule": {
|
|
25357
25411
|
"filename": "src/javascript/node-project.ts",
|
|
25358
|
-
"line":
|
|
25412
|
+
"line": 319
|
|
25359
25413
|
},
|
|
25360
25414
|
"methods": [
|
|
25361
25415
|
{
|
|
@@ -25364,7 +25418,7 @@
|
|
|
25364
25418
|
},
|
|
25365
25419
|
"locationInModule": {
|
|
25366
25420
|
"filename": "src/javascript/node-project.ts",
|
|
25367
|
-
"line":
|
|
25421
|
+
"line": 667
|
|
25368
25422
|
},
|
|
25369
25423
|
"name": "addBins",
|
|
25370
25424
|
"parameters": [
|
|
@@ -25389,7 +25443,7 @@
|
|
|
25389
25443
|
},
|
|
25390
25444
|
"locationInModule": {
|
|
25391
25445
|
"filename": "src/javascript/node-project.ts",
|
|
25392
|
-
"line":
|
|
25446
|
+
"line": 820
|
|
25393
25447
|
},
|
|
25394
25448
|
"name": "addBundledDeps",
|
|
25395
25449
|
"parameters": [
|
|
@@ -25415,7 +25469,7 @@
|
|
|
25415
25469
|
},
|
|
25416
25470
|
"locationInModule": {
|
|
25417
25471
|
"filename": "src/javascript/node-project.ts",
|
|
25418
|
-
"line":
|
|
25472
|
+
"line": 701
|
|
25419
25473
|
},
|
|
25420
25474
|
"name": "addCompileCommand",
|
|
25421
25475
|
"parameters": [
|
|
@@ -25436,7 +25490,7 @@
|
|
|
25436
25490
|
},
|
|
25437
25491
|
"locationInModule": {
|
|
25438
25492
|
"filename": "src/javascript/node-project.ts",
|
|
25439
|
-
"line":
|
|
25493
|
+
"line": 774
|
|
25440
25494
|
},
|
|
25441
25495
|
"name": "addDeps",
|
|
25442
25496
|
"parameters": [
|
|
@@ -25461,7 +25515,7 @@
|
|
|
25461
25515
|
},
|
|
25462
25516
|
"locationInModule": {
|
|
25463
25517
|
"filename": "src/javascript/node-project.ts",
|
|
25464
|
-
"line":
|
|
25518
|
+
"line": 787
|
|
25465
25519
|
},
|
|
25466
25520
|
"name": "addDevDeps",
|
|
25467
25521
|
"parameters": [
|
|
@@ -25486,7 +25540,7 @@
|
|
|
25486
25540
|
},
|
|
25487
25541
|
"locationInModule": {
|
|
25488
25542
|
"filename": "src/javascript/node-project.ts",
|
|
25489
|
-
"line":
|
|
25543
|
+
"line": 721
|
|
25490
25544
|
},
|
|
25491
25545
|
"name": "addFields",
|
|
25492
25546
|
"parameters": [
|
|
@@ -25513,7 +25567,7 @@
|
|
|
25513
25567
|
},
|
|
25514
25568
|
"locationInModule": {
|
|
25515
25569
|
"filename": "src/javascript/node-project.ts",
|
|
25516
|
-
"line":
|
|
25570
|
+
"line": 731
|
|
25517
25571
|
},
|
|
25518
25572
|
"name": "addKeywords",
|
|
25519
25573
|
"parameters": [
|
|
@@ -25538,7 +25592,7 @@
|
|
|
25538
25592
|
},
|
|
25539
25593
|
"locationInModule": {
|
|
25540
25594
|
"filename": "src/javascript/node-project.ts",
|
|
25541
|
-
"line":
|
|
25595
|
+
"line": 824
|
|
25542
25596
|
},
|
|
25543
25597
|
"name": "addPackageIgnore",
|
|
25544
25598
|
"overrides": "projen.Project",
|
|
@@ -25559,7 +25613,7 @@
|
|
|
25559
25613
|
},
|
|
25560
25614
|
"locationInModule": {
|
|
25561
25615
|
"filename": "src/javascript/node-project.ts",
|
|
25562
|
-
"line":
|
|
25616
|
+
"line": 804
|
|
25563
25617
|
},
|
|
25564
25618
|
"name": "addPeerDeps",
|
|
25565
25619
|
"parameters": [
|
|
@@ -25585,7 +25639,7 @@
|
|
|
25585
25639
|
},
|
|
25586
25640
|
"locationInModule": {
|
|
25587
25641
|
"filename": "src/javascript/node-project.ts",
|
|
25588
|
-
"line":
|
|
25642
|
+
"line": 711
|
|
25589
25643
|
},
|
|
25590
25644
|
"name": "addTestCommand",
|
|
25591
25645
|
"parameters": [
|
|
@@ -25606,7 +25660,7 @@
|
|
|
25606
25660
|
},
|
|
25607
25661
|
"locationInModule": {
|
|
25608
25662
|
"filename": "src/javascript/node-project.ts",
|
|
25609
|
-
"line":
|
|
25663
|
+
"line": 693
|
|
25610
25664
|
},
|
|
25611
25665
|
"name": "hasScript",
|
|
25612
25666
|
"parameters": [
|
|
@@ -25633,7 +25687,7 @@
|
|
|
25633
25687
|
},
|
|
25634
25688
|
"locationInModule": {
|
|
25635
25689
|
"filename": "src/javascript/node-project.ts",
|
|
25636
|
-
"line":
|
|
25690
|
+
"line": 685
|
|
25637
25691
|
},
|
|
25638
25692
|
"name": "removeScript",
|
|
25639
25693
|
"parameters": [
|
|
@@ -25656,7 +25710,7 @@
|
|
|
25656
25710
|
},
|
|
25657
25711
|
"locationInModule": {
|
|
25658
25712
|
"filename": "src/javascript/node-project.ts",
|
|
25659
|
-
"line":
|
|
25713
|
+
"line": 898
|
|
25660
25714
|
},
|
|
25661
25715
|
"name": "runTaskCommand",
|
|
25662
25716
|
"overrides": "projen.Project",
|
|
@@ -25684,7 +25738,7 @@
|
|
|
25684
25738
|
},
|
|
25685
25739
|
"locationInModule": {
|
|
25686
25740
|
"filename": "src/javascript/node-project.ts",
|
|
25687
|
-
"line":
|
|
25741
|
+
"line": 677
|
|
25688
25742
|
},
|
|
25689
25743
|
"name": "setScript",
|
|
25690
25744
|
"parameters": [
|
|
@@ -25720,28 +25774,13 @@
|
|
|
25720
25774
|
"immutable": true,
|
|
25721
25775
|
"locationInModule": {
|
|
25722
25776
|
"filename": "src/javascript/node-project.ts",
|
|
25723
|
-
"line":
|
|
25777
|
+
"line": 333
|
|
25724
25778
|
},
|
|
25725
25779
|
"name": "allowLibraryDependencies",
|
|
25726
25780
|
"type": {
|
|
25727
25781
|
"primitive": "boolean"
|
|
25728
25782
|
}
|
|
25729
25783
|
},
|
|
25730
|
-
{
|
|
25731
|
-
"docs": {
|
|
25732
|
-
"stability": "experimental",
|
|
25733
|
-
"summary": "Indicates if workflows have anti-tamper checks."
|
|
25734
|
-
},
|
|
25735
|
-
"immutable": true,
|
|
25736
|
-
"locationInModule": {
|
|
25737
|
-
"filename": "src/javascript/node-project.ts",
|
|
25738
|
-
"line": 377
|
|
25739
|
-
},
|
|
25740
|
-
"name": "antitamper",
|
|
25741
|
-
"type": {
|
|
25742
|
-
"primitive": "boolean"
|
|
25743
|
-
}
|
|
25744
|
-
},
|
|
25745
25784
|
{
|
|
25746
25785
|
"docs": {
|
|
25747
25786
|
"remarks": "An npm tarball will be created under the `js`\nsubdirectory. For example, if this is set to `dist` (the default), the npm\ntarball will be placed under `dist/js/boom-boom-1.2.3.tg`.",
|
|
@@ -25751,7 +25790,7 @@
|
|
|
25751
25790
|
"immutable": true,
|
|
25752
25791
|
"locationInModule": {
|
|
25753
25792
|
"filename": "src/javascript/node-project.ts",
|
|
25754
|
-
"line":
|
|
25793
|
+
"line": 407
|
|
25755
25794
|
},
|
|
25756
25795
|
"name": "artifactsDirectory",
|
|
25757
25796
|
"type": {
|
|
@@ -25766,7 +25805,7 @@
|
|
|
25766
25805
|
"immutable": true,
|
|
25767
25806
|
"locationInModule": {
|
|
25768
25807
|
"filename": "src/javascript/node-project.ts",
|
|
25769
|
-
"line":
|
|
25808
|
+
"line": 412
|
|
25770
25809
|
},
|
|
25771
25810
|
"name": "artifactsJavascriptDirectory",
|
|
25772
25811
|
"type": {
|
|
@@ -25780,7 +25819,7 @@
|
|
|
25780
25819
|
"immutable": true,
|
|
25781
25820
|
"locationInModule": {
|
|
25782
25821
|
"filename": "src/javascript/node-project.ts",
|
|
25783
|
-
"line":
|
|
25822
|
+
"line": 400
|
|
25784
25823
|
},
|
|
25785
25824
|
"name": "bundler",
|
|
25786
25825
|
"type": {
|
|
@@ -25795,7 +25834,7 @@
|
|
|
25795
25834
|
"immutable": true,
|
|
25796
25835
|
"locationInModule": {
|
|
25797
25836
|
"filename": "src/javascript/node-project.ts",
|
|
25798
|
-
"line":
|
|
25837
|
+
"line": 338
|
|
25799
25838
|
},
|
|
25800
25839
|
"name": "entrypoint",
|
|
25801
25840
|
"type": {
|
|
@@ -25809,7 +25848,7 @@
|
|
|
25809
25848
|
"immutable": true,
|
|
25810
25849
|
"locationInModule": {
|
|
25811
25850
|
"filename": "src/javascript/node-project.ts",
|
|
25812
|
-
"line":
|
|
25851
|
+
"line": 735
|
|
25813
25852
|
},
|
|
25814
25853
|
"name": "installWorkflowSteps",
|
|
25815
25854
|
"type": {
|
|
@@ -25829,7 +25868,7 @@
|
|
|
25829
25868
|
"immutable": true,
|
|
25830
25869
|
"locationInModule": {
|
|
25831
25870
|
"filename": "src/javascript/node-project.ts",
|
|
25832
|
-
"line":
|
|
25871
|
+
"line": 396
|
|
25833
25872
|
},
|
|
25834
25873
|
"name": "manifest",
|
|
25835
25874
|
"type": {
|
|
@@ -25844,7 +25883,7 @@
|
|
|
25844
25883
|
"immutable": true,
|
|
25845
25884
|
"locationInModule": {
|
|
25846
25885
|
"filename": "src/javascript/node-project.ts",
|
|
25847
|
-
"line":
|
|
25886
|
+
"line": 323
|
|
25848
25887
|
},
|
|
25849
25888
|
"name": "package",
|
|
25850
25889
|
"type": {
|
|
@@ -25860,7 +25899,7 @@
|
|
|
25860
25899
|
"immutable": true,
|
|
25861
25900
|
"locationInModule": {
|
|
25862
25901
|
"filename": "src/javascript/node-project.ts",
|
|
25863
|
-
"line":
|
|
25902
|
+
"line": 381
|
|
25864
25903
|
},
|
|
25865
25904
|
"name": "packageManager",
|
|
25866
25905
|
"type": {
|
|
@@ -25875,7 +25914,7 @@
|
|
|
25875
25914
|
"immutable": true,
|
|
25876
25915
|
"locationInModule": {
|
|
25877
25916
|
"filename": "src/javascript/node-project.ts",
|
|
25878
|
-
"line":
|
|
25917
|
+
"line": 386
|
|
25879
25918
|
},
|
|
25880
25919
|
"name": "runScriptCommand",
|
|
25881
25920
|
"type": {
|
|
@@ -25890,7 +25929,7 @@
|
|
|
25890
25929
|
"immutable": true,
|
|
25891
25930
|
"locationInModule": {
|
|
25892
25931
|
"filename": "src/javascript/node-project.ts",
|
|
25893
|
-
"line":
|
|
25932
|
+
"line": 343
|
|
25894
25933
|
},
|
|
25895
25934
|
"name": "autoMerge",
|
|
25896
25935
|
"optional": true,
|
|
@@ -25907,7 +25946,7 @@
|
|
|
25907
25946
|
"immutable": true,
|
|
25908
25947
|
"locationInModule": {
|
|
25909
25948
|
"filename": "src/javascript/node-project.ts",
|
|
25910
|
-
"line":
|
|
25949
|
+
"line": 349
|
|
25911
25950
|
},
|
|
25912
25951
|
"name": "buildWorkflow",
|
|
25913
25952
|
"optional": true,
|
|
@@ -25923,7 +25962,7 @@
|
|
|
25923
25962
|
"immutable": true,
|
|
25924
25963
|
"locationInModule": {
|
|
25925
25964
|
"filename": "src/javascript/node-project.ts",
|
|
25926
|
-
"line":
|
|
25965
|
+
"line": 905
|
|
25927
25966
|
},
|
|
25928
25967
|
"name": "buildWorkflowJobId",
|
|
25929
25968
|
"optional": true,
|
|
@@ -25939,7 +25978,7 @@
|
|
|
25939
25978
|
"immutable": true,
|
|
25940
25979
|
"locationInModule": {
|
|
25941
25980
|
"filename": "src/javascript/node-project.ts",
|
|
25942
|
-
"line":
|
|
25981
|
+
"line": 391
|
|
25943
25982
|
},
|
|
25944
25983
|
"name": "jest",
|
|
25945
25984
|
"optional": true,
|
|
@@ -25955,7 +25994,7 @@
|
|
|
25955
25994
|
"immutable": true,
|
|
25956
25995
|
"locationInModule": {
|
|
25957
25996
|
"filename": "src/javascript/node-project.ts",
|
|
25958
|
-
"line":
|
|
25997
|
+
"line": 372
|
|
25959
25998
|
},
|
|
25960
25999
|
"name": "maxNodeVersion",
|
|
25961
26000
|
"optional": true,
|
|
@@ -25971,7 +26010,7 @@
|
|
|
25971
26010
|
"immutable": true,
|
|
25972
26011
|
"locationInModule": {
|
|
25973
26012
|
"filename": "src/javascript/node-project.ts",
|
|
25974
|
-
"line":
|
|
26013
|
+
"line": 367
|
|
25975
26014
|
},
|
|
25976
26015
|
"name": "minNodeVersion",
|
|
25977
26016
|
"optional": true,
|
|
@@ -25987,7 +26026,7 @@
|
|
|
25987
26026
|
"immutable": true,
|
|
25988
26027
|
"locationInModule": {
|
|
25989
26028
|
"filename": "src/javascript/node-project.ts",
|
|
25990
|
-
"line":
|
|
26029
|
+
"line": 328
|
|
25991
26030
|
},
|
|
25992
26031
|
"name": "npmignore",
|
|
25993
26032
|
"optional": true,
|
|
@@ -26005,7 +26044,7 @@
|
|
|
26005
26044
|
"immutable": true,
|
|
26006
26045
|
"locationInModule": {
|
|
26007
26046
|
"filename": "src/javascript/node-project.ts",
|
|
26008
|
-
"line":
|
|
26047
|
+
"line": 357
|
|
26009
26048
|
},
|
|
26010
26049
|
"name": "publisher",
|
|
26011
26050
|
"optional": true,
|
|
@@ -26021,7 +26060,7 @@
|
|
|
26021
26060
|
"immutable": true,
|
|
26022
26061
|
"locationInModule": {
|
|
26023
26062
|
"filename": "src/javascript/node-project.ts",
|
|
26024
|
-
"line":
|
|
26063
|
+
"line": 362
|
|
26025
26064
|
},
|
|
26026
26065
|
"name": "release",
|
|
26027
26066
|
"optional": true,
|
|
@@ -26037,7 +26076,7 @@
|
|
|
26037
26076
|
"immutable": true,
|
|
26038
26077
|
"locationInModule": {
|
|
26039
26078
|
"filename": "src/javascript/node-project.ts",
|
|
26040
|
-
"line":
|
|
26079
|
+
"line": 417
|
|
26041
26080
|
},
|
|
26042
26081
|
"name": "upgradeWorkflow",
|
|
26043
26082
|
"optional": true,
|
|
@@ -26063,7 +26102,7 @@
|
|
|
26063
26102
|
"kind": "interface",
|
|
26064
26103
|
"locationInModule": {
|
|
26065
26104
|
"filename": "src/javascript/node-project.ts",
|
|
26066
|
-
"line":
|
|
26105
|
+
"line": 22
|
|
26067
26106
|
},
|
|
26068
26107
|
"name": "NodeProjectOptions",
|
|
26069
26108
|
"namespace": "javascript",
|
|
@@ -26095,7 +26134,7 @@
|
|
|
26095
26134
|
"immutable": true,
|
|
26096
26135
|
"locationInModule": {
|
|
26097
26136
|
"filename": "src/javascript/node-project.ts",
|
|
26098
|
-
"line":
|
|
26137
|
+
"line": 288
|
|
26099
26138
|
},
|
|
26100
26139
|
"name": "artifactsDirectory",
|
|
26101
26140
|
"optional": true,
|
|
@@ -26114,7 +26153,7 @@
|
|
|
26114
26153
|
"immutable": true,
|
|
26115
26154
|
"locationInModule": {
|
|
26116
26155
|
"filename": "src/javascript/node-project.ts",
|
|
26117
|
-
"line":
|
|
26156
|
+
"line": 200
|
|
26118
26157
|
},
|
|
26119
26158
|
"name": "autoApproveProjenUpgrades",
|
|
26120
26159
|
"optional": true,
|
|
@@ -26133,7 +26172,7 @@
|
|
|
26133
26172
|
"immutable": true,
|
|
26134
26173
|
"locationInModule": {
|
|
26135
26174
|
"filename": "src/javascript/node-project.ts",
|
|
26136
|
-
"line":
|
|
26175
|
+
"line": 210
|
|
26137
26176
|
},
|
|
26138
26177
|
"name": "autoApproveUpgrades",
|
|
26139
26178
|
"optional": true,
|
|
@@ -26151,7 +26190,7 @@
|
|
|
26151
26190
|
"immutable": true,
|
|
26152
26191
|
"locationInModule": {
|
|
26153
26192
|
"filename": "src/javascript/node-project.ts",
|
|
26154
|
-
"line":
|
|
26193
|
+
"line": 56
|
|
26155
26194
|
},
|
|
26156
26195
|
"name": "buildWorkflow",
|
|
26157
26196
|
"optional": true,
|
|
@@ -26168,7 +26207,7 @@
|
|
|
26168
26207
|
"immutable": true,
|
|
26169
26208
|
"locationInModule": {
|
|
26170
26209
|
"filename": "src/javascript/node-project.ts",
|
|
26171
|
-
"line":
|
|
26210
|
+
"line": 281
|
|
26172
26211
|
},
|
|
26173
26212
|
"name": "bundlerOptions",
|
|
26174
26213
|
"optional": true,
|
|
@@ -26186,7 +26225,7 @@
|
|
|
26186
26225
|
"immutable": true,
|
|
26187
26226
|
"locationInModule": {
|
|
26188
26227
|
"filename": "src/javascript/node-project.ts",
|
|
26189
|
-
"line":
|
|
26228
|
+
"line": 75
|
|
26190
26229
|
},
|
|
26191
26230
|
"name": "codeCov",
|
|
26192
26231
|
"optional": true,
|
|
@@ -26204,7 +26243,7 @@
|
|
|
26204
26243
|
"immutable": true,
|
|
26205
26244
|
"locationInModule": {
|
|
26206
26245
|
"filename": "src/javascript/node-project.ts",
|
|
26207
|
-
"line":
|
|
26246
|
+
"line": 82
|
|
26208
26247
|
},
|
|
26209
26248
|
"name": "codeCovTokenSecret",
|
|
26210
26249
|
"optional": true,
|
|
@@ -26222,7 +26261,7 @@
|
|
|
26222
26261
|
"immutable": true,
|
|
26223
26262
|
"locationInModule": {
|
|
26224
26263
|
"filename": "src/javascript/node-project.ts",
|
|
26225
|
-
"line":
|
|
26264
|
+
"line": 28
|
|
26226
26265
|
},
|
|
26227
26266
|
"name": "copyrightOwner",
|
|
26228
26267
|
"optional": true,
|
|
@@ -26240,7 +26279,7 @@
|
|
|
26240
26279
|
"immutable": true,
|
|
26241
26280
|
"locationInModule": {
|
|
26242
26281
|
"filename": "src/javascript/node-project.ts",
|
|
26243
|
-
"line":
|
|
26282
|
+
"line": 35
|
|
26244
26283
|
},
|
|
26245
26284
|
"name": "copyrightPeriod",
|
|
26246
26285
|
"optional": true,
|
|
@@ -26331,7 +26370,7 @@
|
|
|
26331
26370
|
"immutable": true,
|
|
26332
26371
|
"locationInModule": {
|
|
26333
26372
|
"filename": "src/javascript/node-project.ts",
|
|
26334
|
-
"line":
|
|
26373
|
+
"line": 250
|
|
26335
26374
|
},
|
|
26336
26375
|
"name": "gitignore",
|
|
26337
26376
|
"optional": true,
|
|
@@ -26354,7 +26393,7 @@
|
|
|
26354
26393
|
"immutable": true,
|
|
26355
26394
|
"locationInModule": {
|
|
26356
26395
|
"filename": "src/javascript/node-project.ts",
|
|
26357
|
-
"line":
|
|
26396
|
+
"line": 256
|
|
26358
26397
|
},
|
|
26359
26398
|
"name": "jest",
|
|
26360
26399
|
"optional": true,
|
|
@@ -26372,7 +26411,7 @@
|
|
|
26372
26411
|
"immutable": true,
|
|
26373
26412
|
"locationInModule": {
|
|
26374
26413
|
"filename": "src/javascript/node-project.ts",
|
|
26375
|
-
"line":
|
|
26414
|
+
"line": 262
|
|
26376
26415
|
},
|
|
26377
26416
|
"name": "jestOptions",
|
|
26378
26417
|
"optional": true,
|
|
@@ -26391,7 +26430,7 @@
|
|
|
26391
26430
|
"immutable": true,
|
|
26392
26431
|
"locationInModule": {
|
|
26393
26432
|
"filename": "src/javascript/node-project.ts",
|
|
26394
|
-
"line":
|
|
26433
|
+
"line": 67
|
|
26395
26434
|
},
|
|
26396
26435
|
"name": "mutableBuild",
|
|
26397
26436
|
"optional": true,
|
|
@@ -26409,7 +26448,7 @@
|
|
|
26409
26448
|
"immutable": true,
|
|
26410
26449
|
"locationInModule": {
|
|
26411
26450
|
"filename": "src/javascript/node-project.ts",
|
|
26412
|
-
"line":
|
|
26451
|
+
"line": 231
|
|
26413
26452
|
},
|
|
26414
26453
|
"name": "npmignore",
|
|
26415
26454
|
"optional": true,
|
|
@@ -26432,7 +26471,7 @@
|
|
|
26432
26471
|
"immutable": true,
|
|
26433
26472
|
"locationInModule": {
|
|
26434
26473
|
"filename": "src/javascript/node-project.ts",
|
|
26435
|
-
"line":
|
|
26474
|
+
"line": 225
|
|
26436
26475
|
},
|
|
26437
26476
|
"name": "npmignoreEnabled",
|
|
26438
26477
|
"optional": true,
|
|
@@ -26450,7 +26489,7 @@
|
|
|
26450
26489
|
"immutable": true,
|
|
26451
26490
|
"locationInModule": {
|
|
26452
26491
|
"filename": "src/javascript/node-project.ts",
|
|
26453
|
-
"line":
|
|
26492
|
+
"line": 296
|
|
26454
26493
|
},
|
|
26455
26494
|
"name": "package",
|
|
26456
26495
|
"optional": true,
|
|
@@ -26468,7 +26507,7 @@
|
|
|
26468
26507
|
"immutable": true,
|
|
26469
26508
|
"locationInModule": {
|
|
26470
26509
|
"filename": "src/javascript/node-project.ts",
|
|
26471
|
-
"line":
|
|
26510
|
+
"line": 50
|
|
26472
26511
|
},
|
|
26473
26512
|
"name": "projenDevDependency",
|
|
26474
26513
|
"optional": true,
|
|
@@ -26486,7 +26525,7 @@
|
|
|
26486
26525
|
"immutable": true,
|
|
26487
26526
|
"locationInModule": {
|
|
26488
26527
|
"filename": "src/javascript/node-project.ts",
|
|
26489
|
-
"line":
|
|
26528
|
+
"line": 270
|
|
26490
26529
|
},
|
|
26491
26530
|
"name": "projenrcJs",
|
|
26492
26531
|
"optional": true,
|
|
@@ -26504,7 +26543,7 @@
|
|
|
26504
26543
|
"immutable": true,
|
|
26505
26544
|
"locationInModule": {
|
|
26506
26545
|
"filename": "src/javascript/node-project.ts",
|
|
26507
|
-
"line":
|
|
26546
|
+
"line": 276
|
|
26508
26547
|
},
|
|
26509
26548
|
"name": "projenrcJsOptions",
|
|
26510
26549
|
"optional": true,
|
|
@@ -26524,7 +26563,7 @@
|
|
|
26524
26563
|
"immutable": true,
|
|
26525
26564
|
"locationInModule": {
|
|
26526
26565
|
"filename": "src/javascript/node-project.ts",
|
|
26527
|
-
"line":
|
|
26566
|
+
"line": 190
|
|
26528
26567
|
},
|
|
26529
26568
|
"name": "projenUpgradeAutoMerge",
|
|
26530
26569
|
"optional": true,
|
|
@@ -26542,7 +26581,7 @@
|
|
|
26542
26581
|
"immutable": true,
|
|
26543
26582
|
"locationInModule": {
|
|
26544
26583
|
"filename": "src/javascript/node-project.ts",
|
|
26545
|
-
"line":
|
|
26584
|
+
"line": 217
|
|
26546
26585
|
},
|
|
26547
26586
|
"name": "projenUpgradeSchedule",
|
|
26548
26587
|
"optional": true,
|
|
@@ -26559,14 +26598,15 @@
|
|
|
26559
26598
|
"abstract": true,
|
|
26560
26599
|
"docs": {
|
|
26561
26600
|
"default": "- no automatic projen upgrade pull requests",
|
|
26601
|
+
"deprecated": "use `githubTokenSecret` instead.",
|
|
26562
26602
|
"remarks": "This setting is a GitHub secret name which contains a GitHub Access Token\nwith `repo` and `workflow` permissions.\n\nThis token is used to submit the upgrade pull request, which will likely\ninclude workflow updates.\n\nTo create a personal access token see https://github.com/settings/tokens",
|
|
26563
|
-
"stability": "
|
|
26603
|
+
"stability": "deprecated",
|
|
26564
26604
|
"summary": "Periodically submits a pull request for projen upgrades (executes `yarn projen:upgrade`)."
|
|
26565
26605
|
},
|
|
26566
26606
|
"immutable": true,
|
|
26567
26607
|
"locationInModule": {
|
|
26568
26608
|
"filename": "src/javascript/node-project.ts",
|
|
26569
|
-
"line":
|
|
26609
|
+
"line": 179
|
|
26570
26610
|
},
|
|
26571
26611
|
"name": "projenUpgradeSecret",
|
|
26572
26612
|
"optional": true,
|
|
@@ -26584,7 +26624,7 @@
|
|
|
26584
26624
|
"immutable": true,
|
|
26585
26625
|
"locationInModule": {
|
|
26586
26626
|
"filename": "src/javascript/node-project.ts",
|
|
26587
|
-
"line":
|
|
26627
|
+
"line": 43
|
|
26588
26628
|
},
|
|
26589
26629
|
"name": "projenVersion",
|
|
26590
26630
|
"optional": true,
|
|
@@ -26602,7 +26642,7 @@
|
|
|
26602
26642
|
"immutable": true,
|
|
26603
26643
|
"locationInModule": {
|
|
26604
26644
|
"filename": "src/javascript/node-project.ts",
|
|
26605
|
-
"line":
|
|
26645
|
+
"line": 238
|
|
26606
26646
|
},
|
|
26607
26647
|
"name": "pullRequestTemplate",
|
|
26608
26648
|
"optional": true,
|
|
@@ -26620,7 +26660,7 @@
|
|
|
26620
26660
|
"immutable": true,
|
|
26621
26661
|
"locationInModule": {
|
|
26622
26662
|
"filename": "src/javascript/node-project.ts",
|
|
26623
|
-
"line":
|
|
26663
|
+
"line": 245
|
|
26624
26664
|
},
|
|
26625
26665
|
"name": "pullRequestTemplateContents",
|
|
26626
26666
|
"optional": true,
|
|
@@ -26636,9 +26676,6 @@
|
|
|
26636
26676
|
{
|
|
26637
26677
|
"abstract": true,
|
|
26638
26678
|
"docs": {
|
|
26639
|
-
"custom": {
|
|
26640
|
-
"featured": "true"
|
|
26641
|
-
},
|
|
26642
26679
|
"default": "- true (false for subprojects)",
|
|
26643
26680
|
"stability": "experimental",
|
|
26644
26681
|
"summary": "Add release management to this project."
|
|
@@ -26683,7 +26720,7 @@
|
|
|
26683
26720
|
"immutable": true,
|
|
26684
26721
|
"locationInModule": {
|
|
26685
26722
|
"filename": "src/javascript/node-project.ts",
|
|
26686
|
-
"line":
|
|
26723
|
+
"line": 90
|
|
26687
26724
|
},
|
|
26688
26725
|
"name": "releaseWorkflow",
|
|
26689
26726
|
"optional": true,
|
|
@@ -26753,64 +26790,6 @@
|
|
|
26753
26790
|
],
|
|
26754
26791
|
"symbolId": "src/javascript/node-project:NodeProjectOptions"
|
|
26755
26792
|
},
|
|
26756
|
-
"projen.javascript.NodeWorkflowSteps": {
|
|
26757
|
-
"assembly": "projen",
|
|
26758
|
-
"datatype": true,
|
|
26759
|
-
"docs": {
|
|
26760
|
-
"stability": "experimental"
|
|
26761
|
-
},
|
|
26762
|
-
"fqn": "projen.javascript.NodeWorkflowSteps",
|
|
26763
|
-
"kind": "interface",
|
|
26764
|
-
"locationInModule": {
|
|
26765
|
-
"filename": "src/javascript/node-project.ts",
|
|
26766
|
-
"line": 918
|
|
26767
|
-
},
|
|
26768
|
-
"name": "NodeWorkflowSteps",
|
|
26769
|
-
"namespace": "javascript",
|
|
26770
|
-
"properties": [
|
|
26771
|
-
{
|
|
26772
|
-
"abstract": true,
|
|
26773
|
-
"docs": {
|
|
26774
|
-
"stability": "experimental"
|
|
26775
|
-
},
|
|
26776
|
-
"immutable": true,
|
|
26777
|
-
"locationInModule": {
|
|
26778
|
-
"filename": "src/javascript/node-project.ts",
|
|
26779
|
-
"line": 919
|
|
26780
|
-
},
|
|
26781
|
-
"name": "antitamper",
|
|
26782
|
-
"type": {
|
|
26783
|
-
"collection": {
|
|
26784
|
-
"elementtype": {
|
|
26785
|
-
"primitive": "any"
|
|
26786
|
-
},
|
|
26787
|
-
"kind": "array"
|
|
26788
|
-
}
|
|
26789
|
-
}
|
|
26790
|
-
},
|
|
26791
|
-
{
|
|
26792
|
-
"abstract": true,
|
|
26793
|
-
"docs": {
|
|
26794
|
-
"stability": "experimental"
|
|
26795
|
-
},
|
|
26796
|
-
"immutable": true,
|
|
26797
|
-
"locationInModule": {
|
|
26798
|
-
"filename": "src/javascript/node-project.ts",
|
|
26799
|
-
"line": 920
|
|
26800
|
-
},
|
|
26801
|
-
"name": "install",
|
|
26802
|
-
"type": {
|
|
26803
|
-
"collection": {
|
|
26804
|
-
"elementtype": {
|
|
26805
|
-
"primitive": "any"
|
|
26806
|
-
},
|
|
26807
|
-
"kind": "array"
|
|
26808
|
-
}
|
|
26809
|
-
}
|
|
26810
|
-
}
|
|
26811
|
-
],
|
|
26812
|
-
"symbolId": "src/javascript/node-project:NodeWorkflowSteps"
|
|
26813
|
-
},
|
|
26814
26793
|
"projen.javascript.NpmAccess": {
|
|
26815
26794
|
"assembly": "projen",
|
|
26816
26795
|
"docs": {
|
|
@@ -28165,7 +28144,7 @@
|
|
|
28165
28144
|
},
|
|
28166
28145
|
"locationInModule": {
|
|
28167
28146
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28168
|
-
"line":
|
|
28147
|
+
"line": 112
|
|
28169
28148
|
},
|
|
28170
28149
|
"parameters": [
|
|
28171
28150
|
{
|
|
@@ -28186,7 +28165,7 @@
|
|
|
28186
28165
|
"kind": "class",
|
|
28187
28166
|
"locationInModule": {
|
|
28188
28167
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28189
|
-
"line":
|
|
28168
|
+
"line": 88
|
|
28190
28169
|
},
|
|
28191
28170
|
"methods": [
|
|
28192
28171
|
{
|
|
@@ -28196,7 +28175,7 @@
|
|
|
28196
28175
|
},
|
|
28197
28176
|
"locationInModule": {
|
|
28198
28177
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28199
|
-
"line":
|
|
28178
|
+
"line": 130
|
|
28200
28179
|
},
|
|
28201
28180
|
"name": "addPostBuildSteps",
|
|
28202
28181
|
"parameters": [
|
|
@@ -28220,7 +28199,7 @@
|
|
|
28220
28199
|
},
|
|
28221
28200
|
"locationInModule": {
|
|
28222
28201
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28223
|
-
"line":
|
|
28202
|
+
"line": 136
|
|
28224
28203
|
},
|
|
28225
28204
|
"name": "preSynthesize",
|
|
28226
28205
|
"overrides": "projen.Component"
|
|
@@ -28237,7 +28216,7 @@
|
|
|
28237
28216
|
"immutable": true,
|
|
28238
28217
|
"locationInModule": {
|
|
28239
28218
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28240
|
-
"line":
|
|
28219
|
+
"line": 102
|
|
28241
28220
|
},
|
|
28242
28221
|
"name": "ignoresProjen",
|
|
28243
28222
|
"type": {
|
|
@@ -28253,7 +28232,7 @@
|
|
|
28253
28232
|
"immutable": true,
|
|
28254
28233
|
"locationInModule": {
|
|
28255
28234
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28256
|
-
"line":
|
|
28235
|
+
"line": 93
|
|
28257
28236
|
},
|
|
28258
28237
|
"name": "workflows",
|
|
28259
28238
|
"type": {
|
|
@@ -28272,7 +28251,7 @@
|
|
|
28272
28251
|
},
|
|
28273
28252
|
"locationInModule": {
|
|
28274
28253
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28275
|
-
"line":
|
|
28254
|
+
"line": 107
|
|
28276
28255
|
},
|
|
28277
28256
|
"name": "containerOptions",
|
|
28278
28257
|
"optional": true,
|
|
@@ -28294,7 +28273,7 @@
|
|
|
28294
28273
|
"kind": "interface",
|
|
28295
28274
|
"locationInModule": {
|
|
28296
28275
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28297
|
-
"line":
|
|
28276
|
+
"line": 21
|
|
28298
28277
|
},
|
|
28299
28278
|
"name": "UpgradeDependenciesOptions",
|
|
28300
28279
|
"namespace": "javascript",
|
|
@@ -28309,7 +28288,7 @@
|
|
|
28309
28288
|
"immutable": true,
|
|
28310
28289
|
"locationInModule": {
|
|
28311
28290
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28312
|
-
"line":
|
|
28291
|
+
"line": 28
|
|
28313
28292
|
},
|
|
28314
28293
|
"name": "exclude",
|
|
28315
28294
|
"optional": true,
|
|
@@ -28332,7 +28311,7 @@
|
|
|
28332
28311
|
"immutable": true,
|
|
28333
28312
|
"locationInModule": {
|
|
28334
28313
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28335
|
-
"line":
|
|
28314
|
+
"line": 75
|
|
28336
28315
|
},
|
|
28337
28316
|
"name": "ignoreProjen",
|
|
28338
28317
|
"optional": true,
|
|
@@ -28350,7 +28329,7 @@
|
|
|
28350
28329
|
"immutable": true,
|
|
28351
28330
|
"locationInModule": {
|
|
28352
28331
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28353
|
-
"line":
|
|
28332
|
+
"line": 35
|
|
28354
28333
|
},
|
|
28355
28334
|
"name": "include",
|
|
28356
28335
|
"optional": true,
|
|
@@ -28373,7 +28352,7 @@
|
|
|
28373
28352
|
"immutable": true,
|
|
28374
28353
|
"locationInModule": {
|
|
28375
28354
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28376
|
-
"line":
|
|
28355
|
+
"line": 68
|
|
28377
28356
|
},
|
|
28378
28357
|
"name": "pullRequestTitle",
|
|
28379
28358
|
"optional": true,
|
|
@@ -28391,7 +28370,7 @@
|
|
|
28391
28370
|
"immutable": true,
|
|
28392
28371
|
"locationInModule": {
|
|
28393
28372
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28394
|
-
"line":
|
|
28373
|
+
"line": 82
|
|
28395
28374
|
},
|
|
28396
28375
|
"name": "signoff",
|
|
28397
28376
|
"optional": true,
|
|
@@ -28410,7 +28389,7 @@
|
|
|
28410
28389
|
"immutable": true,
|
|
28411
28390
|
"locationInModule": {
|
|
28412
28391
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28413
|
-
"line":
|
|
28392
|
+
"line": 61
|
|
28414
28393
|
},
|
|
28415
28394
|
"name": "taskName",
|
|
28416
28395
|
"optional": true,
|
|
@@ -28429,7 +28408,7 @@
|
|
|
28429
28408
|
"immutable": true,
|
|
28430
28409
|
"locationInModule": {
|
|
28431
28410
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28432
|
-
"line":
|
|
28411
|
+
"line": 46
|
|
28433
28412
|
},
|
|
28434
28413
|
"name": "workflow",
|
|
28435
28414
|
"optional": true,
|
|
@@ -28448,7 +28427,7 @@
|
|
|
28448
28427
|
"immutable": true,
|
|
28449
28428
|
"locationInModule": {
|
|
28450
28429
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28451
|
-
"line":
|
|
28430
|
+
"line": 53
|
|
28452
28431
|
},
|
|
28453
28432
|
"name": "workflowOptions",
|
|
28454
28433
|
"optional": true,
|
|
@@ -28469,7 +28448,7 @@
|
|
|
28469
28448
|
"kind": "class",
|
|
28470
28449
|
"locationInModule": {
|
|
28471
28450
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28472
|
-
"line":
|
|
28451
|
+
"line": 394
|
|
28473
28452
|
},
|
|
28474
28453
|
"methods": [
|
|
28475
28454
|
{
|
|
@@ -28479,7 +28458,7 @@
|
|
|
28479
28458
|
},
|
|
28480
28459
|
"locationInModule": {
|
|
28481
28460
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28482
|
-
"line":
|
|
28461
|
+
"line": 424
|
|
28483
28462
|
},
|
|
28484
28463
|
"name": "expressions",
|
|
28485
28464
|
"parameters": [
|
|
@@ -28515,7 +28494,7 @@
|
|
|
28515
28494
|
"immutable": true,
|
|
28516
28495
|
"locationInModule": {
|
|
28517
28496
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28518
|
-
"line":
|
|
28497
|
+
"line": 404
|
|
28519
28498
|
},
|
|
28520
28499
|
"name": "DAILY",
|
|
28521
28500
|
"static": true,
|
|
@@ -28532,7 +28511,7 @@
|
|
|
28532
28511
|
"immutable": true,
|
|
28533
28512
|
"locationInModule": {
|
|
28534
28513
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28535
|
-
"line":
|
|
28514
|
+
"line": 419
|
|
28536
28515
|
},
|
|
28537
28516
|
"name": "MONTHLY",
|
|
28538
28517
|
"static": true,
|
|
@@ -28549,7 +28528,7 @@
|
|
|
28549
28528
|
"immutable": true,
|
|
28550
28529
|
"locationInModule": {
|
|
28551
28530
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28552
|
-
"line":
|
|
28531
|
+
"line": 399
|
|
28553
28532
|
},
|
|
28554
28533
|
"name": "NEVER",
|
|
28555
28534
|
"static": true,
|
|
@@ -28566,7 +28545,7 @@
|
|
|
28566
28545
|
"immutable": true,
|
|
28567
28546
|
"locationInModule": {
|
|
28568
28547
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28569
|
-
"line":
|
|
28548
|
+
"line": 409
|
|
28570
28549
|
},
|
|
28571
28550
|
"name": "WEEKDAY",
|
|
28572
28551
|
"static": true,
|
|
@@ -28583,7 +28562,7 @@
|
|
|
28583
28562
|
"immutable": true,
|
|
28584
28563
|
"locationInModule": {
|
|
28585
28564
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28586
|
-
"line":
|
|
28565
|
+
"line": 414
|
|
28587
28566
|
},
|
|
28588
28567
|
"name": "WEEKLY",
|
|
28589
28568
|
"static": true,
|
|
@@ -28598,7 +28577,7 @@
|
|
|
28598
28577
|
"immutable": true,
|
|
28599
28578
|
"locationInModule": {
|
|
28600
28579
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28601
|
-
"line":
|
|
28580
|
+
"line": 428
|
|
28602
28581
|
},
|
|
28603
28582
|
"name": "cron",
|
|
28604
28583
|
"type": {
|
|
@@ -28624,7 +28603,7 @@
|
|
|
28624
28603
|
"kind": "interface",
|
|
28625
28604
|
"locationInModule": {
|
|
28626
28605
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28627
|
-
"line":
|
|
28606
|
+
"line": 332
|
|
28628
28607
|
},
|
|
28629
28608
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
28630
28609
|
"namespace": "javascript",
|
|
@@ -28639,7 +28618,7 @@
|
|
|
28639
28618
|
"immutable": true,
|
|
28640
28619
|
"locationInModule": {
|
|
28641
28620
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28642
|
-
"line":
|
|
28621
|
+
"line": 376
|
|
28643
28622
|
},
|
|
28644
28623
|
"name": "branches",
|
|
28645
28624
|
"optional": true,
|
|
@@ -28662,7 +28641,7 @@
|
|
|
28662
28641
|
"immutable": true,
|
|
28663
28642
|
"locationInModule": {
|
|
28664
28643
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28665
|
-
"line":
|
|
28644
|
+
"line": 369
|
|
28666
28645
|
},
|
|
28667
28646
|
"name": "container",
|
|
28668
28647
|
"optional": true,
|
|
@@ -28683,7 +28662,7 @@
|
|
|
28683
28662
|
"immutable": true,
|
|
28684
28663
|
"locationInModule": {
|
|
28685
28664
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28686
|
-
"line":
|
|
28665
|
+
"line": 382
|
|
28687
28666
|
},
|
|
28688
28667
|
"name": "gitIdentity",
|
|
28689
28668
|
"optional": true,
|
|
@@ -28701,7 +28680,7 @@
|
|
|
28701
28680
|
"immutable": true,
|
|
28702
28681
|
"locationInModule": {
|
|
28703
28682
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28704
|
-
"line":
|
|
28683
|
+
"line": 362
|
|
28705
28684
|
},
|
|
28706
28685
|
"name": "labels",
|
|
28707
28686
|
"optional": true,
|
|
@@ -28714,26 +28693,6 @@
|
|
|
28714
28693
|
}
|
|
28715
28694
|
}
|
|
28716
28695
|
},
|
|
28717
|
-
{
|
|
28718
|
-
"abstract": true,
|
|
28719
|
-
"docs": {
|
|
28720
|
-
"default": "true",
|
|
28721
|
-
"remarks": "When true, the workflow will run the project build task after the dependency upgrade.\nThis means that the PR created will include any changes caused by the `build` command,\n(e.g project synth changes, test snapshots)\n\nThis is necessary when using the default github token.",
|
|
28722
|
-
"see": "`secret` for more details.",
|
|
28723
|
-
"stability": "experimental",
|
|
28724
|
-
"summary": "Execute 'build' after the upgrade."
|
|
28725
|
-
},
|
|
28726
|
-
"immutable": true,
|
|
28727
|
-
"locationInModule": {
|
|
28728
|
-
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28729
|
-
"line": 454
|
|
28730
|
-
},
|
|
28731
|
-
"name": "rebuild",
|
|
28732
|
-
"optional": true,
|
|
28733
|
-
"type": {
|
|
28734
|
-
"primitive": "boolean"
|
|
28735
|
-
}
|
|
28736
|
-
},
|
|
28737
28696
|
{
|
|
28738
28697
|
"abstract": true,
|
|
28739
28698
|
"docs": {
|
|
@@ -28744,7 +28703,7 @@
|
|
|
28744
28703
|
"immutable": true,
|
|
28745
28704
|
"locationInModule": {
|
|
28746
28705
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28747
|
-
"line":
|
|
28706
|
+
"line": 388
|
|
28748
28707
|
},
|
|
28749
28708
|
"name": "runsOn",
|
|
28750
28709
|
"optional": true,
|
|
@@ -28767,7 +28726,7 @@
|
|
|
28767
28726
|
"immutable": true,
|
|
28768
28727
|
"locationInModule": {
|
|
28769
28728
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28770
|
-
"line":
|
|
28729
|
+
"line": 339
|
|
28771
28730
|
},
|
|
28772
28731
|
"name": "schedule",
|
|
28773
28732
|
"optional": true,
|
|
@@ -28787,7 +28746,7 @@
|
|
|
28787
28746
|
"immutable": true,
|
|
28788
28747
|
"locationInModule": {
|
|
28789
28748
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28790
|
-
"line":
|
|
28749
|
+
"line": 355
|
|
28791
28750
|
},
|
|
28792
28751
|
"name": "secret",
|
|
28793
28752
|
"optional": true,
|
|
@@ -31357,7 +31316,7 @@
|
|
|
31357
31316
|
"kind": "interface",
|
|
31358
31317
|
"locationInModule": {
|
|
31359
31318
|
"filename": "src/release/release.ts",
|
|
31360
|
-
"line":
|
|
31319
|
+
"line": 522
|
|
31361
31320
|
},
|
|
31362
31321
|
"name": "BranchOptions",
|
|
31363
31322
|
"namespace": "release",
|
|
@@ -31371,7 +31330,7 @@
|
|
|
31371
31330
|
"immutable": true,
|
|
31372
31331
|
"locationInModule": {
|
|
31373
31332
|
"filename": "src/release/release.ts",
|
|
31374
|
-
"line":
|
|
31333
|
+
"line": 532
|
|
31375
31334
|
},
|
|
31376
31335
|
"name": "majorVersion",
|
|
31377
31336
|
"type": {
|
|
@@ -31388,7 +31347,7 @@
|
|
|
31388
31347
|
"immutable": true,
|
|
31389
31348
|
"locationInModule": {
|
|
31390
31349
|
"filename": "src/release/release.ts",
|
|
31391
|
-
"line":
|
|
31350
|
+
"line": 560
|
|
31392
31351
|
},
|
|
31393
31352
|
"name": "npmDistTag",
|
|
31394
31353
|
"optional": true,
|
|
@@ -31406,7 +31365,7 @@
|
|
|
31406
31365
|
"immutable": true,
|
|
31407
31366
|
"locationInModule": {
|
|
31408
31367
|
"filename": "src/release/release.ts",
|
|
31409
|
-
"line":
|
|
31368
|
+
"line": 539
|
|
31410
31369
|
},
|
|
31411
31370
|
"name": "prerelease",
|
|
31412
31371
|
"optional": true,
|
|
@@ -31425,7 +31384,7 @@
|
|
|
31425
31384
|
"immutable": true,
|
|
31426
31385
|
"locationInModule": {
|
|
31427
31386
|
"filename": "src/release/release.ts",
|
|
31428
|
-
"line":
|
|
31387
|
+
"line": 553
|
|
31429
31388
|
},
|
|
31430
31389
|
"name": "tagPrefix",
|
|
31431
31390
|
"optional": true,
|
|
@@ -31443,7 +31402,7 @@
|
|
|
31443
31402
|
"immutable": true,
|
|
31444
31403
|
"locationInModule": {
|
|
31445
31404
|
"filename": "src/release/release.ts",
|
|
31446
|
-
"line":
|
|
31405
|
+
"line": 527
|
|
31447
31406
|
},
|
|
31448
31407
|
"name": "workflowName",
|
|
31449
31408
|
"optional": true,
|
|
@@ -32928,7 +32887,7 @@
|
|
|
32928
32887
|
},
|
|
32929
32888
|
"locationInModule": {
|
|
32930
32889
|
"filename": "src/release/release.ts",
|
|
32931
|
-
"line":
|
|
32890
|
+
"line": 252
|
|
32932
32891
|
},
|
|
32933
32892
|
"parameters": [
|
|
32934
32893
|
{
|
|
@@ -32948,7 +32907,7 @@
|
|
|
32948
32907
|
"kind": "class",
|
|
32949
32908
|
"locationInModule": {
|
|
32950
32909
|
"filename": "src/release/release.ts",
|
|
32951
|
-
"line":
|
|
32910
|
+
"line": 228
|
|
32952
32911
|
},
|
|
32953
32912
|
"methods": [
|
|
32954
32913
|
{
|
|
@@ -32959,7 +32918,7 @@
|
|
|
32959
32918
|
},
|
|
32960
32919
|
"locationInModule": {
|
|
32961
32920
|
"filename": "src/release/release.ts",
|
|
32962
|
-
"line":
|
|
32921
|
+
"line": 334
|
|
32963
32922
|
},
|
|
32964
32923
|
"name": "addBranch",
|
|
32965
32924
|
"parameters": [
|
|
@@ -32990,7 +32949,7 @@
|
|
|
32990
32949
|
},
|
|
32991
32950
|
"locationInModule": {
|
|
32992
32951
|
"filename": "src/release/release.ts",
|
|
32993
|
-
"line":
|
|
32952
|
+
"line": 385
|
|
32994
32953
|
},
|
|
32995
32954
|
"name": "addJobs",
|
|
32996
32955
|
"parameters": [
|
|
@@ -33017,7 +32976,7 @@
|
|
|
33017
32976
|
},
|
|
33018
32977
|
"locationInModule": {
|
|
33019
32978
|
"filename": "src/release/release.ts",
|
|
33020
|
-
"line":
|
|
32979
|
+
"line": 370
|
|
33021
32980
|
},
|
|
33022
32981
|
"name": "preSynthesize",
|
|
33023
32982
|
"overrides": "projen.Component"
|
|
@@ -33034,7 +32993,7 @@
|
|
|
33034
32993
|
"immutable": true,
|
|
33035
32994
|
"locationInModule": {
|
|
33036
32995
|
"filename": "src/release/release.ts",
|
|
33037
|
-
"line":
|
|
32996
|
+
"line": 250
|
|
33038
32997
|
},
|
|
33039
32998
|
"name": "artifactsDirectory",
|
|
33040
32999
|
"type": {
|
|
@@ -33049,7 +33008,7 @@
|
|
|
33049
33008
|
"immutable": true,
|
|
33050
33009
|
"locationInModule": {
|
|
33051
33010
|
"filename": "src/release/release.ts",
|
|
33052
|
-
"line":
|
|
33011
|
+
"line": 394
|
|
33053
33012
|
},
|
|
33054
33013
|
"name": "branches",
|
|
33055
33014
|
"type": {
|
|
@@ -33069,7 +33028,7 @@
|
|
|
33069
33028
|
"immutable": true,
|
|
33070
33029
|
"locationInModule": {
|
|
33071
33030
|
"filename": "src/release/release.ts",
|
|
33072
|
-
"line":
|
|
33031
|
+
"line": 232
|
|
33073
33032
|
},
|
|
33074
33033
|
"name": "publisher",
|
|
33075
33034
|
"type": {
|
|
@@ -33093,7 +33052,7 @@
|
|
|
33093
33052
|
"kind": "interface",
|
|
33094
33053
|
"locationInModule": {
|
|
33095
33054
|
"filename": "src/release/release.ts",
|
|
33096
|
-
"line":
|
|
33055
|
+
"line": 181
|
|
33097
33056
|
},
|
|
33098
33057
|
"name": "ReleaseOptions",
|
|
33099
33058
|
"namespace": "release",
|
|
@@ -33108,7 +33067,7 @@
|
|
|
33108
33067
|
"immutable": true,
|
|
33109
33068
|
"locationInModule": {
|
|
33110
33069
|
"filename": "src/release/release.ts",
|
|
33111
|
-
"line":
|
|
33070
|
+
"line": 219
|
|
33112
33071
|
},
|
|
33113
33072
|
"name": "artifactsDirectory",
|
|
33114
33073
|
"type": {
|
|
@@ -33125,7 +33084,7 @@
|
|
|
33125
33084
|
"immutable": true,
|
|
33126
33085
|
"locationInModule": {
|
|
33127
33086
|
"filename": "src/release/release.ts",
|
|
33128
|
-
"line":
|
|
33087
|
+
"line": 204
|
|
33129
33088
|
},
|
|
33130
33089
|
"name": "branch",
|
|
33131
33090
|
"type": {
|
|
@@ -33142,7 +33101,7 @@
|
|
|
33142
33101
|
"immutable": true,
|
|
33143
33102
|
"locationInModule": {
|
|
33144
33103
|
"filename": "src/release/release.ts",
|
|
33145
|
-
"line":
|
|
33104
|
+
"line": 187
|
|
33146
33105
|
},
|
|
33147
33106
|
"name": "task",
|
|
33148
33107
|
"type": {
|
|
@@ -33159,7 +33118,7 @@
|
|
|
33159
33118
|
"immutable": true,
|
|
33160
33119
|
"locationInModule": {
|
|
33161
33120
|
"filename": "src/release/release.ts",
|
|
33162
|
-
"line":
|
|
33121
|
+
"line": 194
|
|
33163
33122
|
},
|
|
33164
33123
|
"name": "versionFile",
|
|
33165
33124
|
"type": {
|
|
@@ -33176,7 +33135,7 @@
|
|
|
33176
33135
|
"immutable": true,
|
|
33177
33136
|
"locationInModule": {
|
|
33178
33137
|
"filename": "src/release/release.ts",
|
|
33179
|
-
"line":
|
|
33138
|
+
"line": 211
|
|
33180
33139
|
},
|
|
33181
33140
|
"name": "githubRelease",
|
|
33182
33141
|
"optional": true,
|
|
@@ -33203,24 +33162,6 @@
|
|
|
33203
33162
|
"name": "ReleaseProjectOptions",
|
|
33204
33163
|
"namespace": "release",
|
|
33205
33164
|
"properties": [
|
|
33206
|
-
{
|
|
33207
|
-
"abstract": true,
|
|
33208
|
-
"docs": {
|
|
33209
|
-
"default": "true",
|
|
33210
|
-
"stability": "experimental",
|
|
33211
|
-
"summary": "Checks that after build there are no modified files on git."
|
|
33212
|
-
},
|
|
33213
|
-
"immutable": true,
|
|
33214
|
-
"locationInModule": {
|
|
33215
|
-
"filename": "src/release/release.ts",
|
|
33216
|
-
"line": 73
|
|
33217
|
-
},
|
|
33218
|
-
"name": "antitamper",
|
|
33219
|
-
"optional": true,
|
|
33220
|
-
"type": {
|
|
33221
|
-
"primitive": "boolean"
|
|
33222
|
-
}
|
|
33223
|
-
},
|
|
33224
33165
|
{
|
|
33225
33166
|
"abstract": true,
|
|
33226
33167
|
"docs": {
|
|
@@ -33250,7 +33191,7 @@
|
|
|
33250
33191
|
"immutable": true,
|
|
33251
33192
|
"locationInModule": {
|
|
33252
33193
|
"filename": "src/release/release.ts",
|
|
33253
|
-
"line":
|
|
33194
|
+
"line": 77
|
|
33254
33195
|
},
|
|
33255
33196
|
"name": "majorVersion",
|
|
33256
33197
|
"optional": true,
|
|
@@ -33269,7 +33210,7 @@
|
|
|
33269
33210
|
"immutable": true,
|
|
33270
33211
|
"locationInModule": {
|
|
33271
33212
|
"filename": "src/release/release.ts",
|
|
33272
|
-
"line":
|
|
33213
|
+
"line": 95
|
|
33273
33214
|
},
|
|
33274
33215
|
"name": "npmDistTag",
|
|
33275
33216
|
"optional": true,
|
|
@@ -33310,7 +33251,7 @@
|
|
|
33310
33251
|
"immutable": true,
|
|
33311
33252
|
"locationInModule": {
|
|
33312
33253
|
"filename": "src/release/release.ts",
|
|
33313
|
-
"line":
|
|
33254
|
+
"line": 85
|
|
33314
33255
|
},
|
|
33315
33256
|
"name": "prerelease",
|
|
33316
33257
|
"optional": true,
|
|
@@ -33328,7 +33269,7 @@
|
|
|
33328
33269
|
"immutable": true,
|
|
33329
33270
|
"locationInModule": {
|
|
33330
33271
|
"filename": "src/release/release.ts",
|
|
33331
|
-
"line":
|
|
33272
|
+
"line": 175
|
|
33332
33273
|
},
|
|
33333
33274
|
"name": "publishDryRun",
|
|
33334
33275
|
"optional": true,
|
|
@@ -33347,7 +33288,7 @@
|
|
|
33347
33288
|
"immutable": true,
|
|
33348
33289
|
"locationInModule": {
|
|
33349
33290
|
"filename": "src/release/release.ts",
|
|
33350
|
-
"line":
|
|
33291
|
+
"line": 168
|
|
33351
33292
|
},
|
|
33352
33293
|
"name": "publishTasks",
|
|
33353
33294
|
"optional": true,
|
|
@@ -33366,7 +33307,7 @@
|
|
|
33366
33307
|
"immutable": true,
|
|
33367
33308
|
"locationInModule": {
|
|
33368
33309
|
"filename": "src/release/release.ts",
|
|
33369
|
-
"line":
|
|
33310
|
+
"line": 115
|
|
33370
33311
|
},
|
|
33371
33312
|
"name": "releaseBranches",
|
|
33372
33313
|
"optional": true,
|
|
@@ -33408,7 +33349,7 @@
|
|
|
33408
33349
|
"immutable": true,
|
|
33409
33350
|
"locationInModule": {
|
|
33410
33351
|
"filename": "src/release/release.ts",
|
|
33411
|
-
"line":
|
|
33352
|
+
"line": 122
|
|
33412
33353
|
},
|
|
33413
33354
|
"name": "releaseFailureIssue",
|
|
33414
33355
|
"optional": true,
|
|
@@ -33427,7 +33368,7 @@
|
|
|
33427
33368
|
"immutable": true,
|
|
33428
33369
|
"locationInModule": {
|
|
33429
33370
|
"filename": "src/release/release.ts",
|
|
33430
|
-
"line":
|
|
33371
|
+
"line": 130
|
|
33431
33372
|
},
|
|
33432
33373
|
"name": "releaseFailureIssueLabel",
|
|
33433
33374
|
"optional": true,
|
|
@@ -33465,7 +33406,7 @@
|
|
|
33465
33406
|
"immutable": true,
|
|
33466
33407
|
"locationInModule": {
|
|
33467
33408
|
"filename": "src/release/release.ts",
|
|
33468
|
-
"line":
|
|
33409
|
+
"line": 144
|
|
33469
33410
|
},
|
|
33470
33411
|
"name": "releaseTagPrefix",
|
|
33471
33412
|
"optional": true,
|
|
@@ -33501,7 +33442,7 @@
|
|
|
33501
33442
|
"immutable": true,
|
|
33502
33443
|
"locationInModule": {
|
|
33503
33444
|
"filename": "src/release/release.ts",
|
|
33504
|
-
"line":
|
|
33445
|
+
"line": 102
|
|
33505
33446
|
},
|
|
33506
33447
|
"name": "releaseWorkflowName",
|
|
33507
33448
|
"optional": true,
|
|
@@ -33542,7 +33483,7 @@
|
|
|
33542
33483
|
"immutable": true,
|
|
33543
33484
|
"locationInModule": {
|
|
33544
33485
|
"filename": "src/release/release.ts",
|
|
33545
|
-
"line":
|
|
33486
|
+
"line": 152
|
|
33546
33487
|
},
|
|
33547
33488
|
"name": "versionrcOptions",
|
|
33548
33489
|
"optional": true,
|
|
@@ -33583,7 +33524,7 @@
|
|
|
33583
33524
|
"immutable": true,
|
|
33584
33525
|
"locationInModule": {
|
|
33585
33526
|
"filename": "src/release/release.ts",
|
|
33586
|
-
"line":
|
|
33527
|
+
"line": 158
|
|
33587
33528
|
},
|
|
33588
33529
|
"name": "workflowRunsOn",
|
|
33589
33530
|
"optional": true,
|
|
@@ -36360,6 +36301,6 @@
|
|
|
36360
36301
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
36361
36302
|
}
|
|
36362
36303
|
},
|
|
36363
|
-
"version": "0.
|
|
36364
|
-
"fingerprint": "
|
|
36304
|
+
"version": "0.47.0",
|
|
36305
|
+
"fingerprint": "PRfyDyvPd8px/yWWXYUCbCDESCJYkBgKntv/oXjn06Y="
|
|
36365
36306
|
}
|