projen 0.46.1 → 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 +398 -408
- package/API.md +138 -76
- package/bin/projen +0 -0
- package/changelog.md +11 -0
- package/lib/awscdk/auto-discover.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +3 -3
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.d.ts +1 -1
- package/lib/awscdk/cdk-config.js +2 -2
- package/lib/awscdk/cdk-tasks.d.ts +6 -0
- package/lib/awscdk/cdk-tasks.js +7 -3
- 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 +121 -121
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.d.ts +1 -0
- package/lib/cdk/jsii-project.js +44 -29
- 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 +5 -5
- package/lib/github/constants.js +7 -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.d.ts +12 -0
- package/lib/javascript/node-package.js +6 -2
- 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 +4 -4
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +0 -8
- package/lib/release/release.js +12 -14
- 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/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
- package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
- package/node_modules/xmlbuilder2/node_modules/@types/node/tls.d.ts +2 -1
- package/package.json +2 -2
- package/releasetag.txt +1 -0
- package/version.txt +1 -0
- package/dist/changelog.md +0 -7
- package/dist/releasetag.txt +0 -1
- package/dist/version.txt +0 -1
package/.jsii
CHANGED
|
@@ -10388,7 +10388,7 @@
|
|
|
10388
10388
|
"type": {
|
|
10389
10389
|
"collection": {
|
|
10390
10390
|
"elementtype": {
|
|
10391
|
-
"primitive": "
|
|
10391
|
+
"primitive": "any"
|
|
10392
10392
|
},
|
|
10393
10393
|
"kind": "map"
|
|
10394
10394
|
}
|
|
@@ -10531,7 +10531,7 @@
|
|
|
10531
10531
|
},
|
|
10532
10532
|
"locationInModule": {
|
|
10533
10533
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10534
|
-
"line":
|
|
10534
|
+
"line": 39
|
|
10535
10535
|
},
|
|
10536
10536
|
"parameters": [
|
|
10537
10537
|
{
|
|
@@ -10558,7 +10558,7 @@
|
|
|
10558
10558
|
"immutable": true,
|
|
10559
10559
|
"locationInModule": {
|
|
10560
10560
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10561
|
-
"line":
|
|
10561
|
+
"line": 22
|
|
10562
10562
|
},
|
|
10563
10563
|
"name": "deploy",
|
|
10564
10564
|
"type": {
|
|
@@ -10573,7 +10573,7 @@
|
|
|
10573
10573
|
"immutable": true,
|
|
10574
10574
|
"locationInModule": {
|
|
10575
10575
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10576
|
-
"line":
|
|
10576
|
+
"line": 27
|
|
10577
10577
|
},
|
|
10578
10578
|
"name": "destroy",
|
|
10579
10579
|
"type": {
|
|
@@ -10588,7 +10588,7 @@
|
|
|
10588
10588
|
"immutable": true,
|
|
10589
10589
|
"locationInModule": {
|
|
10590
10590
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10591
|
-
"line":
|
|
10591
|
+
"line": 32
|
|
10592
10592
|
},
|
|
10593
10593
|
"name": "diff",
|
|
10594
10594
|
"type": {
|
|
@@ -10610,6 +10610,21 @@
|
|
|
10610
10610
|
"fqn": "projen.Task"
|
|
10611
10611
|
}
|
|
10612
10612
|
},
|
|
10613
|
+
{
|
|
10614
|
+
"docs": {
|
|
10615
|
+
"stability": "experimental",
|
|
10616
|
+
"summary": "Synthesizes your app and suppresses stdout."
|
|
10617
|
+
},
|
|
10618
|
+
"immutable": true,
|
|
10619
|
+
"locationInModule": {
|
|
10620
|
+
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10621
|
+
"line": 17
|
|
10622
|
+
},
|
|
10623
|
+
"name": "synthSilent",
|
|
10624
|
+
"type": {
|
|
10625
|
+
"fqn": "projen.Task"
|
|
10626
|
+
}
|
|
10627
|
+
},
|
|
10613
10628
|
{
|
|
10614
10629
|
"docs": {
|
|
10615
10630
|
"stability": "experimental",
|
|
@@ -10618,7 +10633,7 @@
|
|
|
10618
10633
|
"immutable": true,
|
|
10619
10634
|
"locationInModule": {
|
|
10620
10635
|
"filename": "src/awscdk/cdk-tasks.ts",
|
|
10621
|
-
"line":
|
|
10636
|
+
"line": 37
|
|
10622
10637
|
},
|
|
10623
10638
|
"name": "watch",
|
|
10624
10639
|
"type": {
|
|
@@ -11233,7 +11248,7 @@
|
|
|
11233
11248
|
},
|
|
11234
11249
|
"locationInModule": {
|
|
11235
11250
|
"filename": "src/build/build-workflow.ts",
|
|
11236
|
-
"line":
|
|
11251
|
+
"line": 85
|
|
11237
11252
|
},
|
|
11238
11253
|
"parameters": [
|
|
11239
11254
|
{
|
|
@@ -11258,12 +11273,13 @@
|
|
|
11258
11273
|
"methods": [
|
|
11259
11274
|
{
|
|
11260
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.",
|
|
11261
11277
|
"stability": "experimental",
|
|
11262
11278
|
"summary": "Adds another job to the build workflow which is executed after the build job succeeded."
|
|
11263
11279
|
},
|
|
11264
11280
|
"locationInModule": {
|
|
11265
11281
|
"filename": "src/build/build-workflow.ts",
|
|
11266
|
-
"line":
|
|
11282
|
+
"line": 161
|
|
11267
11283
|
},
|
|
11268
11284
|
"name": "addPostBuildJob",
|
|
11269
11285
|
"parameters": [
|
|
@@ -11294,7 +11310,7 @@
|
|
|
11294
11310
|
},
|
|
11295
11311
|
"locationInModule": {
|
|
11296
11312
|
"filename": "src/build/build-workflow.ts",
|
|
11297
|
-
"line":
|
|
11313
|
+
"line": 146
|
|
11298
11314
|
},
|
|
11299
11315
|
"name": "addPostBuildSteps",
|
|
11300
11316
|
"parameters": [
|
|
@@ -11323,7 +11339,7 @@
|
|
|
11323
11339
|
"immutable": true,
|
|
11324
11340
|
"locationInModule": {
|
|
11325
11341
|
"filename": "src/build/build-workflow.ts",
|
|
11326
|
-
"line":
|
|
11342
|
+
"line": 138
|
|
11327
11343
|
},
|
|
11328
11344
|
"name": "buildJobIds",
|
|
11329
11345
|
"type": {
|
|
@@ -11348,7 +11364,7 @@
|
|
|
11348
11364
|
"kind": "interface",
|
|
11349
11365
|
"locationInModule": {
|
|
11350
11366
|
"filename": "src/build/build-workflow.ts",
|
|
11351
|
-
"line":
|
|
11367
|
+
"line": 17
|
|
11352
11368
|
},
|
|
11353
11369
|
"name": "BuildWorkflowOptions",
|
|
11354
11370
|
"namespace": "build",
|
|
@@ -11362,7 +11378,7 @@
|
|
|
11362
11378
|
"immutable": true,
|
|
11363
11379
|
"locationInModule": {
|
|
11364
11380
|
"filename": "src/build/build-workflow.ts",
|
|
11365
|
-
"line":
|
|
11381
|
+
"line": 26
|
|
11366
11382
|
},
|
|
11367
11383
|
"name": "artifactsDirectory",
|
|
11368
11384
|
"type": {
|
|
@@ -11378,31 +11394,13 @@
|
|
|
11378
11394
|
"immutable": true,
|
|
11379
11395
|
"locationInModule": {
|
|
11380
11396
|
"filename": "src/build/build-workflow.ts",
|
|
11381
|
-
"line":
|
|
11397
|
+
"line": 21
|
|
11382
11398
|
},
|
|
11383
11399
|
"name": "buildTask",
|
|
11384
11400
|
"type": {
|
|
11385
11401
|
"fqn": "projen.Task"
|
|
11386
11402
|
}
|
|
11387
11403
|
},
|
|
11388
|
-
{
|
|
11389
|
-
"abstract": true,
|
|
11390
|
-
"docs": {
|
|
11391
|
-
"default": "true",
|
|
11392
|
-
"stability": "experimental",
|
|
11393
|
-
"summary": "Enable anti-tamper check."
|
|
11394
|
-
},
|
|
11395
|
-
"immutable": true,
|
|
11396
|
-
"locationInModule": {
|
|
11397
|
-
"filename": "src/build/build-workflow.ts",
|
|
11398
|
-
"line": 71
|
|
11399
|
-
},
|
|
11400
|
-
"name": "antitamper",
|
|
11401
|
-
"optional": true,
|
|
11402
|
-
"type": {
|
|
11403
|
-
"primitive": "boolean"
|
|
11404
|
-
}
|
|
11405
|
-
},
|
|
11406
11404
|
{
|
|
11407
11405
|
"abstract": true,
|
|
11408
11406
|
"docs": {
|
|
@@ -11413,7 +11411,7 @@
|
|
|
11413
11411
|
"immutable": true,
|
|
11414
11412
|
"locationInModule": {
|
|
11415
11413
|
"filename": "src/build/build-workflow.ts",
|
|
11416
|
-
"line":
|
|
11414
|
+
"line": 32
|
|
11417
11415
|
},
|
|
11418
11416
|
"name": "containerImage",
|
|
11419
11417
|
"optional": true,
|
|
@@ -11431,7 +11429,7 @@
|
|
|
11431
11429
|
"immutable": true,
|
|
11432
11430
|
"locationInModule": {
|
|
11433
11431
|
"filename": "src/build/build-workflow.ts",
|
|
11434
|
-
"line":
|
|
11432
|
+
"line": 71
|
|
11435
11433
|
},
|
|
11436
11434
|
"name": "env",
|
|
11437
11435
|
"optional": true,
|
|
@@ -11454,7 +11452,7 @@
|
|
|
11454
11452
|
"immutable": true,
|
|
11455
11453
|
"locationInModule": {
|
|
11456
11454
|
"filename": "src/build/build-workflow.ts",
|
|
11457
|
-
"line":
|
|
11455
|
+
"line": 65
|
|
11458
11456
|
},
|
|
11459
11457
|
"name": "gitIdentity",
|
|
11460
11458
|
"optional": true,
|
|
@@ -11466,14 +11464,14 @@
|
|
|
11466
11464
|
"abstract": true,
|
|
11467
11465
|
"docs": {
|
|
11468
11466
|
"default": "true",
|
|
11469
|
-
"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.",
|
|
11470
11468
|
"stability": "experimental",
|
|
11471
11469
|
"summary": "Automatically update files modified during builds to pull-request branches."
|
|
11472
11470
|
},
|
|
11473
11471
|
"immutable": true,
|
|
11474
11472
|
"locationInModule": {
|
|
11475
11473
|
"filename": "src/build/build-workflow.ts",
|
|
11476
|
-
"line":
|
|
11474
|
+
"line": 47
|
|
11477
11475
|
},
|
|
11478
11476
|
"name": "mutableBuild",
|
|
11479
11477
|
"optional": true,
|
|
@@ -11491,7 +11489,7 @@
|
|
|
11491
11489
|
"immutable": true,
|
|
11492
11490
|
"locationInModule": {
|
|
11493
11491
|
"filename": "src/build/build-workflow.ts",
|
|
11494
|
-
"line":
|
|
11492
|
+
"line": 59
|
|
11495
11493
|
},
|
|
11496
11494
|
"name": "postBuildSteps",
|
|
11497
11495
|
"optional": true,
|
|
@@ -11514,7 +11512,7 @@
|
|
|
11514
11512
|
"immutable": true,
|
|
11515
11513
|
"locationInModule": {
|
|
11516
11514
|
"filename": "src/build/build-workflow.ts",
|
|
11517
|
-
"line":
|
|
11515
|
+
"line": 53
|
|
11518
11516
|
},
|
|
11519
11517
|
"name": "preBuildSteps",
|
|
11520
11518
|
"optional": true,
|
|
@@ -12793,7 +12791,7 @@
|
|
|
12793
12791
|
},
|
|
12794
12792
|
"locationInModule": {
|
|
12795
12793
|
"filename": "src/github/auto-approve.ts",
|
|
12796
|
-
"line":
|
|
12794
|
+
"line": 50
|
|
12797
12795
|
},
|
|
12798
12796
|
"parameters": [
|
|
12799
12797
|
{
|
|
@@ -12804,6 +12802,7 @@
|
|
|
12804
12802
|
},
|
|
12805
12803
|
{
|
|
12806
12804
|
"name": "options",
|
|
12805
|
+
"optional": true,
|
|
12807
12806
|
"type": {
|
|
12808
12807
|
"fqn": "projen.github.AutoApproveOptions"
|
|
12809
12808
|
}
|
|
@@ -12813,7 +12812,7 @@
|
|
|
12813
12812
|
"kind": "class",
|
|
12814
12813
|
"locationInModule": {
|
|
12815
12814
|
"filename": "src/github/auto-approve.ts",
|
|
12816
|
-
"line":
|
|
12815
|
+
"line": 47
|
|
12817
12816
|
},
|
|
12818
12817
|
"name": "AutoApprove",
|
|
12819
12818
|
"namespace": "github",
|
|
@@ -12825,7 +12824,7 @@
|
|
|
12825
12824
|
"immutable": true,
|
|
12826
12825
|
"locationInModule": {
|
|
12827
12826
|
"filename": "src/github/auto-approve.ts",
|
|
12828
|
-
"line":
|
|
12827
|
+
"line": 48
|
|
12829
12828
|
},
|
|
12830
12829
|
"name": "label",
|
|
12831
12830
|
"type": {
|
|
@@ -12851,23 +12850,6 @@
|
|
|
12851
12850
|
"name": "AutoApproveOptions",
|
|
12852
12851
|
"namespace": "github",
|
|
12853
12852
|
"properties": [
|
|
12854
|
-
{
|
|
12855
|
-
"abstract": true,
|
|
12856
|
-
"docs": {
|
|
12857
|
-
"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.",
|
|
12858
|
-
"stability": "experimental",
|
|
12859
|
-
"summary": "A GitHub secret name which contains a GitHub Access Token with write permissions for the `pull_request` scope."
|
|
12860
|
-
},
|
|
12861
|
-
"immutable": true,
|
|
12862
|
-
"locationInModule": {
|
|
12863
|
-
"filename": "src/github/auto-approve.ts",
|
|
12864
|
-
"line": 33
|
|
12865
|
-
},
|
|
12866
|
-
"name": "secret",
|
|
12867
|
-
"type": {
|
|
12868
|
-
"primitive": "string"
|
|
12869
|
-
}
|
|
12870
|
-
},
|
|
12871
12853
|
{
|
|
12872
12854
|
"abstract": true,
|
|
12873
12855
|
"docs": {
|
|
@@ -12919,7 +12901,7 @@
|
|
|
12919
12901
|
"immutable": true,
|
|
12920
12902
|
"locationInModule": {
|
|
12921
12903
|
"filename": "src/github/auto-approve.ts",
|
|
12922
|
-
"line":
|
|
12904
|
+
"line": 41
|
|
12923
12905
|
},
|
|
12924
12906
|
"name": "runsOn",
|
|
12925
12907
|
"optional": true,
|
|
@@ -12931,6 +12913,25 @@
|
|
|
12931
12913
|
"kind": "array"
|
|
12932
12914
|
}
|
|
12933
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
|
+
}
|
|
12934
12935
|
}
|
|
12935
12936
|
],
|
|
12936
12937
|
"symbolId": "src/github/auto-approve:AutoApproveOptions"
|
|
@@ -13681,7 +13682,7 @@
|
|
|
13681
13682
|
},
|
|
13682
13683
|
"locationInModule": {
|
|
13683
13684
|
"filename": "src/github/github.ts",
|
|
13684
|
-
"line":
|
|
13685
|
+
"line": 83
|
|
13685
13686
|
},
|
|
13686
13687
|
"parameters": [
|
|
13687
13688
|
{
|
|
@@ -13702,7 +13703,7 @@
|
|
|
13702
13703
|
"kind": "class",
|
|
13703
13704
|
"locationInModule": {
|
|
13704
13705
|
"filename": "src/github/github.ts",
|
|
13705
|
-
"line":
|
|
13706
|
+
"line": 56
|
|
13706
13707
|
},
|
|
13707
13708
|
"methods": [
|
|
13708
13709
|
{
|
|
@@ -13712,7 +13713,7 @@
|
|
|
13712
13713
|
},
|
|
13713
13714
|
"locationInModule": {
|
|
13714
13715
|
"filename": "src/github/github.ts",
|
|
13715
|
-
"line":
|
|
13716
|
+
"line": 61
|
|
13716
13717
|
},
|
|
13717
13718
|
"name": "of",
|
|
13718
13719
|
"parameters": [
|
|
@@ -13737,7 +13738,7 @@
|
|
|
13737
13738
|
},
|
|
13738
13739
|
"locationInModule": {
|
|
13739
13740
|
"filename": "src/github/github.ts",
|
|
13740
|
-
"line":
|
|
13741
|
+
"line": 120
|
|
13741
13742
|
},
|
|
13742
13743
|
"name": "addDependabot",
|
|
13743
13744
|
"parameters": [
|
|
@@ -13761,7 +13762,7 @@
|
|
|
13761
13762
|
},
|
|
13762
13763
|
"locationInModule": {
|
|
13763
13764
|
"filename": "src/github/github.ts",
|
|
13764
|
-
"line":
|
|
13765
|
+
"line": 116
|
|
13765
13766
|
},
|
|
13766
13767
|
"name": "addPullRequestTemplate",
|
|
13767
13768
|
"parameters": [
|
|
@@ -13788,7 +13789,7 @@
|
|
|
13788
13789
|
},
|
|
13789
13790
|
"locationInModule": {
|
|
13790
13791
|
"filename": "src/github/github.ts",
|
|
13791
|
-
"line":
|
|
13792
|
+
"line": 111
|
|
13792
13793
|
},
|
|
13793
13794
|
"name": "addWorkflow",
|
|
13794
13795
|
"parameters": [
|
|
@@ -13816,7 +13817,7 @@
|
|
|
13816
13817
|
},
|
|
13817
13818
|
"locationInModule": {
|
|
13818
13819
|
"filename": "src/github/github.ts",
|
|
13819
|
-
"line":
|
|
13820
|
+
"line": 128
|
|
13820
13821
|
},
|
|
13821
13822
|
"name": "tryFindWorkflow",
|
|
13822
13823
|
"parameters": [
|
|
@@ -13841,6 +13842,21 @@
|
|
|
13841
13842
|
"name": "GitHub",
|
|
13842
13843
|
"namespace": "github",
|
|
13843
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
|
+
},
|
|
13844
13860
|
{
|
|
13845
13861
|
"docs": {
|
|
13846
13862
|
"stability": "experimental",
|
|
@@ -13849,7 +13865,7 @@
|
|
|
13849
13865
|
"immutable": true,
|
|
13850
13866
|
"locationInModule": {
|
|
13851
13867
|
"filename": "src/github/github.ts",
|
|
13852
|
-
"line":
|
|
13868
|
+
"line": 101
|
|
13853
13869
|
},
|
|
13854
13870
|
"name": "workflows",
|
|
13855
13871
|
"type": {
|
|
@@ -13869,7 +13885,7 @@
|
|
|
13869
13885
|
"immutable": true,
|
|
13870
13886
|
"locationInModule": {
|
|
13871
13887
|
"filename": "src/github/github.ts",
|
|
13872
|
-
"line":
|
|
13888
|
+
"line": 75
|
|
13873
13889
|
},
|
|
13874
13890
|
"name": "workflowsEnabled",
|
|
13875
13891
|
"type": {
|
|
@@ -13885,7 +13901,7 @@
|
|
|
13885
13901
|
"immutable": true,
|
|
13886
13902
|
"locationInModule": {
|
|
13887
13903
|
"filename": "src/github/github.ts",
|
|
13888
|
-
"line":
|
|
13904
|
+
"line": 70
|
|
13889
13905
|
},
|
|
13890
13906
|
"name": "mergify",
|
|
13891
13907
|
"optional": true,
|
|
@@ -13947,6 +13963,25 @@
|
|
|
13947
13963
|
"fqn": "projen.github.MergifyOptions"
|
|
13948
13964
|
}
|
|
13949
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
|
+
},
|
|
13950
13985
|
{
|
|
13951
13986
|
"abstract": true,
|
|
13952
13987
|
"docs": {
|
|
@@ -14020,7 +14055,7 @@
|
|
|
14020
14055
|
},
|
|
14021
14056
|
"locationInModule": {
|
|
14022
14057
|
"filename": "src/github/github-project.ts",
|
|
14023
|
-
"line":
|
|
14058
|
+
"line": 176
|
|
14024
14059
|
},
|
|
14025
14060
|
"parameters": [
|
|
14026
14061
|
{
|
|
@@ -14034,7 +14069,7 @@
|
|
|
14034
14069
|
"kind": "class",
|
|
14035
14070
|
"locationInModule": {
|
|
14036
14071
|
"filename": "src/github/github-project.ts",
|
|
14037
|
-
"line":
|
|
14072
|
+
"line": 135
|
|
14038
14073
|
},
|
|
14039
14074
|
"methods": [
|
|
14040
14075
|
{
|
|
@@ -14046,7 +14081,7 @@
|
|
|
14046
14081
|
},
|
|
14047
14082
|
"locationInModule": {
|
|
14048
14083
|
"filename": "src/github/github-project.ts",
|
|
14049
|
-
"line":
|
|
14084
|
+
"line": 220
|
|
14050
14085
|
},
|
|
14051
14086
|
"name": "annotateGenerated",
|
|
14052
14087
|
"overrides": "projen.Project",
|
|
@@ -14073,7 +14108,7 @@
|
|
|
14073
14108
|
"immutable": true,
|
|
14074
14109
|
"locationInModule": {
|
|
14075
14110
|
"filename": "src/github/github-project.ts",
|
|
14076
|
-
"line":
|
|
14111
|
+
"line": 169
|
|
14077
14112
|
},
|
|
14078
14113
|
"name": "projectType",
|
|
14079
14114
|
"type": {
|
|
@@ -14088,7 +14123,7 @@
|
|
|
14088
14123
|
"immutable": true,
|
|
14089
14124
|
"locationInModule": {
|
|
14090
14125
|
"filename": "src/github/github-project.ts",
|
|
14091
|
-
"line":
|
|
14126
|
+
"line": 174
|
|
14092
14127
|
},
|
|
14093
14128
|
"name": "autoApprove",
|
|
14094
14129
|
"optional": true,
|
|
@@ -14105,7 +14140,7 @@
|
|
|
14105
14140
|
"immutable": true,
|
|
14106
14141
|
"locationInModule": {
|
|
14107
14142
|
"filename": "src/github/github-project.ts",
|
|
14108
|
-
"line":
|
|
14143
|
+
"line": 162
|
|
14109
14144
|
},
|
|
14110
14145
|
"name": "devContainer",
|
|
14111
14146
|
"optional": true,
|
|
@@ -14122,7 +14157,7 @@
|
|
|
14122
14157
|
"immutable": true,
|
|
14123
14158
|
"locationInModule": {
|
|
14124
14159
|
"filename": "src/github/github-project.ts",
|
|
14125
|
-
"line":
|
|
14160
|
+
"line": 141
|
|
14126
14161
|
},
|
|
14127
14162
|
"name": "github",
|
|
14128
14163
|
"optional": true,
|
|
@@ -14139,7 +14174,7 @@
|
|
|
14139
14174
|
"immutable": true,
|
|
14140
14175
|
"locationInModule": {
|
|
14141
14176
|
"filename": "src/github/github-project.ts",
|
|
14142
|
-
"line":
|
|
14177
|
+
"line": 155
|
|
14143
14178
|
},
|
|
14144
14179
|
"name": "gitpod",
|
|
14145
14180
|
"optional": true,
|
|
@@ -14156,7 +14191,7 @@
|
|
|
14156
14191
|
"immutable": true,
|
|
14157
14192
|
"locationInModule": {
|
|
14158
14193
|
"filename": "src/github/github-project.ts",
|
|
14159
|
-
"line":
|
|
14194
|
+
"line": 148
|
|
14160
14195
|
},
|
|
14161
14196
|
"name": "vscode",
|
|
14162
14197
|
"optional": true,
|
|
@@ -14371,6 +14406,25 @@
|
|
|
14371
14406
|
"fqn": "projen.ProjectType"
|
|
14372
14407
|
}
|
|
14373
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
|
+
},
|
|
14374
14428
|
{
|
|
14375
14429
|
"abstract": true,
|
|
14376
14430
|
"docs": {
|
|
@@ -14461,7 +14515,7 @@
|
|
|
14461
14515
|
"kind": "interface",
|
|
14462
14516
|
"locationInModule": {
|
|
14463
14517
|
"filename": "src/github/task-workflow.ts",
|
|
14464
|
-
"line":
|
|
14518
|
+
"line": 197
|
|
14465
14519
|
},
|
|
14466
14520
|
"name": "GitIdentity",
|
|
14467
14521
|
"namespace": "github",
|
|
@@ -14475,7 +14529,7 @@
|
|
|
14475
14529
|
"immutable": true,
|
|
14476
14530
|
"locationInModule": {
|
|
14477
14531
|
"filename": "src/github/task-workflow.ts",
|
|
14478
|
-
"line":
|
|
14532
|
+
"line": 206
|
|
14479
14533
|
},
|
|
14480
14534
|
"name": "email",
|
|
14481
14535
|
"type": {
|
|
@@ -14491,7 +14545,7 @@
|
|
|
14491
14545
|
"immutable": true,
|
|
14492
14546
|
"locationInModule": {
|
|
14493
14547
|
"filename": "src/github/task-workflow.ts",
|
|
14494
|
-
"line":
|
|
14548
|
+
"line": 201
|
|
14495
14549
|
},
|
|
14496
14550
|
"name": "name",
|
|
14497
14551
|
"type": {
|
|
@@ -14517,7 +14571,7 @@
|
|
|
14517
14571
|
},
|
|
14518
14572
|
"locationInModule": {
|
|
14519
14573
|
"filename": "src/github/workflows.ts",
|
|
14520
|
-
"line":
|
|
14574
|
+
"line": 63
|
|
14521
14575
|
},
|
|
14522
14576
|
"parameters": [
|
|
14523
14577
|
{
|
|
@@ -14554,7 +14608,7 @@
|
|
|
14554
14608
|
},
|
|
14555
14609
|
"locationInModule": {
|
|
14556
14610
|
"filename": "src/github/workflows.ts",
|
|
14557
|
-
"line":
|
|
14611
|
+
"line": 96
|
|
14558
14612
|
},
|
|
14559
14613
|
"name": "addJob",
|
|
14560
14614
|
"parameters": [
|
|
@@ -14585,7 +14639,7 @@
|
|
|
14585
14639
|
},
|
|
14586
14640
|
"locationInModule": {
|
|
14587
14641
|
"filename": "src/github/workflows.ts",
|
|
14588
|
-
"line":
|
|
14642
|
+
"line": 105
|
|
14589
14643
|
},
|
|
14590
14644
|
"name": "addJobs",
|
|
14591
14645
|
"parameters": [
|
|
@@ -14612,7 +14666,7 @@
|
|
|
14612
14666
|
},
|
|
14613
14667
|
"locationInModule": {
|
|
14614
14668
|
"filename": "src/github/workflows.ts",
|
|
14615
|
-
"line":
|
|
14669
|
+
"line": 84
|
|
14616
14670
|
},
|
|
14617
14671
|
"name": "on",
|
|
14618
14672
|
"parameters": [
|
|
@@ -14646,6 +14700,21 @@
|
|
|
14646
14700
|
"primitive": "string"
|
|
14647
14701
|
}
|
|
14648
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
|
+
},
|
|
14649
14718
|
{
|
|
14650
14719
|
"docs": {
|
|
14651
14720
|
"default": "disabled",
|
|
@@ -14655,7 +14724,7 @@
|
|
|
14655
14724
|
"immutable": true,
|
|
14656
14725
|
"locationInModule": {
|
|
14657
14726
|
"filename": "src/github/workflows.ts",
|
|
14658
|
-
"line":
|
|
14727
|
+
"line": 48
|
|
14659
14728
|
},
|
|
14660
14729
|
"name": "concurrency",
|
|
14661
14730
|
"optional": true,
|
|
@@ -14672,7 +14741,7 @@
|
|
|
14672
14741
|
"immutable": true,
|
|
14673
14742
|
"locationInModule": {
|
|
14674
14743
|
"filename": "src/github/workflows.ts",
|
|
14675
|
-
"line":
|
|
14744
|
+
"line": 53
|
|
14676
14745
|
},
|
|
14677
14746
|
"name": "file",
|
|
14678
14747
|
"optional": true,
|
|
@@ -14749,7 +14818,7 @@
|
|
|
14749
14818
|
"kind": "interface",
|
|
14750
14819
|
"locationInModule": {
|
|
14751
14820
|
"filename": "src/github/workflows.ts",
|
|
14752
|
-
"line":
|
|
14821
|
+
"line": 245
|
|
14753
14822
|
},
|
|
14754
14823
|
"methods": [
|
|
14755
14824
|
{
|
|
@@ -14760,7 +14829,7 @@
|
|
|
14760
14829
|
},
|
|
14761
14830
|
"locationInModule": {
|
|
14762
14831
|
"filename": "src/github/workflows.ts",
|
|
14763
|
-
"line":
|
|
14832
|
+
"line": 249
|
|
14764
14833
|
},
|
|
14765
14834
|
"name": "renderJobs",
|
|
14766
14835
|
"returns": {
|
|
@@ -15582,7 +15651,7 @@
|
|
|
15582
15651
|
},
|
|
15583
15652
|
"locationInModule": {
|
|
15584
15653
|
"filename": "src/github/task-workflow.ts",
|
|
15585
|
-
"line":
|
|
15654
|
+
"line": 119
|
|
15586
15655
|
},
|
|
15587
15656
|
"parameters": [
|
|
15588
15657
|
{
|
|
@@ -15602,7 +15671,7 @@
|
|
|
15602
15671
|
"kind": "class",
|
|
15603
15672
|
"locationInModule": {
|
|
15604
15673
|
"filename": "src/github/task-workflow.ts",
|
|
15605
|
-
"line":
|
|
15674
|
+
"line": 114
|
|
15606
15675
|
},
|
|
15607
15676
|
"name": "TaskWorkflow",
|
|
15608
15677
|
"namespace": "github",
|
|
@@ -15614,7 +15683,7 @@
|
|
|
15614
15683
|
"immutable": true,
|
|
15615
15684
|
"locationInModule": {
|
|
15616
15685
|
"filename": "src/github/task-workflow.ts",
|
|
15617
|
-
"line":
|
|
15686
|
+
"line": 116
|
|
15618
15687
|
},
|
|
15619
15688
|
"name": "jobId",
|
|
15620
15689
|
"type": {
|
|
@@ -15628,7 +15697,7 @@
|
|
|
15628
15697
|
"immutable": true,
|
|
15629
15698
|
"locationInModule": {
|
|
15630
15699
|
"filename": "src/github/task-workflow.ts",
|
|
15631
|
-
"line":
|
|
15700
|
+
"line": 117
|
|
15632
15701
|
},
|
|
15633
15702
|
"name": "artifactsDirectory",
|
|
15634
15703
|
"optional": true,
|
|
@@ -15649,7 +15718,7 @@
|
|
|
15649
15718
|
"kind": "interface",
|
|
15650
15719
|
"locationInModule": {
|
|
15651
15720
|
"filename": "src/github/task-workflow.ts",
|
|
15652
|
-
"line":
|
|
15721
|
+
"line": 10
|
|
15653
15722
|
},
|
|
15654
15723
|
"name": "TaskWorkflowOptions",
|
|
15655
15724
|
"namespace": "github",
|
|
@@ -15663,7 +15732,7 @@
|
|
|
15663
15732
|
"immutable": true,
|
|
15664
15733
|
"locationInModule": {
|
|
15665
15734
|
"filename": "src/github/task-workflow.ts",
|
|
15666
|
-
"line":
|
|
15735
|
+
"line": 14
|
|
15667
15736
|
},
|
|
15668
15737
|
"name": "name",
|
|
15669
15738
|
"type": {
|
|
@@ -15679,7 +15748,7 @@
|
|
|
15679
15748
|
"immutable": true,
|
|
15680
15749
|
"locationInModule": {
|
|
15681
15750
|
"filename": "src/github/task-workflow.ts",
|
|
15682
|
-
"line":
|
|
15751
|
+
"line": 90
|
|
15683
15752
|
},
|
|
15684
15753
|
"name": "permissions",
|
|
15685
15754
|
"type": {
|
|
@@ -15695,7 +15764,7 @@
|
|
|
15695
15764
|
"immutable": true,
|
|
15696
15765
|
"locationInModule": {
|
|
15697
15766
|
"filename": "src/github/task-workflow.ts",
|
|
15698
|
-
"line":
|
|
15767
|
+
"line": 72
|
|
15699
15768
|
},
|
|
15700
15769
|
"name": "task",
|
|
15701
15770
|
"type": {
|
|
@@ -15712,7 +15781,7 @@
|
|
|
15712
15781
|
"immutable": true,
|
|
15713
15782
|
"locationInModule": {
|
|
15714
15783
|
"filename": "src/github/task-workflow.ts",
|
|
15715
|
-
"line":
|
|
15784
|
+
"line": 39
|
|
15716
15785
|
},
|
|
15717
15786
|
"name": "artifactsDirectory",
|
|
15718
15787
|
"optional": true,
|
|
@@ -15730,7 +15799,7 @@
|
|
|
15730
15799
|
"immutable": true,
|
|
15731
15800
|
"locationInModule": {
|
|
15732
15801
|
"filename": "src/github/task-workflow.ts",
|
|
15733
|
-
"line":
|
|
15802
|
+
"line": 60
|
|
15734
15803
|
},
|
|
15735
15804
|
"name": "checkoutWith",
|
|
15736
15805
|
"optional": true,
|
|
@@ -15752,7 +15821,7 @@
|
|
|
15752
15821
|
"immutable": true,
|
|
15753
15822
|
"locationInModule": {
|
|
15754
15823
|
"filename": "src/github/task-workflow.ts",
|
|
15755
|
-
"line":
|
|
15824
|
+
"line": 30
|
|
15756
15825
|
},
|
|
15757
15826
|
"name": "condition",
|
|
15758
15827
|
"optional": true,
|
|
@@ -15769,7 +15838,7 @@
|
|
|
15769
15838
|
"immutable": true,
|
|
15770
15839
|
"locationInModule": {
|
|
15771
15840
|
"filename": "src/github/task-workflow.ts",
|
|
15772
|
-
"line":
|
|
15841
|
+
"line": 25
|
|
15773
15842
|
},
|
|
15774
15843
|
"name": "container",
|
|
15775
15844
|
"optional": true,
|
|
@@ -15787,7 +15856,7 @@
|
|
|
15787
15856
|
"immutable": true,
|
|
15788
15857
|
"locationInModule": {
|
|
15789
15858
|
"filename": "src/github/task-workflow.ts",
|
|
15790
|
-
"line":
|
|
15859
|
+
"line": 85
|
|
15791
15860
|
},
|
|
15792
15861
|
"name": "env",
|
|
15793
15862
|
"optional": true,
|
|
@@ -15809,7 +15878,7 @@
|
|
|
15809
15878
|
"immutable": true,
|
|
15810
15879
|
"locationInModule": {
|
|
15811
15880
|
"filename": "src/github/task-workflow.ts",
|
|
15812
|
-
"line":
|
|
15881
|
+
"line": 102
|
|
15813
15882
|
},
|
|
15814
15883
|
"name": "gitIdentity",
|
|
15815
15884
|
"optional": true,
|
|
@@ -15827,7 +15896,7 @@
|
|
|
15827
15896
|
"immutable": true,
|
|
15828
15897
|
"locationInModule": {
|
|
15829
15898
|
"filename": "src/github/task-workflow.ts",
|
|
15830
|
-
"line":
|
|
15899
|
+
"line": 20
|
|
15831
15900
|
},
|
|
15832
15901
|
"name": "jobId",
|
|
15833
15902
|
"optional": true,
|
|
@@ -15845,7 +15914,7 @@
|
|
|
15845
15914
|
"immutable": true,
|
|
15846
15915
|
"locationInModule": {
|
|
15847
15916
|
"filename": "src/github/task-workflow.ts",
|
|
15848
|
-
"line":
|
|
15917
|
+
"line": 97
|
|
15849
15918
|
},
|
|
15850
15919
|
"name": "outputs",
|
|
15851
15920
|
"optional": true,
|
|
@@ -15868,7 +15937,7 @@
|
|
|
15868
15937
|
"immutable": true,
|
|
15869
15938
|
"locationInModule": {
|
|
15870
15939
|
"filename": "src/github/task-workflow.ts",
|
|
15871
|
-
"line":
|
|
15940
|
+
"line": 79
|
|
15872
15941
|
},
|
|
15873
15942
|
"name": "postBuildSteps",
|
|
15874
15943
|
"optional": true,
|
|
@@ -15891,7 +15960,7 @@
|
|
|
15891
15960
|
"immutable": true,
|
|
15892
15961
|
"locationInModule": {
|
|
15893
15962
|
"filename": "src/github/task-workflow.ts",
|
|
15894
|
-
"line":
|
|
15963
|
+
"line": 67
|
|
15895
15964
|
},
|
|
15896
15965
|
"name": "preBuildSteps",
|
|
15897
15966
|
"optional": true,
|
|
@@ -15914,7 +15983,7 @@
|
|
|
15914
15983
|
"immutable": true,
|
|
15915
15984
|
"locationInModule": {
|
|
15916
15985
|
"filename": "src/github/task-workflow.ts",
|
|
15917
|
-
"line":
|
|
15986
|
+
"line": 53
|
|
15918
15987
|
},
|
|
15919
15988
|
"name": "preCheckoutSteps",
|
|
15920
15989
|
"optional": true,
|
|
@@ -15937,7 +16006,7 @@
|
|
|
15937
16006
|
"immutable": true,
|
|
15938
16007
|
"locationInModule": {
|
|
15939
16008
|
"filename": "src/github/task-workflow.ts",
|
|
15940
|
-
"line":
|
|
16009
|
+
"line": 108
|
|
15941
16010
|
},
|
|
15942
16011
|
"name": "runsOn",
|
|
15943
16012
|
"optional": true,
|
|
@@ -15960,7 +16029,7 @@
|
|
|
15960
16029
|
"immutable": true,
|
|
15961
16030
|
"locationInModule": {
|
|
15962
16031
|
"filename": "src/github/task-workflow.ts",
|
|
15963
|
-
"line":
|
|
16032
|
+
"line": 46
|
|
15964
16033
|
},
|
|
15965
16034
|
"name": "triggers",
|
|
15966
16035
|
"optional": true,
|
|
@@ -20981,7 +21050,7 @@
|
|
|
20981
21050
|
"kind": "enum",
|
|
20982
21051
|
"locationInModule": {
|
|
20983
21052
|
"filename": "src/javascript/node-project.ts",
|
|
20984
|
-
"line":
|
|
21053
|
+
"line": 302
|
|
20985
21054
|
},
|
|
20986
21055
|
"members": [
|
|
20987
21056
|
{
|
|
@@ -21393,7 +21462,7 @@
|
|
|
21393
21462
|
"kind": "interface",
|
|
21394
21463
|
"locationInModule": {
|
|
21395
21464
|
"filename": "src/javascript/node-package.ts",
|
|
21396
|
-
"line":
|
|
21465
|
+
"line": 285
|
|
21397
21466
|
},
|
|
21398
21467
|
"name": "CodeArtifactOptions",
|
|
21399
21468
|
"namespace": "javascript",
|
|
@@ -21409,7 +21478,7 @@
|
|
|
21409
21478
|
"immutable": true,
|
|
21410
21479
|
"locationInModule": {
|
|
21411
21480
|
"filename": "src/javascript/node-package.ts",
|
|
21412
|
-
"line":
|
|
21481
|
+
"line": 292
|
|
21413
21482
|
},
|
|
21414
21483
|
"name": "accessKeyIdSecret",
|
|
21415
21484
|
"optional": true,
|
|
@@ -21427,7 +21496,7 @@
|
|
|
21427
21496
|
"immutable": true,
|
|
21428
21497
|
"locationInModule": {
|
|
21429
21498
|
"filename": "src/javascript/node-package.ts",
|
|
21430
|
-
"line":
|
|
21499
|
+
"line": 308
|
|
21431
21500
|
},
|
|
21432
21501
|
"name": "roleToAssume",
|
|
21433
21502
|
"optional": true,
|
|
@@ -21446,7 +21515,7 @@
|
|
|
21446
21515
|
"immutable": true,
|
|
21447
21516
|
"locationInModule": {
|
|
21448
21517
|
"filename": "src/javascript/node-package.ts",
|
|
21449
|
-
"line":
|
|
21518
|
+
"line": 300
|
|
21450
21519
|
},
|
|
21451
21520
|
"name": "secretAccessKeySecret",
|
|
21452
21521
|
"optional": true,
|
|
@@ -23933,7 +24002,7 @@
|
|
|
23933
24002
|
},
|
|
23934
24003
|
"locationInModule": {
|
|
23935
24004
|
"filename": "src/javascript/node-package.ts",
|
|
23936
|
-
"line":
|
|
24005
|
+
"line": 398
|
|
23937
24006
|
},
|
|
23938
24007
|
"parameters": [
|
|
23939
24008
|
{
|
|
@@ -23954,7 +24023,7 @@
|
|
|
23954
24023
|
"kind": "class",
|
|
23955
24024
|
"locationInModule": {
|
|
23956
24025
|
"filename": "src/javascript/node-package.ts",
|
|
23957
|
-
"line":
|
|
24026
|
+
"line": 315
|
|
23958
24027
|
},
|
|
23959
24028
|
"methods": [
|
|
23960
24029
|
{
|
|
@@ -23963,7 +24032,7 @@
|
|
|
23963
24032
|
},
|
|
23964
24033
|
"locationInModule": {
|
|
23965
24034
|
"filename": "src/javascript/node-package.ts",
|
|
23966
|
-
"line":
|
|
24035
|
+
"line": 579
|
|
23967
24036
|
},
|
|
23968
24037
|
"name": "addBin",
|
|
23969
24038
|
"parameters": [
|
|
@@ -23988,7 +24057,7 @@
|
|
|
23988
24057
|
},
|
|
23989
24058
|
"locationInModule": {
|
|
23990
24059
|
"filename": "src/javascript/node-package.ts",
|
|
23991
|
-
"line":
|
|
24060
|
+
"line": 550
|
|
23992
24061
|
},
|
|
23993
24062
|
"name": "addBundledDeps",
|
|
23994
24063
|
"parameters": [
|
|
@@ -24013,7 +24082,7 @@
|
|
|
24013
24082
|
},
|
|
24014
24083
|
"locationInModule": {
|
|
24015
24084
|
"filename": "src/javascript/node-package.ts",
|
|
24016
|
-
"line":
|
|
24085
|
+
"line": 493
|
|
24017
24086
|
},
|
|
24018
24087
|
"name": "addDeps",
|
|
24019
24088
|
"parameters": [
|
|
@@ -24038,7 +24107,7 @@
|
|
|
24038
24107
|
},
|
|
24039
24108
|
"locationInModule": {
|
|
24040
24109
|
"filename": "src/javascript/node-package.ts",
|
|
24041
|
-
"line":
|
|
24110
|
+
"line": 508
|
|
24042
24111
|
},
|
|
24043
24112
|
"name": "addDevDeps",
|
|
24044
24113
|
"parameters": [
|
|
@@ -24063,7 +24132,7 @@
|
|
|
24063
24132
|
},
|
|
24064
24133
|
"locationInModule": {
|
|
24065
24134
|
"filename": "src/javascript/node-package.ts",
|
|
24066
|
-
"line":
|
|
24135
|
+
"line": 565
|
|
24067
24136
|
},
|
|
24068
24137
|
"name": "addEngine",
|
|
24069
24138
|
"parameters": [
|
|
@@ -24097,7 +24166,7 @@
|
|
|
24097
24166
|
},
|
|
24098
24167
|
"locationInModule": {
|
|
24099
24168
|
"filename": "src/javascript/node-package.ts",
|
|
24100
|
-
"line":
|
|
24169
|
+
"line": 619
|
|
24101
24170
|
},
|
|
24102
24171
|
"name": "addField",
|
|
24103
24172
|
"parameters": [
|
|
@@ -24128,7 +24197,7 @@
|
|
|
24128
24197
|
},
|
|
24129
24198
|
"locationInModule": {
|
|
24130
24199
|
"filename": "src/javascript/node-package.ts",
|
|
24131
|
-
"line":
|
|
24200
|
+
"line": 573
|
|
24132
24201
|
},
|
|
24133
24202
|
"name": "addKeywords",
|
|
24134
24203
|
"parameters": [
|
|
@@ -24153,7 +24222,7 @@
|
|
|
24153
24222
|
},
|
|
24154
24223
|
"locationInModule": {
|
|
24155
24224
|
"filename": "src/javascript/node-package.ts",
|
|
24156
|
-
"line":
|
|
24225
|
+
"line": 528
|
|
24157
24226
|
},
|
|
24158
24227
|
"name": "addPeerDeps",
|
|
24159
24228
|
"parameters": [
|
|
@@ -24178,7 +24247,7 @@
|
|
|
24178
24247
|
},
|
|
24179
24248
|
"locationInModule": {
|
|
24180
24249
|
"filename": "src/javascript/node-package.ts",
|
|
24181
|
-
"line":
|
|
24250
|
+
"line": 627
|
|
24182
24251
|
},
|
|
24183
24252
|
"name": "addVersion",
|
|
24184
24253
|
"parameters": [
|
|
@@ -24201,7 +24270,7 @@
|
|
|
24201
24270
|
},
|
|
24202
24271
|
"locationInModule": {
|
|
24203
24272
|
"filename": "src/javascript/node-package.ts",
|
|
24204
|
-
"line":
|
|
24273
|
+
"line": 609
|
|
24205
24274
|
},
|
|
24206
24275
|
"name": "hasScript",
|
|
24207
24276
|
"parameters": [
|
|
@@ -24229,7 +24298,7 @@
|
|
|
24229
24298
|
},
|
|
24230
24299
|
"locationInModule": {
|
|
24231
24300
|
"filename": "src/javascript/node-package.ts",
|
|
24232
|
-
"line":
|
|
24301
|
+
"line": 696
|
|
24233
24302
|
},
|
|
24234
24303
|
"name": "postSynthesize",
|
|
24235
24304
|
"overrides": "projen.Component"
|
|
@@ -24241,7 +24310,7 @@
|
|
|
24241
24310
|
},
|
|
24242
24311
|
"locationInModule": {
|
|
24243
24312
|
"filename": "src/javascript/node-package.ts",
|
|
24244
|
-
"line":
|
|
24313
|
+
"line": 691
|
|
24245
24314
|
},
|
|
24246
24315
|
"name": "preSynthesize",
|
|
24247
24316
|
"overrides": "projen.Component"
|
|
@@ -24253,7 +24322,7 @@
|
|
|
24253
24322
|
},
|
|
24254
24323
|
"locationInModule": {
|
|
24255
24324
|
"filename": "src/javascript/node-package.ts",
|
|
24256
|
-
"line":
|
|
24325
|
+
"line": 599
|
|
24257
24326
|
},
|
|
24258
24327
|
"name": "removeScript",
|
|
24259
24328
|
"parameters": [
|
|
@@ -24275,7 +24344,7 @@
|
|
|
24275
24344
|
},
|
|
24276
24345
|
"locationInModule": {
|
|
24277
24346
|
"filename": "src/javascript/node-package.ts",
|
|
24278
|
-
"line":
|
|
24347
|
+
"line": 648
|
|
24279
24348
|
},
|
|
24280
24349
|
"name": "renderUpgradePackagesCommand",
|
|
24281
24350
|
"parameters": [
|
|
@@ -24316,7 +24385,7 @@
|
|
|
24316
24385
|
},
|
|
24317
24386
|
"locationInModule": {
|
|
24318
24387
|
"filename": "src/javascript/node-package.ts",
|
|
24319
|
-
"line":
|
|
24388
|
+
"line": 591
|
|
24320
24389
|
},
|
|
24321
24390
|
"name": "setScript",
|
|
24322
24391
|
"parameters": [
|
|
@@ -24352,7 +24421,7 @@
|
|
|
24352
24421
|
"immutable": true,
|
|
24353
24422
|
"locationInModule": {
|
|
24354
24423
|
"filename": "src/javascript/node-package.ts",
|
|
24355
|
-
"line":
|
|
24424
|
+
"line": 330
|
|
24356
24425
|
},
|
|
24357
24426
|
"name": "allowLibraryDependencies",
|
|
24358
24427
|
"type": {
|
|
@@ -24367,7 +24436,7 @@
|
|
|
24367
24436
|
"immutable": true,
|
|
24368
24437
|
"locationInModule": {
|
|
24369
24438
|
"filename": "src/javascript/node-package.ts",
|
|
24370
|
-
"line":
|
|
24439
|
+
"line": 325
|
|
24371
24440
|
},
|
|
24372
24441
|
"name": "entrypoint",
|
|
24373
24442
|
"type": {
|
|
@@ -24382,7 +24451,7 @@
|
|
|
24382
24451
|
"immutable": true,
|
|
24383
24452
|
"locationInModule": {
|
|
24384
24453
|
"filename": "src/javascript/node-package.ts",
|
|
24385
|
-
"line":
|
|
24454
|
+
"line": 641
|
|
24386
24455
|
},
|
|
24387
24456
|
"name": "installAndUpdateLockfileCommand",
|
|
24388
24457
|
"type": {
|
|
@@ -24397,7 +24466,7 @@
|
|
|
24397
24466
|
"immutable": true,
|
|
24398
24467
|
"locationInModule": {
|
|
24399
24468
|
"filename": "src/javascript/node-package.ts",
|
|
24400
|
-
"line":
|
|
24469
|
+
"line": 634
|
|
24401
24470
|
},
|
|
24402
24471
|
"name": "installCommand",
|
|
24403
24472
|
"type": {
|
|
@@ -24412,7 +24481,7 @@
|
|
|
24412
24481
|
"immutable": true,
|
|
24413
24482
|
"locationInModule": {
|
|
24414
24483
|
"filename": "src/javascript/node-package.ts",
|
|
24415
|
-
"line":
|
|
24484
|
+
"line": 389
|
|
24416
24485
|
},
|
|
24417
24486
|
"name": "lockFile",
|
|
24418
24487
|
"type": {
|
|
@@ -24427,7 +24496,7 @@
|
|
|
24427
24496
|
"immutable": true,
|
|
24428
24497
|
"locationInModule": {
|
|
24429
24498
|
"filename": "src/javascript/node-package.ts",
|
|
24430
|
-
"line":
|
|
24499
|
+
"line": 340
|
|
24431
24500
|
},
|
|
24432
24501
|
"name": "manifest",
|
|
24433
24502
|
"type": {
|
|
@@ -24442,7 +24511,7 @@
|
|
|
24442
24511
|
"immutable": true,
|
|
24443
24512
|
"locationInModule": {
|
|
24444
24513
|
"filename": "src/javascript/node-package.ts",
|
|
24445
|
-
"line":
|
|
24514
|
+
"line": 384
|
|
24446
24515
|
},
|
|
24447
24516
|
"name": "npmAccess",
|
|
24448
24517
|
"type": {
|
|
@@ -24457,7 +24526,7 @@
|
|
|
24457
24526
|
"immutable": true,
|
|
24458
24527
|
"locationInModule": {
|
|
24459
24528
|
"filename": "src/javascript/node-package.ts",
|
|
24460
|
-
"line":
|
|
24529
|
+
"line": 367
|
|
24461
24530
|
},
|
|
24462
24531
|
"name": "npmRegistry",
|
|
24463
24532
|
"type": {
|
|
@@ -24472,7 +24541,7 @@
|
|
|
24472
24541
|
"immutable": true,
|
|
24473
24542
|
"locationInModule": {
|
|
24474
24543
|
"filename": "src/javascript/node-package.ts",
|
|
24475
|
-
"line":
|
|
24544
|
+
"line": 362
|
|
24476
24545
|
},
|
|
24477
24546
|
"name": "npmRegistryUrl",
|
|
24478
24547
|
"type": {
|
|
@@ -24487,7 +24556,7 @@
|
|
|
24487
24556
|
"immutable": true,
|
|
24488
24557
|
"locationInModule": {
|
|
24489
24558
|
"filename": "src/javascript/node-package.ts",
|
|
24490
|
-
"line":
|
|
24559
|
+
"line": 335
|
|
24491
24560
|
},
|
|
24492
24561
|
"name": "packageManager",
|
|
24493
24562
|
"type": {
|
|
@@ -24502,7 +24571,7 @@
|
|
|
24502
24571
|
"immutable": true,
|
|
24503
24572
|
"locationInModule": {
|
|
24504
24573
|
"filename": "src/javascript/node-package.ts",
|
|
24505
|
-
"line":
|
|
24574
|
+
"line": 320
|
|
24506
24575
|
},
|
|
24507
24576
|
"name": "packageName",
|
|
24508
24577
|
"type": {
|
|
@@ -24517,7 +24586,7 @@
|
|
|
24517
24586
|
"immutable": true,
|
|
24518
24587
|
"locationInModule": {
|
|
24519
24588
|
"filename": "src/javascript/node-package.ts",
|
|
24520
|
-
"line":
|
|
24589
|
+
"line": 709
|
|
24521
24590
|
},
|
|
24522
24591
|
"name": "projenCommand",
|
|
24523
24592
|
"type": {
|
|
@@ -24533,7 +24602,7 @@
|
|
|
24533
24602
|
"immutable": true,
|
|
24534
24603
|
"locationInModule": {
|
|
24535
24604
|
"filename": "src/javascript/node-package.ts",
|
|
24536
|
-
"line":
|
|
24605
|
+
"line": 379
|
|
24537
24606
|
},
|
|
24538
24607
|
"name": "codeArtifactOptions",
|
|
24539
24608
|
"optional": true,
|
|
@@ -24550,7 +24619,7 @@
|
|
|
24550
24619
|
"immutable": true,
|
|
24551
24620
|
"locationInModule": {
|
|
24552
24621
|
"filename": "src/javascript/node-package.ts",
|
|
24553
|
-
"line":
|
|
24622
|
+
"line": 357
|
|
24554
24623
|
},
|
|
24555
24624
|
"name": "license",
|
|
24556
24625
|
"optional": true,
|
|
@@ -24567,7 +24636,7 @@
|
|
|
24567
24636
|
"immutable": true,
|
|
24568
24637
|
"locationInModule": {
|
|
24569
24638
|
"filename": "src/javascript/node-package.ts",
|
|
24570
|
-
"line":
|
|
24639
|
+
"line": 352
|
|
24571
24640
|
},
|
|
24572
24641
|
"name": "maxNodeVersion",
|
|
24573
24642
|
"optional": true,
|
|
@@ -24584,7 +24653,7 @@
|
|
|
24584
24653
|
"immutable": true,
|
|
24585
24654
|
"locationInModule": {
|
|
24586
24655
|
"filename": "src/javascript/node-package.ts",
|
|
24587
|
-
"line":
|
|
24656
|
+
"line": 346
|
|
24588
24657
|
},
|
|
24589
24658
|
"name": "minNodeVersion",
|
|
24590
24659
|
"optional": true,
|
|
@@ -24600,7 +24669,7 @@
|
|
|
24600
24669
|
"immutable": true,
|
|
24601
24670
|
"locationInModule": {
|
|
24602
24671
|
"filename": "src/javascript/node-package.ts",
|
|
24603
|
-
"line":
|
|
24672
|
+
"line": 372
|
|
24604
24673
|
},
|
|
24605
24674
|
"name": "npmTokenSecret",
|
|
24606
24675
|
"optional": true,
|
|
@@ -24621,7 +24690,7 @@
|
|
|
24621
24690
|
"kind": "enum",
|
|
24622
24691
|
"locationInModule": {
|
|
24623
24692
|
"filename": "src/javascript/node-package.ts",
|
|
24624
|
-
"line":
|
|
24693
|
+
"line": 1087
|
|
24625
24694
|
},
|
|
24626
24695
|
"members": [
|
|
24627
24696
|
{
|
|
@@ -24793,6 +24862,40 @@
|
|
|
24793
24862
|
}
|
|
24794
24863
|
}
|
|
24795
24864
|
},
|
|
24865
|
+
{
|
|
24866
|
+
"abstract": true,
|
|
24867
|
+
"docs": {
|
|
24868
|
+
"stability": "experimental",
|
|
24869
|
+
"summary": "The email address to which issues should be reported."
|
|
24870
|
+
},
|
|
24871
|
+
"immutable": true,
|
|
24872
|
+
"locationInModule": {
|
|
24873
|
+
"filename": "src/javascript/node-package.ts",
|
|
24874
|
+
"line": 259
|
|
24875
|
+
},
|
|
24876
|
+
"name": "bugsEmail",
|
|
24877
|
+
"optional": true,
|
|
24878
|
+
"type": {
|
|
24879
|
+
"primitive": "string"
|
|
24880
|
+
}
|
|
24881
|
+
},
|
|
24882
|
+
{
|
|
24883
|
+
"abstract": true,
|
|
24884
|
+
"docs": {
|
|
24885
|
+
"stability": "experimental",
|
|
24886
|
+
"summary": "The url to your project's issue tracker."
|
|
24887
|
+
},
|
|
24888
|
+
"immutable": true,
|
|
24889
|
+
"locationInModule": {
|
|
24890
|
+
"filename": "src/javascript/node-package.ts",
|
|
24891
|
+
"line": 254
|
|
24892
|
+
},
|
|
24893
|
+
"name": "bugsUrl",
|
|
24894
|
+
"optional": true,
|
|
24895
|
+
"type": {
|
|
24896
|
+
"primitive": "string"
|
|
24897
|
+
}
|
|
24898
|
+
},
|
|
24796
24899
|
{
|
|
24797
24900
|
"abstract": true,
|
|
24798
24901
|
"docs": {
|
|
@@ -24826,7 +24929,7 @@
|
|
|
24826
24929
|
"immutable": true,
|
|
24827
24930
|
"locationInModule": {
|
|
24828
24931
|
"filename": "src/javascript/node-package.ts",
|
|
24829
|
-
"line":
|
|
24932
|
+
"line": 282
|
|
24830
24933
|
},
|
|
24831
24934
|
"name": "codeArtifactOptions",
|
|
24832
24935
|
"optional": true,
|
|
@@ -25052,7 +25155,7 @@
|
|
|
25052
25155
|
"immutable": true,
|
|
25053
25156
|
"locationInModule": {
|
|
25054
25157
|
"filename": "src/javascript/node-package.ts",
|
|
25055
|
-
"line":
|
|
25158
|
+
"line": 268
|
|
25056
25159
|
},
|
|
25057
25160
|
"name": "npmAccess",
|
|
25058
25161
|
"optional": true,
|
|
@@ -25108,7 +25211,7 @@
|
|
|
25108
25211
|
"immutable": true,
|
|
25109
25212
|
"locationInModule": {
|
|
25110
25213
|
"filename": "src/javascript/node-package.ts",
|
|
25111
|
-
"line":
|
|
25214
|
+
"line": 275
|
|
25112
25215
|
},
|
|
25113
25216
|
"name": "npmTokenSecret",
|
|
25114
25217
|
"optional": true,
|
|
@@ -25292,7 +25395,7 @@
|
|
|
25292
25395
|
},
|
|
25293
25396
|
"locationInModule": {
|
|
25294
25397
|
"filename": "src/javascript/node-project.ts",
|
|
25295
|
-
"line":
|
|
25398
|
+
"line": 422
|
|
25296
25399
|
},
|
|
25297
25400
|
"parameters": [
|
|
25298
25401
|
{
|
|
@@ -25306,7 +25409,7 @@
|
|
|
25306
25409
|
"kind": "class",
|
|
25307
25410
|
"locationInModule": {
|
|
25308
25411
|
"filename": "src/javascript/node-project.ts",
|
|
25309
|
-
"line":
|
|
25412
|
+
"line": 319
|
|
25310
25413
|
},
|
|
25311
25414
|
"methods": [
|
|
25312
25415
|
{
|
|
@@ -25315,7 +25418,7 @@
|
|
|
25315
25418
|
},
|
|
25316
25419
|
"locationInModule": {
|
|
25317
25420
|
"filename": "src/javascript/node-project.ts",
|
|
25318
|
-
"line":
|
|
25421
|
+
"line": 667
|
|
25319
25422
|
},
|
|
25320
25423
|
"name": "addBins",
|
|
25321
25424
|
"parameters": [
|
|
@@ -25340,7 +25443,7 @@
|
|
|
25340
25443
|
},
|
|
25341
25444
|
"locationInModule": {
|
|
25342
25445
|
"filename": "src/javascript/node-project.ts",
|
|
25343
|
-
"line":
|
|
25446
|
+
"line": 820
|
|
25344
25447
|
},
|
|
25345
25448
|
"name": "addBundledDeps",
|
|
25346
25449
|
"parameters": [
|
|
@@ -25366,7 +25469,7 @@
|
|
|
25366
25469
|
},
|
|
25367
25470
|
"locationInModule": {
|
|
25368
25471
|
"filename": "src/javascript/node-project.ts",
|
|
25369
|
-
"line":
|
|
25472
|
+
"line": 701
|
|
25370
25473
|
},
|
|
25371
25474
|
"name": "addCompileCommand",
|
|
25372
25475
|
"parameters": [
|
|
@@ -25387,7 +25490,7 @@
|
|
|
25387
25490
|
},
|
|
25388
25491
|
"locationInModule": {
|
|
25389
25492
|
"filename": "src/javascript/node-project.ts",
|
|
25390
|
-
"line":
|
|
25493
|
+
"line": 774
|
|
25391
25494
|
},
|
|
25392
25495
|
"name": "addDeps",
|
|
25393
25496
|
"parameters": [
|
|
@@ -25412,7 +25515,7 @@
|
|
|
25412
25515
|
},
|
|
25413
25516
|
"locationInModule": {
|
|
25414
25517
|
"filename": "src/javascript/node-project.ts",
|
|
25415
|
-
"line":
|
|
25518
|
+
"line": 787
|
|
25416
25519
|
},
|
|
25417
25520
|
"name": "addDevDeps",
|
|
25418
25521
|
"parameters": [
|
|
@@ -25437,7 +25540,7 @@
|
|
|
25437
25540
|
},
|
|
25438
25541
|
"locationInModule": {
|
|
25439
25542
|
"filename": "src/javascript/node-project.ts",
|
|
25440
|
-
"line":
|
|
25543
|
+
"line": 721
|
|
25441
25544
|
},
|
|
25442
25545
|
"name": "addFields",
|
|
25443
25546
|
"parameters": [
|
|
@@ -25464,7 +25567,7 @@
|
|
|
25464
25567
|
},
|
|
25465
25568
|
"locationInModule": {
|
|
25466
25569
|
"filename": "src/javascript/node-project.ts",
|
|
25467
|
-
"line":
|
|
25570
|
+
"line": 731
|
|
25468
25571
|
},
|
|
25469
25572
|
"name": "addKeywords",
|
|
25470
25573
|
"parameters": [
|
|
@@ -25489,7 +25592,7 @@
|
|
|
25489
25592
|
},
|
|
25490
25593
|
"locationInModule": {
|
|
25491
25594
|
"filename": "src/javascript/node-project.ts",
|
|
25492
|
-
"line":
|
|
25595
|
+
"line": 824
|
|
25493
25596
|
},
|
|
25494
25597
|
"name": "addPackageIgnore",
|
|
25495
25598
|
"overrides": "projen.Project",
|
|
@@ -25510,7 +25613,7 @@
|
|
|
25510
25613
|
},
|
|
25511
25614
|
"locationInModule": {
|
|
25512
25615
|
"filename": "src/javascript/node-project.ts",
|
|
25513
|
-
"line":
|
|
25616
|
+
"line": 804
|
|
25514
25617
|
},
|
|
25515
25618
|
"name": "addPeerDeps",
|
|
25516
25619
|
"parameters": [
|
|
@@ -25536,7 +25639,7 @@
|
|
|
25536
25639
|
},
|
|
25537
25640
|
"locationInModule": {
|
|
25538
25641
|
"filename": "src/javascript/node-project.ts",
|
|
25539
|
-
"line":
|
|
25642
|
+
"line": 711
|
|
25540
25643
|
},
|
|
25541
25644
|
"name": "addTestCommand",
|
|
25542
25645
|
"parameters": [
|
|
@@ -25557,7 +25660,7 @@
|
|
|
25557
25660
|
},
|
|
25558
25661
|
"locationInModule": {
|
|
25559
25662
|
"filename": "src/javascript/node-project.ts",
|
|
25560
|
-
"line":
|
|
25663
|
+
"line": 693
|
|
25561
25664
|
},
|
|
25562
25665
|
"name": "hasScript",
|
|
25563
25666
|
"parameters": [
|
|
@@ -25584,7 +25687,7 @@
|
|
|
25584
25687
|
},
|
|
25585
25688
|
"locationInModule": {
|
|
25586
25689
|
"filename": "src/javascript/node-project.ts",
|
|
25587
|
-
"line":
|
|
25690
|
+
"line": 685
|
|
25588
25691
|
},
|
|
25589
25692
|
"name": "removeScript",
|
|
25590
25693
|
"parameters": [
|
|
@@ -25607,7 +25710,7 @@
|
|
|
25607
25710
|
},
|
|
25608
25711
|
"locationInModule": {
|
|
25609
25712
|
"filename": "src/javascript/node-project.ts",
|
|
25610
|
-
"line":
|
|
25713
|
+
"line": 898
|
|
25611
25714
|
},
|
|
25612
25715
|
"name": "runTaskCommand",
|
|
25613
25716
|
"overrides": "projen.Project",
|
|
@@ -25635,7 +25738,7 @@
|
|
|
25635
25738
|
},
|
|
25636
25739
|
"locationInModule": {
|
|
25637
25740
|
"filename": "src/javascript/node-project.ts",
|
|
25638
|
-
"line":
|
|
25741
|
+
"line": 677
|
|
25639
25742
|
},
|
|
25640
25743
|
"name": "setScript",
|
|
25641
25744
|
"parameters": [
|
|
@@ -25671,28 +25774,13 @@
|
|
|
25671
25774
|
"immutable": true,
|
|
25672
25775
|
"locationInModule": {
|
|
25673
25776
|
"filename": "src/javascript/node-project.ts",
|
|
25674
|
-
"line":
|
|
25777
|
+
"line": 333
|
|
25675
25778
|
},
|
|
25676
25779
|
"name": "allowLibraryDependencies",
|
|
25677
25780
|
"type": {
|
|
25678
25781
|
"primitive": "boolean"
|
|
25679
25782
|
}
|
|
25680
25783
|
},
|
|
25681
|
-
{
|
|
25682
|
-
"docs": {
|
|
25683
|
-
"stability": "experimental",
|
|
25684
|
-
"summary": "Indicates if workflows have anti-tamper checks."
|
|
25685
|
-
},
|
|
25686
|
-
"immutable": true,
|
|
25687
|
-
"locationInModule": {
|
|
25688
|
-
"filename": "src/javascript/node-project.ts",
|
|
25689
|
-
"line": 377
|
|
25690
|
-
},
|
|
25691
|
-
"name": "antitamper",
|
|
25692
|
-
"type": {
|
|
25693
|
-
"primitive": "boolean"
|
|
25694
|
-
}
|
|
25695
|
-
},
|
|
25696
25784
|
{
|
|
25697
25785
|
"docs": {
|
|
25698
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`.",
|
|
@@ -25702,7 +25790,7 @@
|
|
|
25702
25790
|
"immutable": true,
|
|
25703
25791
|
"locationInModule": {
|
|
25704
25792
|
"filename": "src/javascript/node-project.ts",
|
|
25705
|
-
"line":
|
|
25793
|
+
"line": 407
|
|
25706
25794
|
},
|
|
25707
25795
|
"name": "artifactsDirectory",
|
|
25708
25796
|
"type": {
|
|
@@ -25717,7 +25805,7 @@
|
|
|
25717
25805
|
"immutable": true,
|
|
25718
25806
|
"locationInModule": {
|
|
25719
25807
|
"filename": "src/javascript/node-project.ts",
|
|
25720
|
-
"line":
|
|
25808
|
+
"line": 412
|
|
25721
25809
|
},
|
|
25722
25810
|
"name": "artifactsJavascriptDirectory",
|
|
25723
25811
|
"type": {
|
|
@@ -25731,7 +25819,7 @@
|
|
|
25731
25819
|
"immutable": true,
|
|
25732
25820
|
"locationInModule": {
|
|
25733
25821
|
"filename": "src/javascript/node-project.ts",
|
|
25734
|
-
"line":
|
|
25822
|
+
"line": 400
|
|
25735
25823
|
},
|
|
25736
25824
|
"name": "bundler",
|
|
25737
25825
|
"type": {
|
|
@@ -25746,7 +25834,7 @@
|
|
|
25746
25834
|
"immutable": true,
|
|
25747
25835
|
"locationInModule": {
|
|
25748
25836
|
"filename": "src/javascript/node-project.ts",
|
|
25749
|
-
"line":
|
|
25837
|
+
"line": 338
|
|
25750
25838
|
},
|
|
25751
25839
|
"name": "entrypoint",
|
|
25752
25840
|
"type": {
|
|
@@ -25760,7 +25848,7 @@
|
|
|
25760
25848
|
"immutable": true,
|
|
25761
25849
|
"locationInModule": {
|
|
25762
25850
|
"filename": "src/javascript/node-project.ts",
|
|
25763
|
-
"line":
|
|
25851
|
+
"line": 735
|
|
25764
25852
|
},
|
|
25765
25853
|
"name": "installWorkflowSteps",
|
|
25766
25854
|
"type": {
|
|
@@ -25780,7 +25868,7 @@
|
|
|
25780
25868
|
"immutable": true,
|
|
25781
25869
|
"locationInModule": {
|
|
25782
25870
|
"filename": "src/javascript/node-project.ts",
|
|
25783
|
-
"line":
|
|
25871
|
+
"line": 396
|
|
25784
25872
|
},
|
|
25785
25873
|
"name": "manifest",
|
|
25786
25874
|
"type": {
|
|
@@ -25795,7 +25883,7 @@
|
|
|
25795
25883
|
"immutable": true,
|
|
25796
25884
|
"locationInModule": {
|
|
25797
25885
|
"filename": "src/javascript/node-project.ts",
|
|
25798
|
-
"line":
|
|
25886
|
+
"line": 323
|
|
25799
25887
|
},
|
|
25800
25888
|
"name": "package",
|
|
25801
25889
|
"type": {
|
|
@@ -25811,7 +25899,7 @@
|
|
|
25811
25899
|
"immutable": true,
|
|
25812
25900
|
"locationInModule": {
|
|
25813
25901
|
"filename": "src/javascript/node-project.ts",
|
|
25814
|
-
"line":
|
|
25902
|
+
"line": 381
|
|
25815
25903
|
},
|
|
25816
25904
|
"name": "packageManager",
|
|
25817
25905
|
"type": {
|
|
@@ -25826,7 +25914,7 @@
|
|
|
25826
25914
|
"immutable": true,
|
|
25827
25915
|
"locationInModule": {
|
|
25828
25916
|
"filename": "src/javascript/node-project.ts",
|
|
25829
|
-
"line":
|
|
25917
|
+
"line": 386
|
|
25830
25918
|
},
|
|
25831
25919
|
"name": "runScriptCommand",
|
|
25832
25920
|
"type": {
|
|
@@ -25841,7 +25929,7 @@
|
|
|
25841
25929
|
"immutable": true,
|
|
25842
25930
|
"locationInModule": {
|
|
25843
25931
|
"filename": "src/javascript/node-project.ts",
|
|
25844
|
-
"line":
|
|
25932
|
+
"line": 343
|
|
25845
25933
|
},
|
|
25846
25934
|
"name": "autoMerge",
|
|
25847
25935
|
"optional": true,
|
|
@@ -25858,7 +25946,7 @@
|
|
|
25858
25946
|
"immutable": true,
|
|
25859
25947
|
"locationInModule": {
|
|
25860
25948
|
"filename": "src/javascript/node-project.ts",
|
|
25861
|
-
"line":
|
|
25949
|
+
"line": 349
|
|
25862
25950
|
},
|
|
25863
25951
|
"name": "buildWorkflow",
|
|
25864
25952
|
"optional": true,
|
|
@@ -25874,7 +25962,7 @@
|
|
|
25874
25962
|
"immutable": true,
|
|
25875
25963
|
"locationInModule": {
|
|
25876
25964
|
"filename": "src/javascript/node-project.ts",
|
|
25877
|
-
"line":
|
|
25965
|
+
"line": 905
|
|
25878
25966
|
},
|
|
25879
25967
|
"name": "buildWorkflowJobId",
|
|
25880
25968
|
"optional": true,
|
|
@@ -25890,7 +25978,7 @@
|
|
|
25890
25978
|
"immutable": true,
|
|
25891
25979
|
"locationInModule": {
|
|
25892
25980
|
"filename": "src/javascript/node-project.ts",
|
|
25893
|
-
"line":
|
|
25981
|
+
"line": 391
|
|
25894
25982
|
},
|
|
25895
25983
|
"name": "jest",
|
|
25896
25984
|
"optional": true,
|
|
@@ -25906,7 +25994,7 @@
|
|
|
25906
25994
|
"immutable": true,
|
|
25907
25995
|
"locationInModule": {
|
|
25908
25996
|
"filename": "src/javascript/node-project.ts",
|
|
25909
|
-
"line":
|
|
25997
|
+
"line": 372
|
|
25910
25998
|
},
|
|
25911
25999
|
"name": "maxNodeVersion",
|
|
25912
26000
|
"optional": true,
|
|
@@ -25922,7 +26010,7 @@
|
|
|
25922
26010
|
"immutable": true,
|
|
25923
26011
|
"locationInModule": {
|
|
25924
26012
|
"filename": "src/javascript/node-project.ts",
|
|
25925
|
-
"line":
|
|
26013
|
+
"line": 367
|
|
25926
26014
|
},
|
|
25927
26015
|
"name": "minNodeVersion",
|
|
25928
26016
|
"optional": true,
|
|
@@ -25938,7 +26026,7 @@
|
|
|
25938
26026
|
"immutable": true,
|
|
25939
26027
|
"locationInModule": {
|
|
25940
26028
|
"filename": "src/javascript/node-project.ts",
|
|
25941
|
-
"line":
|
|
26029
|
+
"line": 328
|
|
25942
26030
|
},
|
|
25943
26031
|
"name": "npmignore",
|
|
25944
26032
|
"optional": true,
|
|
@@ -25956,7 +26044,7 @@
|
|
|
25956
26044
|
"immutable": true,
|
|
25957
26045
|
"locationInModule": {
|
|
25958
26046
|
"filename": "src/javascript/node-project.ts",
|
|
25959
|
-
"line":
|
|
26047
|
+
"line": 357
|
|
25960
26048
|
},
|
|
25961
26049
|
"name": "publisher",
|
|
25962
26050
|
"optional": true,
|
|
@@ -25972,7 +26060,7 @@
|
|
|
25972
26060
|
"immutable": true,
|
|
25973
26061
|
"locationInModule": {
|
|
25974
26062
|
"filename": "src/javascript/node-project.ts",
|
|
25975
|
-
"line":
|
|
26063
|
+
"line": 362
|
|
25976
26064
|
},
|
|
25977
26065
|
"name": "release",
|
|
25978
26066
|
"optional": true,
|
|
@@ -25988,7 +26076,7 @@
|
|
|
25988
26076
|
"immutable": true,
|
|
25989
26077
|
"locationInModule": {
|
|
25990
26078
|
"filename": "src/javascript/node-project.ts",
|
|
25991
|
-
"line":
|
|
26079
|
+
"line": 417
|
|
25992
26080
|
},
|
|
25993
26081
|
"name": "upgradeWorkflow",
|
|
25994
26082
|
"optional": true,
|
|
@@ -26014,7 +26102,7 @@
|
|
|
26014
26102
|
"kind": "interface",
|
|
26015
26103
|
"locationInModule": {
|
|
26016
26104
|
"filename": "src/javascript/node-project.ts",
|
|
26017
|
-
"line":
|
|
26105
|
+
"line": 22
|
|
26018
26106
|
},
|
|
26019
26107
|
"name": "NodeProjectOptions",
|
|
26020
26108
|
"namespace": "javascript",
|
|
@@ -26046,7 +26134,7 @@
|
|
|
26046
26134
|
"immutable": true,
|
|
26047
26135
|
"locationInModule": {
|
|
26048
26136
|
"filename": "src/javascript/node-project.ts",
|
|
26049
|
-
"line":
|
|
26137
|
+
"line": 288
|
|
26050
26138
|
},
|
|
26051
26139
|
"name": "artifactsDirectory",
|
|
26052
26140
|
"optional": true,
|
|
@@ -26065,7 +26153,7 @@
|
|
|
26065
26153
|
"immutable": true,
|
|
26066
26154
|
"locationInModule": {
|
|
26067
26155
|
"filename": "src/javascript/node-project.ts",
|
|
26068
|
-
"line":
|
|
26156
|
+
"line": 200
|
|
26069
26157
|
},
|
|
26070
26158
|
"name": "autoApproveProjenUpgrades",
|
|
26071
26159
|
"optional": true,
|
|
@@ -26084,7 +26172,7 @@
|
|
|
26084
26172
|
"immutable": true,
|
|
26085
26173
|
"locationInModule": {
|
|
26086
26174
|
"filename": "src/javascript/node-project.ts",
|
|
26087
|
-
"line":
|
|
26175
|
+
"line": 210
|
|
26088
26176
|
},
|
|
26089
26177
|
"name": "autoApproveUpgrades",
|
|
26090
26178
|
"optional": true,
|
|
@@ -26102,7 +26190,7 @@
|
|
|
26102
26190
|
"immutable": true,
|
|
26103
26191
|
"locationInModule": {
|
|
26104
26192
|
"filename": "src/javascript/node-project.ts",
|
|
26105
|
-
"line":
|
|
26193
|
+
"line": 56
|
|
26106
26194
|
},
|
|
26107
26195
|
"name": "buildWorkflow",
|
|
26108
26196
|
"optional": true,
|
|
@@ -26119,7 +26207,7 @@
|
|
|
26119
26207
|
"immutable": true,
|
|
26120
26208
|
"locationInModule": {
|
|
26121
26209
|
"filename": "src/javascript/node-project.ts",
|
|
26122
|
-
"line":
|
|
26210
|
+
"line": 281
|
|
26123
26211
|
},
|
|
26124
26212
|
"name": "bundlerOptions",
|
|
26125
26213
|
"optional": true,
|
|
@@ -26137,7 +26225,7 @@
|
|
|
26137
26225
|
"immutable": true,
|
|
26138
26226
|
"locationInModule": {
|
|
26139
26227
|
"filename": "src/javascript/node-project.ts",
|
|
26140
|
-
"line":
|
|
26228
|
+
"line": 75
|
|
26141
26229
|
},
|
|
26142
26230
|
"name": "codeCov",
|
|
26143
26231
|
"optional": true,
|
|
@@ -26155,7 +26243,7 @@
|
|
|
26155
26243
|
"immutable": true,
|
|
26156
26244
|
"locationInModule": {
|
|
26157
26245
|
"filename": "src/javascript/node-project.ts",
|
|
26158
|
-
"line":
|
|
26246
|
+
"line": 82
|
|
26159
26247
|
},
|
|
26160
26248
|
"name": "codeCovTokenSecret",
|
|
26161
26249
|
"optional": true,
|
|
@@ -26173,7 +26261,7 @@
|
|
|
26173
26261
|
"immutable": true,
|
|
26174
26262
|
"locationInModule": {
|
|
26175
26263
|
"filename": "src/javascript/node-project.ts",
|
|
26176
|
-
"line":
|
|
26264
|
+
"line": 28
|
|
26177
26265
|
},
|
|
26178
26266
|
"name": "copyrightOwner",
|
|
26179
26267
|
"optional": true,
|
|
@@ -26191,7 +26279,7 @@
|
|
|
26191
26279
|
"immutable": true,
|
|
26192
26280
|
"locationInModule": {
|
|
26193
26281
|
"filename": "src/javascript/node-project.ts",
|
|
26194
|
-
"line":
|
|
26282
|
+
"line": 35
|
|
26195
26283
|
},
|
|
26196
26284
|
"name": "copyrightPeriod",
|
|
26197
26285
|
"optional": true,
|
|
@@ -26282,7 +26370,7 @@
|
|
|
26282
26370
|
"immutable": true,
|
|
26283
26371
|
"locationInModule": {
|
|
26284
26372
|
"filename": "src/javascript/node-project.ts",
|
|
26285
|
-
"line":
|
|
26373
|
+
"line": 250
|
|
26286
26374
|
},
|
|
26287
26375
|
"name": "gitignore",
|
|
26288
26376
|
"optional": true,
|
|
@@ -26305,7 +26393,7 @@
|
|
|
26305
26393
|
"immutable": true,
|
|
26306
26394
|
"locationInModule": {
|
|
26307
26395
|
"filename": "src/javascript/node-project.ts",
|
|
26308
|
-
"line":
|
|
26396
|
+
"line": 256
|
|
26309
26397
|
},
|
|
26310
26398
|
"name": "jest",
|
|
26311
26399
|
"optional": true,
|
|
@@ -26323,7 +26411,7 @@
|
|
|
26323
26411
|
"immutable": true,
|
|
26324
26412
|
"locationInModule": {
|
|
26325
26413
|
"filename": "src/javascript/node-project.ts",
|
|
26326
|
-
"line":
|
|
26414
|
+
"line": 262
|
|
26327
26415
|
},
|
|
26328
26416
|
"name": "jestOptions",
|
|
26329
26417
|
"optional": true,
|
|
@@ -26342,7 +26430,7 @@
|
|
|
26342
26430
|
"immutable": true,
|
|
26343
26431
|
"locationInModule": {
|
|
26344
26432
|
"filename": "src/javascript/node-project.ts",
|
|
26345
|
-
"line":
|
|
26433
|
+
"line": 67
|
|
26346
26434
|
},
|
|
26347
26435
|
"name": "mutableBuild",
|
|
26348
26436
|
"optional": true,
|
|
@@ -26360,7 +26448,7 @@
|
|
|
26360
26448
|
"immutable": true,
|
|
26361
26449
|
"locationInModule": {
|
|
26362
26450
|
"filename": "src/javascript/node-project.ts",
|
|
26363
|
-
"line":
|
|
26451
|
+
"line": 231
|
|
26364
26452
|
},
|
|
26365
26453
|
"name": "npmignore",
|
|
26366
26454
|
"optional": true,
|
|
@@ -26383,7 +26471,7 @@
|
|
|
26383
26471
|
"immutable": true,
|
|
26384
26472
|
"locationInModule": {
|
|
26385
26473
|
"filename": "src/javascript/node-project.ts",
|
|
26386
|
-
"line":
|
|
26474
|
+
"line": 225
|
|
26387
26475
|
},
|
|
26388
26476
|
"name": "npmignoreEnabled",
|
|
26389
26477
|
"optional": true,
|
|
@@ -26401,7 +26489,7 @@
|
|
|
26401
26489
|
"immutable": true,
|
|
26402
26490
|
"locationInModule": {
|
|
26403
26491
|
"filename": "src/javascript/node-project.ts",
|
|
26404
|
-
"line":
|
|
26492
|
+
"line": 296
|
|
26405
26493
|
},
|
|
26406
26494
|
"name": "package",
|
|
26407
26495
|
"optional": true,
|
|
@@ -26419,7 +26507,7 @@
|
|
|
26419
26507
|
"immutable": true,
|
|
26420
26508
|
"locationInModule": {
|
|
26421
26509
|
"filename": "src/javascript/node-project.ts",
|
|
26422
|
-
"line":
|
|
26510
|
+
"line": 50
|
|
26423
26511
|
},
|
|
26424
26512
|
"name": "projenDevDependency",
|
|
26425
26513
|
"optional": true,
|
|
@@ -26437,7 +26525,7 @@
|
|
|
26437
26525
|
"immutable": true,
|
|
26438
26526
|
"locationInModule": {
|
|
26439
26527
|
"filename": "src/javascript/node-project.ts",
|
|
26440
|
-
"line":
|
|
26528
|
+
"line": 270
|
|
26441
26529
|
},
|
|
26442
26530
|
"name": "projenrcJs",
|
|
26443
26531
|
"optional": true,
|
|
@@ -26455,7 +26543,7 @@
|
|
|
26455
26543
|
"immutable": true,
|
|
26456
26544
|
"locationInModule": {
|
|
26457
26545
|
"filename": "src/javascript/node-project.ts",
|
|
26458
|
-
"line":
|
|
26546
|
+
"line": 276
|
|
26459
26547
|
},
|
|
26460
26548
|
"name": "projenrcJsOptions",
|
|
26461
26549
|
"optional": true,
|
|
@@ -26475,7 +26563,7 @@
|
|
|
26475
26563
|
"immutable": true,
|
|
26476
26564
|
"locationInModule": {
|
|
26477
26565
|
"filename": "src/javascript/node-project.ts",
|
|
26478
|
-
"line":
|
|
26566
|
+
"line": 190
|
|
26479
26567
|
},
|
|
26480
26568
|
"name": "projenUpgradeAutoMerge",
|
|
26481
26569
|
"optional": true,
|
|
@@ -26493,7 +26581,7 @@
|
|
|
26493
26581
|
"immutable": true,
|
|
26494
26582
|
"locationInModule": {
|
|
26495
26583
|
"filename": "src/javascript/node-project.ts",
|
|
26496
|
-
"line":
|
|
26584
|
+
"line": 217
|
|
26497
26585
|
},
|
|
26498
26586
|
"name": "projenUpgradeSchedule",
|
|
26499
26587
|
"optional": true,
|
|
@@ -26510,14 +26598,15 @@
|
|
|
26510
26598
|
"abstract": true,
|
|
26511
26599
|
"docs": {
|
|
26512
26600
|
"default": "- no automatic projen upgrade pull requests",
|
|
26601
|
+
"deprecated": "use `githubTokenSecret` instead.",
|
|
26513
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",
|
|
26514
|
-
"stability": "
|
|
26603
|
+
"stability": "deprecated",
|
|
26515
26604
|
"summary": "Periodically submits a pull request for projen upgrades (executes `yarn projen:upgrade`)."
|
|
26516
26605
|
},
|
|
26517
26606
|
"immutable": true,
|
|
26518
26607
|
"locationInModule": {
|
|
26519
26608
|
"filename": "src/javascript/node-project.ts",
|
|
26520
|
-
"line":
|
|
26609
|
+
"line": 179
|
|
26521
26610
|
},
|
|
26522
26611
|
"name": "projenUpgradeSecret",
|
|
26523
26612
|
"optional": true,
|
|
@@ -26535,7 +26624,7 @@
|
|
|
26535
26624
|
"immutable": true,
|
|
26536
26625
|
"locationInModule": {
|
|
26537
26626
|
"filename": "src/javascript/node-project.ts",
|
|
26538
|
-
"line":
|
|
26627
|
+
"line": 43
|
|
26539
26628
|
},
|
|
26540
26629
|
"name": "projenVersion",
|
|
26541
26630
|
"optional": true,
|
|
@@ -26553,7 +26642,7 @@
|
|
|
26553
26642
|
"immutable": true,
|
|
26554
26643
|
"locationInModule": {
|
|
26555
26644
|
"filename": "src/javascript/node-project.ts",
|
|
26556
|
-
"line":
|
|
26645
|
+
"line": 238
|
|
26557
26646
|
},
|
|
26558
26647
|
"name": "pullRequestTemplate",
|
|
26559
26648
|
"optional": true,
|
|
@@ -26571,7 +26660,7 @@
|
|
|
26571
26660
|
"immutable": true,
|
|
26572
26661
|
"locationInModule": {
|
|
26573
26662
|
"filename": "src/javascript/node-project.ts",
|
|
26574
|
-
"line":
|
|
26663
|
+
"line": 245
|
|
26575
26664
|
},
|
|
26576
26665
|
"name": "pullRequestTemplateContents",
|
|
26577
26666
|
"optional": true,
|
|
@@ -26587,9 +26676,6 @@
|
|
|
26587
26676
|
{
|
|
26588
26677
|
"abstract": true,
|
|
26589
26678
|
"docs": {
|
|
26590
|
-
"custom": {
|
|
26591
|
-
"featured": "true"
|
|
26592
|
-
},
|
|
26593
26679
|
"default": "- true (false for subprojects)",
|
|
26594
26680
|
"stability": "experimental",
|
|
26595
26681
|
"summary": "Add release management to this project."
|
|
@@ -26634,7 +26720,7 @@
|
|
|
26634
26720
|
"immutable": true,
|
|
26635
26721
|
"locationInModule": {
|
|
26636
26722
|
"filename": "src/javascript/node-project.ts",
|
|
26637
|
-
"line":
|
|
26723
|
+
"line": 90
|
|
26638
26724
|
},
|
|
26639
26725
|
"name": "releaseWorkflow",
|
|
26640
26726
|
"optional": true,
|
|
@@ -26704,64 +26790,6 @@
|
|
|
26704
26790
|
],
|
|
26705
26791
|
"symbolId": "src/javascript/node-project:NodeProjectOptions"
|
|
26706
26792
|
},
|
|
26707
|
-
"projen.javascript.NodeWorkflowSteps": {
|
|
26708
|
-
"assembly": "projen",
|
|
26709
|
-
"datatype": true,
|
|
26710
|
-
"docs": {
|
|
26711
|
-
"stability": "experimental"
|
|
26712
|
-
},
|
|
26713
|
-
"fqn": "projen.javascript.NodeWorkflowSteps",
|
|
26714
|
-
"kind": "interface",
|
|
26715
|
-
"locationInModule": {
|
|
26716
|
-
"filename": "src/javascript/node-project.ts",
|
|
26717
|
-
"line": 918
|
|
26718
|
-
},
|
|
26719
|
-
"name": "NodeWorkflowSteps",
|
|
26720
|
-
"namespace": "javascript",
|
|
26721
|
-
"properties": [
|
|
26722
|
-
{
|
|
26723
|
-
"abstract": true,
|
|
26724
|
-
"docs": {
|
|
26725
|
-
"stability": "experimental"
|
|
26726
|
-
},
|
|
26727
|
-
"immutable": true,
|
|
26728
|
-
"locationInModule": {
|
|
26729
|
-
"filename": "src/javascript/node-project.ts",
|
|
26730
|
-
"line": 919
|
|
26731
|
-
},
|
|
26732
|
-
"name": "antitamper",
|
|
26733
|
-
"type": {
|
|
26734
|
-
"collection": {
|
|
26735
|
-
"elementtype": {
|
|
26736
|
-
"primitive": "any"
|
|
26737
|
-
},
|
|
26738
|
-
"kind": "array"
|
|
26739
|
-
}
|
|
26740
|
-
}
|
|
26741
|
-
},
|
|
26742
|
-
{
|
|
26743
|
-
"abstract": true,
|
|
26744
|
-
"docs": {
|
|
26745
|
-
"stability": "experimental"
|
|
26746
|
-
},
|
|
26747
|
-
"immutable": true,
|
|
26748
|
-
"locationInModule": {
|
|
26749
|
-
"filename": "src/javascript/node-project.ts",
|
|
26750
|
-
"line": 920
|
|
26751
|
-
},
|
|
26752
|
-
"name": "install",
|
|
26753
|
-
"type": {
|
|
26754
|
-
"collection": {
|
|
26755
|
-
"elementtype": {
|
|
26756
|
-
"primitive": "any"
|
|
26757
|
-
},
|
|
26758
|
-
"kind": "array"
|
|
26759
|
-
}
|
|
26760
|
-
}
|
|
26761
|
-
}
|
|
26762
|
-
],
|
|
26763
|
-
"symbolId": "src/javascript/node-project:NodeWorkflowSteps"
|
|
26764
|
-
},
|
|
26765
26793
|
"projen.javascript.NpmAccess": {
|
|
26766
26794
|
"assembly": "projen",
|
|
26767
26795
|
"docs": {
|
|
@@ -26772,7 +26800,7 @@
|
|
|
26772
26800
|
"kind": "enum",
|
|
26773
26801
|
"locationInModule": {
|
|
26774
26802
|
"filename": "src/javascript/node-package.ts",
|
|
26775
|
-
"line":
|
|
26803
|
+
"line": 1107
|
|
26776
26804
|
},
|
|
26777
26805
|
"members": [
|
|
26778
26806
|
{
|
|
@@ -26949,7 +26977,7 @@
|
|
|
26949
26977
|
"kind": "interface",
|
|
26950
26978
|
"locationInModule": {
|
|
26951
26979
|
"filename": "src/javascript/node-package.ts",
|
|
26952
|
-
"line":
|
|
26980
|
+
"line": 1076
|
|
26953
26981
|
},
|
|
26954
26982
|
"name": "PeerDependencyOptions",
|
|
26955
26983
|
"namespace": "javascript",
|
|
@@ -26964,7 +26992,7 @@
|
|
|
26964
26992
|
"immutable": true,
|
|
26965
26993
|
"locationInModule": {
|
|
26966
26994
|
"filename": "src/javascript/node-package.ts",
|
|
26967
|
-
"line":
|
|
26995
|
+
"line": 1081
|
|
26968
26996
|
},
|
|
26969
26997
|
"name": "pinnedDevDependency",
|
|
26970
26998
|
"optional": true,
|
|
@@ -28116,7 +28144,7 @@
|
|
|
28116
28144
|
},
|
|
28117
28145
|
"locationInModule": {
|
|
28118
28146
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28119
|
-
"line":
|
|
28147
|
+
"line": 112
|
|
28120
28148
|
},
|
|
28121
28149
|
"parameters": [
|
|
28122
28150
|
{
|
|
@@ -28137,7 +28165,7 @@
|
|
|
28137
28165
|
"kind": "class",
|
|
28138
28166
|
"locationInModule": {
|
|
28139
28167
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28140
|
-
"line":
|
|
28168
|
+
"line": 88
|
|
28141
28169
|
},
|
|
28142
28170
|
"methods": [
|
|
28143
28171
|
{
|
|
@@ -28147,7 +28175,7 @@
|
|
|
28147
28175
|
},
|
|
28148
28176
|
"locationInModule": {
|
|
28149
28177
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28150
|
-
"line":
|
|
28178
|
+
"line": 130
|
|
28151
28179
|
},
|
|
28152
28180
|
"name": "addPostBuildSteps",
|
|
28153
28181
|
"parameters": [
|
|
@@ -28171,7 +28199,7 @@
|
|
|
28171
28199
|
},
|
|
28172
28200
|
"locationInModule": {
|
|
28173
28201
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28174
|
-
"line":
|
|
28202
|
+
"line": 136
|
|
28175
28203
|
},
|
|
28176
28204
|
"name": "preSynthesize",
|
|
28177
28205
|
"overrides": "projen.Component"
|
|
@@ -28188,7 +28216,7 @@
|
|
|
28188
28216
|
"immutable": true,
|
|
28189
28217
|
"locationInModule": {
|
|
28190
28218
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28191
|
-
"line":
|
|
28219
|
+
"line": 102
|
|
28192
28220
|
},
|
|
28193
28221
|
"name": "ignoresProjen",
|
|
28194
28222
|
"type": {
|
|
@@ -28204,7 +28232,7 @@
|
|
|
28204
28232
|
"immutable": true,
|
|
28205
28233
|
"locationInModule": {
|
|
28206
28234
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28207
|
-
"line":
|
|
28235
|
+
"line": 93
|
|
28208
28236
|
},
|
|
28209
28237
|
"name": "workflows",
|
|
28210
28238
|
"type": {
|
|
@@ -28223,7 +28251,7 @@
|
|
|
28223
28251
|
},
|
|
28224
28252
|
"locationInModule": {
|
|
28225
28253
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28226
|
-
"line":
|
|
28254
|
+
"line": 107
|
|
28227
28255
|
},
|
|
28228
28256
|
"name": "containerOptions",
|
|
28229
28257
|
"optional": true,
|
|
@@ -28245,7 +28273,7 @@
|
|
|
28245
28273
|
"kind": "interface",
|
|
28246
28274
|
"locationInModule": {
|
|
28247
28275
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28248
|
-
"line":
|
|
28276
|
+
"line": 21
|
|
28249
28277
|
},
|
|
28250
28278
|
"name": "UpgradeDependenciesOptions",
|
|
28251
28279
|
"namespace": "javascript",
|
|
@@ -28260,7 +28288,7 @@
|
|
|
28260
28288
|
"immutable": true,
|
|
28261
28289
|
"locationInModule": {
|
|
28262
28290
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28263
|
-
"line":
|
|
28291
|
+
"line": 28
|
|
28264
28292
|
},
|
|
28265
28293
|
"name": "exclude",
|
|
28266
28294
|
"optional": true,
|
|
@@ -28283,7 +28311,7 @@
|
|
|
28283
28311
|
"immutable": true,
|
|
28284
28312
|
"locationInModule": {
|
|
28285
28313
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28286
|
-
"line":
|
|
28314
|
+
"line": 75
|
|
28287
28315
|
},
|
|
28288
28316
|
"name": "ignoreProjen",
|
|
28289
28317
|
"optional": true,
|
|
@@ -28301,7 +28329,7 @@
|
|
|
28301
28329
|
"immutable": true,
|
|
28302
28330
|
"locationInModule": {
|
|
28303
28331
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28304
|
-
"line":
|
|
28332
|
+
"line": 35
|
|
28305
28333
|
},
|
|
28306
28334
|
"name": "include",
|
|
28307
28335
|
"optional": true,
|
|
@@ -28324,7 +28352,7 @@
|
|
|
28324
28352
|
"immutable": true,
|
|
28325
28353
|
"locationInModule": {
|
|
28326
28354
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28327
|
-
"line":
|
|
28355
|
+
"line": 68
|
|
28328
28356
|
},
|
|
28329
28357
|
"name": "pullRequestTitle",
|
|
28330
28358
|
"optional": true,
|
|
@@ -28342,7 +28370,7 @@
|
|
|
28342
28370
|
"immutable": true,
|
|
28343
28371
|
"locationInModule": {
|
|
28344
28372
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28345
|
-
"line":
|
|
28373
|
+
"line": 82
|
|
28346
28374
|
},
|
|
28347
28375
|
"name": "signoff",
|
|
28348
28376
|
"optional": true,
|
|
@@ -28361,7 +28389,7 @@
|
|
|
28361
28389
|
"immutable": true,
|
|
28362
28390
|
"locationInModule": {
|
|
28363
28391
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28364
|
-
"line":
|
|
28392
|
+
"line": 61
|
|
28365
28393
|
},
|
|
28366
28394
|
"name": "taskName",
|
|
28367
28395
|
"optional": true,
|
|
@@ -28380,7 +28408,7 @@
|
|
|
28380
28408
|
"immutable": true,
|
|
28381
28409
|
"locationInModule": {
|
|
28382
28410
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28383
|
-
"line":
|
|
28411
|
+
"line": 46
|
|
28384
28412
|
},
|
|
28385
28413
|
"name": "workflow",
|
|
28386
28414
|
"optional": true,
|
|
@@ -28399,7 +28427,7 @@
|
|
|
28399
28427
|
"immutable": true,
|
|
28400
28428
|
"locationInModule": {
|
|
28401
28429
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28402
|
-
"line":
|
|
28430
|
+
"line": 53
|
|
28403
28431
|
},
|
|
28404
28432
|
"name": "workflowOptions",
|
|
28405
28433
|
"optional": true,
|
|
@@ -28420,7 +28448,7 @@
|
|
|
28420
28448
|
"kind": "class",
|
|
28421
28449
|
"locationInModule": {
|
|
28422
28450
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28423
|
-
"line":
|
|
28451
|
+
"line": 394
|
|
28424
28452
|
},
|
|
28425
28453
|
"methods": [
|
|
28426
28454
|
{
|
|
@@ -28430,7 +28458,7 @@
|
|
|
28430
28458
|
},
|
|
28431
28459
|
"locationInModule": {
|
|
28432
28460
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28433
|
-
"line":
|
|
28461
|
+
"line": 424
|
|
28434
28462
|
},
|
|
28435
28463
|
"name": "expressions",
|
|
28436
28464
|
"parameters": [
|
|
@@ -28466,7 +28494,7 @@
|
|
|
28466
28494
|
"immutable": true,
|
|
28467
28495
|
"locationInModule": {
|
|
28468
28496
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28469
|
-
"line":
|
|
28497
|
+
"line": 404
|
|
28470
28498
|
},
|
|
28471
28499
|
"name": "DAILY",
|
|
28472
28500
|
"static": true,
|
|
@@ -28483,7 +28511,7 @@
|
|
|
28483
28511
|
"immutable": true,
|
|
28484
28512
|
"locationInModule": {
|
|
28485
28513
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28486
|
-
"line":
|
|
28514
|
+
"line": 419
|
|
28487
28515
|
},
|
|
28488
28516
|
"name": "MONTHLY",
|
|
28489
28517
|
"static": true,
|
|
@@ -28500,7 +28528,7 @@
|
|
|
28500
28528
|
"immutable": true,
|
|
28501
28529
|
"locationInModule": {
|
|
28502
28530
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28503
|
-
"line":
|
|
28531
|
+
"line": 399
|
|
28504
28532
|
},
|
|
28505
28533
|
"name": "NEVER",
|
|
28506
28534
|
"static": true,
|
|
@@ -28517,7 +28545,7 @@
|
|
|
28517
28545
|
"immutable": true,
|
|
28518
28546
|
"locationInModule": {
|
|
28519
28547
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28520
|
-
"line":
|
|
28548
|
+
"line": 409
|
|
28521
28549
|
},
|
|
28522
28550
|
"name": "WEEKDAY",
|
|
28523
28551
|
"static": true,
|
|
@@ -28534,7 +28562,7 @@
|
|
|
28534
28562
|
"immutable": true,
|
|
28535
28563
|
"locationInModule": {
|
|
28536
28564
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28537
|
-
"line":
|
|
28565
|
+
"line": 414
|
|
28538
28566
|
},
|
|
28539
28567
|
"name": "WEEKLY",
|
|
28540
28568
|
"static": true,
|
|
@@ -28549,7 +28577,7 @@
|
|
|
28549
28577
|
"immutable": true,
|
|
28550
28578
|
"locationInModule": {
|
|
28551
28579
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28552
|
-
"line":
|
|
28580
|
+
"line": 428
|
|
28553
28581
|
},
|
|
28554
28582
|
"name": "cron",
|
|
28555
28583
|
"type": {
|
|
@@ -28575,7 +28603,7 @@
|
|
|
28575
28603
|
"kind": "interface",
|
|
28576
28604
|
"locationInModule": {
|
|
28577
28605
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28578
|
-
"line":
|
|
28606
|
+
"line": 332
|
|
28579
28607
|
},
|
|
28580
28608
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
28581
28609
|
"namespace": "javascript",
|
|
@@ -28590,7 +28618,7 @@
|
|
|
28590
28618
|
"immutable": true,
|
|
28591
28619
|
"locationInModule": {
|
|
28592
28620
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28593
|
-
"line":
|
|
28621
|
+
"line": 376
|
|
28594
28622
|
},
|
|
28595
28623
|
"name": "branches",
|
|
28596
28624
|
"optional": true,
|
|
@@ -28613,7 +28641,7 @@
|
|
|
28613
28641
|
"immutable": true,
|
|
28614
28642
|
"locationInModule": {
|
|
28615
28643
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28616
|
-
"line":
|
|
28644
|
+
"line": 369
|
|
28617
28645
|
},
|
|
28618
28646
|
"name": "container",
|
|
28619
28647
|
"optional": true,
|
|
@@ -28634,7 +28662,7 @@
|
|
|
28634
28662
|
"immutable": true,
|
|
28635
28663
|
"locationInModule": {
|
|
28636
28664
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28637
|
-
"line":
|
|
28665
|
+
"line": 382
|
|
28638
28666
|
},
|
|
28639
28667
|
"name": "gitIdentity",
|
|
28640
28668
|
"optional": true,
|
|
@@ -28652,7 +28680,7 @@
|
|
|
28652
28680
|
"immutable": true,
|
|
28653
28681
|
"locationInModule": {
|
|
28654
28682
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28655
|
-
"line":
|
|
28683
|
+
"line": 362
|
|
28656
28684
|
},
|
|
28657
28685
|
"name": "labels",
|
|
28658
28686
|
"optional": true,
|
|
@@ -28665,26 +28693,6 @@
|
|
|
28665
28693
|
}
|
|
28666
28694
|
}
|
|
28667
28695
|
},
|
|
28668
|
-
{
|
|
28669
|
-
"abstract": true,
|
|
28670
|
-
"docs": {
|
|
28671
|
-
"default": "true",
|
|
28672
|
-
"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.",
|
|
28673
|
-
"see": "`secret` for more details.",
|
|
28674
|
-
"stability": "experimental",
|
|
28675
|
-
"summary": "Execute 'build' after the upgrade."
|
|
28676
|
-
},
|
|
28677
|
-
"immutable": true,
|
|
28678
|
-
"locationInModule": {
|
|
28679
|
-
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28680
|
-
"line": 454
|
|
28681
|
-
},
|
|
28682
|
-
"name": "rebuild",
|
|
28683
|
-
"optional": true,
|
|
28684
|
-
"type": {
|
|
28685
|
-
"primitive": "boolean"
|
|
28686
|
-
}
|
|
28687
|
-
},
|
|
28688
28696
|
{
|
|
28689
28697
|
"abstract": true,
|
|
28690
28698
|
"docs": {
|
|
@@ -28695,7 +28703,7 @@
|
|
|
28695
28703
|
"immutable": true,
|
|
28696
28704
|
"locationInModule": {
|
|
28697
28705
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28698
|
-
"line":
|
|
28706
|
+
"line": 388
|
|
28699
28707
|
},
|
|
28700
28708
|
"name": "runsOn",
|
|
28701
28709
|
"optional": true,
|
|
@@ -28718,7 +28726,7 @@
|
|
|
28718
28726
|
"immutable": true,
|
|
28719
28727
|
"locationInModule": {
|
|
28720
28728
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28721
|
-
"line":
|
|
28729
|
+
"line": 339
|
|
28722
28730
|
},
|
|
28723
28731
|
"name": "schedule",
|
|
28724
28732
|
"optional": true,
|
|
@@ -28738,7 +28746,7 @@
|
|
|
28738
28746
|
"immutable": true,
|
|
28739
28747
|
"locationInModule": {
|
|
28740
28748
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28741
|
-
"line":
|
|
28749
|
+
"line": 355
|
|
28742
28750
|
},
|
|
28743
28751
|
"name": "secret",
|
|
28744
28752
|
"optional": true,
|
|
@@ -31308,7 +31316,7 @@
|
|
|
31308
31316
|
"kind": "interface",
|
|
31309
31317
|
"locationInModule": {
|
|
31310
31318
|
"filename": "src/release/release.ts",
|
|
31311
|
-
"line":
|
|
31319
|
+
"line": 522
|
|
31312
31320
|
},
|
|
31313
31321
|
"name": "BranchOptions",
|
|
31314
31322
|
"namespace": "release",
|
|
@@ -31322,7 +31330,7 @@
|
|
|
31322
31330
|
"immutable": true,
|
|
31323
31331
|
"locationInModule": {
|
|
31324
31332
|
"filename": "src/release/release.ts",
|
|
31325
|
-
"line":
|
|
31333
|
+
"line": 532
|
|
31326
31334
|
},
|
|
31327
31335
|
"name": "majorVersion",
|
|
31328
31336
|
"type": {
|
|
@@ -31339,7 +31347,7 @@
|
|
|
31339
31347
|
"immutable": true,
|
|
31340
31348
|
"locationInModule": {
|
|
31341
31349
|
"filename": "src/release/release.ts",
|
|
31342
|
-
"line":
|
|
31350
|
+
"line": 560
|
|
31343
31351
|
},
|
|
31344
31352
|
"name": "npmDistTag",
|
|
31345
31353
|
"optional": true,
|
|
@@ -31357,7 +31365,7 @@
|
|
|
31357
31365
|
"immutable": true,
|
|
31358
31366
|
"locationInModule": {
|
|
31359
31367
|
"filename": "src/release/release.ts",
|
|
31360
|
-
"line":
|
|
31368
|
+
"line": 539
|
|
31361
31369
|
},
|
|
31362
31370
|
"name": "prerelease",
|
|
31363
31371
|
"optional": true,
|
|
@@ -31376,7 +31384,7 @@
|
|
|
31376
31384
|
"immutable": true,
|
|
31377
31385
|
"locationInModule": {
|
|
31378
31386
|
"filename": "src/release/release.ts",
|
|
31379
|
-
"line":
|
|
31387
|
+
"line": 553
|
|
31380
31388
|
},
|
|
31381
31389
|
"name": "tagPrefix",
|
|
31382
31390
|
"optional": true,
|
|
@@ -31394,7 +31402,7 @@
|
|
|
31394
31402
|
"immutable": true,
|
|
31395
31403
|
"locationInModule": {
|
|
31396
31404
|
"filename": "src/release/release.ts",
|
|
31397
|
-
"line":
|
|
31405
|
+
"line": 527
|
|
31398
31406
|
},
|
|
31399
31407
|
"name": "workflowName",
|
|
31400
31408
|
"optional": true,
|
|
@@ -32879,7 +32887,7 @@
|
|
|
32879
32887
|
},
|
|
32880
32888
|
"locationInModule": {
|
|
32881
32889
|
"filename": "src/release/release.ts",
|
|
32882
|
-
"line":
|
|
32890
|
+
"line": 252
|
|
32883
32891
|
},
|
|
32884
32892
|
"parameters": [
|
|
32885
32893
|
{
|
|
@@ -32899,7 +32907,7 @@
|
|
|
32899
32907
|
"kind": "class",
|
|
32900
32908
|
"locationInModule": {
|
|
32901
32909
|
"filename": "src/release/release.ts",
|
|
32902
|
-
"line":
|
|
32910
|
+
"line": 228
|
|
32903
32911
|
},
|
|
32904
32912
|
"methods": [
|
|
32905
32913
|
{
|
|
@@ -32910,7 +32918,7 @@
|
|
|
32910
32918
|
},
|
|
32911
32919
|
"locationInModule": {
|
|
32912
32920
|
"filename": "src/release/release.ts",
|
|
32913
|
-
"line":
|
|
32921
|
+
"line": 334
|
|
32914
32922
|
},
|
|
32915
32923
|
"name": "addBranch",
|
|
32916
32924
|
"parameters": [
|
|
@@ -32941,7 +32949,7 @@
|
|
|
32941
32949
|
},
|
|
32942
32950
|
"locationInModule": {
|
|
32943
32951
|
"filename": "src/release/release.ts",
|
|
32944
|
-
"line":
|
|
32952
|
+
"line": 385
|
|
32945
32953
|
},
|
|
32946
32954
|
"name": "addJobs",
|
|
32947
32955
|
"parameters": [
|
|
@@ -32968,7 +32976,7 @@
|
|
|
32968
32976
|
},
|
|
32969
32977
|
"locationInModule": {
|
|
32970
32978
|
"filename": "src/release/release.ts",
|
|
32971
|
-
"line":
|
|
32979
|
+
"line": 370
|
|
32972
32980
|
},
|
|
32973
32981
|
"name": "preSynthesize",
|
|
32974
32982
|
"overrides": "projen.Component"
|
|
@@ -32985,7 +32993,7 @@
|
|
|
32985
32993
|
"immutable": true,
|
|
32986
32994
|
"locationInModule": {
|
|
32987
32995
|
"filename": "src/release/release.ts",
|
|
32988
|
-
"line":
|
|
32996
|
+
"line": 250
|
|
32989
32997
|
},
|
|
32990
32998
|
"name": "artifactsDirectory",
|
|
32991
32999
|
"type": {
|
|
@@ -33000,7 +33008,7 @@
|
|
|
33000
33008
|
"immutable": true,
|
|
33001
33009
|
"locationInModule": {
|
|
33002
33010
|
"filename": "src/release/release.ts",
|
|
33003
|
-
"line":
|
|
33011
|
+
"line": 394
|
|
33004
33012
|
},
|
|
33005
33013
|
"name": "branches",
|
|
33006
33014
|
"type": {
|
|
@@ -33020,7 +33028,7 @@
|
|
|
33020
33028
|
"immutable": true,
|
|
33021
33029
|
"locationInModule": {
|
|
33022
33030
|
"filename": "src/release/release.ts",
|
|
33023
|
-
"line":
|
|
33031
|
+
"line": 232
|
|
33024
33032
|
},
|
|
33025
33033
|
"name": "publisher",
|
|
33026
33034
|
"type": {
|
|
@@ -33044,7 +33052,7 @@
|
|
|
33044
33052
|
"kind": "interface",
|
|
33045
33053
|
"locationInModule": {
|
|
33046
33054
|
"filename": "src/release/release.ts",
|
|
33047
|
-
"line":
|
|
33055
|
+
"line": 181
|
|
33048
33056
|
},
|
|
33049
33057
|
"name": "ReleaseOptions",
|
|
33050
33058
|
"namespace": "release",
|
|
@@ -33059,7 +33067,7 @@
|
|
|
33059
33067
|
"immutable": true,
|
|
33060
33068
|
"locationInModule": {
|
|
33061
33069
|
"filename": "src/release/release.ts",
|
|
33062
|
-
"line":
|
|
33070
|
+
"line": 219
|
|
33063
33071
|
},
|
|
33064
33072
|
"name": "artifactsDirectory",
|
|
33065
33073
|
"type": {
|
|
@@ -33076,7 +33084,7 @@
|
|
|
33076
33084
|
"immutable": true,
|
|
33077
33085
|
"locationInModule": {
|
|
33078
33086
|
"filename": "src/release/release.ts",
|
|
33079
|
-
"line":
|
|
33087
|
+
"line": 204
|
|
33080
33088
|
},
|
|
33081
33089
|
"name": "branch",
|
|
33082
33090
|
"type": {
|
|
@@ -33093,7 +33101,7 @@
|
|
|
33093
33101
|
"immutable": true,
|
|
33094
33102
|
"locationInModule": {
|
|
33095
33103
|
"filename": "src/release/release.ts",
|
|
33096
|
-
"line":
|
|
33104
|
+
"line": 187
|
|
33097
33105
|
},
|
|
33098
33106
|
"name": "task",
|
|
33099
33107
|
"type": {
|
|
@@ -33110,7 +33118,7 @@
|
|
|
33110
33118
|
"immutable": true,
|
|
33111
33119
|
"locationInModule": {
|
|
33112
33120
|
"filename": "src/release/release.ts",
|
|
33113
|
-
"line":
|
|
33121
|
+
"line": 194
|
|
33114
33122
|
},
|
|
33115
33123
|
"name": "versionFile",
|
|
33116
33124
|
"type": {
|
|
@@ -33127,7 +33135,7 @@
|
|
|
33127
33135
|
"immutable": true,
|
|
33128
33136
|
"locationInModule": {
|
|
33129
33137
|
"filename": "src/release/release.ts",
|
|
33130
|
-
"line":
|
|
33138
|
+
"line": 211
|
|
33131
33139
|
},
|
|
33132
33140
|
"name": "githubRelease",
|
|
33133
33141
|
"optional": true,
|
|
@@ -33149,29 +33157,11 @@
|
|
|
33149
33157
|
"kind": "interface",
|
|
33150
33158
|
"locationInModule": {
|
|
33151
33159
|
"filename": "src/release/release.ts",
|
|
33152
|
-
"line":
|
|
33160
|
+
"line": 18
|
|
33153
33161
|
},
|
|
33154
33162
|
"name": "ReleaseProjectOptions",
|
|
33155
33163
|
"namespace": "release",
|
|
33156
33164
|
"properties": [
|
|
33157
|
-
{
|
|
33158
|
-
"abstract": true,
|
|
33159
|
-
"docs": {
|
|
33160
|
-
"default": "true",
|
|
33161
|
-
"stability": "experimental",
|
|
33162
|
-
"summary": "Checks that after build there are no modified files on git."
|
|
33163
|
-
},
|
|
33164
|
-
"immutable": true,
|
|
33165
|
-
"locationInModule": {
|
|
33166
|
-
"filename": "src/release/release.ts",
|
|
33167
|
-
"line": 72
|
|
33168
|
-
},
|
|
33169
|
-
"name": "antitamper",
|
|
33170
|
-
"optional": true,
|
|
33171
|
-
"type": {
|
|
33172
|
-
"primitive": "boolean"
|
|
33173
|
-
}
|
|
33174
|
-
},
|
|
33175
33165
|
{
|
|
33176
33166
|
"abstract": true,
|
|
33177
33167
|
"docs": {
|
|
@@ -33182,7 +33172,7 @@
|
|
|
33182
33172
|
"immutable": true,
|
|
33183
33173
|
"locationInModule": {
|
|
33184
33174
|
"filename": "src/release/release.ts",
|
|
33185
|
-
"line":
|
|
33175
|
+
"line": 61
|
|
33186
33176
|
},
|
|
33187
33177
|
"name": "jsiiReleaseVersion",
|
|
33188
33178
|
"optional": true,
|
|
@@ -33201,7 +33191,7 @@
|
|
|
33201
33191
|
"immutable": true,
|
|
33202
33192
|
"locationInModule": {
|
|
33203
33193
|
"filename": "src/release/release.ts",
|
|
33204
|
-
"line":
|
|
33194
|
+
"line": 77
|
|
33205
33195
|
},
|
|
33206
33196
|
"name": "majorVersion",
|
|
33207
33197
|
"optional": true,
|
|
@@ -33220,7 +33210,7 @@
|
|
|
33220
33210
|
"immutable": true,
|
|
33221
33211
|
"locationInModule": {
|
|
33222
33212
|
"filename": "src/release/release.ts",
|
|
33223
|
-
"line":
|
|
33213
|
+
"line": 95
|
|
33224
33214
|
},
|
|
33225
33215
|
"name": "npmDistTag",
|
|
33226
33216
|
"optional": true,
|
|
@@ -33238,7 +33228,7 @@
|
|
|
33238
33228
|
"immutable": true,
|
|
33239
33229
|
"locationInModule": {
|
|
33240
33230
|
"filename": "src/release/release.ts",
|
|
33241
|
-
"line":
|
|
33231
|
+
"line": 67
|
|
33242
33232
|
},
|
|
33243
33233
|
"name": "postBuildSteps",
|
|
33244
33234
|
"optional": true,
|
|
@@ -33261,7 +33251,7 @@
|
|
|
33261
33251
|
"immutable": true,
|
|
33262
33252
|
"locationInModule": {
|
|
33263
33253
|
"filename": "src/release/release.ts",
|
|
33264
|
-
"line":
|
|
33254
|
+
"line": 85
|
|
33265
33255
|
},
|
|
33266
33256
|
"name": "prerelease",
|
|
33267
33257
|
"optional": true,
|
|
@@ -33279,7 +33269,7 @@
|
|
|
33279
33269
|
"immutable": true,
|
|
33280
33270
|
"locationInModule": {
|
|
33281
33271
|
"filename": "src/release/release.ts",
|
|
33282
|
-
"line":
|
|
33272
|
+
"line": 175
|
|
33283
33273
|
},
|
|
33284
33274
|
"name": "publishDryRun",
|
|
33285
33275
|
"optional": true,
|
|
@@ -33298,7 +33288,7 @@
|
|
|
33298
33288
|
"immutable": true,
|
|
33299
33289
|
"locationInModule": {
|
|
33300
33290
|
"filename": "src/release/release.ts",
|
|
33301
|
-
"line":
|
|
33291
|
+
"line": 168
|
|
33302
33292
|
},
|
|
33303
33293
|
"name": "publishTasks",
|
|
33304
33294
|
"optional": true,
|
|
@@ -33317,7 +33307,7 @@
|
|
|
33317
33307
|
"immutable": true,
|
|
33318
33308
|
"locationInModule": {
|
|
33319
33309
|
"filename": "src/release/release.ts",
|
|
33320
|
-
"line":
|
|
33310
|
+
"line": 115
|
|
33321
33311
|
},
|
|
33322
33312
|
"name": "releaseBranches",
|
|
33323
33313
|
"optional": true,
|
|
@@ -33341,7 +33331,7 @@
|
|
|
33341
33331
|
"immutable": true,
|
|
33342
33332
|
"locationInModule": {
|
|
33343
33333
|
"filename": "src/release/release.ts",
|
|
33344
|
-
"line":
|
|
33334
|
+
"line": 26
|
|
33345
33335
|
},
|
|
33346
33336
|
"name": "releaseEveryCommit",
|
|
33347
33337
|
"optional": true,
|
|
@@ -33359,7 +33349,7 @@
|
|
|
33359
33349
|
"immutable": true,
|
|
33360
33350
|
"locationInModule": {
|
|
33361
33351
|
"filename": "src/release/release.ts",
|
|
33362
|
-
"line":
|
|
33352
|
+
"line": 122
|
|
33363
33353
|
},
|
|
33364
33354
|
"name": "releaseFailureIssue",
|
|
33365
33355
|
"optional": true,
|
|
@@ -33378,7 +33368,7 @@
|
|
|
33378
33368
|
"immutable": true,
|
|
33379
33369
|
"locationInModule": {
|
|
33380
33370
|
"filename": "src/release/release.ts",
|
|
33381
|
-
"line":
|
|
33371
|
+
"line": 130
|
|
33382
33372
|
},
|
|
33383
33373
|
"name": "releaseFailureIssueLabel",
|
|
33384
33374
|
"optional": true,
|
|
@@ -33397,7 +33387,7 @@
|
|
|
33397
33387
|
"immutable": true,
|
|
33398
33388
|
"locationInModule": {
|
|
33399
33389
|
"filename": "src/release/release.ts",
|
|
33400
|
-
"line":
|
|
33390
|
+
"line": 35
|
|
33401
33391
|
},
|
|
33402
33392
|
"name": "releaseSchedule",
|
|
33403
33393
|
"optional": true,
|
|
@@ -33416,7 +33406,7 @@
|
|
|
33416
33406
|
"immutable": true,
|
|
33417
33407
|
"locationInModule": {
|
|
33418
33408
|
"filename": "src/release/release.ts",
|
|
33419
|
-
"line":
|
|
33409
|
+
"line": 144
|
|
33420
33410
|
},
|
|
33421
33411
|
"name": "releaseTagPrefix",
|
|
33422
33412
|
"optional": true,
|
|
@@ -33434,7 +33424,7 @@
|
|
|
33434
33424
|
"immutable": true,
|
|
33435
33425
|
"locationInModule": {
|
|
33436
33426
|
"filename": "src/release/release.ts",
|
|
33437
|
-
"line":
|
|
33427
|
+
"line": 42
|
|
33438
33428
|
},
|
|
33439
33429
|
"name": "releaseTrigger",
|
|
33440
33430
|
"optional": true,
|
|
@@ -33452,7 +33442,7 @@
|
|
|
33452
33442
|
"immutable": true,
|
|
33453
33443
|
"locationInModule": {
|
|
33454
33444
|
"filename": "src/release/release.ts",
|
|
33455
|
-
"line":
|
|
33445
|
+
"line": 102
|
|
33456
33446
|
},
|
|
33457
33447
|
"name": "releaseWorkflowName",
|
|
33458
33448
|
"optional": true,
|
|
@@ -33469,7 +33459,7 @@
|
|
|
33469
33459
|
"immutable": true,
|
|
33470
33460
|
"locationInModule": {
|
|
33471
33461
|
"filename": "src/release/release.ts",
|
|
33472
|
-
"line":
|
|
33462
|
+
"line": 48
|
|
33473
33463
|
},
|
|
33474
33464
|
"name": "releaseWorkflowSetupSteps",
|
|
33475
33465
|
"optional": true,
|
|
@@ -33493,7 +33483,7 @@
|
|
|
33493
33483
|
"immutable": true,
|
|
33494
33484
|
"locationInModule": {
|
|
33495
33485
|
"filename": "src/release/release.ts",
|
|
33496
|
-
"line":
|
|
33486
|
+
"line": 152
|
|
33497
33487
|
},
|
|
33498
33488
|
"name": "versionrcOptions",
|
|
33499
33489
|
"optional": true,
|
|
@@ -33516,7 +33506,7 @@
|
|
|
33516
33506
|
"immutable": true,
|
|
33517
33507
|
"locationInModule": {
|
|
33518
33508
|
"filename": "src/release/release.ts",
|
|
33519
|
-
"line":
|
|
33509
|
+
"line": 55
|
|
33520
33510
|
},
|
|
33521
33511
|
"name": "workflowContainerImage",
|
|
33522
33512
|
"optional": true,
|
|
@@ -33534,7 +33524,7 @@
|
|
|
33534
33524
|
"immutable": true,
|
|
33535
33525
|
"locationInModule": {
|
|
33536
33526
|
"filename": "src/release/release.ts",
|
|
33537
|
-
"line":
|
|
33527
|
+
"line": 158
|
|
33538
33528
|
},
|
|
33539
33529
|
"name": "workflowRunsOn",
|
|
33540
33530
|
"optional": true,
|
|
@@ -36311,6 +36301,6 @@
|
|
|
36311
36301
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
36312
36302
|
}
|
|
36313
36303
|
},
|
|
36314
|
-
"version": "0.
|
|
36315
|
-
"fingerprint": "
|
|
36304
|
+
"version": "0.47.0",
|
|
36305
|
+
"fingerprint": "PRfyDyvPd8px/yWWXYUCbCDESCJYkBgKntv/oXjn06Y="
|
|
36316
36306
|
}
|