projen 0.46.3 → 0.47.2
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 +319 -363
- package/API.md +72 -76
- package/bin/projen +0 -0
- package/changelog.md +7 -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/consts.d.ts +0 -8
- package/lib/cdk/consts.js +2 -25
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.d.ts +1 -5
- package/lib/cdk/jsii-project.js +44 -46
- 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.js +1 -1
- package/lib/javascript/node-project.d.ts +2 -22
- package/lib/javascript/node-project.js +26 -29
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.d.ts +0 -14
- package/lib/javascript/upgrade-dependencies.js +23 -89
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +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/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
|
{
|
|
@@ -25326,7 +25395,7 @@
|
|
|
25326
25395
|
},
|
|
25327
25396
|
"locationInModule": {
|
|
25328
25397
|
"filename": "src/javascript/node-project.ts",
|
|
25329
|
-
"line":
|
|
25398
|
+
"line": 422
|
|
25330
25399
|
},
|
|
25331
25400
|
"parameters": [
|
|
25332
25401
|
{
|
|
@@ -25340,7 +25409,7 @@
|
|
|
25340
25409
|
"kind": "class",
|
|
25341
25410
|
"locationInModule": {
|
|
25342
25411
|
"filename": "src/javascript/node-project.ts",
|
|
25343
|
-
"line":
|
|
25412
|
+
"line": 319
|
|
25344
25413
|
},
|
|
25345
25414
|
"methods": [
|
|
25346
25415
|
{
|
|
@@ -25349,7 +25418,7 @@
|
|
|
25349
25418
|
},
|
|
25350
25419
|
"locationInModule": {
|
|
25351
25420
|
"filename": "src/javascript/node-project.ts",
|
|
25352
|
-
"line":
|
|
25421
|
+
"line": 667
|
|
25353
25422
|
},
|
|
25354
25423
|
"name": "addBins",
|
|
25355
25424
|
"parameters": [
|
|
@@ -25374,7 +25443,7 @@
|
|
|
25374
25443
|
},
|
|
25375
25444
|
"locationInModule": {
|
|
25376
25445
|
"filename": "src/javascript/node-project.ts",
|
|
25377
|
-
"line":
|
|
25446
|
+
"line": 820
|
|
25378
25447
|
},
|
|
25379
25448
|
"name": "addBundledDeps",
|
|
25380
25449
|
"parameters": [
|
|
@@ -25400,7 +25469,7 @@
|
|
|
25400
25469
|
},
|
|
25401
25470
|
"locationInModule": {
|
|
25402
25471
|
"filename": "src/javascript/node-project.ts",
|
|
25403
|
-
"line":
|
|
25472
|
+
"line": 701
|
|
25404
25473
|
},
|
|
25405
25474
|
"name": "addCompileCommand",
|
|
25406
25475
|
"parameters": [
|
|
@@ -25421,7 +25490,7 @@
|
|
|
25421
25490
|
},
|
|
25422
25491
|
"locationInModule": {
|
|
25423
25492
|
"filename": "src/javascript/node-project.ts",
|
|
25424
|
-
"line":
|
|
25493
|
+
"line": 774
|
|
25425
25494
|
},
|
|
25426
25495
|
"name": "addDeps",
|
|
25427
25496
|
"parameters": [
|
|
@@ -25446,7 +25515,7 @@
|
|
|
25446
25515
|
},
|
|
25447
25516
|
"locationInModule": {
|
|
25448
25517
|
"filename": "src/javascript/node-project.ts",
|
|
25449
|
-
"line":
|
|
25518
|
+
"line": 787
|
|
25450
25519
|
},
|
|
25451
25520
|
"name": "addDevDeps",
|
|
25452
25521
|
"parameters": [
|
|
@@ -25471,7 +25540,7 @@
|
|
|
25471
25540
|
},
|
|
25472
25541
|
"locationInModule": {
|
|
25473
25542
|
"filename": "src/javascript/node-project.ts",
|
|
25474
|
-
"line":
|
|
25543
|
+
"line": 721
|
|
25475
25544
|
},
|
|
25476
25545
|
"name": "addFields",
|
|
25477
25546
|
"parameters": [
|
|
@@ -25498,7 +25567,7 @@
|
|
|
25498
25567
|
},
|
|
25499
25568
|
"locationInModule": {
|
|
25500
25569
|
"filename": "src/javascript/node-project.ts",
|
|
25501
|
-
"line":
|
|
25570
|
+
"line": 731
|
|
25502
25571
|
},
|
|
25503
25572
|
"name": "addKeywords",
|
|
25504
25573
|
"parameters": [
|
|
@@ -25523,7 +25592,7 @@
|
|
|
25523
25592
|
},
|
|
25524
25593
|
"locationInModule": {
|
|
25525
25594
|
"filename": "src/javascript/node-project.ts",
|
|
25526
|
-
"line":
|
|
25595
|
+
"line": 824
|
|
25527
25596
|
},
|
|
25528
25597
|
"name": "addPackageIgnore",
|
|
25529
25598
|
"overrides": "projen.Project",
|
|
@@ -25544,7 +25613,7 @@
|
|
|
25544
25613
|
},
|
|
25545
25614
|
"locationInModule": {
|
|
25546
25615
|
"filename": "src/javascript/node-project.ts",
|
|
25547
|
-
"line":
|
|
25616
|
+
"line": 804
|
|
25548
25617
|
},
|
|
25549
25618
|
"name": "addPeerDeps",
|
|
25550
25619
|
"parameters": [
|
|
@@ -25570,7 +25639,7 @@
|
|
|
25570
25639
|
},
|
|
25571
25640
|
"locationInModule": {
|
|
25572
25641
|
"filename": "src/javascript/node-project.ts",
|
|
25573
|
-
"line":
|
|
25642
|
+
"line": 711
|
|
25574
25643
|
},
|
|
25575
25644
|
"name": "addTestCommand",
|
|
25576
25645
|
"parameters": [
|
|
@@ -25591,7 +25660,7 @@
|
|
|
25591
25660
|
},
|
|
25592
25661
|
"locationInModule": {
|
|
25593
25662
|
"filename": "src/javascript/node-project.ts",
|
|
25594
|
-
"line":
|
|
25663
|
+
"line": 693
|
|
25595
25664
|
},
|
|
25596
25665
|
"name": "hasScript",
|
|
25597
25666
|
"parameters": [
|
|
@@ -25618,7 +25687,7 @@
|
|
|
25618
25687
|
},
|
|
25619
25688
|
"locationInModule": {
|
|
25620
25689
|
"filename": "src/javascript/node-project.ts",
|
|
25621
|
-
"line":
|
|
25690
|
+
"line": 685
|
|
25622
25691
|
},
|
|
25623
25692
|
"name": "removeScript",
|
|
25624
25693
|
"parameters": [
|
|
@@ -25641,7 +25710,7 @@
|
|
|
25641
25710
|
},
|
|
25642
25711
|
"locationInModule": {
|
|
25643
25712
|
"filename": "src/javascript/node-project.ts",
|
|
25644
|
-
"line":
|
|
25713
|
+
"line": 898
|
|
25645
25714
|
},
|
|
25646
25715
|
"name": "runTaskCommand",
|
|
25647
25716
|
"overrides": "projen.Project",
|
|
@@ -25669,7 +25738,7 @@
|
|
|
25669
25738
|
},
|
|
25670
25739
|
"locationInModule": {
|
|
25671
25740
|
"filename": "src/javascript/node-project.ts",
|
|
25672
|
-
"line":
|
|
25741
|
+
"line": 677
|
|
25673
25742
|
},
|
|
25674
25743
|
"name": "setScript",
|
|
25675
25744
|
"parameters": [
|
|
@@ -25705,28 +25774,13 @@
|
|
|
25705
25774
|
"immutable": true,
|
|
25706
25775
|
"locationInModule": {
|
|
25707
25776
|
"filename": "src/javascript/node-project.ts",
|
|
25708
|
-
"line":
|
|
25777
|
+
"line": 333
|
|
25709
25778
|
},
|
|
25710
25779
|
"name": "allowLibraryDependencies",
|
|
25711
25780
|
"type": {
|
|
25712
25781
|
"primitive": "boolean"
|
|
25713
25782
|
}
|
|
25714
25783
|
},
|
|
25715
|
-
{
|
|
25716
|
-
"docs": {
|
|
25717
|
-
"stability": "experimental",
|
|
25718
|
-
"summary": "Indicates if workflows have anti-tamper checks."
|
|
25719
|
-
},
|
|
25720
|
-
"immutable": true,
|
|
25721
|
-
"locationInModule": {
|
|
25722
|
-
"filename": "src/javascript/node-project.ts",
|
|
25723
|
-
"line": 377
|
|
25724
|
-
},
|
|
25725
|
-
"name": "antitamper",
|
|
25726
|
-
"type": {
|
|
25727
|
-
"primitive": "boolean"
|
|
25728
|
-
}
|
|
25729
|
-
},
|
|
25730
25784
|
{
|
|
25731
25785
|
"docs": {
|
|
25732
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`.",
|
|
@@ -25736,7 +25790,7 @@
|
|
|
25736
25790
|
"immutable": true,
|
|
25737
25791
|
"locationInModule": {
|
|
25738
25792
|
"filename": "src/javascript/node-project.ts",
|
|
25739
|
-
"line":
|
|
25793
|
+
"line": 407
|
|
25740
25794
|
},
|
|
25741
25795
|
"name": "artifactsDirectory",
|
|
25742
25796
|
"type": {
|
|
@@ -25751,7 +25805,7 @@
|
|
|
25751
25805
|
"immutable": true,
|
|
25752
25806
|
"locationInModule": {
|
|
25753
25807
|
"filename": "src/javascript/node-project.ts",
|
|
25754
|
-
"line":
|
|
25808
|
+
"line": 412
|
|
25755
25809
|
},
|
|
25756
25810
|
"name": "artifactsJavascriptDirectory",
|
|
25757
25811
|
"type": {
|
|
@@ -25765,7 +25819,7 @@
|
|
|
25765
25819
|
"immutable": true,
|
|
25766
25820
|
"locationInModule": {
|
|
25767
25821
|
"filename": "src/javascript/node-project.ts",
|
|
25768
|
-
"line":
|
|
25822
|
+
"line": 400
|
|
25769
25823
|
},
|
|
25770
25824
|
"name": "bundler",
|
|
25771
25825
|
"type": {
|
|
@@ -25780,7 +25834,7 @@
|
|
|
25780
25834
|
"immutable": true,
|
|
25781
25835
|
"locationInModule": {
|
|
25782
25836
|
"filename": "src/javascript/node-project.ts",
|
|
25783
|
-
"line":
|
|
25837
|
+
"line": 338
|
|
25784
25838
|
},
|
|
25785
25839
|
"name": "entrypoint",
|
|
25786
25840
|
"type": {
|
|
@@ -25794,7 +25848,7 @@
|
|
|
25794
25848
|
"immutable": true,
|
|
25795
25849
|
"locationInModule": {
|
|
25796
25850
|
"filename": "src/javascript/node-project.ts",
|
|
25797
|
-
"line":
|
|
25851
|
+
"line": 735
|
|
25798
25852
|
},
|
|
25799
25853
|
"name": "installWorkflowSteps",
|
|
25800
25854
|
"type": {
|
|
@@ -25814,7 +25868,7 @@
|
|
|
25814
25868
|
"immutable": true,
|
|
25815
25869
|
"locationInModule": {
|
|
25816
25870
|
"filename": "src/javascript/node-project.ts",
|
|
25817
|
-
"line":
|
|
25871
|
+
"line": 396
|
|
25818
25872
|
},
|
|
25819
25873
|
"name": "manifest",
|
|
25820
25874
|
"type": {
|
|
@@ -25829,7 +25883,7 @@
|
|
|
25829
25883
|
"immutable": true,
|
|
25830
25884
|
"locationInModule": {
|
|
25831
25885
|
"filename": "src/javascript/node-project.ts",
|
|
25832
|
-
"line":
|
|
25886
|
+
"line": 323
|
|
25833
25887
|
},
|
|
25834
25888
|
"name": "package",
|
|
25835
25889
|
"type": {
|
|
@@ -25845,7 +25899,7 @@
|
|
|
25845
25899
|
"immutable": true,
|
|
25846
25900
|
"locationInModule": {
|
|
25847
25901
|
"filename": "src/javascript/node-project.ts",
|
|
25848
|
-
"line":
|
|
25902
|
+
"line": 381
|
|
25849
25903
|
},
|
|
25850
25904
|
"name": "packageManager",
|
|
25851
25905
|
"type": {
|
|
@@ -25860,7 +25914,7 @@
|
|
|
25860
25914
|
"immutable": true,
|
|
25861
25915
|
"locationInModule": {
|
|
25862
25916
|
"filename": "src/javascript/node-project.ts",
|
|
25863
|
-
"line":
|
|
25917
|
+
"line": 386
|
|
25864
25918
|
},
|
|
25865
25919
|
"name": "runScriptCommand",
|
|
25866
25920
|
"type": {
|
|
@@ -25875,7 +25929,7 @@
|
|
|
25875
25929
|
"immutable": true,
|
|
25876
25930
|
"locationInModule": {
|
|
25877
25931
|
"filename": "src/javascript/node-project.ts",
|
|
25878
|
-
"line":
|
|
25932
|
+
"line": 343
|
|
25879
25933
|
},
|
|
25880
25934
|
"name": "autoMerge",
|
|
25881
25935
|
"optional": true,
|
|
@@ -25892,7 +25946,7 @@
|
|
|
25892
25946
|
"immutable": true,
|
|
25893
25947
|
"locationInModule": {
|
|
25894
25948
|
"filename": "src/javascript/node-project.ts",
|
|
25895
|
-
"line":
|
|
25949
|
+
"line": 349
|
|
25896
25950
|
},
|
|
25897
25951
|
"name": "buildWorkflow",
|
|
25898
25952
|
"optional": true,
|
|
@@ -25908,7 +25962,7 @@
|
|
|
25908
25962
|
"immutable": true,
|
|
25909
25963
|
"locationInModule": {
|
|
25910
25964
|
"filename": "src/javascript/node-project.ts",
|
|
25911
|
-
"line":
|
|
25965
|
+
"line": 905
|
|
25912
25966
|
},
|
|
25913
25967
|
"name": "buildWorkflowJobId",
|
|
25914
25968
|
"optional": true,
|
|
@@ -25924,7 +25978,7 @@
|
|
|
25924
25978
|
"immutable": true,
|
|
25925
25979
|
"locationInModule": {
|
|
25926
25980
|
"filename": "src/javascript/node-project.ts",
|
|
25927
|
-
"line":
|
|
25981
|
+
"line": 391
|
|
25928
25982
|
},
|
|
25929
25983
|
"name": "jest",
|
|
25930
25984
|
"optional": true,
|
|
@@ -25940,7 +25994,7 @@
|
|
|
25940
25994
|
"immutable": true,
|
|
25941
25995
|
"locationInModule": {
|
|
25942
25996
|
"filename": "src/javascript/node-project.ts",
|
|
25943
|
-
"line":
|
|
25997
|
+
"line": 372
|
|
25944
25998
|
},
|
|
25945
25999
|
"name": "maxNodeVersion",
|
|
25946
26000
|
"optional": true,
|
|
@@ -25956,7 +26010,7 @@
|
|
|
25956
26010
|
"immutable": true,
|
|
25957
26011
|
"locationInModule": {
|
|
25958
26012
|
"filename": "src/javascript/node-project.ts",
|
|
25959
|
-
"line":
|
|
26013
|
+
"line": 367
|
|
25960
26014
|
},
|
|
25961
26015
|
"name": "minNodeVersion",
|
|
25962
26016
|
"optional": true,
|
|
@@ -25972,7 +26026,7 @@
|
|
|
25972
26026
|
"immutable": true,
|
|
25973
26027
|
"locationInModule": {
|
|
25974
26028
|
"filename": "src/javascript/node-project.ts",
|
|
25975
|
-
"line":
|
|
26029
|
+
"line": 328
|
|
25976
26030
|
},
|
|
25977
26031
|
"name": "npmignore",
|
|
25978
26032
|
"optional": true,
|
|
@@ -25990,7 +26044,7 @@
|
|
|
25990
26044
|
"immutable": true,
|
|
25991
26045
|
"locationInModule": {
|
|
25992
26046
|
"filename": "src/javascript/node-project.ts",
|
|
25993
|
-
"line":
|
|
26047
|
+
"line": 357
|
|
25994
26048
|
},
|
|
25995
26049
|
"name": "publisher",
|
|
25996
26050
|
"optional": true,
|
|
@@ -26006,7 +26060,7 @@
|
|
|
26006
26060
|
"immutable": true,
|
|
26007
26061
|
"locationInModule": {
|
|
26008
26062
|
"filename": "src/javascript/node-project.ts",
|
|
26009
|
-
"line":
|
|
26063
|
+
"line": 362
|
|
26010
26064
|
},
|
|
26011
26065
|
"name": "release",
|
|
26012
26066
|
"optional": true,
|
|
@@ -26022,7 +26076,7 @@
|
|
|
26022
26076
|
"immutable": true,
|
|
26023
26077
|
"locationInModule": {
|
|
26024
26078
|
"filename": "src/javascript/node-project.ts",
|
|
26025
|
-
"line":
|
|
26079
|
+
"line": 417
|
|
26026
26080
|
},
|
|
26027
26081
|
"name": "upgradeWorkflow",
|
|
26028
26082
|
"optional": true,
|
|
@@ -26048,7 +26102,7 @@
|
|
|
26048
26102
|
"kind": "interface",
|
|
26049
26103
|
"locationInModule": {
|
|
26050
26104
|
"filename": "src/javascript/node-project.ts",
|
|
26051
|
-
"line":
|
|
26105
|
+
"line": 22
|
|
26052
26106
|
},
|
|
26053
26107
|
"name": "NodeProjectOptions",
|
|
26054
26108
|
"namespace": "javascript",
|
|
@@ -26080,7 +26134,7 @@
|
|
|
26080
26134
|
"immutable": true,
|
|
26081
26135
|
"locationInModule": {
|
|
26082
26136
|
"filename": "src/javascript/node-project.ts",
|
|
26083
|
-
"line":
|
|
26137
|
+
"line": 288
|
|
26084
26138
|
},
|
|
26085
26139
|
"name": "artifactsDirectory",
|
|
26086
26140
|
"optional": true,
|
|
@@ -26099,7 +26153,7 @@
|
|
|
26099
26153
|
"immutable": true,
|
|
26100
26154
|
"locationInModule": {
|
|
26101
26155
|
"filename": "src/javascript/node-project.ts",
|
|
26102
|
-
"line":
|
|
26156
|
+
"line": 200
|
|
26103
26157
|
},
|
|
26104
26158
|
"name": "autoApproveProjenUpgrades",
|
|
26105
26159
|
"optional": true,
|
|
@@ -26118,7 +26172,7 @@
|
|
|
26118
26172
|
"immutable": true,
|
|
26119
26173
|
"locationInModule": {
|
|
26120
26174
|
"filename": "src/javascript/node-project.ts",
|
|
26121
|
-
"line":
|
|
26175
|
+
"line": 210
|
|
26122
26176
|
},
|
|
26123
26177
|
"name": "autoApproveUpgrades",
|
|
26124
26178
|
"optional": true,
|
|
@@ -26136,7 +26190,7 @@
|
|
|
26136
26190
|
"immutable": true,
|
|
26137
26191
|
"locationInModule": {
|
|
26138
26192
|
"filename": "src/javascript/node-project.ts",
|
|
26139
|
-
"line":
|
|
26193
|
+
"line": 56
|
|
26140
26194
|
},
|
|
26141
26195
|
"name": "buildWorkflow",
|
|
26142
26196
|
"optional": true,
|
|
@@ -26153,7 +26207,7 @@
|
|
|
26153
26207
|
"immutable": true,
|
|
26154
26208
|
"locationInModule": {
|
|
26155
26209
|
"filename": "src/javascript/node-project.ts",
|
|
26156
|
-
"line":
|
|
26210
|
+
"line": 281
|
|
26157
26211
|
},
|
|
26158
26212
|
"name": "bundlerOptions",
|
|
26159
26213
|
"optional": true,
|
|
@@ -26171,7 +26225,7 @@
|
|
|
26171
26225
|
"immutable": true,
|
|
26172
26226
|
"locationInModule": {
|
|
26173
26227
|
"filename": "src/javascript/node-project.ts",
|
|
26174
|
-
"line":
|
|
26228
|
+
"line": 75
|
|
26175
26229
|
},
|
|
26176
26230
|
"name": "codeCov",
|
|
26177
26231
|
"optional": true,
|
|
@@ -26189,7 +26243,7 @@
|
|
|
26189
26243
|
"immutable": true,
|
|
26190
26244
|
"locationInModule": {
|
|
26191
26245
|
"filename": "src/javascript/node-project.ts",
|
|
26192
|
-
"line":
|
|
26246
|
+
"line": 82
|
|
26193
26247
|
},
|
|
26194
26248
|
"name": "codeCovTokenSecret",
|
|
26195
26249
|
"optional": true,
|
|
@@ -26207,7 +26261,7 @@
|
|
|
26207
26261
|
"immutable": true,
|
|
26208
26262
|
"locationInModule": {
|
|
26209
26263
|
"filename": "src/javascript/node-project.ts",
|
|
26210
|
-
"line":
|
|
26264
|
+
"line": 28
|
|
26211
26265
|
},
|
|
26212
26266
|
"name": "copyrightOwner",
|
|
26213
26267
|
"optional": true,
|
|
@@ -26225,7 +26279,7 @@
|
|
|
26225
26279
|
"immutable": true,
|
|
26226
26280
|
"locationInModule": {
|
|
26227
26281
|
"filename": "src/javascript/node-project.ts",
|
|
26228
|
-
"line":
|
|
26282
|
+
"line": 35
|
|
26229
26283
|
},
|
|
26230
26284
|
"name": "copyrightPeriod",
|
|
26231
26285
|
"optional": true,
|
|
@@ -26316,7 +26370,7 @@
|
|
|
26316
26370
|
"immutable": true,
|
|
26317
26371
|
"locationInModule": {
|
|
26318
26372
|
"filename": "src/javascript/node-project.ts",
|
|
26319
|
-
"line":
|
|
26373
|
+
"line": 250
|
|
26320
26374
|
},
|
|
26321
26375
|
"name": "gitignore",
|
|
26322
26376
|
"optional": true,
|
|
@@ -26339,7 +26393,7 @@
|
|
|
26339
26393
|
"immutable": true,
|
|
26340
26394
|
"locationInModule": {
|
|
26341
26395
|
"filename": "src/javascript/node-project.ts",
|
|
26342
|
-
"line":
|
|
26396
|
+
"line": 256
|
|
26343
26397
|
},
|
|
26344
26398
|
"name": "jest",
|
|
26345
26399
|
"optional": true,
|
|
@@ -26357,7 +26411,7 @@
|
|
|
26357
26411
|
"immutable": true,
|
|
26358
26412
|
"locationInModule": {
|
|
26359
26413
|
"filename": "src/javascript/node-project.ts",
|
|
26360
|
-
"line":
|
|
26414
|
+
"line": 262
|
|
26361
26415
|
},
|
|
26362
26416
|
"name": "jestOptions",
|
|
26363
26417
|
"optional": true,
|
|
@@ -26376,7 +26430,7 @@
|
|
|
26376
26430
|
"immutable": true,
|
|
26377
26431
|
"locationInModule": {
|
|
26378
26432
|
"filename": "src/javascript/node-project.ts",
|
|
26379
|
-
"line":
|
|
26433
|
+
"line": 67
|
|
26380
26434
|
},
|
|
26381
26435
|
"name": "mutableBuild",
|
|
26382
26436
|
"optional": true,
|
|
@@ -26394,7 +26448,7 @@
|
|
|
26394
26448
|
"immutable": true,
|
|
26395
26449
|
"locationInModule": {
|
|
26396
26450
|
"filename": "src/javascript/node-project.ts",
|
|
26397
|
-
"line":
|
|
26451
|
+
"line": 231
|
|
26398
26452
|
},
|
|
26399
26453
|
"name": "npmignore",
|
|
26400
26454
|
"optional": true,
|
|
@@ -26417,7 +26471,7 @@
|
|
|
26417
26471
|
"immutable": true,
|
|
26418
26472
|
"locationInModule": {
|
|
26419
26473
|
"filename": "src/javascript/node-project.ts",
|
|
26420
|
-
"line":
|
|
26474
|
+
"line": 225
|
|
26421
26475
|
},
|
|
26422
26476
|
"name": "npmignoreEnabled",
|
|
26423
26477
|
"optional": true,
|
|
@@ -26435,7 +26489,7 @@
|
|
|
26435
26489
|
"immutable": true,
|
|
26436
26490
|
"locationInModule": {
|
|
26437
26491
|
"filename": "src/javascript/node-project.ts",
|
|
26438
|
-
"line":
|
|
26492
|
+
"line": 296
|
|
26439
26493
|
},
|
|
26440
26494
|
"name": "package",
|
|
26441
26495
|
"optional": true,
|
|
@@ -26453,7 +26507,7 @@
|
|
|
26453
26507
|
"immutable": true,
|
|
26454
26508
|
"locationInModule": {
|
|
26455
26509
|
"filename": "src/javascript/node-project.ts",
|
|
26456
|
-
"line":
|
|
26510
|
+
"line": 50
|
|
26457
26511
|
},
|
|
26458
26512
|
"name": "projenDevDependency",
|
|
26459
26513
|
"optional": true,
|
|
@@ -26471,7 +26525,7 @@
|
|
|
26471
26525
|
"immutable": true,
|
|
26472
26526
|
"locationInModule": {
|
|
26473
26527
|
"filename": "src/javascript/node-project.ts",
|
|
26474
|
-
"line":
|
|
26528
|
+
"line": 270
|
|
26475
26529
|
},
|
|
26476
26530
|
"name": "projenrcJs",
|
|
26477
26531
|
"optional": true,
|
|
@@ -26489,7 +26543,7 @@
|
|
|
26489
26543
|
"immutable": true,
|
|
26490
26544
|
"locationInModule": {
|
|
26491
26545
|
"filename": "src/javascript/node-project.ts",
|
|
26492
|
-
"line":
|
|
26546
|
+
"line": 276
|
|
26493
26547
|
},
|
|
26494
26548
|
"name": "projenrcJsOptions",
|
|
26495
26549
|
"optional": true,
|
|
@@ -26509,7 +26563,7 @@
|
|
|
26509
26563
|
"immutable": true,
|
|
26510
26564
|
"locationInModule": {
|
|
26511
26565
|
"filename": "src/javascript/node-project.ts",
|
|
26512
|
-
"line":
|
|
26566
|
+
"line": 190
|
|
26513
26567
|
},
|
|
26514
26568
|
"name": "projenUpgradeAutoMerge",
|
|
26515
26569
|
"optional": true,
|
|
@@ -26527,7 +26581,7 @@
|
|
|
26527
26581
|
"immutable": true,
|
|
26528
26582
|
"locationInModule": {
|
|
26529
26583
|
"filename": "src/javascript/node-project.ts",
|
|
26530
|
-
"line":
|
|
26584
|
+
"line": 217
|
|
26531
26585
|
},
|
|
26532
26586
|
"name": "projenUpgradeSchedule",
|
|
26533
26587
|
"optional": true,
|
|
@@ -26544,14 +26598,15 @@
|
|
|
26544
26598
|
"abstract": true,
|
|
26545
26599
|
"docs": {
|
|
26546
26600
|
"default": "- no automatic projen upgrade pull requests",
|
|
26601
|
+
"deprecated": "use `githubTokenSecret` instead.",
|
|
26547
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",
|
|
26548
|
-
"stability": "
|
|
26603
|
+
"stability": "deprecated",
|
|
26549
26604
|
"summary": "Periodically submits a pull request for projen upgrades (executes `yarn projen:upgrade`)."
|
|
26550
26605
|
},
|
|
26551
26606
|
"immutable": true,
|
|
26552
26607
|
"locationInModule": {
|
|
26553
26608
|
"filename": "src/javascript/node-project.ts",
|
|
26554
|
-
"line":
|
|
26609
|
+
"line": 179
|
|
26555
26610
|
},
|
|
26556
26611
|
"name": "projenUpgradeSecret",
|
|
26557
26612
|
"optional": true,
|
|
@@ -26569,7 +26624,7 @@
|
|
|
26569
26624
|
"immutable": true,
|
|
26570
26625
|
"locationInModule": {
|
|
26571
26626
|
"filename": "src/javascript/node-project.ts",
|
|
26572
|
-
"line":
|
|
26627
|
+
"line": 43
|
|
26573
26628
|
},
|
|
26574
26629
|
"name": "projenVersion",
|
|
26575
26630
|
"optional": true,
|
|
@@ -26587,7 +26642,7 @@
|
|
|
26587
26642
|
"immutable": true,
|
|
26588
26643
|
"locationInModule": {
|
|
26589
26644
|
"filename": "src/javascript/node-project.ts",
|
|
26590
|
-
"line":
|
|
26645
|
+
"line": 238
|
|
26591
26646
|
},
|
|
26592
26647
|
"name": "pullRequestTemplate",
|
|
26593
26648
|
"optional": true,
|
|
@@ -26605,7 +26660,7 @@
|
|
|
26605
26660
|
"immutable": true,
|
|
26606
26661
|
"locationInModule": {
|
|
26607
26662
|
"filename": "src/javascript/node-project.ts",
|
|
26608
|
-
"line":
|
|
26663
|
+
"line": 245
|
|
26609
26664
|
},
|
|
26610
26665
|
"name": "pullRequestTemplateContents",
|
|
26611
26666
|
"optional": true,
|
|
@@ -26621,9 +26676,6 @@
|
|
|
26621
26676
|
{
|
|
26622
26677
|
"abstract": true,
|
|
26623
26678
|
"docs": {
|
|
26624
|
-
"custom": {
|
|
26625
|
-
"featured": "true"
|
|
26626
|
-
},
|
|
26627
26679
|
"default": "- true (false for subprojects)",
|
|
26628
26680
|
"stability": "experimental",
|
|
26629
26681
|
"summary": "Add release management to this project."
|
|
@@ -26668,7 +26720,7 @@
|
|
|
26668
26720
|
"immutable": true,
|
|
26669
26721
|
"locationInModule": {
|
|
26670
26722
|
"filename": "src/javascript/node-project.ts",
|
|
26671
|
-
"line":
|
|
26723
|
+
"line": 90
|
|
26672
26724
|
},
|
|
26673
26725
|
"name": "releaseWorkflow",
|
|
26674
26726
|
"optional": true,
|
|
@@ -26738,64 +26790,6 @@
|
|
|
26738
26790
|
],
|
|
26739
26791
|
"symbolId": "src/javascript/node-project:NodeProjectOptions"
|
|
26740
26792
|
},
|
|
26741
|
-
"projen.javascript.NodeWorkflowSteps": {
|
|
26742
|
-
"assembly": "projen",
|
|
26743
|
-
"datatype": true,
|
|
26744
|
-
"docs": {
|
|
26745
|
-
"stability": "experimental"
|
|
26746
|
-
},
|
|
26747
|
-
"fqn": "projen.javascript.NodeWorkflowSteps",
|
|
26748
|
-
"kind": "interface",
|
|
26749
|
-
"locationInModule": {
|
|
26750
|
-
"filename": "src/javascript/node-project.ts",
|
|
26751
|
-
"line": 918
|
|
26752
|
-
},
|
|
26753
|
-
"name": "NodeWorkflowSteps",
|
|
26754
|
-
"namespace": "javascript",
|
|
26755
|
-
"properties": [
|
|
26756
|
-
{
|
|
26757
|
-
"abstract": true,
|
|
26758
|
-
"docs": {
|
|
26759
|
-
"stability": "experimental"
|
|
26760
|
-
},
|
|
26761
|
-
"immutable": true,
|
|
26762
|
-
"locationInModule": {
|
|
26763
|
-
"filename": "src/javascript/node-project.ts",
|
|
26764
|
-
"line": 919
|
|
26765
|
-
},
|
|
26766
|
-
"name": "antitamper",
|
|
26767
|
-
"type": {
|
|
26768
|
-
"collection": {
|
|
26769
|
-
"elementtype": {
|
|
26770
|
-
"primitive": "any"
|
|
26771
|
-
},
|
|
26772
|
-
"kind": "array"
|
|
26773
|
-
}
|
|
26774
|
-
}
|
|
26775
|
-
},
|
|
26776
|
-
{
|
|
26777
|
-
"abstract": true,
|
|
26778
|
-
"docs": {
|
|
26779
|
-
"stability": "experimental"
|
|
26780
|
-
},
|
|
26781
|
-
"immutable": true,
|
|
26782
|
-
"locationInModule": {
|
|
26783
|
-
"filename": "src/javascript/node-project.ts",
|
|
26784
|
-
"line": 920
|
|
26785
|
-
},
|
|
26786
|
-
"name": "install",
|
|
26787
|
-
"type": {
|
|
26788
|
-
"collection": {
|
|
26789
|
-
"elementtype": {
|
|
26790
|
-
"primitive": "any"
|
|
26791
|
-
},
|
|
26792
|
-
"kind": "array"
|
|
26793
|
-
}
|
|
26794
|
-
}
|
|
26795
|
-
}
|
|
26796
|
-
],
|
|
26797
|
-
"symbolId": "src/javascript/node-project:NodeWorkflowSteps"
|
|
26798
|
-
},
|
|
26799
26793
|
"projen.javascript.NpmAccess": {
|
|
26800
26794
|
"assembly": "projen",
|
|
26801
26795
|
"docs": {
|
|
@@ -28150,7 +28144,7 @@
|
|
|
28150
28144
|
},
|
|
28151
28145
|
"locationInModule": {
|
|
28152
28146
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28153
|
-
"line":
|
|
28147
|
+
"line": 112
|
|
28154
28148
|
},
|
|
28155
28149
|
"parameters": [
|
|
28156
28150
|
{
|
|
@@ -28171,7 +28165,7 @@
|
|
|
28171
28165
|
"kind": "class",
|
|
28172
28166
|
"locationInModule": {
|
|
28173
28167
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28174
|
-
"line":
|
|
28168
|
+
"line": 88
|
|
28175
28169
|
},
|
|
28176
28170
|
"methods": [
|
|
28177
28171
|
{
|
|
@@ -28181,7 +28175,7 @@
|
|
|
28181
28175
|
},
|
|
28182
28176
|
"locationInModule": {
|
|
28183
28177
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28184
|
-
"line":
|
|
28178
|
+
"line": 130
|
|
28185
28179
|
},
|
|
28186
28180
|
"name": "addPostBuildSteps",
|
|
28187
28181
|
"parameters": [
|
|
@@ -28205,7 +28199,7 @@
|
|
|
28205
28199
|
},
|
|
28206
28200
|
"locationInModule": {
|
|
28207
28201
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28208
|
-
"line":
|
|
28202
|
+
"line": 136
|
|
28209
28203
|
},
|
|
28210
28204
|
"name": "preSynthesize",
|
|
28211
28205
|
"overrides": "projen.Component"
|
|
@@ -28222,7 +28216,7 @@
|
|
|
28222
28216
|
"immutable": true,
|
|
28223
28217
|
"locationInModule": {
|
|
28224
28218
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28225
|
-
"line":
|
|
28219
|
+
"line": 102
|
|
28226
28220
|
},
|
|
28227
28221
|
"name": "ignoresProjen",
|
|
28228
28222
|
"type": {
|
|
@@ -28238,7 +28232,7 @@
|
|
|
28238
28232
|
"immutable": true,
|
|
28239
28233
|
"locationInModule": {
|
|
28240
28234
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28241
|
-
"line":
|
|
28235
|
+
"line": 93
|
|
28242
28236
|
},
|
|
28243
28237
|
"name": "workflows",
|
|
28244
28238
|
"type": {
|
|
@@ -28257,7 +28251,7 @@
|
|
|
28257
28251
|
},
|
|
28258
28252
|
"locationInModule": {
|
|
28259
28253
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28260
|
-
"line":
|
|
28254
|
+
"line": 107
|
|
28261
28255
|
},
|
|
28262
28256
|
"name": "containerOptions",
|
|
28263
28257
|
"optional": true,
|
|
@@ -28279,7 +28273,7 @@
|
|
|
28279
28273
|
"kind": "interface",
|
|
28280
28274
|
"locationInModule": {
|
|
28281
28275
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28282
|
-
"line":
|
|
28276
|
+
"line": 21
|
|
28283
28277
|
},
|
|
28284
28278
|
"name": "UpgradeDependenciesOptions",
|
|
28285
28279
|
"namespace": "javascript",
|
|
@@ -28294,7 +28288,7 @@
|
|
|
28294
28288
|
"immutable": true,
|
|
28295
28289
|
"locationInModule": {
|
|
28296
28290
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28297
|
-
"line":
|
|
28291
|
+
"line": 28
|
|
28298
28292
|
},
|
|
28299
28293
|
"name": "exclude",
|
|
28300
28294
|
"optional": true,
|
|
@@ -28317,7 +28311,7 @@
|
|
|
28317
28311
|
"immutable": true,
|
|
28318
28312
|
"locationInModule": {
|
|
28319
28313
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28320
|
-
"line":
|
|
28314
|
+
"line": 75
|
|
28321
28315
|
},
|
|
28322
28316
|
"name": "ignoreProjen",
|
|
28323
28317
|
"optional": true,
|
|
@@ -28335,7 +28329,7 @@
|
|
|
28335
28329
|
"immutable": true,
|
|
28336
28330
|
"locationInModule": {
|
|
28337
28331
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28338
|
-
"line":
|
|
28332
|
+
"line": 35
|
|
28339
28333
|
},
|
|
28340
28334
|
"name": "include",
|
|
28341
28335
|
"optional": true,
|
|
@@ -28358,7 +28352,7 @@
|
|
|
28358
28352
|
"immutable": true,
|
|
28359
28353
|
"locationInModule": {
|
|
28360
28354
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28361
|
-
"line":
|
|
28355
|
+
"line": 68
|
|
28362
28356
|
},
|
|
28363
28357
|
"name": "pullRequestTitle",
|
|
28364
28358
|
"optional": true,
|
|
@@ -28376,7 +28370,7 @@
|
|
|
28376
28370
|
"immutable": true,
|
|
28377
28371
|
"locationInModule": {
|
|
28378
28372
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28379
|
-
"line":
|
|
28373
|
+
"line": 82
|
|
28380
28374
|
},
|
|
28381
28375
|
"name": "signoff",
|
|
28382
28376
|
"optional": true,
|
|
@@ -28395,7 +28389,7 @@
|
|
|
28395
28389
|
"immutable": true,
|
|
28396
28390
|
"locationInModule": {
|
|
28397
28391
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28398
|
-
"line":
|
|
28392
|
+
"line": 61
|
|
28399
28393
|
},
|
|
28400
28394
|
"name": "taskName",
|
|
28401
28395
|
"optional": true,
|
|
@@ -28414,7 +28408,7 @@
|
|
|
28414
28408
|
"immutable": true,
|
|
28415
28409
|
"locationInModule": {
|
|
28416
28410
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28417
|
-
"line":
|
|
28411
|
+
"line": 46
|
|
28418
28412
|
},
|
|
28419
28413
|
"name": "workflow",
|
|
28420
28414
|
"optional": true,
|
|
@@ -28433,7 +28427,7 @@
|
|
|
28433
28427
|
"immutable": true,
|
|
28434
28428
|
"locationInModule": {
|
|
28435
28429
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28436
|
-
"line":
|
|
28430
|
+
"line": 53
|
|
28437
28431
|
},
|
|
28438
28432
|
"name": "workflowOptions",
|
|
28439
28433
|
"optional": true,
|
|
@@ -28454,7 +28448,7 @@
|
|
|
28454
28448
|
"kind": "class",
|
|
28455
28449
|
"locationInModule": {
|
|
28456
28450
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28457
|
-
"line":
|
|
28451
|
+
"line": 394
|
|
28458
28452
|
},
|
|
28459
28453
|
"methods": [
|
|
28460
28454
|
{
|
|
@@ -28464,7 +28458,7 @@
|
|
|
28464
28458
|
},
|
|
28465
28459
|
"locationInModule": {
|
|
28466
28460
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28467
|
-
"line":
|
|
28461
|
+
"line": 424
|
|
28468
28462
|
},
|
|
28469
28463
|
"name": "expressions",
|
|
28470
28464
|
"parameters": [
|
|
@@ -28500,7 +28494,7 @@
|
|
|
28500
28494
|
"immutable": true,
|
|
28501
28495
|
"locationInModule": {
|
|
28502
28496
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28503
|
-
"line":
|
|
28497
|
+
"line": 404
|
|
28504
28498
|
},
|
|
28505
28499
|
"name": "DAILY",
|
|
28506
28500
|
"static": true,
|
|
@@ -28517,7 +28511,7 @@
|
|
|
28517
28511
|
"immutable": true,
|
|
28518
28512
|
"locationInModule": {
|
|
28519
28513
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28520
|
-
"line":
|
|
28514
|
+
"line": 419
|
|
28521
28515
|
},
|
|
28522
28516
|
"name": "MONTHLY",
|
|
28523
28517
|
"static": true,
|
|
@@ -28534,7 +28528,7 @@
|
|
|
28534
28528
|
"immutable": true,
|
|
28535
28529
|
"locationInModule": {
|
|
28536
28530
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28537
|
-
"line":
|
|
28531
|
+
"line": 399
|
|
28538
28532
|
},
|
|
28539
28533
|
"name": "NEVER",
|
|
28540
28534
|
"static": true,
|
|
@@ -28551,7 +28545,7 @@
|
|
|
28551
28545
|
"immutable": true,
|
|
28552
28546
|
"locationInModule": {
|
|
28553
28547
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28554
|
-
"line":
|
|
28548
|
+
"line": 409
|
|
28555
28549
|
},
|
|
28556
28550
|
"name": "WEEKDAY",
|
|
28557
28551
|
"static": true,
|
|
@@ -28568,7 +28562,7 @@
|
|
|
28568
28562
|
"immutable": true,
|
|
28569
28563
|
"locationInModule": {
|
|
28570
28564
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28571
|
-
"line":
|
|
28565
|
+
"line": 414
|
|
28572
28566
|
},
|
|
28573
28567
|
"name": "WEEKLY",
|
|
28574
28568
|
"static": true,
|
|
@@ -28583,7 +28577,7 @@
|
|
|
28583
28577
|
"immutable": true,
|
|
28584
28578
|
"locationInModule": {
|
|
28585
28579
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28586
|
-
"line":
|
|
28580
|
+
"line": 428
|
|
28587
28581
|
},
|
|
28588
28582
|
"name": "cron",
|
|
28589
28583
|
"type": {
|
|
@@ -28609,7 +28603,7 @@
|
|
|
28609
28603
|
"kind": "interface",
|
|
28610
28604
|
"locationInModule": {
|
|
28611
28605
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28612
|
-
"line":
|
|
28606
|
+
"line": 332
|
|
28613
28607
|
},
|
|
28614
28608
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
28615
28609
|
"namespace": "javascript",
|
|
@@ -28624,7 +28618,7 @@
|
|
|
28624
28618
|
"immutable": true,
|
|
28625
28619
|
"locationInModule": {
|
|
28626
28620
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28627
|
-
"line":
|
|
28621
|
+
"line": 376
|
|
28628
28622
|
},
|
|
28629
28623
|
"name": "branches",
|
|
28630
28624
|
"optional": true,
|
|
@@ -28647,7 +28641,7 @@
|
|
|
28647
28641
|
"immutable": true,
|
|
28648
28642
|
"locationInModule": {
|
|
28649
28643
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28650
|
-
"line":
|
|
28644
|
+
"line": 369
|
|
28651
28645
|
},
|
|
28652
28646
|
"name": "container",
|
|
28653
28647
|
"optional": true,
|
|
@@ -28668,7 +28662,7 @@
|
|
|
28668
28662
|
"immutable": true,
|
|
28669
28663
|
"locationInModule": {
|
|
28670
28664
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28671
|
-
"line":
|
|
28665
|
+
"line": 382
|
|
28672
28666
|
},
|
|
28673
28667
|
"name": "gitIdentity",
|
|
28674
28668
|
"optional": true,
|
|
@@ -28686,7 +28680,7 @@
|
|
|
28686
28680
|
"immutable": true,
|
|
28687
28681
|
"locationInModule": {
|
|
28688
28682
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28689
|
-
"line":
|
|
28683
|
+
"line": 362
|
|
28690
28684
|
},
|
|
28691
28685
|
"name": "labels",
|
|
28692
28686
|
"optional": true,
|
|
@@ -28699,26 +28693,6 @@
|
|
|
28699
28693
|
}
|
|
28700
28694
|
}
|
|
28701
28695
|
},
|
|
28702
|
-
{
|
|
28703
|
-
"abstract": true,
|
|
28704
|
-
"docs": {
|
|
28705
|
-
"default": "true",
|
|
28706
|
-
"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.",
|
|
28707
|
-
"see": "`secret` for more details.",
|
|
28708
|
-
"stability": "experimental",
|
|
28709
|
-
"summary": "Execute 'build' after the upgrade."
|
|
28710
|
-
},
|
|
28711
|
-
"immutable": true,
|
|
28712
|
-
"locationInModule": {
|
|
28713
|
-
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28714
|
-
"line": 454
|
|
28715
|
-
},
|
|
28716
|
-
"name": "rebuild",
|
|
28717
|
-
"optional": true,
|
|
28718
|
-
"type": {
|
|
28719
|
-
"primitive": "boolean"
|
|
28720
|
-
}
|
|
28721
|
-
},
|
|
28722
28696
|
{
|
|
28723
28697
|
"abstract": true,
|
|
28724
28698
|
"docs": {
|
|
@@ -28729,7 +28703,7 @@
|
|
|
28729
28703
|
"immutable": true,
|
|
28730
28704
|
"locationInModule": {
|
|
28731
28705
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28732
|
-
"line":
|
|
28706
|
+
"line": 388
|
|
28733
28707
|
},
|
|
28734
28708
|
"name": "runsOn",
|
|
28735
28709
|
"optional": true,
|
|
@@ -28752,7 +28726,7 @@
|
|
|
28752
28726
|
"immutable": true,
|
|
28753
28727
|
"locationInModule": {
|
|
28754
28728
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28755
|
-
"line":
|
|
28729
|
+
"line": 339
|
|
28756
28730
|
},
|
|
28757
28731
|
"name": "schedule",
|
|
28758
28732
|
"optional": true,
|
|
@@ -28772,7 +28746,7 @@
|
|
|
28772
28746
|
"immutable": true,
|
|
28773
28747
|
"locationInModule": {
|
|
28774
28748
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28775
|
-
"line":
|
|
28749
|
+
"line": 355
|
|
28776
28750
|
},
|
|
28777
28751
|
"name": "secret",
|
|
28778
28752
|
"optional": true,
|
|
@@ -31342,7 +31316,7 @@
|
|
|
31342
31316
|
"kind": "interface",
|
|
31343
31317
|
"locationInModule": {
|
|
31344
31318
|
"filename": "src/release/release.ts",
|
|
31345
|
-
"line":
|
|
31319
|
+
"line": 522
|
|
31346
31320
|
},
|
|
31347
31321
|
"name": "BranchOptions",
|
|
31348
31322
|
"namespace": "release",
|
|
@@ -31356,7 +31330,7 @@
|
|
|
31356
31330
|
"immutable": true,
|
|
31357
31331
|
"locationInModule": {
|
|
31358
31332
|
"filename": "src/release/release.ts",
|
|
31359
|
-
"line":
|
|
31333
|
+
"line": 532
|
|
31360
31334
|
},
|
|
31361
31335
|
"name": "majorVersion",
|
|
31362
31336
|
"type": {
|
|
@@ -31373,7 +31347,7 @@
|
|
|
31373
31347
|
"immutable": true,
|
|
31374
31348
|
"locationInModule": {
|
|
31375
31349
|
"filename": "src/release/release.ts",
|
|
31376
|
-
"line":
|
|
31350
|
+
"line": 560
|
|
31377
31351
|
},
|
|
31378
31352
|
"name": "npmDistTag",
|
|
31379
31353
|
"optional": true,
|
|
@@ -31391,7 +31365,7 @@
|
|
|
31391
31365
|
"immutable": true,
|
|
31392
31366
|
"locationInModule": {
|
|
31393
31367
|
"filename": "src/release/release.ts",
|
|
31394
|
-
"line":
|
|
31368
|
+
"line": 539
|
|
31395
31369
|
},
|
|
31396
31370
|
"name": "prerelease",
|
|
31397
31371
|
"optional": true,
|
|
@@ -31410,7 +31384,7 @@
|
|
|
31410
31384
|
"immutable": true,
|
|
31411
31385
|
"locationInModule": {
|
|
31412
31386
|
"filename": "src/release/release.ts",
|
|
31413
|
-
"line":
|
|
31387
|
+
"line": 553
|
|
31414
31388
|
},
|
|
31415
31389
|
"name": "tagPrefix",
|
|
31416
31390
|
"optional": true,
|
|
@@ -31428,7 +31402,7 @@
|
|
|
31428
31402
|
"immutable": true,
|
|
31429
31403
|
"locationInModule": {
|
|
31430
31404
|
"filename": "src/release/release.ts",
|
|
31431
|
-
"line":
|
|
31405
|
+
"line": 527
|
|
31432
31406
|
},
|
|
31433
31407
|
"name": "workflowName",
|
|
31434
31408
|
"optional": true,
|
|
@@ -32913,7 +32887,7 @@
|
|
|
32913
32887
|
},
|
|
32914
32888
|
"locationInModule": {
|
|
32915
32889
|
"filename": "src/release/release.ts",
|
|
32916
|
-
"line":
|
|
32890
|
+
"line": 252
|
|
32917
32891
|
},
|
|
32918
32892
|
"parameters": [
|
|
32919
32893
|
{
|
|
@@ -32933,7 +32907,7 @@
|
|
|
32933
32907
|
"kind": "class",
|
|
32934
32908
|
"locationInModule": {
|
|
32935
32909
|
"filename": "src/release/release.ts",
|
|
32936
|
-
"line":
|
|
32910
|
+
"line": 228
|
|
32937
32911
|
},
|
|
32938
32912
|
"methods": [
|
|
32939
32913
|
{
|
|
@@ -32944,7 +32918,7 @@
|
|
|
32944
32918
|
},
|
|
32945
32919
|
"locationInModule": {
|
|
32946
32920
|
"filename": "src/release/release.ts",
|
|
32947
|
-
"line":
|
|
32921
|
+
"line": 334
|
|
32948
32922
|
},
|
|
32949
32923
|
"name": "addBranch",
|
|
32950
32924
|
"parameters": [
|
|
@@ -32975,7 +32949,7 @@
|
|
|
32975
32949
|
},
|
|
32976
32950
|
"locationInModule": {
|
|
32977
32951
|
"filename": "src/release/release.ts",
|
|
32978
|
-
"line":
|
|
32952
|
+
"line": 385
|
|
32979
32953
|
},
|
|
32980
32954
|
"name": "addJobs",
|
|
32981
32955
|
"parameters": [
|
|
@@ -33002,7 +32976,7 @@
|
|
|
33002
32976
|
},
|
|
33003
32977
|
"locationInModule": {
|
|
33004
32978
|
"filename": "src/release/release.ts",
|
|
33005
|
-
"line":
|
|
32979
|
+
"line": 370
|
|
33006
32980
|
},
|
|
33007
32981
|
"name": "preSynthesize",
|
|
33008
32982
|
"overrides": "projen.Component"
|
|
@@ -33019,7 +32993,7 @@
|
|
|
33019
32993
|
"immutable": true,
|
|
33020
32994
|
"locationInModule": {
|
|
33021
32995
|
"filename": "src/release/release.ts",
|
|
33022
|
-
"line":
|
|
32996
|
+
"line": 250
|
|
33023
32997
|
},
|
|
33024
32998
|
"name": "artifactsDirectory",
|
|
33025
32999
|
"type": {
|
|
@@ -33034,7 +33008,7 @@
|
|
|
33034
33008
|
"immutable": true,
|
|
33035
33009
|
"locationInModule": {
|
|
33036
33010
|
"filename": "src/release/release.ts",
|
|
33037
|
-
"line":
|
|
33011
|
+
"line": 394
|
|
33038
33012
|
},
|
|
33039
33013
|
"name": "branches",
|
|
33040
33014
|
"type": {
|
|
@@ -33054,7 +33028,7 @@
|
|
|
33054
33028
|
"immutable": true,
|
|
33055
33029
|
"locationInModule": {
|
|
33056
33030
|
"filename": "src/release/release.ts",
|
|
33057
|
-
"line":
|
|
33031
|
+
"line": 232
|
|
33058
33032
|
},
|
|
33059
33033
|
"name": "publisher",
|
|
33060
33034
|
"type": {
|
|
@@ -33078,7 +33052,7 @@
|
|
|
33078
33052
|
"kind": "interface",
|
|
33079
33053
|
"locationInModule": {
|
|
33080
33054
|
"filename": "src/release/release.ts",
|
|
33081
|
-
"line":
|
|
33055
|
+
"line": 181
|
|
33082
33056
|
},
|
|
33083
33057
|
"name": "ReleaseOptions",
|
|
33084
33058
|
"namespace": "release",
|
|
@@ -33093,7 +33067,7 @@
|
|
|
33093
33067
|
"immutable": true,
|
|
33094
33068
|
"locationInModule": {
|
|
33095
33069
|
"filename": "src/release/release.ts",
|
|
33096
|
-
"line":
|
|
33070
|
+
"line": 219
|
|
33097
33071
|
},
|
|
33098
33072
|
"name": "artifactsDirectory",
|
|
33099
33073
|
"type": {
|
|
@@ -33110,7 +33084,7 @@
|
|
|
33110
33084
|
"immutable": true,
|
|
33111
33085
|
"locationInModule": {
|
|
33112
33086
|
"filename": "src/release/release.ts",
|
|
33113
|
-
"line":
|
|
33087
|
+
"line": 204
|
|
33114
33088
|
},
|
|
33115
33089
|
"name": "branch",
|
|
33116
33090
|
"type": {
|
|
@@ -33127,7 +33101,7 @@
|
|
|
33127
33101
|
"immutable": true,
|
|
33128
33102
|
"locationInModule": {
|
|
33129
33103
|
"filename": "src/release/release.ts",
|
|
33130
|
-
"line":
|
|
33104
|
+
"line": 187
|
|
33131
33105
|
},
|
|
33132
33106
|
"name": "task",
|
|
33133
33107
|
"type": {
|
|
@@ -33144,7 +33118,7 @@
|
|
|
33144
33118
|
"immutable": true,
|
|
33145
33119
|
"locationInModule": {
|
|
33146
33120
|
"filename": "src/release/release.ts",
|
|
33147
|
-
"line":
|
|
33121
|
+
"line": 194
|
|
33148
33122
|
},
|
|
33149
33123
|
"name": "versionFile",
|
|
33150
33124
|
"type": {
|
|
@@ -33161,7 +33135,7 @@
|
|
|
33161
33135
|
"immutable": true,
|
|
33162
33136
|
"locationInModule": {
|
|
33163
33137
|
"filename": "src/release/release.ts",
|
|
33164
|
-
"line":
|
|
33138
|
+
"line": 211
|
|
33165
33139
|
},
|
|
33166
33140
|
"name": "githubRelease",
|
|
33167
33141
|
"optional": true,
|
|
@@ -33183,29 +33157,11 @@
|
|
|
33183
33157
|
"kind": "interface",
|
|
33184
33158
|
"locationInModule": {
|
|
33185
33159
|
"filename": "src/release/release.ts",
|
|
33186
|
-
"line":
|
|
33160
|
+
"line": 18
|
|
33187
33161
|
},
|
|
33188
33162
|
"name": "ReleaseProjectOptions",
|
|
33189
33163
|
"namespace": "release",
|
|
33190
33164
|
"properties": [
|
|
33191
|
-
{
|
|
33192
|
-
"abstract": true,
|
|
33193
|
-
"docs": {
|
|
33194
|
-
"default": "true",
|
|
33195
|
-
"stability": "experimental",
|
|
33196
|
-
"summary": "Checks that after build there are no modified files on git."
|
|
33197
|
-
},
|
|
33198
|
-
"immutable": true,
|
|
33199
|
-
"locationInModule": {
|
|
33200
|
-
"filename": "src/release/release.ts",
|
|
33201
|
-
"line": 72
|
|
33202
|
-
},
|
|
33203
|
-
"name": "antitamper",
|
|
33204
|
-
"optional": true,
|
|
33205
|
-
"type": {
|
|
33206
|
-
"primitive": "boolean"
|
|
33207
|
-
}
|
|
33208
|
-
},
|
|
33209
33165
|
{
|
|
33210
33166
|
"abstract": true,
|
|
33211
33167
|
"docs": {
|
|
@@ -33216,7 +33172,7 @@
|
|
|
33216
33172
|
"immutable": true,
|
|
33217
33173
|
"locationInModule": {
|
|
33218
33174
|
"filename": "src/release/release.ts",
|
|
33219
|
-
"line":
|
|
33175
|
+
"line": 61
|
|
33220
33176
|
},
|
|
33221
33177
|
"name": "jsiiReleaseVersion",
|
|
33222
33178
|
"optional": true,
|
|
@@ -33235,7 +33191,7 @@
|
|
|
33235
33191
|
"immutable": true,
|
|
33236
33192
|
"locationInModule": {
|
|
33237
33193
|
"filename": "src/release/release.ts",
|
|
33238
|
-
"line":
|
|
33194
|
+
"line": 77
|
|
33239
33195
|
},
|
|
33240
33196
|
"name": "majorVersion",
|
|
33241
33197
|
"optional": true,
|
|
@@ -33254,7 +33210,7 @@
|
|
|
33254
33210
|
"immutable": true,
|
|
33255
33211
|
"locationInModule": {
|
|
33256
33212
|
"filename": "src/release/release.ts",
|
|
33257
|
-
"line":
|
|
33213
|
+
"line": 95
|
|
33258
33214
|
},
|
|
33259
33215
|
"name": "npmDistTag",
|
|
33260
33216
|
"optional": true,
|
|
@@ -33272,7 +33228,7 @@
|
|
|
33272
33228
|
"immutable": true,
|
|
33273
33229
|
"locationInModule": {
|
|
33274
33230
|
"filename": "src/release/release.ts",
|
|
33275
|
-
"line":
|
|
33231
|
+
"line": 67
|
|
33276
33232
|
},
|
|
33277
33233
|
"name": "postBuildSteps",
|
|
33278
33234
|
"optional": true,
|
|
@@ -33295,7 +33251,7 @@
|
|
|
33295
33251
|
"immutable": true,
|
|
33296
33252
|
"locationInModule": {
|
|
33297
33253
|
"filename": "src/release/release.ts",
|
|
33298
|
-
"line":
|
|
33254
|
+
"line": 85
|
|
33299
33255
|
},
|
|
33300
33256
|
"name": "prerelease",
|
|
33301
33257
|
"optional": true,
|
|
@@ -33313,7 +33269,7 @@
|
|
|
33313
33269
|
"immutable": true,
|
|
33314
33270
|
"locationInModule": {
|
|
33315
33271
|
"filename": "src/release/release.ts",
|
|
33316
|
-
"line":
|
|
33272
|
+
"line": 175
|
|
33317
33273
|
},
|
|
33318
33274
|
"name": "publishDryRun",
|
|
33319
33275
|
"optional": true,
|
|
@@ -33332,7 +33288,7 @@
|
|
|
33332
33288
|
"immutable": true,
|
|
33333
33289
|
"locationInModule": {
|
|
33334
33290
|
"filename": "src/release/release.ts",
|
|
33335
|
-
"line":
|
|
33291
|
+
"line": 168
|
|
33336
33292
|
},
|
|
33337
33293
|
"name": "publishTasks",
|
|
33338
33294
|
"optional": true,
|
|
@@ -33351,7 +33307,7 @@
|
|
|
33351
33307
|
"immutable": true,
|
|
33352
33308
|
"locationInModule": {
|
|
33353
33309
|
"filename": "src/release/release.ts",
|
|
33354
|
-
"line":
|
|
33310
|
+
"line": 115
|
|
33355
33311
|
},
|
|
33356
33312
|
"name": "releaseBranches",
|
|
33357
33313
|
"optional": true,
|
|
@@ -33375,7 +33331,7 @@
|
|
|
33375
33331
|
"immutable": true,
|
|
33376
33332
|
"locationInModule": {
|
|
33377
33333
|
"filename": "src/release/release.ts",
|
|
33378
|
-
"line":
|
|
33334
|
+
"line": 26
|
|
33379
33335
|
},
|
|
33380
33336
|
"name": "releaseEveryCommit",
|
|
33381
33337
|
"optional": true,
|
|
@@ -33393,7 +33349,7 @@
|
|
|
33393
33349
|
"immutable": true,
|
|
33394
33350
|
"locationInModule": {
|
|
33395
33351
|
"filename": "src/release/release.ts",
|
|
33396
|
-
"line":
|
|
33352
|
+
"line": 122
|
|
33397
33353
|
},
|
|
33398
33354
|
"name": "releaseFailureIssue",
|
|
33399
33355
|
"optional": true,
|
|
@@ -33412,7 +33368,7 @@
|
|
|
33412
33368
|
"immutable": true,
|
|
33413
33369
|
"locationInModule": {
|
|
33414
33370
|
"filename": "src/release/release.ts",
|
|
33415
|
-
"line":
|
|
33371
|
+
"line": 130
|
|
33416
33372
|
},
|
|
33417
33373
|
"name": "releaseFailureIssueLabel",
|
|
33418
33374
|
"optional": true,
|
|
@@ -33431,7 +33387,7 @@
|
|
|
33431
33387
|
"immutable": true,
|
|
33432
33388
|
"locationInModule": {
|
|
33433
33389
|
"filename": "src/release/release.ts",
|
|
33434
|
-
"line":
|
|
33390
|
+
"line": 35
|
|
33435
33391
|
},
|
|
33436
33392
|
"name": "releaseSchedule",
|
|
33437
33393
|
"optional": true,
|
|
@@ -33450,7 +33406,7 @@
|
|
|
33450
33406
|
"immutable": true,
|
|
33451
33407
|
"locationInModule": {
|
|
33452
33408
|
"filename": "src/release/release.ts",
|
|
33453
|
-
"line":
|
|
33409
|
+
"line": 144
|
|
33454
33410
|
},
|
|
33455
33411
|
"name": "releaseTagPrefix",
|
|
33456
33412
|
"optional": true,
|
|
@@ -33468,7 +33424,7 @@
|
|
|
33468
33424
|
"immutable": true,
|
|
33469
33425
|
"locationInModule": {
|
|
33470
33426
|
"filename": "src/release/release.ts",
|
|
33471
|
-
"line":
|
|
33427
|
+
"line": 42
|
|
33472
33428
|
},
|
|
33473
33429
|
"name": "releaseTrigger",
|
|
33474
33430
|
"optional": true,
|
|
@@ -33486,7 +33442,7 @@
|
|
|
33486
33442
|
"immutable": true,
|
|
33487
33443
|
"locationInModule": {
|
|
33488
33444
|
"filename": "src/release/release.ts",
|
|
33489
|
-
"line":
|
|
33445
|
+
"line": 102
|
|
33490
33446
|
},
|
|
33491
33447
|
"name": "releaseWorkflowName",
|
|
33492
33448
|
"optional": true,
|
|
@@ -33503,7 +33459,7 @@
|
|
|
33503
33459
|
"immutable": true,
|
|
33504
33460
|
"locationInModule": {
|
|
33505
33461
|
"filename": "src/release/release.ts",
|
|
33506
|
-
"line":
|
|
33462
|
+
"line": 48
|
|
33507
33463
|
},
|
|
33508
33464
|
"name": "releaseWorkflowSetupSteps",
|
|
33509
33465
|
"optional": true,
|
|
@@ -33527,7 +33483,7 @@
|
|
|
33527
33483
|
"immutable": true,
|
|
33528
33484
|
"locationInModule": {
|
|
33529
33485
|
"filename": "src/release/release.ts",
|
|
33530
|
-
"line":
|
|
33486
|
+
"line": 152
|
|
33531
33487
|
},
|
|
33532
33488
|
"name": "versionrcOptions",
|
|
33533
33489
|
"optional": true,
|
|
@@ -33550,7 +33506,7 @@
|
|
|
33550
33506
|
"immutable": true,
|
|
33551
33507
|
"locationInModule": {
|
|
33552
33508
|
"filename": "src/release/release.ts",
|
|
33553
|
-
"line":
|
|
33509
|
+
"line": 55
|
|
33554
33510
|
},
|
|
33555
33511
|
"name": "workflowContainerImage",
|
|
33556
33512
|
"optional": true,
|
|
@@ -33568,7 +33524,7 @@
|
|
|
33568
33524
|
"immutable": true,
|
|
33569
33525
|
"locationInModule": {
|
|
33570
33526
|
"filename": "src/release/release.ts",
|
|
33571
|
-
"line":
|
|
33527
|
+
"line": 158
|
|
33572
33528
|
},
|
|
33573
33529
|
"name": "workflowRunsOn",
|
|
33574
33530
|
"optional": true,
|
|
@@ -36345,6 +36301,6 @@
|
|
|
36345
36301
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
36346
36302
|
}
|
|
36347
36303
|
},
|
|
36348
|
-
"version": "0.
|
|
36349
|
-
"fingerprint": "
|
|
36304
|
+
"version": "0.47.2",
|
|
36305
|
+
"fingerprint": "kjE8mOfe0IJdCi58R9huIC/BAAnzEV6grvDSVYfytjM="
|
|
36350
36306
|
}
|