projen 0.46.9 → 0.47.3
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 +384 -373
- package/API.md +116 -72
- package/changelog.md +2 -2
- package/lib/awscdk/auto-discover.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/java-app.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.d.ts +18 -16
- package/lib/build/build-workflow.js +120 -119
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/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 +0 -5
- package/lib/cdk/jsii-project.js +2 -19
- 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.d.ts +26 -7
- package/lib/github/auto-merge.js +33 -11
- package/lib/github/constants.d.ts +0 -5
- package/lib/github/constants.js +2 -17
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-project.d.ts +10 -0
- package/lib/github/github-project.js +3 -2
- package/lib/github/github.d.ts +16 -0
- package/lib/github/github.js +6 -5
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +4 -3
- package/lib/github/workflow-actions.d.ts +59 -0
- package/lib/github/workflow-actions.js +82 -0
- package/lib/github/workflows.d.ts +6 -0
- package/lib/github/workflows.js +3 -2
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +7 -7
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.d.ts +2 -22
- package/lib/javascript/node-project.js +28 -31
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.d.ts +0 -14
- package/lib/javascript/upgrade-dependencies.js +23 -89
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +0 -8
- package/lib/release/release.js +10 -13
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +2 -2
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -11248,7 +11248,7 @@
|
|
|
11248
11248
|
},
|
|
11249
11249
|
"locationInModule": {
|
|
11250
11250
|
"filename": "src/build/build-workflow.ts",
|
|
11251
|
-
"line":
|
|
11251
|
+
"line": 85
|
|
11252
11252
|
},
|
|
11253
11253
|
"parameters": [
|
|
11254
11254
|
{
|
|
@@ -11273,12 +11273,13 @@
|
|
|
11273
11273
|
"methods": [
|
|
11274
11274
|
{
|
|
11275
11275
|
"docs": {
|
|
11276
|
+
"remarks": "Jobs are executed _only_ if the build did NOT self mutate. If the build\nself-mutate, the branch will either be updated or the build will fail (in\nforks), so there is no point in executing the post-build job.",
|
|
11276
11277
|
"stability": "experimental",
|
|
11277
11278
|
"summary": "Adds another job to the build workflow which is executed after the build job succeeded."
|
|
11278
11279
|
},
|
|
11279
11280
|
"locationInModule": {
|
|
11280
11281
|
"filename": "src/build/build-workflow.ts",
|
|
11281
|
-
"line":
|
|
11282
|
+
"line": 161
|
|
11282
11283
|
},
|
|
11283
11284
|
"name": "addPostBuildJob",
|
|
11284
11285
|
"parameters": [
|
|
@@ -11309,7 +11310,7 @@
|
|
|
11309
11310
|
},
|
|
11310
11311
|
"locationInModule": {
|
|
11311
11312
|
"filename": "src/build/build-workflow.ts",
|
|
11312
|
-
"line":
|
|
11313
|
+
"line": 146
|
|
11313
11314
|
},
|
|
11314
11315
|
"name": "addPostBuildSteps",
|
|
11315
11316
|
"parameters": [
|
|
@@ -11338,7 +11339,7 @@
|
|
|
11338
11339
|
"immutable": true,
|
|
11339
11340
|
"locationInModule": {
|
|
11340
11341
|
"filename": "src/build/build-workflow.ts",
|
|
11341
|
-
"line":
|
|
11342
|
+
"line": 138
|
|
11342
11343
|
},
|
|
11343
11344
|
"name": "buildJobIds",
|
|
11344
11345
|
"type": {
|
|
@@ -11363,7 +11364,7 @@
|
|
|
11363
11364
|
"kind": "interface",
|
|
11364
11365
|
"locationInModule": {
|
|
11365
11366
|
"filename": "src/build/build-workflow.ts",
|
|
11366
|
-
"line":
|
|
11367
|
+
"line": 17
|
|
11367
11368
|
},
|
|
11368
11369
|
"name": "BuildWorkflowOptions",
|
|
11369
11370
|
"namespace": "build",
|
|
@@ -11377,7 +11378,7 @@
|
|
|
11377
11378
|
"immutable": true,
|
|
11378
11379
|
"locationInModule": {
|
|
11379
11380
|
"filename": "src/build/build-workflow.ts",
|
|
11380
|
-
"line":
|
|
11381
|
+
"line": 26
|
|
11381
11382
|
},
|
|
11382
11383
|
"name": "artifactsDirectory",
|
|
11383
11384
|
"type": {
|
|
@@ -11393,31 +11394,13 @@
|
|
|
11393
11394
|
"immutable": true,
|
|
11394
11395
|
"locationInModule": {
|
|
11395
11396
|
"filename": "src/build/build-workflow.ts",
|
|
11396
|
-
"line":
|
|
11397
|
+
"line": 21
|
|
11397
11398
|
},
|
|
11398
11399
|
"name": "buildTask",
|
|
11399
11400
|
"type": {
|
|
11400
11401
|
"fqn": "projen.Task"
|
|
11401
11402
|
}
|
|
11402
11403
|
},
|
|
11403
|
-
{
|
|
11404
|
-
"abstract": true,
|
|
11405
|
-
"docs": {
|
|
11406
|
-
"default": "true",
|
|
11407
|
-
"stability": "experimental",
|
|
11408
|
-
"summary": "Enable anti-tamper check."
|
|
11409
|
-
},
|
|
11410
|
-
"immutable": true,
|
|
11411
|
-
"locationInModule": {
|
|
11412
|
-
"filename": "src/build/build-workflow.ts",
|
|
11413
|
-
"line": 71
|
|
11414
|
-
},
|
|
11415
|
-
"name": "antitamper",
|
|
11416
|
-
"optional": true,
|
|
11417
|
-
"type": {
|
|
11418
|
-
"primitive": "boolean"
|
|
11419
|
-
}
|
|
11420
|
-
},
|
|
11421
11404
|
{
|
|
11422
11405
|
"abstract": true,
|
|
11423
11406
|
"docs": {
|
|
@@ -11428,7 +11411,7 @@
|
|
|
11428
11411
|
"immutable": true,
|
|
11429
11412
|
"locationInModule": {
|
|
11430
11413
|
"filename": "src/build/build-workflow.ts",
|
|
11431
|
-
"line":
|
|
11414
|
+
"line": 32
|
|
11432
11415
|
},
|
|
11433
11416
|
"name": "containerImage",
|
|
11434
11417
|
"optional": true,
|
|
@@ -11446,7 +11429,7 @@
|
|
|
11446
11429
|
"immutable": true,
|
|
11447
11430
|
"locationInModule": {
|
|
11448
11431
|
"filename": "src/build/build-workflow.ts",
|
|
11449
|
-
"line":
|
|
11432
|
+
"line": 71
|
|
11450
11433
|
},
|
|
11451
11434
|
"name": "env",
|
|
11452
11435
|
"optional": true,
|
|
@@ -11469,7 +11452,7 @@
|
|
|
11469
11452
|
"immutable": true,
|
|
11470
11453
|
"locationInModule": {
|
|
11471
11454
|
"filename": "src/build/build-workflow.ts",
|
|
11472
|
-
"line":
|
|
11455
|
+
"line": 65
|
|
11473
11456
|
},
|
|
11474
11457
|
"name": "gitIdentity",
|
|
11475
11458
|
"optional": true,
|
|
@@ -11481,14 +11464,14 @@
|
|
|
11481
11464
|
"abstract": true,
|
|
11482
11465
|
"docs": {
|
|
11483
11466
|
"default": "true",
|
|
11484
|
-
"remarks": "This means
|
|
11467
|
+
"remarks": "This means that any files synthesized by projen or e.g. test snapshots will\nalways be up-to-date before a PR is merged.\n\nImplies that PR builds do not have anti-tamper checks.\n\nThis is enabled by default only if `githubTokenSecret` is set. Otherwise it\nis disabled, which implies that file changes that happen during build will\nnot be pushed back to the branch.",
|
|
11485
11468
|
"stability": "experimental",
|
|
11486
11469
|
"summary": "Automatically update files modified during builds to pull-request branches."
|
|
11487
11470
|
},
|
|
11488
11471
|
"immutable": true,
|
|
11489
11472
|
"locationInModule": {
|
|
11490
11473
|
"filename": "src/build/build-workflow.ts",
|
|
11491
|
-
"line":
|
|
11474
|
+
"line": 47
|
|
11492
11475
|
},
|
|
11493
11476
|
"name": "mutableBuild",
|
|
11494
11477
|
"optional": true,
|
|
@@ -11506,7 +11489,7 @@
|
|
|
11506
11489
|
"immutable": true,
|
|
11507
11490
|
"locationInModule": {
|
|
11508
11491
|
"filename": "src/build/build-workflow.ts",
|
|
11509
|
-
"line":
|
|
11492
|
+
"line": 59
|
|
11510
11493
|
},
|
|
11511
11494
|
"name": "postBuildSteps",
|
|
11512
11495
|
"optional": true,
|
|
@@ -11529,7 +11512,7 @@
|
|
|
11529
11512
|
"immutable": true,
|
|
11530
11513
|
"locationInModule": {
|
|
11531
11514
|
"filename": "src/build/build-workflow.ts",
|
|
11532
|
-
"line":
|
|
11515
|
+
"line": 53
|
|
11533
11516
|
},
|
|
11534
11517
|
"name": "preBuildSteps",
|
|
11535
11518
|
"optional": true,
|
|
@@ -12808,7 +12791,7 @@
|
|
|
12808
12791
|
},
|
|
12809
12792
|
"locationInModule": {
|
|
12810
12793
|
"filename": "src/github/auto-approve.ts",
|
|
12811
|
-
"line":
|
|
12794
|
+
"line": 50
|
|
12812
12795
|
},
|
|
12813
12796
|
"parameters": [
|
|
12814
12797
|
{
|
|
@@ -12819,6 +12802,7 @@
|
|
|
12819
12802
|
},
|
|
12820
12803
|
{
|
|
12821
12804
|
"name": "options",
|
|
12805
|
+
"optional": true,
|
|
12822
12806
|
"type": {
|
|
12823
12807
|
"fqn": "projen.github.AutoApproveOptions"
|
|
12824
12808
|
}
|
|
@@ -12828,7 +12812,7 @@
|
|
|
12828
12812
|
"kind": "class",
|
|
12829
12813
|
"locationInModule": {
|
|
12830
12814
|
"filename": "src/github/auto-approve.ts",
|
|
12831
|
-
"line":
|
|
12815
|
+
"line": 47
|
|
12832
12816
|
},
|
|
12833
12817
|
"name": "AutoApprove",
|
|
12834
12818
|
"namespace": "github",
|
|
@@ -12840,7 +12824,7 @@
|
|
|
12840
12824
|
"immutable": true,
|
|
12841
12825
|
"locationInModule": {
|
|
12842
12826
|
"filename": "src/github/auto-approve.ts",
|
|
12843
|
-
"line":
|
|
12827
|
+
"line": 48
|
|
12844
12828
|
},
|
|
12845
12829
|
"name": "label",
|
|
12846
12830
|
"type": {
|
|
@@ -12866,23 +12850,6 @@
|
|
|
12866
12850
|
"name": "AutoApproveOptions",
|
|
12867
12851
|
"namespace": "github",
|
|
12868
12852
|
"properties": [
|
|
12869
|
-
{
|
|
12870
|
-
"abstract": true,
|
|
12871
|
-
"docs": {
|
|
12872
|
-
"remarks": "This token is used to approve pull requests.\n\nGithub forbids an identity to approve its own pull request.\nIf your project produces automated pull requests using the Github default token -\n{@link https://docs.github.com/en/actions/reference/authentication-in-a-workflow `GITHUB_TOKEN` }\n- that you would like auto approved, such as when using the `depsUpgrade` property in\n`NodeProjectOptions`, then you must use a different token here.",
|
|
12873
|
-
"stability": "experimental",
|
|
12874
|
-
"summary": "A GitHub secret name which contains a GitHub Access Token with write permissions for the `pull_request` scope."
|
|
12875
|
-
},
|
|
12876
|
-
"immutable": true,
|
|
12877
|
-
"locationInModule": {
|
|
12878
|
-
"filename": "src/github/auto-approve.ts",
|
|
12879
|
-
"line": 33
|
|
12880
|
-
},
|
|
12881
|
-
"name": "secret",
|
|
12882
|
-
"type": {
|
|
12883
|
-
"primitive": "string"
|
|
12884
|
-
}
|
|
12885
|
-
},
|
|
12886
12853
|
{
|
|
12887
12854
|
"abstract": true,
|
|
12888
12855
|
"docs": {
|
|
@@ -12934,7 +12901,7 @@
|
|
|
12934
12901
|
"immutable": true,
|
|
12935
12902
|
"locationInModule": {
|
|
12936
12903
|
"filename": "src/github/auto-approve.ts",
|
|
12937
|
-
"line":
|
|
12904
|
+
"line": 41
|
|
12938
12905
|
},
|
|
12939
12906
|
"name": "runsOn",
|
|
12940
12907
|
"optional": true,
|
|
@@ -12946,6 +12913,25 @@
|
|
|
12946
12913
|
"kind": "array"
|
|
12947
12914
|
}
|
|
12948
12915
|
}
|
|
12916
|
+
},
|
|
12917
|
+
{
|
|
12918
|
+
"abstract": true,
|
|
12919
|
+
"docs": {
|
|
12920
|
+
"default": "\"GITHUB_TOKEN\"",
|
|
12921
|
+
"remarks": "This token is used to approve pull requests.\n\nGithub forbids an identity to approve its own pull request.\nIf your project produces automated pull requests using the Github default token -\n{@link https://docs.github.com/en/actions/reference/authentication-in-a-workflow `GITHUB_TOKEN` }\n- that you would like auto approved, such as when using the `depsUpgrade` property in\n`NodeProjectOptions`, then you must use a different token here.",
|
|
12922
|
+
"stability": "experimental",
|
|
12923
|
+
"summary": "A GitHub secret name which contains a GitHub Access Token with write permissions for the `pull_request` scope."
|
|
12924
|
+
},
|
|
12925
|
+
"immutable": true,
|
|
12926
|
+
"locationInModule": {
|
|
12927
|
+
"filename": "src/github/auto-approve.ts",
|
|
12928
|
+
"line": 35
|
|
12929
|
+
},
|
|
12930
|
+
"name": "secret",
|
|
12931
|
+
"optional": true,
|
|
12932
|
+
"type": {
|
|
12933
|
+
"primitive": "string"
|
|
12934
|
+
}
|
|
12949
12935
|
}
|
|
12950
12936
|
],
|
|
12951
12937
|
"symbolId": "src/github/auto-approve:AutoApproveOptions"
|
|
@@ -12965,7 +12951,7 @@
|
|
|
12965
12951
|
},
|
|
12966
12952
|
"locationInModule": {
|
|
12967
12953
|
"filename": "src/github/auto-merge.ts",
|
|
12968
|
-
"line":
|
|
12954
|
+
"line": 30
|
|
12969
12955
|
},
|
|
12970
12956
|
"parameters": [
|
|
12971
12957
|
{
|
|
@@ -12976,6 +12962,7 @@
|
|
|
12976
12962
|
},
|
|
12977
12963
|
{
|
|
12978
12964
|
"name": "options",
|
|
12965
|
+
"optional": true,
|
|
12979
12966
|
"type": {
|
|
12980
12967
|
"fqn": "projen.github.AutoMergeOptions"
|
|
12981
12968
|
}
|
|
@@ -12985,8 +12972,56 @@
|
|
|
12985
12972
|
"kind": "class",
|
|
12986
12973
|
"locationInModule": {
|
|
12987
12974
|
"filename": "src/github/auto-merge.ts",
|
|
12988
|
-
"line":
|
|
12975
|
+
"line": 27
|
|
12989
12976
|
},
|
|
12977
|
+
"methods": [
|
|
12978
|
+
{
|
|
12979
|
+
"docs": {
|
|
12980
|
+
"stability": "experimental",
|
|
12981
|
+
"summary": "Adds conditions to the auto merge rule."
|
|
12982
|
+
},
|
|
12983
|
+
"locationInModule": {
|
|
12984
|
+
"filename": "src/github/auto-merge.ts",
|
|
12985
|
+
"line": 82
|
|
12986
|
+
},
|
|
12987
|
+
"name": "addConditions",
|
|
12988
|
+
"parameters": [
|
|
12989
|
+
{
|
|
12990
|
+
"docs": {
|
|
12991
|
+
"summary": "The conditions to add (mergify syntax)."
|
|
12992
|
+
},
|
|
12993
|
+
"name": "conditions",
|
|
12994
|
+
"type": {
|
|
12995
|
+
"primitive": "string"
|
|
12996
|
+
},
|
|
12997
|
+
"variadic": true
|
|
12998
|
+
}
|
|
12999
|
+
],
|
|
13000
|
+
"variadic": true
|
|
13001
|
+
},
|
|
13002
|
+
{
|
|
13003
|
+
"docs": {
|
|
13004
|
+
"stability": "experimental",
|
|
13005
|
+
"summary": "Adds conditions that will be rendered only during synthesis."
|
|
13006
|
+
},
|
|
13007
|
+
"locationInModule": {
|
|
13008
|
+
"filename": "src/github/auto-merge.ts",
|
|
13009
|
+
"line": 90
|
|
13010
|
+
},
|
|
13011
|
+
"name": "addConditionsLater",
|
|
13012
|
+
"parameters": [
|
|
13013
|
+
{
|
|
13014
|
+
"docs": {
|
|
13015
|
+
"summary": "The later."
|
|
13016
|
+
},
|
|
13017
|
+
"name": "later",
|
|
13018
|
+
"type": {
|
|
13019
|
+
"fqn": "projen.github.IAddConditionsLater"
|
|
13020
|
+
}
|
|
13021
|
+
}
|
|
13022
|
+
]
|
|
13023
|
+
}
|
|
13024
|
+
],
|
|
12990
13025
|
"name": "AutoMerge",
|
|
12991
13026
|
"namespace": "github",
|
|
12992
13027
|
"symbolId": "src/github/auto-merge:AutoMerge"
|
|
@@ -13016,7 +13051,7 @@
|
|
|
13016
13051
|
"immutable": true,
|
|
13017
13052
|
"locationInModule": {
|
|
13018
13053
|
"filename": "src/github/auto-merge.ts",
|
|
13019
|
-
"line":
|
|
13054
|
+
"line": 9
|
|
13020
13055
|
},
|
|
13021
13056
|
"name": "approvedReviews",
|
|
13022
13057
|
"optional": true,
|
|
@@ -13034,7 +13069,7 @@
|
|
|
13034
13069
|
"immutable": true,
|
|
13035
13070
|
"locationInModule": {
|
|
13036
13071
|
"filename": "src/github/auto-merge.ts",
|
|
13037
|
-
"line":
|
|
13072
|
+
"line": 15
|
|
13038
13073
|
},
|
|
13039
13074
|
"name": "blockingLabels",
|
|
13040
13075
|
"optional": true,
|
|
@@ -13046,23 +13081,6 @@
|
|
|
13046
13081
|
"kind": "array"
|
|
13047
13082
|
}
|
|
13048
13083
|
}
|
|
13049
|
-
},
|
|
13050
|
-
{
|
|
13051
|
-
"abstract": true,
|
|
13052
|
-
"docs": {
|
|
13053
|
-
"stability": "experimental",
|
|
13054
|
-
"summary": "The GitHub job ID of the build workflow."
|
|
13055
|
-
},
|
|
13056
|
-
"immutable": true,
|
|
13057
|
-
"locationInModule": {
|
|
13058
|
-
"filename": "src/github/auto-merge.ts",
|
|
13059
|
-
"line": 8
|
|
13060
|
-
},
|
|
13061
|
-
"name": "buildJob",
|
|
13062
|
-
"optional": true,
|
|
13063
|
-
"type": {
|
|
13064
|
-
"primitive": "string"
|
|
13065
|
-
}
|
|
13066
13084
|
}
|
|
13067
13085
|
],
|
|
13068
13086
|
"symbolId": "src/github/auto-merge:AutoMergeOptions"
|
|
@@ -13696,7 +13714,7 @@
|
|
|
13696
13714
|
},
|
|
13697
13715
|
"locationInModule": {
|
|
13698
13716
|
"filename": "src/github/github.ts",
|
|
13699
|
-
"line":
|
|
13717
|
+
"line": 83
|
|
13700
13718
|
},
|
|
13701
13719
|
"parameters": [
|
|
13702
13720
|
{
|
|
@@ -13717,7 +13735,7 @@
|
|
|
13717
13735
|
"kind": "class",
|
|
13718
13736
|
"locationInModule": {
|
|
13719
13737
|
"filename": "src/github/github.ts",
|
|
13720
|
-
"line":
|
|
13738
|
+
"line": 56
|
|
13721
13739
|
},
|
|
13722
13740
|
"methods": [
|
|
13723
13741
|
{
|
|
@@ -13727,7 +13745,7 @@
|
|
|
13727
13745
|
},
|
|
13728
13746
|
"locationInModule": {
|
|
13729
13747
|
"filename": "src/github/github.ts",
|
|
13730
|
-
"line":
|
|
13748
|
+
"line": 61
|
|
13731
13749
|
},
|
|
13732
13750
|
"name": "of",
|
|
13733
13751
|
"parameters": [
|
|
@@ -13752,7 +13770,7 @@
|
|
|
13752
13770
|
},
|
|
13753
13771
|
"locationInModule": {
|
|
13754
13772
|
"filename": "src/github/github.ts",
|
|
13755
|
-
"line":
|
|
13773
|
+
"line": 120
|
|
13756
13774
|
},
|
|
13757
13775
|
"name": "addDependabot",
|
|
13758
13776
|
"parameters": [
|
|
@@ -13776,7 +13794,7 @@
|
|
|
13776
13794
|
},
|
|
13777
13795
|
"locationInModule": {
|
|
13778
13796
|
"filename": "src/github/github.ts",
|
|
13779
|
-
"line":
|
|
13797
|
+
"line": 116
|
|
13780
13798
|
},
|
|
13781
13799
|
"name": "addPullRequestTemplate",
|
|
13782
13800
|
"parameters": [
|
|
@@ -13803,7 +13821,7 @@
|
|
|
13803
13821
|
},
|
|
13804
13822
|
"locationInModule": {
|
|
13805
13823
|
"filename": "src/github/github.ts",
|
|
13806
|
-
"line":
|
|
13824
|
+
"line": 111
|
|
13807
13825
|
},
|
|
13808
13826
|
"name": "addWorkflow",
|
|
13809
13827
|
"parameters": [
|
|
@@ -13831,7 +13849,7 @@
|
|
|
13831
13849
|
},
|
|
13832
13850
|
"locationInModule": {
|
|
13833
13851
|
"filename": "src/github/github.ts",
|
|
13834
|
-
"line":
|
|
13852
|
+
"line": 128
|
|
13835
13853
|
},
|
|
13836
13854
|
"name": "tryFindWorkflow",
|
|
13837
13855
|
"parameters": [
|
|
@@ -13856,6 +13874,21 @@
|
|
|
13856
13874
|
"name": "GitHub",
|
|
13857
13875
|
"namespace": "github",
|
|
13858
13876
|
"properties": [
|
|
13877
|
+
{
|
|
13878
|
+
"docs": {
|
|
13879
|
+
"stability": "experimental",
|
|
13880
|
+
"summary": "The name of a secret with a GitHub Personal Access Token to be used by projen workflows."
|
|
13881
|
+
},
|
|
13882
|
+
"immutable": true,
|
|
13883
|
+
"locationInModule": {
|
|
13884
|
+
"filename": "src/github/github.ts",
|
|
13885
|
+
"line": 81
|
|
13886
|
+
},
|
|
13887
|
+
"name": "projenTokenSecret",
|
|
13888
|
+
"type": {
|
|
13889
|
+
"primitive": "string"
|
|
13890
|
+
}
|
|
13891
|
+
},
|
|
13859
13892
|
{
|
|
13860
13893
|
"docs": {
|
|
13861
13894
|
"stability": "experimental",
|
|
@@ -13864,7 +13897,7 @@
|
|
|
13864
13897
|
"immutable": true,
|
|
13865
13898
|
"locationInModule": {
|
|
13866
13899
|
"filename": "src/github/github.ts",
|
|
13867
|
-
"line":
|
|
13900
|
+
"line": 101
|
|
13868
13901
|
},
|
|
13869
13902
|
"name": "workflows",
|
|
13870
13903
|
"type": {
|
|
@@ -13884,7 +13917,7 @@
|
|
|
13884
13917
|
"immutable": true,
|
|
13885
13918
|
"locationInModule": {
|
|
13886
13919
|
"filename": "src/github/github.ts",
|
|
13887
|
-
"line":
|
|
13920
|
+
"line": 75
|
|
13888
13921
|
},
|
|
13889
13922
|
"name": "workflowsEnabled",
|
|
13890
13923
|
"type": {
|
|
@@ -13900,7 +13933,7 @@
|
|
|
13900
13933
|
"immutable": true,
|
|
13901
13934
|
"locationInModule": {
|
|
13902
13935
|
"filename": "src/github/github.ts",
|
|
13903
|
-
"line":
|
|
13936
|
+
"line": 70
|
|
13904
13937
|
},
|
|
13905
13938
|
"name": "mergify",
|
|
13906
13939
|
"optional": true,
|
|
@@ -13962,6 +13995,25 @@
|
|
|
13962
13995
|
"fqn": "projen.github.MergifyOptions"
|
|
13963
13996
|
}
|
|
13964
13997
|
},
|
|
13998
|
+
{
|
|
13999
|
+
"abstract": true,
|
|
14000
|
+
"docs": {
|
|
14001
|
+
"default": "\"PROJEN_GITHUB_TOKEN\"",
|
|
14002
|
+
"remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
|
|
14003
|
+
"stability": "experimental",
|
|
14004
|
+
"summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
|
|
14005
|
+
},
|
|
14006
|
+
"immutable": true,
|
|
14007
|
+
"locationInModule": {
|
|
14008
|
+
"filename": "src/github/github.ts",
|
|
14009
|
+
"line": 53
|
|
14010
|
+
},
|
|
14011
|
+
"name": "projenTokenSecret",
|
|
14012
|
+
"optional": true,
|
|
14013
|
+
"type": {
|
|
14014
|
+
"primitive": "string"
|
|
14015
|
+
}
|
|
14016
|
+
},
|
|
13965
14017
|
{
|
|
13966
14018
|
"abstract": true,
|
|
13967
14019
|
"docs": {
|
|
@@ -14035,7 +14087,7 @@
|
|
|
14035
14087
|
},
|
|
14036
14088
|
"locationInModule": {
|
|
14037
14089
|
"filename": "src/github/github-project.ts",
|
|
14038
|
-
"line":
|
|
14090
|
+
"line": 176
|
|
14039
14091
|
},
|
|
14040
14092
|
"parameters": [
|
|
14041
14093
|
{
|
|
@@ -14049,7 +14101,7 @@
|
|
|
14049
14101
|
"kind": "class",
|
|
14050
14102
|
"locationInModule": {
|
|
14051
14103
|
"filename": "src/github/github-project.ts",
|
|
14052
|
-
"line":
|
|
14104
|
+
"line": 135
|
|
14053
14105
|
},
|
|
14054
14106
|
"methods": [
|
|
14055
14107
|
{
|
|
@@ -14061,7 +14113,7 @@
|
|
|
14061
14113
|
},
|
|
14062
14114
|
"locationInModule": {
|
|
14063
14115
|
"filename": "src/github/github-project.ts",
|
|
14064
|
-
"line":
|
|
14116
|
+
"line": 220
|
|
14065
14117
|
},
|
|
14066
14118
|
"name": "annotateGenerated",
|
|
14067
14119
|
"overrides": "projen.Project",
|
|
@@ -14088,7 +14140,7 @@
|
|
|
14088
14140
|
"immutable": true,
|
|
14089
14141
|
"locationInModule": {
|
|
14090
14142
|
"filename": "src/github/github-project.ts",
|
|
14091
|
-
"line":
|
|
14143
|
+
"line": 169
|
|
14092
14144
|
},
|
|
14093
14145
|
"name": "projectType",
|
|
14094
14146
|
"type": {
|
|
@@ -14103,7 +14155,7 @@
|
|
|
14103
14155
|
"immutable": true,
|
|
14104
14156
|
"locationInModule": {
|
|
14105
14157
|
"filename": "src/github/github-project.ts",
|
|
14106
|
-
"line":
|
|
14158
|
+
"line": 174
|
|
14107
14159
|
},
|
|
14108
14160
|
"name": "autoApprove",
|
|
14109
14161
|
"optional": true,
|
|
@@ -14120,7 +14172,7 @@
|
|
|
14120
14172
|
"immutable": true,
|
|
14121
14173
|
"locationInModule": {
|
|
14122
14174
|
"filename": "src/github/github-project.ts",
|
|
14123
|
-
"line":
|
|
14175
|
+
"line": 162
|
|
14124
14176
|
},
|
|
14125
14177
|
"name": "devContainer",
|
|
14126
14178
|
"optional": true,
|
|
@@ -14137,7 +14189,7 @@
|
|
|
14137
14189
|
"immutable": true,
|
|
14138
14190
|
"locationInModule": {
|
|
14139
14191
|
"filename": "src/github/github-project.ts",
|
|
14140
|
-
"line":
|
|
14192
|
+
"line": 141
|
|
14141
14193
|
},
|
|
14142
14194
|
"name": "github",
|
|
14143
14195
|
"optional": true,
|
|
@@ -14154,7 +14206,7 @@
|
|
|
14154
14206
|
"immutable": true,
|
|
14155
14207
|
"locationInModule": {
|
|
14156
14208
|
"filename": "src/github/github-project.ts",
|
|
14157
|
-
"line":
|
|
14209
|
+
"line": 155
|
|
14158
14210
|
},
|
|
14159
14211
|
"name": "gitpod",
|
|
14160
14212
|
"optional": true,
|
|
@@ -14171,7 +14223,7 @@
|
|
|
14171
14223
|
"immutable": true,
|
|
14172
14224
|
"locationInModule": {
|
|
14173
14225
|
"filename": "src/github/github-project.ts",
|
|
14174
|
-
"line":
|
|
14226
|
+
"line": 148
|
|
14175
14227
|
},
|
|
14176
14228
|
"name": "vscode",
|
|
14177
14229
|
"optional": true,
|
|
@@ -14386,6 +14438,25 @@
|
|
|
14386
14438
|
"fqn": "projen.ProjectType"
|
|
14387
14439
|
}
|
|
14388
14440
|
},
|
|
14441
|
+
{
|
|
14442
|
+
"abstract": true,
|
|
14443
|
+
"docs": {
|
|
14444
|
+
"default": "\"PROJEN_GITHUB_TOKEN\"",
|
|
14445
|
+
"remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
|
|
14446
|
+
"stability": "experimental",
|
|
14447
|
+
"summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
|
|
14448
|
+
},
|
|
14449
|
+
"immutable": true,
|
|
14450
|
+
"locationInModule": {
|
|
14451
|
+
"filename": "src/github/github-project.ts",
|
|
14452
|
+
"line": 123
|
|
14453
|
+
},
|
|
14454
|
+
"name": "projenTokenSecret",
|
|
14455
|
+
"optional": true,
|
|
14456
|
+
"type": {
|
|
14457
|
+
"primitive": "string"
|
|
14458
|
+
}
|
|
14459
|
+
},
|
|
14389
14460
|
{
|
|
14390
14461
|
"abstract": true,
|
|
14391
14462
|
"docs": {
|
|
@@ -14476,7 +14547,7 @@
|
|
|
14476
14547
|
"kind": "interface",
|
|
14477
14548
|
"locationInModule": {
|
|
14478
14549
|
"filename": "src/github/task-workflow.ts",
|
|
14479
|
-
"line":
|
|
14550
|
+
"line": 197
|
|
14480
14551
|
},
|
|
14481
14552
|
"name": "GitIdentity",
|
|
14482
14553
|
"namespace": "github",
|
|
@@ -14490,7 +14561,7 @@
|
|
|
14490
14561
|
"immutable": true,
|
|
14491
14562
|
"locationInModule": {
|
|
14492
14563
|
"filename": "src/github/task-workflow.ts",
|
|
14493
|
-
"line":
|
|
14564
|
+
"line": 206
|
|
14494
14565
|
},
|
|
14495
14566
|
"name": "email",
|
|
14496
14567
|
"type": {
|
|
@@ -14506,7 +14577,7 @@
|
|
|
14506
14577
|
"immutable": true,
|
|
14507
14578
|
"locationInModule": {
|
|
14508
14579
|
"filename": "src/github/task-workflow.ts",
|
|
14509
|
-
"line":
|
|
14580
|
+
"line": 201
|
|
14510
14581
|
},
|
|
14511
14582
|
"name": "name",
|
|
14512
14583
|
"type": {
|
|
@@ -14532,7 +14603,7 @@
|
|
|
14532
14603
|
},
|
|
14533
14604
|
"locationInModule": {
|
|
14534
14605
|
"filename": "src/github/workflows.ts",
|
|
14535
|
-
"line":
|
|
14606
|
+
"line": 63
|
|
14536
14607
|
},
|
|
14537
14608
|
"parameters": [
|
|
14538
14609
|
{
|
|
@@ -14569,7 +14640,7 @@
|
|
|
14569
14640
|
},
|
|
14570
14641
|
"locationInModule": {
|
|
14571
14642
|
"filename": "src/github/workflows.ts",
|
|
14572
|
-
"line":
|
|
14643
|
+
"line": 96
|
|
14573
14644
|
},
|
|
14574
14645
|
"name": "addJob",
|
|
14575
14646
|
"parameters": [
|
|
@@ -14600,7 +14671,7 @@
|
|
|
14600
14671
|
},
|
|
14601
14672
|
"locationInModule": {
|
|
14602
14673
|
"filename": "src/github/workflows.ts",
|
|
14603
|
-
"line":
|
|
14674
|
+
"line": 105
|
|
14604
14675
|
},
|
|
14605
14676
|
"name": "addJobs",
|
|
14606
14677
|
"parameters": [
|
|
@@ -14627,7 +14698,7 @@
|
|
|
14627
14698
|
},
|
|
14628
14699
|
"locationInModule": {
|
|
14629
14700
|
"filename": "src/github/workflows.ts",
|
|
14630
|
-
"line":
|
|
14701
|
+
"line": 84
|
|
14631
14702
|
},
|
|
14632
14703
|
"name": "on",
|
|
14633
14704
|
"parameters": [
|
|
@@ -14661,6 +14732,21 @@
|
|
|
14661
14732
|
"primitive": "string"
|
|
14662
14733
|
}
|
|
14663
14734
|
},
|
|
14735
|
+
{
|
|
14736
|
+
"docs": {
|
|
14737
|
+
"stability": "experimental",
|
|
14738
|
+
"summary": "The name of a secret that includes a PAT that can be used by workflows."
|
|
14739
|
+
},
|
|
14740
|
+
"immutable": true,
|
|
14741
|
+
"locationInModule": {
|
|
14742
|
+
"filename": "src/github/workflows.ts",
|
|
14743
|
+
"line": 58
|
|
14744
|
+
},
|
|
14745
|
+
"name": "projenTokenSecret",
|
|
14746
|
+
"type": {
|
|
14747
|
+
"primitive": "string"
|
|
14748
|
+
}
|
|
14749
|
+
},
|
|
14664
14750
|
{
|
|
14665
14751
|
"docs": {
|
|
14666
14752
|
"default": "disabled",
|
|
@@ -14670,7 +14756,7 @@
|
|
|
14670
14756
|
"immutable": true,
|
|
14671
14757
|
"locationInModule": {
|
|
14672
14758
|
"filename": "src/github/workflows.ts",
|
|
14673
|
-
"line":
|
|
14759
|
+
"line": 48
|
|
14674
14760
|
},
|
|
14675
14761
|
"name": "concurrency",
|
|
14676
14762
|
"optional": true,
|
|
@@ -14687,7 +14773,7 @@
|
|
|
14687
14773
|
"immutable": true,
|
|
14688
14774
|
"locationInModule": {
|
|
14689
14775
|
"filename": "src/github/workflows.ts",
|
|
14690
|
-
"line":
|
|
14776
|
+
"line": 53
|
|
14691
14777
|
},
|
|
14692
14778
|
"name": "file",
|
|
14693
14779
|
"optional": true,
|
|
@@ -14755,6 +14841,44 @@
|
|
|
14755
14841
|
],
|
|
14756
14842
|
"symbolId": "src/github/workflows:GithubWorkflowOptions"
|
|
14757
14843
|
},
|
|
14844
|
+
"projen.github.IAddConditionsLater": {
|
|
14845
|
+
"assembly": "projen",
|
|
14846
|
+
"docs": {
|
|
14847
|
+
"stability": "experimental"
|
|
14848
|
+
},
|
|
14849
|
+
"fqn": "projen.github.IAddConditionsLater",
|
|
14850
|
+
"kind": "interface",
|
|
14851
|
+
"locationInModule": {
|
|
14852
|
+
"filename": "src/github/auto-merge.ts",
|
|
14853
|
+
"line": 105
|
|
14854
|
+
},
|
|
14855
|
+
"methods": [
|
|
14856
|
+
{
|
|
14857
|
+
"abstract": true,
|
|
14858
|
+
"docs": {
|
|
14859
|
+
"stability": "experimental"
|
|
14860
|
+
},
|
|
14861
|
+
"locationInModule": {
|
|
14862
|
+
"filename": "src/github/auto-merge.ts",
|
|
14863
|
+
"line": 106
|
|
14864
|
+
},
|
|
14865
|
+
"name": "render",
|
|
14866
|
+
"returns": {
|
|
14867
|
+
"type": {
|
|
14868
|
+
"collection": {
|
|
14869
|
+
"elementtype": {
|
|
14870
|
+
"primitive": "string"
|
|
14871
|
+
},
|
|
14872
|
+
"kind": "array"
|
|
14873
|
+
}
|
|
14874
|
+
}
|
|
14875
|
+
}
|
|
14876
|
+
}
|
|
14877
|
+
],
|
|
14878
|
+
"name": "IAddConditionsLater",
|
|
14879
|
+
"namespace": "github",
|
|
14880
|
+
"symbolId": "src/github/auto-merge:IAddConditionsLater"
|
|
14881
|
+
},
|
|
14758
14882
|
"projen.github.IJobProvider": {
|
|
14759
14883
|
"assembly": "projen",
|
|
14760
14884
|
"docs": {
|
|
@@ -14764,7 +14888,7 @@
|
|
|
14764
14888
|
"kind": "interface",
|
|
14765
14889
|
"locationInModule": {
|
|
14766
14890
|
"filename": "src/github/workflows.ts",
|
|
14767
|
-
"line":
|
|
14891
|
+
"line": 245
|
|
14768
14892
|
},
|
|
14769
14893
|
"methods": [
|
|
14770
14894
|
{
|
|
@@ -14775,7 +14899,7 @@
|
|
|
14775
14899
|
},
|
|
14776
14900
|
"locationInModule": {
|
|
14777
14901
|
"filename": "src/github/workflows.ts",
|
|
14778
|
-
"line":
|
|
14902
|
+
"line": 249
|
|
14779
14903
|
},
|
|
14780
14904
|
"name": "renderJobs",
|
|
14781
14905
|
"returns": {
|
|
@@ -15597,7 +15721,7 @@
|
|
|
15597
15721
|
},
|
|
15598
15722
|
"locationInModule": {
|
|
15599
15723
|
"filename": "src/github/task-workflow.ts",
|
|
15600
|
-
"line":
|
|
15724
|
+
"line": 119
|
|
15601
15725
|
},
|
|
15602
15726
|
"parameters": [
|
|
15603
15727
|
{
|
|
@@ -15617,7 +15741,7 @@
|
|
|
15617
15741
|
"kind": "class",
|
|
15618
15742
|
"locationInModule": {
|
|
15619
15743
|
"filename": "src/github/task-workflow.ts",
|
|
15620
|
-
"line":
|
|
15744
|
+
"line": 114
|
|
15621
15745
|
},
|
|
15622
15746
|
"name": "TaskWorkflow",
|
|
15623
15747
|
"namespace": "github",
|
|
@@ -15629,7 +15753,7 @@
|
|
|
15629
15753
|
"immutable": true,
|
|
15630
15754
|
"locationInModule": {
|
|
15631
15755
|
"filename": "src/github/task-workflow.ts",
|
|
15632
|
-
"line":
|
|
15756
|
+
"line": 116
|
|
15633
15757
|
},
|
|
15634
15758
|
"name": "jobId",
|
|
15635
15759
|
"type": {
|
|
@@ -15643,7 +15767,7 @@
|
|
|
15643
15767
|
"immutable": true,
|
|
15644
15768
|
"locationInModule": {
|
|
15645
15769
|
"filename": "src/github/task-workflow.ts",
|
|
15646
|
-
"line":
|
|
15770
|
+
"line": 117
|
|
15647
15771
|
},
|
|
15648
15772
|
"name": "artifactsDirectory",
|
|
15649
15773
|
"optional": true,
|
|
@@ -15664,7 +15788,7 @@
|
|
|
15664
15788
|
"kind": "interface",
|
|
15665
15789
|
"locationInModule": {
|
|
15666
15790
|
"filename": "src/github/task-workflow.ts",
|
|
15667
|
-
"line":
|
|
15791
|
+
"line": 10
|
|
15668
15792
|
},
|
|
15669
15793
|
"name": "TaskWorkflowOptions",
|
|
15670
15794
|
"namespace": "github",
|
|
@@ -15678,7 +15802,7 @@
|
|
|
15678
15802
|
"immutable": true,
|
|
15679
15803
|
"locationInModule": {
|
|
15680
15804
|
"filename": "src/github/task-workflow.ts",
|
|
15681
|
-
"line":
|
|
15805
|
+
"line": 14
|
|
15682
15806
|
},
|
|
15683
15807
|
"name": "name",
|
|
15684
15808
|
"type": {
|
|
@@ -15694,7 +15818,7 @@
|
|
|
15694
15818
|
"immutable": true,
|
|
15695
15819
|
"locationInModule": {
|
|
15696
15820
|
"filename": "src/github/task-workflow.ts",
|
|
15697
|
-
"line":
|
|
15821
|
+
"line": 90
|
|
15698
15822
|
},
|
|
15699
15823
|
"name": "permissions",
|
|
15700
15824
|
"type": {
|
|
@@ -15710,7 +15834,7 @@
|
|
|
15710
15834
|
"immutable": true,
|
|
15711
15835
|
"locationInModule": {
|
|
15712
15836
|
"filename": "src/github/task-workflow.ts",
|
|
15713
|
-
"line":
|
|
15837
|
+
"line": 72
|
|
15714
15838
|
},
|
|
15715
15839
|
"name": "task",
|
|
15716
15840
|
"type": {
|
|
@@ -15727,7 +15851,7 @@
|
|
|
15727
15851
|
"immutable": true,
|
|
15728
15852
|
"locationInModule": {
|
|
15729
15853
|
"filename": "src/github/task-workflow.ts",
|
|
15730
|
-
"line":
|
|
15854
|
+
"line": 39
|
|
15731
15855
|
},
|
|
15732
15856
|
"name": "artifactsDirectory",
|
|
15733
15857
|
"optional": true,
|
|
@@ -15745,7 +15869,7 @@
|
|
|
15745
15869
|
"immutable": true,
|
|
15746
15870
|
"locationInModule": {
|
|
15747
15871
|
"filename": "src/github/task-workflow.ts",
|
|
15748
|
-
"line":
|
|
15872
|
+
"line": 60
|
|
15749
15873
|
},
|
|
15750
15874
|
"name": "checkoutWith",
|
|
15751
15875
|
"optional": true,
|
|
@@ -15767,7 +15891,7 @@
|
|
|
15767
15891
|
"immutable": true,
|
|
15768
15892
|
"locationInModule": {
|
|
15769
15893
|
"filename": "src/github/task-workflow.ts",
|
|
15770
|
-
"line":
|
|
15894
|
+
"line": 30
|
|
15771
15895
|
},
|
|
15772
15896
|
"name": "condition",
|
|
15773
15897
|
"optional": true,
|
|
@@ -15784,7 +15908,7 @@
|
|
|
15784
15908
|
"immutable": true,
|
|
15785
15909
|
"locationInModule": {
|
|
15786
15910
|
"filename": "src/github/task-workflow.ts",
|
|
15787
|
-
"line":
|
|
15911
|
+
"line": 25
|
|
15788
15912
|
},
|
|
15789
15913
|
"name": "container",
|
|
15790
15914
|
"optional": true,
|
|
@@ -15802,7 +15926,7 @@
|
|
|
15802
15926
|
"immutable": true,
|
|
15803
15927
|
"locationInModule": {
|
|
15804
15928
|
"filename": "src/github/task-workflow.ts",
|
|
15805
|
-
"line":
|
|
15929
|
+
"line": 85
|
|
15806
15930
|
},
|
|
15807
15931
|
"name": "env",
|
|
15808
15932
|
"optional": true,
|
|
@@ -15824,7 +15948,7 @@
|
|
|
15824
15948
|
"immutable": true,
|
|
15825
15949
|
"locationInModule": {
|
|
15826
15950
|
"filename": "src/github/task-workflow.ts",
|
|
15827
|
-
"line":
|
|
15951
|
+
"line": 102
|
|
15828
15952
|
},
|
|
15829
15953
|
"name": "gitIdentity",
|
|
15830
15954
|
"optional": true,
|
|
@@ -15842,7 +15966,7 @@
|
|
|
15842
15966
|
"immutable": true,
|
|
15843
15967
|
"locationInModule": {
|
|
15844
15968
|
"filename": "src/github/task-workflow.ts",
|
|
15845
|
-
"line":
|
|
15969
|
+
"line": 20
|
|
15846
15970
|
},
|
|
15847
15971
|
"name": "jobId",
|
|
15848
15972
|
"optional": true,
|
|
@@ -15860,7 +15984,7 @@
|
|
|
15860
15984
|
"immutable": true,
|
|
15861
15985
|
"locationInModule": {
|
|
15862
15986
|
"filename": "src/github/task-workflow.ts",
|
|
15863
|
-
"line":
|
|
15987
|
+
"line": 97
|
|
15864
15988
|
},
|
|
15865
15989
|
"name": "outputs",
|
|
15866
15990
|
"optional": true,
|
|
@@ -15883,7 +16007,7 @@
|
|
|
15883
16007
|
"immutable": true,
|
|
15884
16008
|
"locationInModule": {
|
|
15885
16009
|
"filename": "src/github/task-workflow.ts",
|
|
15886
|
-
"line":
|
|
16010
|
+
"line": 79
|
|
15887
16011
|
},
|
|
15888
16012
|
"name": "postBuildSteps",
|
|
15889
16013
|
"optional": true,
|
|
@@ -15906,7 +16030,7 @@
|
|
|
15906
16030
|
"immutable": true,
|
|
15907
16031
|
"locationInModule": {
|
|
15908
16032
|
"filename": "src/github/task-workflow.ts",
|
|
15909
|
-
"line":
|
|
16033
|
+
"line": 67
|
|
15910
16034
|
},
|
|
15911
16035
|
"name": "preBuildSteps",
|
|
15912
16036
|
"optional": true,
|
|
@@ -15929,7 +16053,7 @@
|
|
|
15929
16053
|
"immutable": true,
|
|
15930
16054
|
"locationInModule": {
|
|
15931
16055
|
"filename": "src/github/task-workflow.ts",
|
|
15932
|
-
"line":
|
|
16056
|
+
"line": 53
|
|
15933
16057
|
},
|
|
15934
16058
|
"name": "preCheckoutSteps",
|
|
15935
16059
|
"optional": true,
|
|
@@ -15952,7 +16076,7 @@
|
|
|
15952
16076
|
"immutable": true,
|
|
15953
16077
|
"locationInModule": {
|
|
15954
16078
|
"filename": "src/github/task-workflow.ts",
|
|
15955
|
-
"line":
|
|
16079
|
+
"line": 108
|
|
15956
16080
|
},
|
|
15957
16081
|
"name": "runsOn",
|
|
15958
16082
|
"optional": true,
|
|
@@ -15975,7 +16099,7 @@
|
|
|
15975
16099
|
"immutable": true,
|
|
15976
16100
|
"locationInModule": {
|
|
15977
16101
|
"filename": "src/github/task-workflow.ts",
|
|
15978
|
-
"line":
|
|
16102
|
+
"line": 46
|
|
15979
16103
|
},
|
|
15980
16104
|
"name": "triggers",
|
|
15981
16105
|
"optional": true,
|
|
@@ -20996,7 +21120,7 @@
|
|
|
20996
21120
|
"kind": "enum",
|
|
20997
21121
|
"locationInModule": {
|
|
20998
21122
|
"filename": "src/javascript/node-project.ts",
|
|
20999
|
-
"line":
|
|
21123
|
+
"line": 302
|
|
21000
21124
|
},
|
|
21001
21125
|
"members": [
|
|
21002
21126
|
{
|
|
@@ -25341,7 +25465,7 @@
|
|
|
25341
25465
|
},
|
|
25342
25466
|
"locationInModule": {
|
|
25343
25467
|
"filename": "src/javascript/node-project.ts",
|
|
25344
|
-
"line":
|
|
25468
|
+
"line": 422
|
|
25345
25469
|
},
|
|
25346
25470
|
"parameters": [
|
|
25347
25471
|
{
|
|
@@ -25355,7 +25479,7 @@
|
|
|
25355
25479
|
"kind": "class",
|
|
25356
25480
|
"locationInModule": {
|
|
25357
25481
|
"filename": "src/javascript/node-project.ts",
|
|
25358
|
-
"line":
|
|
25482
|
+
"line": 319
|
|
25359
25483
|
},
|
|
25360
25484
|
"methods": [
|
|
25361
25485
|
{
|
|
@@ -25364,7 +25488,7 @@
|
|
|
25364
25488
|
},
|
|
25365
25489
|
"locationInModule": {
|
|
25366
25490
|
"filename": "src/javascript/node-project.ts",
|
|
25367
|
-
"line":
|
|
25491
|
+
"line": 667
|
|
25368
25492
|
},
|
|
25369
25493
|
"name": "addBins",
|
|
25370
25494
|
"parameters": [
|
|
@@ -25389,7 +25513,7 @@
|
|
|
25389
25513
|
},
|
|
25390
25514
|
"locationInModule": {
|
|
25391
25515
|
"filename": "src/javascript/node-project.ts",
|
|
25392
|
-
"line":
|
|
25516
|
+
"line": 820
|
|
25393
25517
|
},
|
|
25394
25518
|
"name": "addBundledDeps",
|
|
25395
25519
|
"parameters": [
|
|
@@ -25415,7 +25539,7 @@
|
|
|
25415
25539
|
},
|
|
25416
25540
|
"locationInModule": {
|
|
25417
25541
|
"filename": "src/javascript/node-project.ts",
|
|
25418
|
-
"line":
|
|
25542
|
+
"line": 701
|
|
25419
25543
|
},
|
|
25420
25544
|
"name": "addCompileCommand",
|
|
25421
25545
|
"parameters": [
|
|
@@ -25436,7 +25560,7 @@
|
|
|
25436
25560
|
},
|
|
25437
25561
|
"locationInModule": {
|
|
25438
25562
|
"filename": "src/javascript/node-project.ts",
|
|
25439
|
-
"line":
|
|
25563
|
+
"line": 774
|
|
25440
25564
|
},
|
|
25441
25565
|
"name": "addDeps",
|
|
25442
25566
|
"parameters": [
|
|
@@ -25461,7 +25585,7 @@
|
|
|
25461
25585
|
},
|
|
25462
25586
|
"locationInModule": {
|
|
25463
25587
|
"filename": "src/javascript/node-project.ts",
|
|
25464
|
-
"line":
|
|
25588
|
+
"line": 787
|
|
25465
25589
|
},
|
|
25466
25590
|
"name": "addDevDeps",
|
|
25467
25591
|
"parameters": [
|
|
@@ -25486,7 +25610,7 @@
|
|
|
25486
25610
|
},
|
|
25487
25611
|
"locationInModule": {
|
|
25488
25612
|
"filename": "src/javascript/node-project.ts",
|
|
25489
|
-
"line":
|
|
25613
|
+
"line": 721
|
|
25490
25614
|
},
|
|
25491
25615
|
"name": "addFields",
|
|
25492
25616
|
"parameters": [
|
|
@@ -25513,7 +25637,7 @@
|
|
|
25513
25637
|
},
|
|
25514
25638
|
"locationInModule": {
|
|
25515
25639
|
"filename": "src/javascript/node-project.ts",
|
|
25516
|
-
"line":
|
|
25640
|
+
"line": 731
|
|
25517
25641
|
},
|
|
25518
25642
|
"name": "addKeywords",
|
|
25519
25643
|
"parameters": [
|
|
@@ -25538,7 +25662,7 @@
|
|
|
25538
25662
|
},
|
|
25539
25663
|
"locationInModule": {
|
|
25540
25664
|
"filename": "src/javascript/node-project.ts",
|
|
25541
|
-
"line":
|
|
25665
|
+
"line": 824
|
|
25542
25666
|
},
|
|
25543
25667
|
"name": "addPackageIgnore",
|
|
25544
25668
|
"overrides": "projen.Project",
|
|
@@ -25559,7 +25683,7 @@
|
|
|
25559
25683
|
},
|
|
25560
25684
|
"locationInModule": {
|
|
25561
25685
|
"filename": "src/javascript/node-project.ts",
|
|
25562
|
-
"line":
|
|
25686
|
+
"line": 804
|
|
25563
25687
|
},
|
|
25564
25688
|
"name": "addPeerDeps",
|
|
25565
25689
|
"parameters": [
|
|
@@ -25585,7 +25709,7 @@
|
|
|
25585
25709
|
},
|
|
25586
25710
|
"locationInModule": {
|
|
25587
25711
|
"filename": "src/javascript/node-project.ts",
|
|
25588
|
-
"line":
|
|
25712
|
+
"line": 711
|
|
25589
25713
|
},
|
|
25590
25714
|
"name": "addTestCommand",
|
|
25591
25715
|
"parameters": [
|
|
@@ -25606,7 +25730,7 @@
|
|
|
25606
25730
|
},
|
|
25607
25731
|
"locationInModule": {
|
|
25608
25732
|
"filename": "src/javascript/node-project.ts",
|
|
25609
|
-
"line":
|
|
25733
|
+
"line": 693
|
|
25610
25734
|
},
|
|
25611
25735
|
"name": "hasScript",
|
|
25612
25736
|
"parameters": [
|
|
@@ -25633,7 +25757,7 @@
|
|
|
25633
25757
|
},
|
|
25634
25758
|
"locationInModule": {
|
|
25635
25759
|
"filename": "src/javascript/node-project.ts",
|
|
25636
|
-
"line":
|
|
25760
|
+
"line": 685
|
|
25637
25761
|
},
|
|
25638
25762
|
"name": "removeScript",
|
|
25639
25763
|
"parameters": [
|
|
@@ -25656,7 +25780,7 @@
|
|
|
25656
25780
|
},
|
|
25657
25781
|
"locationInModule": {
|
|
25658
25782
|
"filename": "src/javascript/node-project.ts",
|
|
25659
|
-
"line":
|
|
25783
|
+
"line": 898
|
|
25660
25784
|
},
|
|
25661
25785
|
"name": "runTaskCommand",
|
|
25662
25786
|
"overrides": "projen.Project",
|
|
@@ -25684,7 +25808,7 @@
|
|
|
25684
25808
|
},
|
|
25685
25809
|
"locationInModule": {
|
|
25686
25810
|
"filename": "src/javascript/node-project.ts",
|
|
25687
|
-
"line":
|
|
25811
|
+
"line": 677
|
|
25688
25812
|
},
|
|
25689
25813
|
"name": "setScript",
|
|
25690
25814
|
"parameters": [
|
|
@@ -25714,30 +25838,15 @@
|
|
|
25714
25838
|
"properties": [
|
|
25715
25839
|
{
|
|
25716
25840
|
"docs": {
|
|
25717
|
-
"deprecated": "use `package.allowLibraryDependencies`",
|
|
25718
|
-
"stability": "deprecated"
|
|
25719
|
-
},
|
|
25720
|
-
"immutable": true,
|
|
25721
|
-
"locationInModule": {
|
|
25722
|
-
"filename": "src/javascript/node-project.ts",
|
|
25723
|
-
"line": 331
|
|
25724
|
-
},
|
|
25725
|
-
"name": "allowLibraryDependencies",
|
|
25726
|
-
"type": {
|
|
25727
|
-
"primitive": "boolean"
|
|
25728
|
-
}
|
|
25729
|
-
},
|
|
25730
|
-
{
|
|
25731
|
-
"docs": {
|
|
25732
|
-
"stability": "experimental",
|
|
25733
|
-
"summary": "Indicates if workflows have anti-tamper checks."
|
|
25841
|
+
"deprecated": "use `package.allowLibraryDependencies`",
|
|
25842
|
+
"stability": "deprecated"
|
|
25734
25843
|
},
|
|
25735
25844
|
"immutable": true,
|
|
25736
25845
|
"locationInModule": {
|
|
25737
25846
|
"filename": "src/javascript/node-project.ts",
|
|
25738
|
-
"line":
|
|
25847
|
+
"line": 333
|
|
25739
25848
|
},
|
|
25740
|
-
"name": "
|
|
25849
|
+
"name": "allowLibraryDependencies",
|
|
25741
25850
|
"type": {
|
|
25742
25851
|
"primitive": "boolean"
|
|
25743
25852
|
}
|
|
@@ -25751,7 +25860,7 @@
|
|
|
25751
25860
|
"immutable": true,
|
|
25752
25861
|
"locationInModule": {
|
|
25753
25862
|
"filename": "src/javascript/node-project.ts",
|
|
25754
|
-
"line":
|
|
25863
|
+
"line": 407
|
|
25755
25864
|
},
|
|
25756
25865
|
"name": "artifactsDirectory",
|
|
25757
25866
|
"type": {
|
|
@@ -25766,7 +25875,7 @@
|
|
|
25766
25875
|
"immutable": true,
|
|
25767
25876
|
"locationInModule": {
|
|
25768
25877
|
"filename": "src/javascript/node-project.ts",
|
|
25769
|
-
"line":
|
|
25878
|
+
"line": 412
|
|
25770
25879
|
},
|
|
25771
25880
|
"name": "artifactsJavascriptDirectory",
|
|
25772
25881
|
"type": {
|
|
@@ -25780,7 +25889,7 @@
|
|
|
25780
25889
|
"immutable": true,
|
|
25781
25890
|
"locationInModule": {
|
|
25782
25891
|
"filename": "src/javascript/node-project.ts",
|
|
25783
|
-
"line":
|
|
25892
|
+
"line": 400
|
|
25784
25893
|
},
|
|
25785
25894
|
"name": "bundler",
|
|
25786
25895
|
"type": {
|
|
@@ -25795,7 +25904,7 @@
|
|
|
25795
25904
|
"immutable": true,
|
|
25796
25905
|
"locationInModule": {
|
|
25797
25906
|
"filename": "src/javascript/node-project.ts",
|
|
25798
|
-
"line":
|
|
25907
|
+
"line": 338
|
|
25799
25908
|
},
|
|
25800
25909
|
"name": "entrypoint",
|
|
25801
25910
|
"type": {
|
|
@@ -25809,7 +25918,7 @@
|
|
|
25809
25918
|
"immutable": true,
|
|
25810
25919
|
"locationInModule": {
|
|
25811
25920
|
"filename": "src/javascript/node-project.ts",
|
|
25812
|
-
"line":
|
|
25921
|
+
"line": 735
|
|
25813
25922
|
},
|
|
25814
25923
|
"name": "installWorkflowSteps",
|
|
25815
25924
|
"type": {
|
|
@@ -25829,7 +25938,7 @@
|
|
|
25829
25938
|
"immutable": true,
|
|
25830
25939
|
"locationInModule": {
|
|
25831
25940
|
"filename": "src/javascript/node-project.ts",
|
|
25832
|
-
"line":
|
|
25941
|
+
"line": 396
|
|
25833
25942
|
},
|
|
25834
25943
|
"name": "manifest",
|
|
25835
25944
|
"type": {
|
|
@@ -25844,7 +25953,7 @@
|
|
|
25844
25953
|
"immutable": true,
|
|
25845
25954
|
"locationInModule": {
|
|
25846
25955
|
"filename": "src/javascript/node-project.ts",
|
|
25847
|
-
"line":
|
|
25956
|
+
"line": 323
|
|
25848
25957
|
},
|
|
25849
25958
|
"name": "package",
|
|
25850
25959
|
"type": {
|
|
@@ -25860,7 +25969,7 @@
|
|
|
25860
25969
|
"immutable": true,
|
|
25861
25970
|
"locationInModule": {
|
|
25862
25971
|
"filename": "src/javascript/node-project.ts",
|
|
25863
|
-
"line":
|
|
25972
|
+
"line": 381
|
|
25864
25973
|
},
|
|
25865
25974
|
"name": "packageManager",
|
|
25866
25975
|
"type": {
|
|
@@ -25875,7 +25984,7 @@
|
|
|
25875
25984
|
"immutable": true,
|
|
25876
25985
|
"locationInModule": {
|
|
25877
25986
|
"filename": "src/javascript/node-project.ts",
|
|
25878
|
-
"line":
|
|
25987
|
+
"line": 386
|
|
25879
25988
|
},
|
|
25880
25989
|
"name": "runScriptCommand",
|
|
25881
25990
|
"type": {
|
|
@@ -25890,7 +25999,7 @@
|
|
|
25890
25999
|
"immutable": true,
|
|
25891
26000
|
"locationInModule": {
|
|
25892
26001
|
"filename": "src/javascript/node-project.ts",
|
|
25893
|
-
"line":
|
|
26002
|
+
"line": 343
|
|
25894
26003
|
},
|
|
25895
26004
|
"name": "autoMerge",
|
|
25896
26005
|
"optional": true,
|
|
@@ -25907,7 +26016,7 @@
|
|
|
25907
26016
|
"immutable": true,
|
|
25908
26017
|
"locationInModule": {
|
|
25909
26018
|
"filename": "src/javascript/node-project.ts",
|
|
25910
|
-
"line":
|
|
26019
|
+
"line": 349
|
|
25911
26020
|
},
|
|
25912
26021
|
"name": "buildWorkflow",
|
|
25913
26022
|
"optional": true,
|
|
@@ -25923,7 +26032,7 @@
|
|
|
25923
26032
|
"immutable": true,
|
|
25924
26033
|
"locationInModule": {
|
|
25925
26034
|
"filename": "src/javascript/node-project.ts",
|
|
25926
|
-
"line":
|
|
26035
|
+
"line": 905
|
|
25927
26036
|
},
|
|
25928
26037
|
"name": "buildWorkflowJobId",
|
|
25929
26038
|
"optional": true,
|
|
@@ -25939,7 +26048,7 @@
|
|
|
25939
26048
|
"immutable": true,
|
|
25940
26049
|
"locationInModule": {
|
|
25941
26050
|
"filename": "src/javascript/node-project.ts",
|
|
25942
|
-
"line":
|
|
26051
|
+
"line": 391
|
|
25943
26052
|
},
|
|
25944
26053
|
"name": "jest",
|
|
25945
26054
|
"optional": true,
|
|
@@ -25955,7 +26064,7 @@
|
|
|
25955
26064
|
"immutable": true,
|
|
25956
26065
|
"locationInModule": {
|
|
25957
26066
|
"filename": "src/javascript/node-project.ts",
|
|
25958
|
-
"line":
|
|
26067
|
+
"line": 372
|
|
25959
26068
|
},
|
|
25960
26069
|
"name": "maxNodeVersion",
|
|
25961
26070
|
"optional": true,
|
|
@@ -25971,7 +26080,7 @@
|
|
|
25971
26080
|
"immutable": true,
|
|
25972
26081
|
"locationInModule": {
|
|
25973
26082
|
"filename": "src/javascript/node-project.ts",
|
|
25974
|
-
"line":
|
|
26083
|
+
"line": 367
|
|
25975
26084
|
},
|
|
25976
26085
|
"name": "minNodeVersion",
|
|
25977
26086
|
"optional": true,
|
|
@@ -25987,7 +26096,7 @@
|
|
|
25987
26096
|
"immutable": true,
|
|
25988
26097
|
"locationInModule": {
|
|
25989
26098
|
"filename": "src/javascript/node-project.ts",
|
|
25990
|
-
"line":
|
|
26099
|
+
"line": 328
|
|
25991
26100
|
},
|
|
25992
26101
|
"name": "npmignore",
|
|
25993
26102
|
"optional": true,
|
|
@@ -26005,7 +26114,7 @@
|
|
|
26005
26114
|
"immutable": true,
|
|
26006
26115
|
"locationInModule": {
|
|
26007
26116
|
"filename": "src/javascript/node-project.ts",
|
|
26008
|
-
"line":
|
|
26117
|
+
"line": 357
|
|
26009
26118
|
},
|
|
26010
26119
|
"name": "publisher",
|
|
26011
26120
|
"optional": true,
|
|
@@ -26021,7 +26130,7 @@
|
|
|
26021
26130
|
"immutable": true,
|
|
26022
26131
|
"locationInModule": {
|
|
26023
26132
|
"filename": "src/javascript/node-project.ts",
|
|
26024
|
-
"line":
|
|
26133
|
+
"line": 362
|
|
26025
26134
|
},
|
|
26026
26135
|
"name": "release",
|
|
26027
26136
|
"optional": true,
|
|
@@ -26037,7 +26146,7 @@
|
|
|
26037
26146
|
"immutable": true,
|
|
26038
26147
|
"locationInModule": {
|
|
26039
26148
|
"filename": "src/javascript/node-project.ts",
|
|
26040
|
-
"line":
|
|
26149
|
+
"line": 417
|
|
26041
26150
|
},
|
|
26042
26151
|
"name": "upgradeWorkflow",
|
|
26043
26152
|
"optional": true,
|
|
@@ -26063,7 +26172,7 @@
|
|
|
26063
26172
|
"kind": "interface",
|
|
26064
26173
|
"locationInModule": {
|
|
26065
26174
|
"filename": "src/javascript/node-project.ts",
|
|
26066
|
-
"line":
|
|
26175
|
+
"line": 22
|
|
26067
26176
|
},
|
|
26068
26177
|
"name": "NodeProjectOptions",
|
|
26069
26178
|
"namespace": "javascript",
|
|
@@ -26095,7 +26204,7 @@
|
|
|
26095
26204
|
"immutable": true,
|
|
26096
26205
|
"locationInModule": {
|
|
26097
26206
|
"filename": "src/javascript/node-project.ts",
|
|
26098
|
-
"line":
|
|
26207
|
+
"line": 288
|
|
26099
26208
|
},
|
|
26100
26209
|
"name": "artifactsDirectory",
|
|
26101
26210
|
"optional": true,
|
|
@@ -26114,7 +26223,7 @@
|
|
|
26114
26223
|
"immutable": true,
|
|
26115
26224
|
"locationInModule": {
|
|
26116
26225
|
"filename": "src/javascript/node-project.ts",
|
|
26117
|
-
"line":
|
|
26226
|
+
"line": 200
|
|
26118
26227
|
},
|
|
26119
26228
|
"name": "autoApproveProjenUpgrades",
|
|
26120
26229
|
"optional": true,
|
|
@@ -26133,7 +26242,7 @@
|
|
|
26133
26242
|
"immutable": true,
|
|
26134
26243
|
"locationInModule": {
|
|
26135
26244
|
"filename": "src/javascript/node-project.ts",
|
|
26136
|
-
"line":
|
|
26245
|
+
"line": 210
|
|
26137
26246
|
},
|
|
26138
26247
|
"name": "autoApproveUpgrades",
|
|
26139
26248
|
"optional": true,
|
|
@@ -26151,7 +26260,7 @@
|
|
|
26151
26260
|
"immutable": true,
|
|
26152
26261
|
"locationInModule": {
|
|
26153
26262
|
"filename": "src/javascript/node-project.ts",
|
|
26154
|
-
"line":
|
|
26263
|
+
"line": 56
|
|
26155
26264
|
},
|
|
26156
26265
|
"name": "buildWorkflow",
|
|
26157
26266
|
"optional": true,
|
|
@@ -26168,7 +26277,7 @@
|
|
|
26168
26277
|
"immutable": true,
|
|
26169
26278
|
"locationInModule": {
|
|
26170
26279
|
"filename": "src/javascript/node-project.ts",
|
|
26171
|
-
"line":
|
|
26280
|
+
"line": 281
|
|
26172
26281
|
},
|
|
26173
26282
|
"name": "bundlerOptions",
|
|
26174
26283
|
"optional": true,
|
|
@@ -26186,7 +26295,7 @@
|
|
|
26186
26295
|
"immutable": true,
|
|
26187
26296
|
"locationInModule": {
|
|
26188
26297
|
"filename": "src/javascript/node-project.ts",
|
|
26189
|
-
"line":
|
|
26298
|
+
"line": 75
|
|
26190
26299
|
},
|
|
26191
26300
|
"name": "codeCov",
|
|
26192
26301
|
"optional": true,
|
|
@@ -26204,7 +26313,7 @@
|
|
|
26204
26313
|
"immutable": true,
|
|
26205
26314
|
"locationInModule": {
|
|
26206
26315
|
"filename": "src/javascript/node-project.ts",
|
|
26207
|
-
"line":
|
|
26316
|
+
"line": 82
|
|
26208
26317
|
},
|
|
26209
26318
|
"name": "codeCovTokenSecret",
|
|
26210
26319
|
"optional": true,
|
|
@@ -26222,7 +26331,7 @@
|
|
|
26222
26331
|
"immutable": true,
|
|
26223
26332
|
"locationInModule": {
|
|
26224
26333
|
"filename": "src/javascript/node-project.ts",
|
|
26225
|
-
"line":
|
|
26334
|
+
"line": 28
|
|
26226
26335
|
},
|
|
26227
26336
|
"name": "copyrightOwner",
|
|
26228
26337
|
"optional": true,
|
|
@@ -26240,7 +26349,7 @@
|
|
|
26240
26349
|
"immutable": true,
|
|
26241
26350
|
"locationInModule": {
|
|
26242
26351
|
"filename": "src/javascript/node-project.ts",
|
|
26243
|
-
"line":
|
|
26352
|
+
"line": 35
|
|
26244
26353
|
},
|
|
26245
26354
|
"name": "copyrightPeriod",
|
|
26246
26355
|
"optional": true,
|
|
@@ -26331,7 +26440,7 @@
|
|
|
26331
26440
|
"immutable": true,
|
|
26332
26441
|
"locationInModule": {
|
|
26333
26442
|
"filename": "src/javascript/node-project.ts",
|
|
26334
|
-
"line":
|
|
26443
|
+
"line": 250
|
|
26335
26444
|
},
|
|
26336
26445
|
"name": "gitignore",
|
|
26337
26446
|
"optional": true,
|
|
@@ -26354,7 +26463,7 @@
|
|
|
26354
26463
|
"immutable": true,
|
|
26355
26464
|
"locationInModule": {
|
|
26356
26465
|
"filename": "src/javascript/node-project.ts",
|
|
26357
|
-
"line":
|
|
26466
|
+
"line": 256
|
|
26358
26467
|
},
|
|
26359
26468
|
"name": "jest",
|
|
26360
26469
|
"optional": true,
|
|
@@ -26372,7 +26481,7 @@
|
|
|
26372
26481
|
"immutable": true,
|
|
26373
26482
|
"locationInModule": {
|
|
26374
26483
|
"filename": "src/javascript/node-project.ts",
|
|
26375
|
-
"line":
|
|
26484
|
+
"line": 262
|
|
26376
26485
|
},
|
|
26377
26486
|
"name": "jestOptions",
|
|
26378
26487
|
"optional": true,
|
|
@@ -26391,7 +26500,7 @@
|
|
|
26391
26500
|
"immutable": true,
|
|
26392
26501
|
"locationInModule": {
|
|
26393
26502
|
"filename": "src/javascript/node-project.ts",
|
|
26394
|
-
"line":
|
|
26503
|
+
"line": 67
|
|
26395
26504
|
},
|
|
26396
26505
|
"name": "mutableBuild",
|
|
26397
26506
|
"optional": true,
|
|
@@ -26409,7 +26518,7 @@
|
|
|
26409
26518
|
"immutable": true,
|
|
26410
26519
|
"locationInModule": {
|
|
26411
26520
|
"filename": "src/javascript/node-project.ts",
|
|
26412
|
-
"line":
|
|
26521
|
+
"line": 231
|
|
26413
26522
|
},
|
|
26414
26523
|
"name": "npmignore",
|
|
26415
26524
|
"optional": true,
|
|
@@ -26432,7 +26541,7 @@
|
|
|
26432
26541
|
"immutable": true,
|
|
26433
26542
|
"locationInModule": {
|
|
26434
26543
|
"filename": "src/javascript/node-project.ts",
|
|
26435
|
-
"line":
|
|
26544
|
+
"line": 225
|
|
26436
26545
|
},
|
|
26437
26546
|
"name": "npmignoreEnabled",
|
|
26438
26547
|
"optional": true,
|
|
@@ -26450,7 +26559,7 @@
|
|
|
26450
26559
|
"immutable": true,
|
|
26451
26560
|
"locationInModule": {
|
|
26452
26561
|
"filename": "src/javascript/node-project.ts",
|
|
26453
|
-
"line":
|
|
26562
|
+
"line": 296
|
|
26454
26563
|
},
|
|
26455
26564
|
"name": "package",
|
|
26456
26565
|
"optional": true,
|
|
@@ -26468,7 +26577,7 @@
|
|
|
26468
26577
|
"immutable": true,
|
|
26469
26578
|
"locationInModule": {
|
|
26470
26579
|
"filename": "src/javascript/node-project.ts",
|
|
26471
|
-
"line":
|
|
26580
|
+
"line": 50
|
|
26472
26581
|
},
|
|
26473
26582
|
"name": "projenDevDependency",
|
|
26474
26583
|
"optional": true,
|
|
@@ -26486,7 +26595,7 @@
|
|
|
26486
26595
|
"immutable": true,
|
|
26487
26596
|
"locationInModule": {
|
|
26488
26597
|
"filename": "src/javascript/node-project.ts",
|
|
26489
|
-
"line":
|
|
26598
|
+
"line": 270
|
|
26490
26599
|
},
|
|
26491
26600
|
"name": "projenrcJs",
|
|
26492
26601
|
"optional": true,
|
|
@@ -26504,7 +26613,7 @@
|
|
|
26504
26613
|
"immutable": true,
|
|
26505
26614
|
"locationInModule": {
|
|
26506
26615
|
"filename": "src/javascript/node-project.ts",
|
|
26507
|
-
"line":
|
|
26616
|
+
"line": 276
|
|
26508
26617
|
},
|
|
26509
26618
|
"name": "projenrcJsOptions",
|
|
26510
26619
|
"optional": true,
|
|
@@ -26524,7 +26633,7 @@
|
|
|
26524
26633
|
"immutable": true,
|
|
26525
26634
|
"locationInModule": {
|
|
26526
26635
|
"filename": "src/javascript/node-project.ts",
|
|
26527
|
-
"line":
|
|
26636
|
+
"line": 190
|
|
26528
26637
|
},
|
|
26529
26638
|
"name": "projenUpgradeAutoMerge",
|
|
26530
26639
|
"optional": true,
|
|
@@ -26542,7 +26651,7 @@
|
|
|
26542
26651
|
"immutable": true,
|
|
26543
26652
|
"locationInModule": {
|
|
26544
26653
|
"filename": "src/javascript/node-project.ts",
|
|
26545
|
-
"line":
|
|
26654
|
+
"line": 217
|
|
26546
26655
|
},
|
|
26547
26656
|
"name": "projenUpgradeSchedule",
|
|
26548
26657
|
"optional": true,
|
|
@@ -26559,14 +26668,15 @@
|
|
|
26559
26668
|
"abstract": true,
|
|
26560
26669
|
"docs": {
|
|
26561
26670
|
"default": "- no automatic projen upgrade pull requests",
|
|
26671
|
+
"deprecated": "use `githubTokenSecret` instead.",
|
|
26562
26672
|
"remarks": "This setting is a GitHub secret name which contains a GitHub Access Token\nwith `repo` and `workflow` permissions.\n\nThis token is used to submit the upgrade pull request, which will likely\ninclude workflow updates.\n\nTo create a personal access token see https://github.com/settings/tokens",
|
|
26563
|
-
"stability": "
|
|
26673
|
+
"stability": "deprecated",
|
|
26564
26674
|
"summary": "Periodically submits a pull request for projen upgrades (executes `yarn projen:upgrade`)."
|
|
26565
26675
|
},
|
|
26566
26676
|
"immutable": true,
|
|
26567
26677
|
"locationInModule": {
|
|
26568
26678
|
"filename": "src/javascript/node-project.ts",
|
|
26569
|
-
"line":
|
|
26679
|
+
"line": 179
|
|
26570
26680
|
},
|
|
26571
26681
|
"name": "projenUpgradeSecret",
|
|
26572
26682
|
"optional": true,
|
|
@@ -26584,7 +26694,7 @@
|
|
|
26584
26694
|
"immutable": true,
|
|
26585
26695
|
"locationInModule": {
|
|
26586
26696
|
"filename": "src/javascript/node-project.ts",
|
|
26587
|
-
"line":
|
|
26697
|
+
"line": 43
|
|
26588
26698
|
},
|
|
26589
26699
|
"name": "projenVersion",
|
|
26590
26700
|
"optional": true,
|
|
@@ -26602,7 +26712,7 @@
|
|
|
26602
26712
|
"immutable": true,
|
|
26603
26713
|
"locationInModule": {
|
|
26604
26714
|
"filename": "src/javascript/node-project.ts",
|
|
26605
|
-
"line":
|
|
26715
|
+
"line": 238
|
|
26606
26716
|
},
|
|
26607
26717
|
"name": "pullRequestTemplate",
|
|
26608
26718
|
"optional": true,
|
|
@@ -26620,7 +26730,7 @@
|
|
|
26620
26730
|
"immutable": true,
|
|
26621
26731
|
"locationInModule": {
|
|
26622
26732
|
"filename": "src/javascript/node-project.ts",
|
|
26623
|
-
"line":
|
|
26733
|
+
"line": 245
|
|
26624
26734
|
},
|
|
26625
26735
|
"name": "pullRequestTemplateContents",
|
|
26626
26736
|
"optional": true,
|
|
@@ -26636,9 +26746,6 @@
|
|
|
26636
26746
|
{
|
|
26637
26747
|
"abstract": true,
|
|
26638
26748
|
"docs": {
|
|
26639
|
-
"custom": {
|
|
26640
|
-
"featured": "true"
|
|
26641
|
-
},
|
|
26642
26749
|
"default": "- true (false for subprojects)",
|
|
26643
26750
|
"stability": "experimental",
|
|
26644
26751
|
"summary": "Add release management to this project."
|
|
@@ -26683,7 +26790,7 @@
|
|
|
26683
26790
|
"immutable": true,
|
|
26684
26791
|
"locationInModule": {
|
|
26685
26792
|
"filename": "src/javascript/node-project.ts",
|
|
26686
|
-
"line":
|
|
26793
|
+
"line": 90
|
|
26687
26794
|
},
|
|
26688
26795
|
"name": "releaseWorkflow",
|
|
26689
26796
|
"optional": true,
|
|
@@ -26753,64 +26860,6 @@
|
|
|
26753
26860
|
],
|
|
26754
26861
|
"symbolId": "src/javascript/node-project:NodeProjectOptions"
|
|
26755
26862
|
},
|
|
26756
|
-
"projen.javascript.NodeWorkflowSteps": {
|
|
26757
|
-
"assembly": "projen",
|
|
26758
|
-
"datatype": true,
|
|
26759
|
-
"docs": {
|
|
26760
|
-
"stability": "experimental"
|
|
26761
|
-
},
|
|
26762
|
-
"fqn": "projen.javascript.NodeWorkflowSteps",
|
|
26763
|
-
"kind": "interface",
|
|
26764
|
-
"locationInModule": {
|
|
26765
|
-
"filename": "src/javascript/node-project.ts",
|
|
26766
|
-
"line": 918
|
|
26767
|
-
},
|
|
26768
|
-
"name": "NodeWorkflowSteps",
|
|
26769
|
-
"namespace": "javascript",
|
|
26770
|
-
"properties": [
|
|
26771
|
-
{
|
|
26772
|
-
"abstract": true,
|
|
26773
|
-
"docs": {
|
|
26774
|
-
"stability": "experimental"
|
|
26775
|
-
},
|
|
26776
|
-
"immutable": true,
|
|
26777
|
-
"locationInModule": {
|
|
26778
|
-
"filename": "src/javascript/node-project.ts",
|
|
26779
|
-
"line": 919
|
|
26780
|
-
},
|
|
26781
|
-
"name": "antitamper",
|
|
26782
|
-
"type": {
|
|
26783
|
-
"collection": {
|
|
26784
|
-
"elementtype": {
|
|
26785
|
-
"primitive": "any"
|
|
26786
|
-
},
|
|
26787
|
-
"kind": "array"
|
|
26788
|
-
}
|
|
26789
|
-
}
|
|
26790
|
-
},
|
|
26791
|
-
{
|
|
26792
|
-
"abstract": true,
|
|
26793
|
-
"docs": {
|
|
26794
|
-
"stability": "experimental"
|
|
26795
|
-
},
|
|
26796
|
-
"immutable": true,
|
|
26797
|
-
"locationInModule": {
|
|
26798
|
-
"filename": "src/javascript/node-project.ts",
|
|
26799
|
-
"line": 920
|
|
26800
|
-
},
|
|
26801
|
-
"name": "install",
|
|
26802
|
-
"type": {
|
|
26803
|
-
"collection": {
|
|
26804
|
-
"elementtype": {
|
|
26805
|
-
"primitive": "any"
|
|
26806
|
-
},
|
|
26807
|
-
"kind": "array"
|
|
26808
|
-
}
|
|
26809
|
-
}
|
|
26810
|
-
}
|
|
26811
|
-
],
|
|
26812
|
-
"symbolId": "src/javascript/node-project:NodeWorkflowSteps"
|
|
26813
|
-
},
|
|
26814
26863
|
"projen.javascript.NpmAccess": {
|
|
26815
26864
|
"assembly": "projen",
|
|
26816
26865
|
"docs": {
|
|
@@ -28165,7 +28214,7 @@
|
|
|
28165
28214
|
},
|
|
28166
28215
|
"locationInModule": {
|
|
28167
28216
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28168
|
-
"line":
|
|
28217
|
+
"line": 112
|
|
28169
28218
|
},
|
|
28170
28219
|
"parameters": [
|
|
28171
28220
|
{
|
|
@@ -28186,7 +28235,7 @@
|
|
|
28186
28235
|
"kind": "class",
|
|
28187
28236
|
"locationInModule": {
|
|
28188
28237
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28189
|
-
"line":
|
|
28238
|
+
"line": 88
|
|
28190
28239
|
},
|
|
28191
28240
|
"methods": [
|
|
28192
28241
|
{
|
|
@@ -28196,7 +28245,7 @@
|
|
|
28196
28245
|
},
|
|
28197
28246
|
"locationInModule": {
|
|
28198
28247
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28199
|
-
"line":
|
|
28248
|
+
"line": 130
|
|
28200
28249
|
},
|
|
28201
28250
|
"name": "addPostBuildSteps",
|
|
28202
28251
|
"parameters": [
|
|
@@ -28220,7 +28269,7 @@
|
|
|
28220
28269
|
},
|
|
28221
28270
|
"locationInModule": {
|
|
28222
28271
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28223
|
-
"line":
|
|
28272
|
+
"line": 136
|
|
28224
28273
|
},
|
|
28225
28274
|
"name": "preSynthesize",
|
|
28226
28275
|
"overrides": "projen.Component"
|
|
@@ -28237,7 +28286,7 @@
|
|
|
28237
28286
|
"immutable": true,
|
|
28238
28287
|
"locationInModule": {
|
|
28239
28288
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28240
|
-
"line":
|
|
28289
|
+
"line": 102
|
|
28241
28290
|
},
|
|
28242
28291
|
"name": "ignoresProjen",
|
|
28243
28292
|
"type": {
|
|
@@ -28253,7 +28302,7 @@
|
|
|
28253
28302
|
"immutable": true,
|
|
28254
28303
|
"locationInModule": {
|
|
28255
28304
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28256
|
-
"line":
|
|
28305
|
+
"line": 93
|
|
28257
28306
|
},
|
|
28258
28307
|
"name": "workflows",
|
|
28259
28308
|
"type": {
|
|
@@ -28272,7 +28321,7 @@
|
|
|
28272
28321
|
},
|
|
28273
28322
|
"locationInModule": {
|
|
28274
28323
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28275
|
-
"line":
|
|
28324
|
+
"line": 107
|
|
28276
28325
|
},
|
|
28277
28326
|
"name": "containerOptions",
|
|
28278
28327
|
"optional": true,
|
|
@@ -28294,7 +28343,7 @@
|
|
|
28294
28343
|
"kind": "interface",
|
|
28295
28344
|
"locationInModule": {
|
|
28296
28345
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28297
|
-
"line":
|
|
28346
|
+
"line": 21
|
|
28298
28347
|
},
|
|
28299
28348
|
"name": "UpgradeDependenciesOptions",
|
|
28300
28349
|
"namespace": "javascript",
|
|
@@ -28309,7 +28358,7 @@
|
|
|
28309
28358
|
"immutable": true,
|
|
28310
28359
|
"locationInModule": {
|
|
28311
28360
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28312
|
-
"line":
|
|
28361
|
+
"line": 28
|
|
28313
28362
|
},
|
|
28314
28363
|
"name": "exclude",
|
|
28315
28364
|
"optional": true,
|
|
@@ -28332,7 +28381,7 @@
|
|
|
28332
28381
|
"immutable": true,
|
|
28333
28382
|
"locationInModule": {
|
|
28334
28383
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28335
|
-
"line":
|
|
28384
|
+
"line": 75
|
|
28336
28385
|
},
|
|
28337
28386
|
"name": "ignoreProjen",
|
|
28338
28387
|
"optional": true,
|
|
@@ -28350,7 +28399,7 @@
|
|
|
28350
28399
|
"immutable": true,
|
|
28351
28400
|
"locationInModule": {
|
|
28352
28401
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28353
|
-
"line":
|
|
28402
|
+
"line": 35
|
|
28354
28403
|
},
|
|
28355
28404
|
"name": "include",
|
|
28356
28405
|
"optional": true,
|
|
@@ -28373,7 +28422,7 @@
|
|
|
28373
28422
|
"immutable": true,
|
|
28374
28423
|
"locationInModule": {
|
|
28375
28424
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28376
|
-
"line":
|
|
28425
|
+
"line": 68
|
|
28377
28426
|
},
|
|
28378
28427
|
"name": "pullRequestTitle",
|
|
28379
28428
|
"optional": true,
|
|
@@ -28391,7 +28440,7 @@
|
|
|
28391
28440
|
"immutable": true,
|
|
28392
28441
|
"locationInModule": {
|
|
28393
28442
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28394
|
-
"line":
|
|
28443
|
+
"line": 82
|
|
28395
28444
|
},
|
|
28396
28445
|
"name": "signoff",
|
|
28397
28446
|
"optional": true,
|
|
@@ -28410,7 +28459,7 @@
|
|
|
28410
28459
|
"immutable": true,
|
|
28411
28460
|
"locationInModule": {
|
|
28412
28461
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28413
|
-
"line":
|
|
28462
|
+
"line": 61
|
|
28414
28463
|
},
|
|
28415
28464
|
"name": "taskName",
|
|
28416
28465
|
"optional": true,
|
|
@@ -28429,7 +28478,7 @@
|
|
|
28429
28478
|
"immutable": true,
|
|
28430
28479
|
"locationInModule": {
|
|
28431
28480
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28432
|
-
"line":
|
|
28481
|
+
"line": 46
|
|
28433
28482
|
},
|
|
28434
28483
|
"name": "workflow",
|
|
28435
28484
|
"optional": true,
|
|
@@ -28448,7 +28497,7 @@
|
|
|
28448
28497
|
"immutable": true,
|
|
28449
28498
|
"locationInModule": {
|
|
28450
28499
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28451
|
-
"line":
|
|
28500
|
+
"line": 53
|
|
28452
28501
|
},
|
|
28453
28502
|
"name": "workflowOptions",
|
|
28454
28503
|
"optional": true,
|
|
@@ -28469,7 +28518,7 @@
|
|
|
28469
28518
|
"kind": "class",
|
|
28470
28519
|
"locationInModule": {
|
|
28471
28520
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28472
|
-
"line":
|
|
28521
|
+
"line": 394
|
|
28473
28522
|
},
|
|
28474
28523
|
"methods": [
|
|
28475
28524
|
{
|
|
@@ -28479,7 +28528,7 @@
|
|
|
28479
28528
|
},
|
|
28480
28529
|
"locationInModule": {
|
|
28481
28530
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28482
|
-
"line":
|
|
28531
|
+
"line": 424
|
|
28483
28532
|
},
|
|
28484
28533
|
"name": "expressions",
|
|
28485
28534
|
"parameters": [
|
|
@@ -28515,7 +28564,7 @@
|
|
|
28515
28564
|
"immutable": true,
|
|
28516
28565
|
"locationInModule": {
|
|
28517
28566
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28518
|
-
"line":
|
|
28567
|
+
"line": 404
|
|
28519
28568
|
},
|
|
28520
28569
|
"name": "DAILY",
|
|
28521
28570
|
"static": true,
|
|
@@ -28532,7 +28581,7 @@
|
|
|
28532
28581
|
"immutable": true,
|
|
28533
28582
|
"locationInModule": {
|
|
28534
28583
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28535
|
-
"line":
|
|
28584
|
+
"line": 419
|
|
28536
28585
|
},
|
|
28537
28586
|
"name": "MONTHLY",
|
|
28538
28587
|
"static": true,
|
|
@@ -28549,7 +28598,7 @@
|
|
|
28549
28598
|
"immutable": true,
|
|
28550
28599
|
"locationInModule": {
|
|
28551
28600
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28552
|
-
"line":
|
|
28601
|
+
"line": 399
|
|
28553
28602
|
},
|
|
28554
28603
|
"name": "NEVER",
|
|
28555
28604
|
"static": true,
|
|
@@ -28566,7 +28615,7 @@
|
|
|
28566
28615
|
"immutable": true,
|
|
28567
28616
|
"locationInModule": {
|
|
28568
28617
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28569
|
-
"line":
|
|
28618
|
+
"line": 409
|
|
28570
28619
|
},
|
|
28571
28620
|
"name": "WEEKDAY",
|
|
28572
28621
|
"static": true,
|
|
@@ -28583,7 +28632,7 @@
|
|
|
28583
28632
|
"immutable": true,
|
|
28584
28633
|
"locationInModule": {
|
|
28585
28634
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28586
|
-
"line":
|
|
28635
|
+
"line": 414
|
|
28587
28636
|
},
|
|
28588
28637
|
"name": "WEEKLY",
|
|
28589
28638
|
"static": true,
|
|
@@ -28598,7 +28647,7 @@
|
|
|
28598
28647
|
"immutable": true,
|
|
28599
28648
|
"locationInModule": {
|
|
28600
28649
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28601
|
-
"line":
|
|
28650
|
+
"line": 428
|
|
28602
28651
|
},
|
|
28603
28652
|
"name": "cron",
|
|
28604
28653
|
"type": {
|
|
@@ -28624,7 +28673,7 @@
|
|
|
28624
28673
|
"kind": "interface",
|
|
28625
28674
|
"locationInModule": {
|
|
28626
28675
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28627
|
-
"line":
|
|
28676
|
+
"line": 332
|
|
28628
28677
|
},
|
|
28629
28678
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
28630
28679
|
"namespace": "javascript",
|
|
@@ -28639,7 +28688,7 @@
|
|
|
28639
28688
|
"immutable": true,
|
|
28640
28689
|
"locationInModule": {
|
|
28641
28690
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28642
|
-
"line":
|
|
28691
|
+
"line": 376
|
|
28643
28692
|
},
|
|
28644
28693
|
"name": "branches",
|
|
28645
28694
|
"optional": true,
|
|
@@ -28662,7 +28711,7 @@
|
|
|
28662
28711
|
"immutable": true,
|
|
28663
28712
|
"locationInModule": {
|
|
28664
28713
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28665
|
-
"line":
|
|
28714
|
+
"line": 369
|
|
28666
28715
|
},
|
|
28667
28716
|
"name": "container",
|
|
28668
28717
|
"optional": true,
|
|
@@ -28683,7 +28732,7 @@
|
|
|
28683
28732
|
"immutable": true,
|
|
28684
28733
|
"locationInModule": {
|
|
28685
28734
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28686
|
-
"line":
|
|
28735
|
+
"line": 382
|
|
28687
28736
|
},
|
|
28688
28737
|
"name": "gitIdentity",
|
|
28689
28738
|
"optional": true,
|
|
@@ -28701,7 +28750,7 @@
|
|
|
28701
28750
|
"immutable": true,
|
|
28702
28751
|
"locationInModule": {
|
|
28703
28752
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28704
|
-
"line":
|
|
28753
|
+
"line": 362
|
|
28705
28754
|
},
|
|
28706
28755
|
"name": "labels",
|
|
28707
28756
|
"optional": true,
|
|
@@ -28714,26 +28763,6 @@
|
|
|
28714
28763
|
}
|
|
28715
28764
|
}
|
|
28716
28765
|
},
|
|
28717
|
-
{
|
|
28718
|
-
"abstract": true,
|
|
28719
|
-
"docs": {
|
|
28720
|
-
"default": "true",
|
|
28721
|
-
"remarks": "When true, the workflow will run the project build task after the dependency upgrade.\nThis means that the PR created will include any changes caused by the `build` command,\n(e.g project synth changes, test snapshots)\n\nThis is necessary when using the default github token.",
|
|
28722
|
-
"see": "`secret` for more details.",
|
|
28723
|
-
"stability": "experimental",
|
|
28724
|
-
"summary": "Execute 'build' after the upgrade."
|
|
28725
|
-
},
|
|
28726
|
-
"immutable": true,
|
|
28727
|
-
"locationInModule": {
|
|
28728
|
-
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28729
|
-
"line": 454
|
|
28730
|
-
},
|
|
28731
|
-
"name": "rebuild",
|
|
28732
|
-
"optional": true,
|
|
28733
|
-
"type": {
|
|
28734
|
-
"primitive": "boolean"
|
|
28735
|
-
}
|
|
28736
|
-
},
|
|
28737
28766
|
{
|
|
28738
28767
|
"abstract": true,
|
|
28739
28768
|
"docs": {
|
|
@@ -28744,7 +28773,7 @@
|
|
|
28744
28773
|
"immutable": true,
|
|
28745
28774
|
"locationInModule": {
|
|
28746
28775
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28747
|
-
"line":
|
|
28776
|
+
"line": 388
|
|
28748
28777
|
},
|
|
28749
28778
|
"name": "runsOn",
|
|
28750
28779
|
"optional": true,
|
|
@@ -28767,7 +28796,7 @@
|
|
|
28767
28796
|
"immutable": true,
|
|
28768
28797
|
"locationInModule": {
|
|
28769
28798
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28770
|
-
"line":
|
|
28799
|
+
"line": 339
|
|
28771
28800
|
},
|
|
28772
28801
|
"name": "schedule",
|
|
28773
28802
|
"optional": true,
|
|
@@ -28787,7 +28816,7 @@
|
|
|
28787
28816
|
"immutable": true,
|
|
28788
28817
|
"locationInModule": {
|
|
28789
28818
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
28790
|
-
"line":
|
|
28819
|
+
"line": 355
|
|
28791
28820
|
},
|
|
28792
28821
|
"name": "secret",
|
|
28793
28822
|
"optional": true,
|
|
@@ -31357,7 +31386,7 @@
|
|
|
31357
31386
|
"kind": "interface",
|
|
31358
31387
|
"locationInModule": {
|
|
31359
31388
|
"filename": "src/release/release.ts",
|
|
31360
|
-
"line":
|
|
31389
|
+
"line": 522
|
|
31361
31390
|
},
|
|
31362
31391
|
"name": "BranchOptions",
|
|
31363
31392
|
"namespace": "release",
|
|
@@ -31371,7 +31400,7 @@
|
|
|
31371
31400
|
"immutable": true,
|
|
31372
31401
|
"locationInModule": {
|
|
31373
31402
|
"filename": "src/release/release.ts",
|
|
31374
|
-
"line":
|
|
31403
|
+
"line": 532
|
|
31375
31404
|
},
|
|
31376
31405
|
"name": "majorVersion",
|
|
31377
31406
|
"type": {
|
|
@@ -31388,7 +31417,7 @@
|
|
|
31388
31417
|
"immutable": true,
|
|
31389
31418
|
"locationInModule": {
|
|
31390
31419
|
"filename": "src/release/release.ts",
|
|
31391
|
-
"line":
|
|
31420
|
+
"line": 560
|
|
31392
31421
|
},
|
|
31393
31422
|
"name": "npmDistTag",
|
|
31394
31423
|
"optional": true,
|
|
@@ -31406,7 +31435,7 @@
|
|
|
31406
31435
|
"immutable": true,
|
|
31407
31436
|
"locationInModule": {
|
|
31408
31437
|
"filename": "src/release/release.ts",
|
|
31409
|
-
"line":
|
|
31438
|
+
"line": 539
|
|
31410
31439
|
},
|
|
31411
31440
|
"name": "prerelease",
|
|
31412
31441
|
"optional": true,
|
|
@@ -31425,7 +31454,7 @@
|
|
|
31425
31454
|
"immutable": true,
|
|
31426
31455
|
"locationInModule": {
|
|
31427
31456
|
"filename": "src/release/release.ts",
|
|
31428
|
-
"line":
|
|
31457
|
+
"line": 553
|
|
31429
31458
|
},
|
|
31430
31459
|
"name": "tagPrefix",
|
|
31431
31460
|
"optional": true,
|
|
@@ -31443,7 +31472,7 @@
|
|
|
31443
31472
|
"immutable": true,
|
|
31444
31473
|
"locationInModule": {
|
|
31445
31474
|
"filename": "src/release/release.ts",
|
|
31446
|
-
"line":
|
|
31475
|
+
"line": 527
|
|
31447
31476
|
},
|
|
31448
31477
|
"name": "workflowName",
|
|
31449
31478
|
"optional": true,
|
|
@@ -32928,7 +32957,7 @@
|
|
|
32928
32957
|
},
|
|
32929
32958
|
"locationInModule": {
|
|
32930
32959
|
"filename": "src/release/release.ts",
|
|
32931
|
-
"line":
|
|
32960
|
+
"line": 252
|
|
32932
32961
|
},
|
|
32933
32962
|
"parameters": [
|
|
32934
32963
|
{
|
|
@@ -32948,7 +32977,7 @@
|
|
|
32948
32977
|
"kind": "class",
|
|
32949
32978
|
"locationInModule": {
|
|
32950
32979
|
"filename": "src/release/release.ts",
|
|
32951
|
-
"line":
|
|
32980
|
+
"line": 228
|
|
32952
32981
|
},
|
|
32953
32982
|
"methods": [
|
|
32954
32983
|
{
|
|
@@ -32959,7 +32988,7 @@
|
|
|
32959
32988
|
},
|
|
32960
32989
|
"locationInModule": {
|
|
32961
32990
|
"filename": "src/release/release.ts",
|
|
32962
|
-
"line":
|
|
32991
|
+
"line": 334
|
|
32963
32992
|
},
|
|
32964
32993
|
"name": "addBranch",
|
|
32965
32994
|
"parameters": [
|
|
@@ -32990,7 +33019,7 @@
|
|
|
32990
33019
|
},
|
|
32991
33020
|
"locationInModule": {
|
|
32992
33021
|
"filename": "src/release/release.ts",
|
|
32993
|
-
"line":
|
|
33022
|
+
"line": 385
|
|
32994
33023
|
},
|
|
32995
33024
|
"name": "addJobs",
|
|
32996
33025
|
"parameters": [
|
|
@@ -33017,7 +33046,7 @@
|
|
|
33017
33046
|
},
|
|
33018
33047
|
"locationInModule": {
|
|
33019
33048
|
"filename": "src/release/release.ts",
|
|
33020
|
-
"line":
|
|
33049
|
+
"line": 370
|
|
33021
33050
|
},
|
|
33022
33051
|
"name": "preSynthesize",
|
|
33023
33052
|
"overrides": "projen.Component"
|
|
@@ -33034,7 +33063,7 @@
|
|
|
33034
33063
|
"immutable": true,
|
|
33035
33064
|
"locationInModule": {
|
|
33036
33065
|
"filename": "src/release/release.ts",
|
|
33037
|
-
"line":
|
|
33066
|
+
"line": 250
|
|
33038
33067
|
},
|
|
33039
33068
|
"name": "artifactsDirectory",
|
|
33040
33069
|
"type": {
|
|
@@ -33049,7 +33078,7 @@
|
|
|
33049
33078
|
"immutable": true,
|
|
33050
33079
|
"locationInModule": {
|
|
33051
33080
|
"filename": "src/release/release.ts",
|
|
33052
|
-
"line":
|
|
33081
|
+
"line": 394
|
|
33053
33082
|
},
|
|
33054
33083
|
"name": "branches",
|
|
33055
33084
|
"type": {
|
|
@@ -33069,7 +33098,7 @@
|
|
|
33069
33098
|
"immutable": true,
|
|
33070
33099
|
"locationInModule": {
|
|
33071
33100
|
"filename": "src/release/release.ts",
|
|
33072
|
-
"line":
|
|
33101
|
+
"line": 232
|
|
33073
33102
|
},
|
|
33074
33103
|
"name": "publisher",
|
|
33075
33104
|
"type": {
|
|
@@ -33093,7 +33122,7 @@
|
|
|
33093
33122
|
"kind": "interface",
|
|
33094
33123
|
"locationInModule": {
|
|
33095
33124
|
"filename": "src/release/release.ts",
|
|
33096
|
-
"line":
|
|
33125
|
+
"line": 181
|
|
33097
33126
|
},
|
|
33098
33127
|
"name": "ReleaseOptions",
|
|
33099
33128
|
"namespace": "release",
|
|
@@ -33108,7 +33137,7 @@
|
|
|
33108
33137
|
"immutable": true,
|
|
33109
33138
|
"locationInModule": {
|
|
33110
33139
|
"filename": "src/release/release.ts",
|
|
33111
|
-
"line":
|
|
33140
|
+
"line": 219
|
|
33112
33141
|
},
|
|
33113
33142
|
"name": "artifactsDirectory",
|
|
33114
33143
|
"type": {
|
|
@@ -33125,7 +33154,7 @@
|
|
|
33125
33154
|
"immutable": true,
|
|
33126
33155
|
"locationInModule": {
|
|
33127
33156
|
"filename": "src/release/release.ts",
|
|
33128
|
-
"line":
|
|
33157
|
+
"line": 204
|
|
33129
33158
|
},
|
|
33130
33159
|
"name": "branch",
|
|
33131
33160
|
"type": {
|
|
@@ -33142,7 +33171,7 @@
|
|
|
33142
33171
|
"immutable": true,
|
|
33143
33172
|
"locationInModule": {
|
|
33144
33173
|
"filename": "src/release/release.ts",
|
|
33145
|
-
"line":
|
|
33174
|
+
"line": 187
|
|
33146
33175
|
},
|
|
33147
33176
|
"name": "task",
|
|
33148
33177
|
"type": {
|
|
@@ -33159,7 +33188,7 @@
|
|
|
33159
33188
|
"immutable": true,
|
|
33160
33189
|
"locationInModule": {
|
|
33161
33190
|
"filename": "src/release/release.ts",
|
|
33162
|
-
"line":
|
|
33191
|
+
"line": 194
|
|
33163
33192
|
},
|
|
33164
33193
|
"name": "versionFile",
|
|
33165
33194
|
"type": {
|
|
@@ -33176,7 +33205,7 @@
|
|
|
33176
33205
|
"immutable": true,
|
|
33177
33206
|
"locationInModule": {
|
|
33178
33207
|
"filename": "src/release/release.ts",
|
|
33179
|
-
"line":
|
|
33208
|
+
"line": 211
|
|
33180
33209
|
},
|
|
33181
33210
|
"name": "githubRelease",
|
|
33182
33211
|
"optional": true,
|
|
@@ -33203,24 +33232,6 @@
|
|
|
33203
33232
|
"name": "ReleaseProjectOptions",
|
|
33204
33233
|
"namespace": "release",
|
|
33205
33234
|
"properties": [
|
|
33206
|
-
{
|
|
33207
|
-
"abstract": true,
|
|
33208
|
-
"docs": {
|
|
33209
|
-
"default": "true",
|
|
33210
|
-
"stability": "experimental",
|
|
33211
|
-
"summary": "Checks that after build there are no modified files on git."
|
|
33212
|
-
},
|
|
33213
|
-
"immutable": true,
|
|
33214
|
-
"locationInModule": {
|
|
33215
|
-
"filename": "src/release/release.ts",
|
|
33216
|
-
"line": 73
|
|
33217
|
-
},
|
|
33218
|
-
"name": "antitamper",
|
|
33219
|
-
"optional": true,
|
|
33220
|
-
"type": {
|
|
33221
|
-
"primitive": "boolean"
|
|
33222
|
-
}
|
|
33223
|
-
},
|
|
33224
33235
|
{
|
|
33225
33236
|
"abstract": true,
|
|
33226
33237
|
"docs": {
|
|
@@ -33250,7 +33261,7 @@
|
|
|
33250
33261
|
"immutable": true,
|
|
33251
33262
|
"locationInModule": {
|
|
33252
33263
|
"filename": "src/release/release.ts",
|
|
33253
|
-
"line":
|
|
33264
|
+
"line": 77
|
|
33254
33265
|
},
|
|
33255
33266
|
"name": "majorVersion",
|
|
33256
33267
|
"optional": true,
|
|
@@ -33269,7 +33280,7 @@
|
|
|
33269
33280
|
"immutable": true,
|
|
33270
33281
|
"locationInModule": {
|
|
33271
33282
|
"filename": "src/release/release.ts",
|
|
33272
|
-
"line":
|
|
33283
|
+
"line": 95
|
|
33273
33284
|
},
|
|
33274
33285
|
"name": "npmDistTag",
|
|
33275
33286
|
"optional": true,
|
|
@@ -33310,7 +33321,7 @@
|
|
|
33310
33321
|
"immutable": true,
|
|
33311
33322
|
"locationInModule": {
|
|
33312
33323
|
"filename": "src/release/release.ts",
|
|
33313
|
-
"line":
|
|
33324
|
+
"line": 85
|
|
33314
33325
|
},
|
|
33315
33326
|
"name": "prerelease",
|
|
33316
33327
|
"optional": true,
|
|
@@ -33328,7 +33339,7 @@
|
|
|
33328
33339
|
"immutable": true,
|
|
33329
33340
|
"locationInModule": {
|
|
33330
33341
|
"filename": "src/release/release.ts",
|
|
33331
|
-
"line":
|
|
33342
|
+
"line": 175
|
|
33332
33343
|
},
|
|
33333
33344
|
"name": "publishDryRun",
|
|
33334
33345
|
"optional": true,
|
|
@@ -33347,7 +33358,7 @@
|
|
|
33347
33358
|
"immutable": true,
|
|
33348
33359
|
"locationInModule": {
|
|
33349
33360
|
"filename": "src/release/release.ts",
|
|
33350
|
-
"line":
|
|
33361
|
+
"line": 168
|
|
33351
33362
|
},
|
|
33352
33363
|
"name": "publishTasks",
|
|
33353
33364
|
"optional": true,
|
|
@@ -33366,7 +33377,7 @@
|
|
|
33366
33377
|
"immutable": true,
|
|
33367
33378
|
"locationInModule": {
|
|
33368
33379
|
"filename": "src/release/release.ts",
|
|
33369
|
-
"line":
|
|
33380
|
+
"line": 115
|
|
33370
33381
|
},
|
|
33371
33382
|
"name": "releaseBranches",
|
|
33372
33383
|
"optional": true,
|
|
@@ -33408,7 +33419,7 @@
|
|
|
33408
33419
|
"immutable": true,
|
|
33409
33420
|
"locationInModule": {
|
|
33410
33421
|
"filename": "src/release/release.ts",
|
|
33411
|
-
"line":
|
|
33422
|
+
"line": 122
|
|
33412
33423
|
},
|
|
33413
33424
|
"name": "releaseFailureIssue",
|
|
33414
33425
|
"optional": true,
|
|
@@ -33427,7 +33438,7 @@
|
|
|
33427
33438
|
"immutable": true,
|
|
33428
33439
|
"locationInModule": {
|
|
33429
33440
|
"filename": "src/release/release.ts",
|
|
33430
|
-
"line":
|
|
33441
|
+
"line": 130
|
|
33431
33442
|
},
|
|
33432
33443
|
"name": "releaseFailureIssueLabel",
|
|
33433
33444
|
"optional": true,
|
|
@@ -33465,7 +33476,7 @@
|
|
|
33465
33476
|
"immutable": true,
|
|
33466
33477
|
"locationInModule": {
|
|
33467
33478
|
"filename": "src/release/release.ts",
|
|
33468
|
-
"line":
|
|
33479
|
+
"line": 144
|
|
33469
33480
|
},
|
|
33470
33481
|
"name": "releaseTagPrefix",
|
|
33471
33482
|
"optional": true,
|
|
@@ -33501,7 +33512,7 @@
|
|
|
33501
33512
|
"immutable": true,
|
|
33502
33513
|
"locationInModule": {
|
|
33503
33514
|
"filename": "src/release/release.ts",
|
|
33504
|
-
"line":
|
|
33515
|
+
"line": 102
|
|
33505
33516
|
},
|
|
33506
33517
|
"name": "releaseWorkflowName",
|
|
33507
33518
|
"optional": true,
|
|
@@ -33542,7 +33553,7 @@
|
|
|
33542
33553
|
"immutable": true,
|
|
33543
33554
|
"locationInModule": {
|
|
33544
33555
|
"filename": "src/release/release.ts",
|
|
33545
|
-
"line":
|
|
33556
|
+
"line": 152
|
|
33546
33557
|
},
|
|
33547
33558
|
"name": "versionrcOptions",
|
|
33548
33559
|
"optional": true,
|
|
@@ -33583,7 +33594,7 @@
|
|
|
33583
33594
|
"immutable": true,
|
|
33584
33595
|
"locationInModule": {
|
|
33585
33596
|
"filename": "src/release/release.ts",
|
|
33586
|
-
"line":
|
|
33597
|
+
"line": 158
|
|
33587
33598
|
},
|
|
33588
33599
|
"name": "workflowRunsOn",
|
|
33589
33600
|
"optional": true,
|
|
@@ -36360,6 +36371,6 @@
|
|
|
36360
36371
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
36361
36372
|
}
|
|
36362
36373
|
},
|
|
36363
|
-
"version": "0.
|
|
36364
|
-
"fingerprint": "
|
|
36374
|
+
"version": "0.47.3",
|
|
36375
|
+
"fingerprint": "WW43dWKPvKmhv9gIhVteaoAg+ovXUlb1Vf7HmydALTk="
|
|
36365
36376
|
}
|