projen 0.53.16 → 0.54.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 +442 -319
- package/changelog.md +1 -1
- package/docs/api/API.md +185 -181
- package/docs/github.md +40 -2
- package/docs/node.md +51 -0
- package/docs/tasks.md +3 -0
- package/lib/awscdk/auto-discover.js +4 -4
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.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-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- 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/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +4 -3
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- 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.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.d.ts +51 -0
- package/lib/github/github-credentials.js +75 -0
- package/lib/github/github-project.d.ts +13 -1
- package/lib/github/github-project.js +9 -6
- package/lib/github/github.d.ts +10 -3
- package/lib/github/github.js +22 -6
- package/lib/github/index.d.ts +1 -0
- package/lib/github/index.js +2 -1
- 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 +1 -1
- package/lib/github/workflows.d.ts +3 -2
- package/lib/github/workflows.js +3 -3
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.d.ts +1 -43
- package/lib/javascript/node-project.js +11 -46
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.d.ts +7 -20
- package/lib/javascript/upgrade-dependencies.js +21 -26
- 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-sample.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.js +1 -1
- package/lib/run-task.js +1813 -1
- 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
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"projen.github.workflows": {
|
|
103
103
|
"locationInModule": {
|
|
104
104
|
"filename": "src/github/index.ts",
|
|
105
|
-
"line":
|
|
105
|
+
"line": 18
|
|
106
106
|
},
|
|
107
107
|
"symbolId": "src/github/workflows-model:"
|
|
108
108
|
},
|
|
@@ -12381,7 +12381,7 @@
|
|
|
12381
12381
|
"kind": "interface",
|
|
12382
12382
|
"locationInModule": {
|
|
12383
12383
|
"filename": "src/build/build-workflow.ts",
|
|
12384
|
-
"line":
|
|
12384
|
+
"line": 394
|
|
12385
12385
|
},
|
|
12386
12386
|
"name": "AddPostBuildJobCommandsOptions",
|
|
12387
12387
|
"namespace": "build",
|
|
@@ -12396,7 +12396,7 @@
|
|
|
12396
12396
|
"immutable": true,
|
|
12397
12397
|
"locationInModule": {
|
|
12398
12398
|
"filename": "src/build/build-workflow.ts",
|
|
12399
|
-
"line":
|
|
12399
|
+
"line": 406
|
|
12400
12400
|
},
|
|
12401
12401
|
"name": "checkoutRepo",
|
|
12402
12402
|
"optional": true,
|
|
@@ -12415,7 +12415,7 @@
|
|
|
12415
12415
|
"immutable": true,
|
|
12416
12416
|
"locationInModule": {
|
|
12417
12417
|
"filename": "src/build/build-workflow.ts",
|
|
12418
|
-
"line":
|
|
12418
|
+
"line": 416
|
|
12419
12419
|
},
|
|
12420
12420
|
"name": "installDeps",
|
|
12421
12421
|
"optional": true,
|
|
@@ -12433,7 +12433,7 @@
|
|
|
12433
12433
|
"immutable": true,
|
|
12434
12434
|
"locationInModule": {
|
|
12435
12435
|
"filename": "src/build/build-workflow.ts",
|
|
12436
|
-
"line":
|
|
12436
|
+
"line": 422
|
|
12437
12437
|
},
|
|
12438
12438
|
"name": "runsOn",
|
|
12439
12439
|
"optional": true,
|
|
@@ -12455,7 +12455,7 @@
|
|
|
12455
12455
|
"immutable": true,
|
|
12456
12456
|
"locationInModule": {
|
|
12457
12457
|
"filename": "src/build/build-workflow.ts",
|
|
12458
|
-
"line":
|
|
12458
|
+
"line": 398
|
|
12459
12459
|
},
|
|
12460
12460
|
"name": "tools",
|
|
12461
12461
|
"optional": true,
|
|
@@ -12477,7 +12477,7 @@
|
|
|
12477
12477
|
"kind": "interface",
|
|
12478
12478
|
"locationInModule": {
|
|
12479
12479
|
"filename": "src/build/build-workflow.ts",
|
|
12480
|
-
"line":
|
|
12480
|
+
"line": 378
|
|
12481
12481
|
},
|
|
12482
12482
|
"name": "AddPostBuildJobTaskOptions",
|
|
12483
12483
|
"namespace": "build",
|
|
@@ -12492,7 +12492,7 @@
|
|
|
12492
12492
|
"immutable": true,
|
|
12493
12493
|
"locationInModule": {
|
|
12494
12494
|
"filename": "src/build/build-workflow.ts",
|
|
12495
|
-
"line":
|
|
12495
|
+
"line": 388
|
|
12496
12496
|
},
|
|
12497
12497
|
"name": "runsOn",
|
|
12498
12498
|
"optional": true,
|
|
@@ -12514,7 +12514,7 @@
|
|
|
12514
12514
|
"immutable": true,
|
|
12515
12515
|
"locationInModule": {
|
|
12516
12516
|
"filename": "src/build/build-workflow.ts",
|
|
12517
|
-
"line":
|
|
12517
|
+
"line": 382
|
|
12518
12518
|
},
|
|
12519
12519
|
"name": "tools",
|
|
12520
12520
|
"optional": true,
|
|
@@ -15886,7 +15886,7 @@
|
|
|
15886
15886
|
},
|
|
15887
15887
|
"locationInModule": {
|
|
15888
15888
|
"filename": "src/github/github.ts",
|
|
15889
|
-
"line":
|
|
15889
|
+
"line": 91
|
|
15890
15890
|
},
|
|
15891
15891
|
"parameters": [
|
|
15892
15892
|
{
|
|
@@ -15907,7 +15907,7 @@
|
|
|
15907
15907
|
"kind": "class",
|
|
15908
15908
|
"locationInModule": {
|
|
15909
15909
|
"filename": "src/github/github.ts",
|
|
15910
|
-
"line":
|
|
15910
|
+
"line": 65
|
|
15911
15911
|
},
|
|
15912
15912
|
"methods": [
|
|
15913
15913
|
{
|
|
@@ -15917,7 +15917,7 @@
|
|
|
15917
15917
|
},
|
|
15918
15918
|
"locationInModule": {
|
|
15919
15919
|
"filename": "src/github/github.ts",
|
|
15920
|
-
"line":
|
|
15920
|
+
"line": 70
|
|
15921
15921
|
},
|
|
15922
15922
|
"name": "of",
|
|
15923
15923
|
"parameters": [
|
|
@@ -15942,7 +15942,7 @@
|
|
|
15942
15942
|
},
|
|
15943
15943
|
"locationInModule": {
|
|
15944
15944
|
"filename": "src/github/github.ts",
|
|
15945
|
-
"line":
|
|
15945
|
+
"line": 148
|
|
15946
15946
|
},
|
|
15947
15947
|
"name": "addDependabot",
|
|
15948
15948
|
"parameters": [
|
|
@@ -15966,7 +15966,7 @@
|
|
|
15966
15966
|
},
|
|
15967
15967
|
"locationInModule": {
|
|
15968
15968
|
"filename": "src/github/github.ts",
|
|
15969
|
-
"line":
|
|
15969
|
+
"line": 144
|
|
15970
15970
|
},
|
|
15971
15971
|
"name": "addPullRequestTemplate",
|
|
15972
15972
|
"parameters": [
|
|
@@ -15993,7 +15993,7 @@
|
|
|
15993
15993
|
},
|
|
15994
15994
|
"locationInModule": {
|
|
15995
15995
|
"filename": "src/github/github.ts",
|
|
15996
|
-
"line":
|
|
15996
|
+
"line": 139
|
|
15997
15997
|
},
|
|
15998
15998
|
"name": "addWorkflow",
|
|
15999
15999
|
"parameters": [
|
|
@@ -16021,7 +16021,7 @@
|
|
|
16021
16021
|
},
|
|
16022
16022
|
"locationInModule": {
|
|
16023
16023
|
"filename": "src/github/github.ts",
|
|
16024
|
-
"line":
|
|
16024
|
+
"line": 156
|
|
16025
16025
|
},
|
|
16026
16026
|
"name": "tryFindWorkflow",
|
|
16027
16027
|
"parameters": [
|
|
@@ -16049,16 +16049,16 @@
|
|
|
16049
16049
|
{
|
|
16050
16050
|
"docs": {
|
|
16051
16051
|
"stability": "experimental",
|
|
16052
|
-
"summary": "
|
|
16052
|
+
"summary": "GitHub API authentication method used by projen workflows."
|
|
16053
16053
|
},
|
|
16054
16054
|
"immutable": true,
|
|
16055
16055
|
"locationInModule": {
|
|
16056
16056
|
"filename": "src/github/github.ts",
|
|
16057
|
-
"line":
|
|
16057
|
+
"line": 89
|
|
16058
16058
|
},
|
|
16059
|
-
"name": "
|
|
16059
|
+
"name": "projenCredentials",
|
|
16060
16060
|
"type": {
|
|
16061
|
-
"
|
|
16061
|
+
"fqn": "projen.github.GithubCredentials"
|
|
16062
16062
|
}
|
|
16063
16063
|
},
|
|
16064
16064
|
{
|
|
@@ -16069,7 +16069,7 @@
|
|
|
16069
16069
|
"immutable": true,
|
|
16070
16070
|
"locationInModule": {
|
|
16071
16071
|
"filename": "src/github/github.ts",
|
|
16072
|
-
"line":
|
|
16072
|
+
"line": 126
|
|
16073
16073
|
},
|
|
16074
16074
|
"name": "workflows",
|
|
16075
16075
|
"type": {
|
|
@@ -16089,7 +16089,7 @@
|
|
|
16089
16089
|
"immutable": true,
|
|
16090
16090
|
"locationInModule": {
|
|
16091
16091
|
"filename": "src/github/github.ts",
|
|
16092
|
-
"line":
|
|
16092
|
+
"line": 84
|
|
16093
16093
|
},
|
|
16094
16094
|
"name": "workflowsEnabled",
|
|
16095
16095
|
"type": {
|
|
@@ -16105,7 +16105,7 @@
|
|
|
16105
16105
|
"immutable": true,
|
|
16106
16106
|
"locationInModule": {
|
|
16107
16107
|
"filename": "src/github/github.ts",
|
|
16108
|
-
"line":
|
|
16108
|
+
"line": 79
|
|
16109
16109
|
},
|
|
16110
16110
|
"name": "mergify",
|
|
16111
16111
|
"optional": true,
|
|
@@ -16126,7 +16126,7 @@
|
|
|
16126
16126
|
"kind": "interface",
|
|
16127
16127
|
"locationInModule": {
|
|
16128
16128
|
"filename": "src/github/github.ts",
|
|
16129
|
-
"line":
|
|
16129
|
+
"line": 10
|
|
16130
16130
|
},
|
|
16131
16131
|
"name": "GitHubOptions",
|
|
16132
16132
|
"namespace": "github",
|
|
@@ -16141,7 +16141,7 @@
|
|
|
16141
16141
|
"immutable": true,
|
|
16142
16142
|
"locationInModule": {
|
|
16143
16143
|
"filename": "src/github/github.ts",
|
|
16144
|
-
"line":
|
|
16144
|
+
"line": 16
|
|
16145
16145
|
},
|
|
16146
16146
|
"name": "mergify",
|
|
16147
16147
|
"optional": true,
|
|
@@ -16159,7 +16159,7 @@
|
|
|
16159
16159
|
"immutable": true,
|
|
16160
16160
|
"locationInModule": {
|
|
16161
16161
|
"filename": "src/github/github.ts",
|
|
16162
|
-
"line":
|
|
16162
|
+
"line": 23
|
|
16163
16163
|
},
|
|
16164
16164
|
"name": "mergifyOptions",
|
|
16165
16165
|
"optional": true,
|
|
@@ -16167,18 +16167,37 @@
|
|
|
16167
16167
|
"fqn": "projen.github.MergifyOptions"
|
|
16168
16168
|
}
|
|
16169
16169
|
},
|
|
16170
|
+
{
|
|
16171
|
+
"abstract": true,
|
|
16172
|
+
"docs": {
|
|
16173
|
+
"default": "- use a personal access token named PROJEN_GITHUB_TOKEN",
|
|
16174
|
+
"stability": "experimental",
|
|
16175
|
+
"summary": "Choose a method of providing GitHub API access for projen workflows."
|
|
16176
|
+
},
|
|
16177
|
+
"immutable": true,
|
|
16178
|
+
"locationInModule": {
|
|
16179
|
+
"filename": "src/github/github.ts",
|
|
16180
|
+
"line": 52
|
|
16181
|
+
},
|
|
16182
|
+
"name": "projenCredentials",
|
|
16183
|
+
"optional": true,
|
|
16184
|
+
"type": {
|
|
16185
|
+
"fqn": "projen.github.GithubCredentials"
|
|
16186
|
+
}
|
|
16187
|
+
},
|
|
16170
16188
|
{
|
|
16171
16189
|
"abstract": true,
|
|
16172
16190
|
"docs": {
|
|
16173
16191
|
"default": "\"PROJEN_GITHUB_TOKEN\"",
|
|
16192
|
+
"deprecated": "- use `projenCredentials`",
|
|
16174
16193
|
"remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
|
|
16175
|
-
"stability": "
|
|
16194
|
+
"stability": "deprecated",
|
|
16176
16195
|
"summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
|
|
16177
16196
|
},
|
|
16178
16197
|
"immutable": true,
|
|
16179
16198
|
"locationInModule": {
|
|
16180
16199
|
"filename": "src/github/github.ts",
|
|
16181
|
-
"line":
|
|
16200
|
+
"line": 62
|
|
16182
16201
|
},
|
|
16183
16202
|
"name": "projenTokenSecret",
|
|
16184
16203
|
"optional": true,
|
|
@@ -16196,7 +16215,7 @@
|
|
|
16196
16215
|
"immutable": true,
|
|
16197
16216
|
"locationInModule": {
|
|
16198
16217
|
"filename": "src/github/github.ts",
|
|
16199
|
-
"line":
|
|
16218
|
+
"line": 38
|
|
16200
16219
|
},
|
|
16201
16220
|
"name": "pullRequestLint",
|
|
16202
16221
|
"optional": true,
|
|
@@ -16214,7 +16233,7 @@
|
|
|
16214
16233
|
"immutable": true,
|
|
16215
16234
|
"locationInModule": {
|
|
16216
16235
|
"filename": "src/github/github.ts",
|
|
16217
|
-
"line":
|
|
16236
|
+
"line": 45
|
|
16218
16237
|
},
|
|
16219
16238
|
"name": "pullRequestLintOptions",
|
|
16220
16239
|
"optional": true,
|
|
@@ -16233,7 +16252,7 @@
|
|
|
16233
16252
|
"immutable": true,
|
|
16234
16253
|
"locationInModule": {
|
|
16235
16254
|
"filename": "src/github/github.ts",
|
|
16236
|
-
"line":
|
|
16255
|
+
"line": 30
|
|
16237
16256
|
},
|
|
16238
16257
|
"name": "workflows",
|
|
16239
16258
|
"optional": true,
|
|
@@ -16259,7 +16278,7 @@
|
|
|
16259
16278
|
},
|
|
16260
16279
|
"locationInModule": {
|
|
16261
16280
|
"filename": "src/github/github-project.ts",
|
|
16262
|
-
"line":
|
|
16281
|
+
"line": 189
|
|
16263
16282
|
},
|
|
16264
16283
|
"parameters": [
|
|
16265
16284
|
{
|
|
@@ -16273,7 +16292,7 @@
|
|
|
16273
16292
|
"kind": "class",
|
|
16274
16293
|
"locationInModule": {
|
|
16275
16294
|
"filename": "src/github/github-project.ts",
|
|
16276
|
-
"line":
|
|
16295
|
+
"line": 148
|
|
16277
16296
|
},
|
|
16278
16297
|
"methods": [
|
|
16279
16298
|
{
|
|
@@ -16285,7 +16304,7 @@
|
|
|
16285
16304
|
},
|
|
16286
16305
|
"locationInModule": {
|
|
16287
16306
|
"filename": "src/github/github-project.ts",
|
|
16288
|
-
"line":
|
|
16307
|
+
"line": 241
|
|
16289
16308
|
},
|
|
16290
16309
|
"name": "annotateGenerated",
|
|
16291
16310
|
"overrides": "projen.Project",
|
|
@@ -16312,7 +16331,7 @@
|
|
|
16312
16331
|
"immutable": true,
|
|
16313
16332
|
"locationInModule": {
|
|
16314
16333
|
"filename": "src/github/github-project.ts",
|
|
16315
|
-
"line":
|
|
16334
|
+
"line": 182
|
|
16316
16335
|
},
|
|
16317
16336
|
"name": "projectType",
|
|
16318
16337
|
"type": {
|
|
@@ -16327,7 +16346,7 @@
|
|
|
16327
16346
|
"immutable": true,
|
|
16328
16347
|
"locationInModule": {
|
|
16329
16348
|
"filename": "src/github/github-project.ts",
|
|
16330
|
-
"line":
|
|
16349
|
+
"line": 187
|
|
16331
16350
|
},
|
|
16332
16351
|
"name": "autoApprove",
|
|
16333
16352
|
"optional": true,
|
|
@@ -16344,7 +16363,7 @@
|
|
|
16344
16363
|
"immutable": true,
|
|
16345
16364
|
"locationInModule": {
|
|
16346
16365
|
"filename": "src/github/github-project.ts",
|
|
16347
|
-
"line":
|
|
16366
|
+
"line": 175
|
|
16348
16367
|
},
|
|
16349
16368
|
"name": "devContainer",
|
|
16350
16369
|
"optional": true,
|
|
@@ -16361,7 +16380,7 @@
|
|
|
16361
16380
|
"immutable": true,
|
|
16362
16381
|
"locationInModule": {
|
|
16363
16382
|
"filename": "src/github/github-project.ts",
|
|
16364
|
-
"line":
|
|
16383
|
+
"line": 154
|
|
16365
16384
|
},
|
|
16366
16385
|
"name": "github",
|
|
16367
16386
|
"optional": true,
|
|
@@ -16378,7 +16397,7 @@
|
|
|
16378
16397
|
"immutable": true,
|
|
16379
16398
|
"locationInModule": {
|
|
16380
16399
|
"filename": "src/github/github-project.ts",
|
|
16381
|
-
"line":
|
|
16400
|
+
"line": 168
|
|
16382
16401
|
},
|
|
16383
16402
|
"name": "gitpod",
|
|
16384
16403
|
"optional": true,
|
|
@@ -16395,7 +16414,7 @@
|
|
|
16395
16414
|
"immutable": true,
|
|
16396
16415
|
"locationInModule": {
|
|
16397
16416
|
"filename": "src/github/github-project.ts",
|
|
16398
|
-
"line":
|
|
16417
|
+
"line": 161
|
|
16399
16418
|
},
|
|
16400
16419
|
"name": "vscode",
|
|
16401
16420
|
"optional": true,
|
|
@@ -16420,7 +16439,7 @@
|
|
|
16420
16439
|
"kind": "interface",
|
|
16421
16440
|
"locationInModule": {
|
|
16422
16441
|
"filename": "src/github/github-project.ts",
|
|
16423
|
-
"line":
|
|
16442
|
+
"line": 16
|
|
16424
16443
|
},
|
|
16425
16444
|
"name": "GitHubProjectOptions",
|
|
16426
16445
|
"namespace": "github",
|
|
@@ -16435,7 +16454,7 @@
|
|
|
16435
16454
|
"immutable": true,
|
|
16436
16455
|
"locationInModule": {
|
|
16437
16456
|
"filename": "src/github/github-project.ts",
|
|
16438
|
-
"line":
|
|
16457
|
+
"line": 97
|
|
16439
16458
|
},
|
|
16440
16459
|
"name": "autoApproveOptions",
|
|
16441
16460
|
"optional": true,
|
|
@@ -16454,7 +16473,7 @@
|
|
|
16454
16473
|
"immutable": true,
|
|
16455
16474
|
"locationInModule": {
|
|
16456
16475
|
"filename": "src/github/github-project.ts",
|
|
16457
|
-
"line":
|
|
16476
|
+
"line": 105
|
|
16458
16477
|
},
|
|
16459
16478
|
"name": "autoMergeOptions",
|
|
16460
16479
|
"optional": true,
|
|
@@ -16472,7 +16491,7 @@
|
|
|
16472
16491
|
"immutable": true,
|
|
16473
16492
|
"locationInModule": {
|
|
16474
16493
|
"filename": "src/github/github-project.ts",
|
|
16475
|
-
"line":
|
|
16494
|
+
"line": 76
|
|
16476
16495
|
},
|
|
16477
16496
|
"name": "clobber",
|
|
16478
16497
|
"optional": true,
|
|
@@ -16490,7 +16509,7 @@
|
|
|
16490
16509
|
"immutable": true,
|
|
16491
16510
|
"locationInModule": {
|
|
16492
16511
|
"filename": "src/github/github-project.ts",
|
|
16493
|
-
"line":
|
|
16512
|
+
"line": 70
|
|
16494
16513
|
},
|
|
16495
16514
|
"name": "devContainer",
|
|
16496
16515
|
"optional": true,
|
|
@@ -16509,7 +16528,7 @@
|
|
|
16509
16528
|
"immutable": true,
|
|
16510
16529
|
"locationInModule": {
|
|
16511
16530
|
"filename": "src/github/github-project.ts",
|
|
16512
|
-
"line":
|
|
16531
|
+
"line": 40
|
|
16513
16532
|
},
|
|
16514
16533
|
"name": "github",
|
|
16515
16534
|
"optional": true,
|
|
@@ -16527,7 +16546,7 @@
|
|
|
16527
16546
|
"immutable": true,
|
|
16528
16547
|
"locationInModule": {
|
|
16529
16548
|
"filename": "src/github/github-project.ts",
|
|
16530
|
-
"line":
|
|
16549
|
+
"line": 47
|
|
16531
16550
|
},
|
|
16532
16551
|
"name": "githubOptions",
|
|
16533
16552
|
"optional": true,
|
|
@@ -16545,7 +16564,7 @@
|
|
|
16545
16564
|
"immutable": true,
|
|
16546
16565
|
"locationInModule": {
|
|
16547
16566
|
"filename": "src/github/github-project.ts",
|
|
16548
|
-
"line":
|
|
16567
|
+
"line": 22
|
|
16549
16568
|
},
|
|
16550
16569
|
"name": "gitpod",
|
|
16551
16570
|
"optional": true,
|
|
@@ -16564,7 +16583,7 @@
|
|
|
16564
16583
|
"immutable": true,
|
|
16565
16584
|
"locationInModule": {
|
|
16566
16585
|
"filename": "src/github/github-project.ts",
|
|
16567
|
-
"line":
|
|
16586
|
+
"line": 55
|
|
16568
16587
|
},
|
|
16569
16588
|
"name": "mergify",
|
|
16570
16589
|
"optional": true,
|
|
@@ -16583,7 +16602,7 @@
|
|
|
16583
16602
|
"immutable": true,
|
|
16584
16603
|
"locationInModule": {
|
|
16585
16604
|
"filename": "src/github/github-project.ts",
|
|
16586
|
-
"line":
|
|
16605
|
+
"line": 63
|
|
16587
16606
|
},
|
|
16588
16607
|
"name": "mergifyOptions",
|
|
16589
16608
|
"optional": true,
|
|
@@ -16602,7 +16621,7 @@
|
|
|
16602
16621
|
"immutable": true,
|
|
16603
16622
|
"locationInModule": {
|
|
16604
16623
|
"filename": "src/github/github-project.ts",
|
|
16605
|
-
"line":
|
|
16624
|
+
"line": 91
|
|
16606
16625
|
},
|
|
16607
16626
|
"name": "projectType",
|
|
16608
16627
|
"optional": true,
|
|
@@ -16610,18 +16629,37 @@
|
|
|
16610
16629
|
"fqn": "projen.ProjectType"
|
|
16611
16630
|
}
|
|
16612
16631
|
},
|
|
16632
|
+
{
|
|
16633
|
+
"abstract": true,
|
|
16634
|
+
"docs": {
|
|
16635
|
+
"default": "- use a personal access token named PROJEN_GITHUB_TOKEN",
|
|
16636
|
+
"stability": "experimental",
|
|
16637
|
+
"summary": "Choose a method of providing GitHub API access for projen workflows."
|
|
16638
|
+
},
|
|
16639
|
+
"immutable": true,
|
|
16640
|
+
"locationInModule": {
|
|
16641
|
+
"filename": "src/github/github-project.ts",
|
|
16642
|
+
"line": 126
|
|
16643
|
+
},
|
|
16644
|
+
"name": "projenCredentials",
|
|
16645
|
+
"optional": true,
|
|
16646
|
+
"type": {
|
|
16647
|
+
"fqn": "projen.github.GithubCredentials"
|
|
16648
|
+
}
|
|
16649
|
+
},
|
|
16613
16650
|
{
|
|
16614
16651
|
"abstract": true,
|
|
16615
16652
|
"docs": {
|
|
16616
16653
|
"default": "\"PROJEN_GITHUB_TOKEN\"",
|
|
16654
|
+
"deprecated": "use `projenCredentials`",
|
|
16617
16655
|
"remarks": "This token needs to have the `repo`, `workflows`\nand `packages` scope.",
|
|
16618
|
-
"stability": "
|
|
16656
|
+
"stability": "deprecated",
|
|
16619
16657
|
"summary": "The name of a secret which includes a GitHub Personal Access Token to be used by projen workflows."
|
|
16620
16658
|
},
|
|
16621
16659
|
"immutable": true,
|
|
16622
16660
|
"locationInModule": {
|
|
16623
16661
|
"filename": "src/github/github-project.ts",
|
|
16624
|
-
"line":
|
|
16662
|
+
"line": 136
|
|
16625
16663
|
},
|
|
16626
16664
|
"name": "projenTokenSecret",
|
|
16627
16665
|
"optional": true,
|
|
@@ -16640,7 +16678,7 @@
|
|
|
16640
16678
|
"immutable": true,
|
|
16641
16679
|
"locationInModule": {
|
|
16642
16680
|
"filename": "src/github/github-project.ts",
|
|
16643
|
-
"line":
|
|
16681
|
+
"line": 84
|
|
16644
16682
|
},
|
|
16645
16683
|
"name": "readme",
|
|
16646
16684
|
"optional": true,
|
|
@@ -16659,7 +16697,7 @@
|
|
|
16659
16697
|
"immutable": true,
|
|
16660
16698
|
"locationInModule": {
|
|
16661
16699
|
"filename": "src/github/github-project.ts",
|
|
16662
|
-
"line":
|
|
16700
|
+
"line": 119
|
|
16663
16701
|
},
|
|
16664
16702
|
"name": "stale",
|
|
16665
16703
|
"optional": true,
|
|
@@ -16678,7 +16716,7 @@
|
|
|
16678
16716
|
"immutable": true,
|
|
16679
16717
|
"locationInModule": {
|
|
16680
16718
|
"filename": "src/github/github-project.ts",
|
|
16681
|
-
"line":
|
|
16719
|
+
"line": 112
|
|
16682
16720
|
},
|
|
16683
16721
|
"name": "staleOptions",
|
|
16684
16722
|
"optional": true,
|
|
@@ -16697,7 +16735,7 @@
|
|
|
16697
16735
|
"immutable": true,
|
|
16698
16736
|
"locationInModule": {
|
|
16699
16737
|
"filename": "src/github/github-project.ts",
|
|
16700
|
-
"line":
|
|
16738
|
+
"line": 31
|
|
16701
16739
|
},
|
|
16702
16740
|
"name": "vscode",
|
|
16703
16741
|
"optional": true,
|
|
@@ -16759,6 +16797,206 @@
|
|
|
16759
16797
|
],
|
|
16760
16798
|
"symbolId": "src/github/task-workflow:GitIdentity"
|
|
16761
16799
|
},
|
|
16800
|
+
"projen.github.GithubCredentials": {
|
|
16801
|
+
"assembly": "projen",
|
|
16802
|
+
"docs": {
|
|
16803
|
+
"stability": "experimental",
|
|
16804
|
+
"summary": "Represents a method of providing GitHub API access for projen workflows."
|
|
16805
|
+
},
|
|
16806
|
+
"fqn": "projen.github.GithubCredentials",
|
|
16807
|
+
"kind": "class",
|
|
16808
|
+
"locationInModule": {
|
|
16809
|
+
"filename": "src/github/github-credentials.ts",
|
|
16810
|
+
"line": 21
|
|
16811
|
+
},
|
|
16812
|
+
"methods": [
|
|
16813
|
+
{
|
|
16814
|
+
"docs": {
|
|
16815
|
+
"default": "- app id stored in \"PROJEN_GITHUB_TOKEN\" and private key stored in \"PROJEN_APP_PRIVATE_KEY\"",
|
|
16816
|
+
"remarks": "The GitHub App must be installed on the GitHub repo, its App ID and a\nprivate key must be added as secrets to the repo. The name of the secrets\ncan be specified here.",
|
|
16817
|
+
"see": "https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app",
|
|
16818
|
+
"stability": "experimental",
|
|
16819
|
+
"summary": "Provide API access through a GitHub App."
|
|
16820
|
+
},
|
|
16821
|
+
"locationInModule": {
|
|
16822
|
+
"filename": "src/github/github-credentials.ts",
|
|
16823
|
+
"line": 50
|
|
16824
|
+
},
|
|
16825
|
+
"name": "fromApp",
|
|
16826
|
+
"parameters": [
|
|
16827
|
+
{
|
|
16828
|
+
"name": "options",
|
|
16829
|
+
"optional": true,
|
|
16830
|
+
"type": {
|
|
16831
|
+
"fqn": "projen.github.GithubCredentialsAppOptions"
|
|
16832
|
+
}
|
|
16833
|
+
}
|
|
16834
|
+
],
|
|
16835
|
+
"returns": {
|
|
16836
|
+
"type": {
|
|
16837
|
+
"fqn": "projen.github.GithubCredentials"
|
|
16838
|
+
}
|
|
16839
|
+
},
|
|
16840
|
+
"static": true
|
|
16841
|
+
},
|
|
16842
|
+
{
|
|
16843
|
+
"docs": {
|
|
16844
|
+
"default": "- a secret named \"PROJEN_GITHUB_TOKEN\"",
|
|
16845
|
+
"remarks": "The token must be added as a secret to the GitHub repo, and the name of the\nsecret can be specified here.",
|
|
16846
|
+
"see": "https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token",
|
|
16847
|
+
"stability": "experimental",
|
|
16848
|
+
"summary": "Provide API access through a GitHub personal access token."
|
|
16849
|
+
},
|
|
16850
|
+
"locationInModule": {
|
|
16851
|
+
"filename": "src/github/github-credentials.ts",
|
|
16852
|
+
"line": 31
|
|
16853
|
+
},
|
|
16854
|
+
"name": "fromPersonalAccessToken",
|
|
16855
|
+
"parameters": [
|
|
16856
|
+
{
|
|
16857
|
+
"name": "options",
|
|
16858
|
+
"optional": true,
|
|
16859
|
+
"type": {
|
|
16860
|
+
"fqn": "projen.github.GithubCredentialsPersonalAccessTokenOptions"
|
|
16861
|
+
}
|
|
16862
|
+
}
|
|
16863
|
+
],
|
|
16864
|
+
"returns": {
|
|
16865
|
+
"type": {
|
|
16866
|
+
"fqn": "projen.github.GithubCredentials"
|
|
16867
|
+
}
|
|
16868
|
+
},
|
|
16869
|
+
"static": true
|
|
16870
|
+
}
|
|
16871
|
+
],
|
|
16872
|
+
"name": "GithubCredentials",
|
|
16873
|
+
"namespace": "github",
|
|
16874
|
+
"properties": [
|
|
16875
|
+
{
|
|
16876
|
+
"docs": {
|
|
16877
|
+
"stability": "experimental",
|
|
16878
|
+
"summary": "Setup steps to obtain GitHub credentials."
|
|
16879
|
+
},
|
|
16880
|
+
"immutable": true,
|
|
16881
|
+
"locationInModule": {
|
|
16882
|
+
"filename": "src/github/github-credentials.ts",
|
|
16883
|
+
"line": 76
|
|
16884
|
+
},
|
|
16885
|
+
"name": "setupSteps",
|
|
16886
|
+
"type": {
|
|
16887
|
+
"collection": {
|
|
16888
|
+
"elementtype": {
|
|
16889
|
+
"fqn": "projen.github.workflows.JobStep"
|
|
16890
|
+
},
|
|
16891
|
+
"kind": "array"
|
|
16892
|
+
}
|
|
16893
|
+
}
|
|
16894
|
+
},
|
|
16895
|
+
{
|
|
16896
|
+
"docs": {
|
|
16897
|
+
"remarks": "This\ntypically looks like \"${{ some.path.to.a.value }}\".",
|
|
16898
|
+
"stability": "experimental",
|
|
16899
|
+
"summary": "The value to use in a workflow when a GitHub token is expected."
|
|
16900
|
+
},
|
|
16901
|
+
"immutable": true,
|
|
16902
|
+
"locationInModule": {
|
|
16903
|
+
"filename": "src/github/github-credentials.ts",
|
|
16904
|
+
"line": 84
|
|
16905
|
+
},
|
|
16906
|
+
"name": "tokenRef",
|
|
16907
|
+
"type": {
|
|
16908
|
+
"primitive": "string"
|
|
16909
|
+
}
|
|
16910
|
+
}
|
|
16911
|
+
],
|
|
16912
|
+
"symbolId": "src/github/github-credentials:GithubCredentials"
|
|
16913
|
+
},
|
|
16914
|
+
"projen.github.GithubCredentialsAppOptions": {
|
|
16915
|
+
"assembly": "projen",
|
|
16916
|
+
"datatype": true,
|
|
16917
|
+
"docs": {
|
|
16918
|
+
"stability": "experimental",
|
|
16919
|
+
"summary": "Options for `GithubCredentials.fromApp`."
|
|
16920
|
+
},
|
|
16921
|
+
"fqn": "projen.github.GithubCredentialsAppOptions",
|
|
16922
|
+
"kind": "interface",
|
|
16923
|
+
"locationInModule": {
|
|
16924
|
+
"filename": "src/github/github-credentials.ts",
|
|
16925
|
+
"line": 13
|
|
16926
|
+
},
|
|
16927
|
+
"name": "GithubCredentialsAppOptions",
|
|
16928
|
+
"namespace": "github",
|
|
16929
|
+
"properties": [
|
|
16930
|
+
{
|
|
16931
|
+
"abstract": true,
|
|
16932
|
+
"docs": {
|
|
16933
|
+
"stability": "experimental"
|
|
16934
|
+
},
|
|
16935
|
+
"immutable": true,
|
|
16936
|
+
"locationInModule": {
|
|
16937
|
+
"filename": "src/github/github-credentials.ts",
|
|
16938
|
+
"line": 14
|
|
16939
|
+
},
|
|
16940
|
+
"name": "appIdSecret",
|
|
16941
|
+
"optional": true,
|
|
16942
|
+
"type": {
|
|
16943
|
+
"primitive": "string"
|
|
16944
|
+
}
|
|
16945
|
+
},
|
|
16946
|
+
{
|
|
16947
|
+
"abstract": true,
|
|
16948
|
+
"docs": {
|
|
16949
|
+
"stability": "experimental"
|
|
16950
|
+
},
|
|
16951
|
+
"immutable": true,
|
|
16952
|
+
"locationInModule": {
|
|
16953
|
+
"filename": "src/github/github-credentials.ts",
|
|
16954
|
+
"line": 15
|
|
16955
|
+
},
|
|
16956
|
+
"name": "privateKeySecret",
|
|
16957
|
+
"optional": true,
|
|
16958
|
+
"type": {
|
|
16959
|
+
"primitive": "string"
|
|
16960
|
+
}
|
|
16961
|
+
}
|
|
16962
|
+
],
|
|
16963
|
+
"symbolId": "src/github/github-credentials:GithubCredentialsAppOptions"
|
|
16964
|
+
},
|
|
16965
|
+
"projen.github.GithubCredentialsPersonalAccessTokenOptions": {
|
|
16966
|
+
"assembly": "projen",
|
|
16967
|
+
"datatype": true,
|
|
16968
|
+
"docs": {
|
|
16969
|
+
"stability": "experimental",
|
|
16970
|
+
"summary": "Options for `GithubCredentials.fromPersonalAccessToken`."
|
|
16971
|
+
},
|
|
16972
|
+
"fqn": "projen.github.GithubCredentialsPersonalAccessTokenOptions",
|
|
16973
|
+
"kind": "interface",
|
|
16974
|
+
"locationInModule": {
|
|
16975
|
+
"filename": "src/github/github-credentials.ts",
|
|
16976
|
+
"line": 6
|
|
16977
|
+
},
|
|
16978
|
+
"name": "GithubCredentialsPersonalAccessTokenOptions",
|
|
16979
|
+
"namespace": "github",
|
|
16980
|
+
"properties": [
|
|
16981
|
+
{
|
|
16982
|
+
"abstract": true,
|
|
16983
|
+
"docs": {
|
|
16984
|
+
"stability": "experimental"
|
|
16985
|
+
},
|
|
16986
|
+
"immutable": true,
|
|
16987
|
+
"locationInModule": {
|
|
16988
|
+
"filename": "src/github/github-credentials.ts",
|
|
16989
|
+
"line": 7
|
|
16990
|
+
},
|
|
16991
|
+
"name": "secret",
|
|
16992
|
+
"optional": true,
|
|
16993
|
+
"type": {
|
|
16994
|
+
"primitive": "string"
|
|
16995
|
+
}
|
|
16996
|
+
}
|
|
16997
|
+
],
|
|
16998
|
+
"symbolId": "src/github/github-credentials:GithubCredentialsPersonalAccessTokenOptions"
|
|
16999
|
+
},
|
|
16762
17000
|
"projen.github.GithubWorkflow": {
|
|
16763
17001
|
"assembly": "projen",
|
|
16764
17002
|
"base": "projen.Component",
|
|
@@ -16775,7 +17013,7 @@
|
|
|
16775
17013
|
},
|
|
16776
17014
|
"locationInModule": {
|
|
16777
17015
|
"filename": "src/github/workflows.ts",
|
|
16778
|
-
"line":
|
|
17016
|
+
"line": 64
|
|
16779
17017
|
},
|
|
16780
17018
|
"parameters": [
|
|
16781
17019
|
{
|
|
@@ -16802,7 +17040,7 @@
|
|
|
16802
17040
|
"kind": "class",
|
|
16803
17041
|
"locationInModule": {
|
|
16804
17042
|
"filename": "src/github/workflows.ts",
|
|
16805
|
-
"line":
|
|
17043
|
+
"line": 37
|
|
16806
17044
|
},
|
|
16807
17045
|
"methods": [
|
|
16808
17046
|
{
|
|
@@ -16812,7 +17050,7 @@
|
|
|
16812
17050
|
},
|
|
16813
17051
|
"locationInModule": {
|
|
16814
17052
|
"filename": "src/github/workflows.ts",
|
|
16815
|
-
"line":
|
|
17053
|
+
"line": 105
|
|
16816
17054
|
},
|
|
16817
17055
|
"name": "addJob",
|
|
16818
17056
|
"parameters": [
|
|
@@ -16843,7 +17081,7 @@
|
|
|
16843
17081
|
},
|
|
16844
17082
|
"locationInModule": {
|
|
16845
17083
|
"filename": "src/github/workflows.ts",
|
|
16846
|
-
"line":
|
|
17084
|
+
"line": 114
|
|
16847
17085
|
},
|
|
16848
17086
|
"name": "addJobs",
|
|
16849
17087
|
"parameters": [
|
|
@@ -16870,7 +17108,7 @@
|
|
|
16870
17108
|
},
|
|
16871
17109
|
"locationInModule": {
|
|
16872
17110
|
"filename": "src/github/workflows.ts",
|
|
16873
|
-
"line":
|
|
17111
|
+
"line": 93
|
|
16874
17112
|
},
|
|
16875
17113
|
"name": "on",
|
|
16876
17114
|
"parameters": [
|
|
@@ -16897,7 +17135,7 @@
|
|
|
16897
17135
|
"immutable": true,
|
|
16898
17136
|
"locationInModule": {
|
|
16899
17137
|
"filename": "src/github/workflows.ts",
|
|
16900
|
-
"line":
|
|
17138
|
+
"line": 41
|
|
16901
17139
|
},
|
|
16902
17140
|
"name": "name",
|
|
16903
17141
|
"type": {
|
|
@@ -16907,16 +17145,16 @@
|
|
|
16907
17145
|
{
|
|
16908
17146
|
"docs": {
|
|
16909
17147
|
"stability": "experimental",
|
|
16910
|
-
"summary": "
|
|
17148
|
+
"summary": "GitHub API authentication method used by projen workflows."
|
|
16911
17149
|
},
|
|
16912
17150
|
"immutable": true,
|
|
16913
17151
|
"locationInModule": {
|
|
16914
17152
|
"filename": "src/github/workflows.ts",
|
|
16915
|
-
"line":
|
|
17153
|
+
"line": 59
|
|
16916
17154
|
},
|
|
16917
|
-
"name": "
|
|
17155
|
+
"name": "projenCredentials",
|
|
16918
17156
|
"type": {
|
|
16919
|
-
"
|
|
17157
|
+
"fqn": "projen.github.GithubCredentials"
|
|
16920
17158
|
}
|
|
16921
17159
|
},
|
|
16922
17160
|
{
|
|
@@ -16928,7 +17166,7 @@
|
|
|
16928
17166
|
"immutable": true,
|
|
16929
17167
|
"locationInModule": {
|
|
16930
17168
|
"filename": "src/github/workflows.ts",
|
|
16931
|
-
"line":
|
|
17169
|
+
"line": 49
|
|
16932
17170
|
},
|
|
16933
17171
|
"name": "concurrency",
|
|
16934
17172
|
"optional": true,
|
|
@@ -16945,7 +17183,7 @@
|
|
|
16945
17183
|
"immutable": true,
|
|
16946
17184
|
"locationInModule": {
|
|
16947
17185
|
"filename": "src/github/workflows.ts",
|
|
16948
|
-
"line":
|
|
17186
|
+
"line": 54
|
|
16949
17187
|
},
|
|
16950
17188
|
"name": "file",
|
|
16951
17189
|
"optional": true,
|
|
@@ -16967,7 +17205,7 @@
|
|
|
16967
17205
|
"kind": "interface",
|
|
16968
17206
|
"locationInModule": {
|
|
16969
17207
|
"filename": "src/github/workflows.ts",
|
|
16970
|
-
"line":
|
|
17208
|
+
"line": 14
|
|
16971
17209
|
},
|
|
16972
17210
|
"name": "GithubWorkflowOptions",
|
|
16973
17211
|
"namespace": "github",
|
|
@@ -16984,7 +17222,7 @@
|
|
|
16984
17222
|
"immutable": true,
|
|
16985
17223
|
"locationInModule": {
|
|
16986
17224
|
"filename": "src/github/workflows.ts",
|
|
16987
|
-
"line":
|
|
17225
|
+
"line": 27
|
|
16988
17226
|
},
|
|
16989
17227
|
"name": "concurrency",
|
|
16990
17228
|
"optional": true,
|
|
@@ -17002,7 +17240,7 @@
|
|
|
17002
17240
|
"immutable": true,
|
|
17003
17241
|
"locationInModule": {
|
|
17004
17242
|
"filename": "src/github/workflows.ts",
|
|
17005
|
-
"line":
|
|
17243
|
+
"line": 20
|
|
17006
17244
|
},
|
|
17007
17245
|
"name": "force",
|
|
17008
17246
|
"optional": true,
|
|
@@ -17060,7 +17298,7 @@
|
|
|
17060
17298
|
"kind": "interface",
|
|
17061
17299
|
"locationInModule": {
|
|
17062
17300
|
"filename": "src/github/workflows.ts",
|
|
17063
|
-
"line":
|
|
17301
|
+
"line": 260
|
|
17064
17302
|
},
|
|
17065
17303
|
"methods": [
|
|
17066
17304
|
{
|
|
@@ -17071,7 +17309,7 @@
|
|
|
17071
17309
|
},
|
|
17072
17310
|
"locationInModule": {
|
|
17073
17311
|
"filename": "src/github/workflows.ts",
|
|
17074
|
-
"line":
|
|
17312
|
+
"line": 264
|
|
17075
17313
|
},
|
|
17076
17314
|
"name": "renderJobs",
|
|
17077
17315
|
"returns": {
|
|
@@ -28250,7 +28488,7 @@
|
|
|
28250
28488
|
"kind": "enum",
|
|
28251
28489
|
"locationInModule": {
|
|
28252
28490
|
"filename": "src/javascript/node-project.ts",
|
|
28253
|
-
"line":
|
|
28491
|
+
"line": 291
|
|
28254
28492
|
},
|
|
28255
28493
|
"members": [
|
|
28256
28494
|
{
|
|
@@ -32779,7 +33017,7 @@
|
|
|
32779
33017
|
},
|
|
32780
33018
|
"locationInModule": {
|
|
32781
33019
|
"filename": "src/javascript/node-project.ts",
|
|
32782
|
-
"line":
|
|
33020
|
+
"line": 421
|
|
32783
33021
|
},
|
|
32784
33022
|
"parameters": [
|
|
32785
33023
|
{
|
|
@@ -32793,7 +33031,7 @@
|
|
|
32793
33031
|
"kind": "class",
|
|
32794
33032
|
"locationInModule": {
|
|
32795
33033
|
"filename": "src/javascript/node-project.ts",
|
|
32796
|
-
"line":
|
|
33034
|
+
"line": 308
|
|
32797
33035
|
},
|
|
32798
33036
|
"methods": [
|
|
32799
33037
|
{
|
|
@@ -32802,7 +33040,7 @@
|
|
|
32802
33040
|
},
|
|
32803
33041
|
"locationInModule": {
|
|
32804
33042
|
"filename": "src/javascript/node-project.ts",
|
|
32805
|
-
"line":
|
|
33043
|
+
"line": 681
|
|
32806
33044
|
},
|
|
32807
33045
|
"name": "addBins",
|
|
32808
33046
|
"parameters": [
|
|
@@ -32827,7 +33065,7 @@
|
|
|
32827
33065
|
},
|
|
32828
33066
|
"locationInModule": {
|
|
32829
33067
|
"filename": "src/javascript/node-project.ts",
|
|
32830
|
-
"line":
|
|
33068
|
+
"line": 847
|
|
32831
33069
|
},
|
|
32832
33070
|
"name": "addBundledDeps",
|
|
32833
33071
|
"parameters": [
|
|
@@ -32853,7 +33091,7 @@
|
|
|
32853
33091
|
},
|
|
32854
33092
|
"locationInModule": {
|
|
32855
33093
|
"filename": "src/javascript/node-project.ts",
|
|
32856
|
-
"line":
|
|
33094
|
+
"line": 715
|
|
32857
33095
|
},
|
|
32858
33096
|
"name": "addCompileCommand",
|
|
32859
33097
|
"parameters": [
|
|
@@ -32874,7 +33112,7 @@
|
|
|
32874
33112
|
},
|
|
32875
33113
|
"locationInModule": {
|
|
32876
33114
|
"filename": "src/javascript/node-project.ts",
|
|
32877
|
-
"line":
|
|
33115
|
+
"line": 801
|
|
32878
33116
|
},
|
|
32879
33117
|
"name": "addDeps",
|
|
32880
33118
|
"parameters": [
|
|
@@ -32899,7 +33137,7 @@
|
|
|
32899
33137
|
},
|
|
32900
33138
|
"locationInModule": {
|
|
32901
33139
|
"filename": "src/javascript/node-project.ts",
|
|
32902
|
-
"line":
|
|
33140
|
+
"line": 814
|
|
32903
33141
|
},
|
|
32904
33142
|
"name": "addDevDeps",
|
|
32905
33143
|
"parameters": [
|
|
@@ -32924,7 +33162,7 @@
|
|
|
32924
33162
|
},
|
|
32925
33163
|
"locationInModule": {
|
|
32926
33164
|
"filename": "src/javascript/node-project.ts",
|
|
32927
|
-
"line":
|
|
33165
|
+
"line": 735
|
|
32928
33166
|
},
|
|
32929
33167
|
"name": "addFields",
|
|
32930
33168
|
"parameters": [
|
|
@@ -32951,7 +33189,7 @@
|
|
|
32951
33189
|
},
|
|
32952
33190
|
"locationInModule": {
|
|
32953
33191
|
"filename": "src/javascript/node-project.ts",
|
|
32954
|
-
"line":
|
|
33192
|
+
"line": 745
|
|
32955
33193
|
},
|
|
32956
33194
|
"name": "addKeywords",
|
|
32957
33195
|
"parameters": [
|
|
@@ -32976,7 +33214,7 @@
|
|
|
32976
33214
|
},
|
|
32977
33215
|
"locationInModule": {
|
|
32978
33216
|
"filename": "src/javascript/node-project.ts",
|
|
32979
|
-
"line":
|
|
33217
|
+
"line": 851
|
|
32980
33218
|
},
|
|
32981
33219
|
"name": "addPackageIgnore",
|
|
32982
33220
|
"overrides": "projen.Project",
|
|
@@ -32997,7 +33235,7 @@
|
|
|
32997
33235
|
},
|
|
32998
33236
|
"locationInModule": {
|
|
32999
33237
|
"filename": "src/javascript/node-project.ts",
|
|
33000
|
-
"line":
|
|
33238
|
+
"line": 831
|
|
33001
33239
|
},
|
|
33002
33240
|
"name": "addPeerDeps",
|
|
33003
33241
|
"parameters": [
|
|
@@ -33023,7 +33261,7 @@
|
|
|
33023
33261
|
},
|
|
33024
33262
|
"locationInModule": {
|
|
33025
33263
|
"filename": "src/javascript/node-project.ts",
|
|
33026
|
-
"line":
|
|
33264
|
+
"line": 725
|
|
33027
33265
|
},
|
|
33028
33266
|
"name": "addTestCommand",
|
|
33029
33267
|
"parameters": [
|
|
@@ -33044,7 +33282,7 @@
|
|
|
33044
33282
|
},
|
|
33045
33283
|
"locationInModule": {
|
|
33046
33284
|
"filename": "src/javascript/node-project.ts",
|
|
33047
|
-
"line":
|
|
33285
|
+
"line": 707
|
|
33048
33286
|
},
|
|
33049
33287
|
"name": "hasScript",
|
|
33050
33288
|
"parameters": [
|
|
@@ -33071,7 +33309,7 @@
|
|
|
33071
33309
|
},
|
|
33072
33310
|
"locationInModule": {
|
|
33073
33311
|
"filename": "src/javascript/node-project.ts",
|
|
33074
|
-
"line":
|
|
33312
|
+
"line": 699
|
|
33075
33313
|
},
|
|
33076
33314
|
"name": "removeScript",
|
|
33077
33315
|
"parameters": [
|
|
@@ -33094,7 +33332,7 @@
|
|
|
33094
33332
|
},
|
|
33095
33333
|
"locationInModule": {
|
|
33096
33334
|
"filename": "src/javascript/node-project.ts",
|
|
33097
|
-
"line":
|
|
33335
|
+
"line": 756
|
|
33098
33336
|
},
|
|
33099
33337
|
"name": "renderWorkflowSetup",
|
|
33100
33338
|
"parameters": [
|
|
@@ -33128,7 +33366,7 @@
|
|
|
33128
33366
|
},
|
|
33129
33367
|
"locationInModule": {
|
|
33130
33368
|
"filename": "src/javascript/node-project.ts",
|
|
33131
|
-
"line":
|
|
33369
|
+
"line": 924
|
|
33132
33370
|
},
|
|
33133
33371
|
"name": "runTaskCommand",
|
|
33134
33372
|
"overrides": "projen.Project",
|
|
@@ -33156,7 +33394,7 @@
|
|
|
33156
33394
|
},
|
|
33157
33395
|
"locationInModule": {
|
|
33158
33396
|
"filename": "src/javascript/node-project.ts",
|
|
33159
|
-
"line":
|
|
33397
|
+
"line": 691
|
|
33160
33398
|
},
|
|
33161
33399
|
"name": "setScript",
|
|
33162
33400
|
"parameters": [
|
|
@@ -33192,7 +33430,7 @@
|
|
|
33192
33430
|
"immutable": true,
|
|
33193
33431
|
"locationInModule": {
|
|
33194
33432
|
"filename": "src/javascript/node-project.ts",
|
|
33195
|
-
"line":
|
|
33433
|
+
"line": 322
|
|
33196
33434
|
},
|
|
33197
33435
|
"name": "allowLibraryDependencies",
|
|
33198
33436
|
"type": {
|
|
@@ -33208,7 +33446,7 @@
|
|
|
33208
33446
|
"immutable": true,
|
|
33209
33447
|
"locationInModule": {
|
|
33210
33448
|
"filename": "src/javascript/node-project.ts",
|
|
33211
|
-
"line":
|
|
33449
|
+
"line": 405
|
|
33212
33450
|
},
|
|
33213
33451
|
"name": "artifactsDirectory",
|
|
33214
33452
|
"type": {
|
|
@@ -33223,7 +33461,7 @@
|
|
|
33223
33461
|
"immutable": true,
|
|
33224
33462
|
"locationInModule": {
|
|
33225
33463
|
"filename": "src/javascript/node-project.ts",
|
|
33226
|
-
"line":
|
|
33464
|
+
"line": 410
|
|
33227
33465
|
},
|
|
33228
33466
|
"name": "artifactsJavascriptDirectory",
|
|
33229
33467
|
"type": {
|
|
@@ -33237,7 +33475,7 @@
|
|
|
33237
33475
|
"immutable": true,
|
|
33238
33476
|
"locationInModule": {
|
|
33239
33477
|
"filename": "src/javascript/node-project.ts",
|
|
33240
|
-
"line":
|
|
33478
|
+
"line": 398
|
|
33241
33479
|
},
|
|
33242
33480
|
"name": "bundler",
|
|
33243
33481
|
"type": {
|
|
@@ -33252,7 +33490,7 @@
|
|
|
33252
33490
|
"immutable": true,
|
|
33253
33491
|
"locationInModule": {
|
|
33254
33492
|
"filename": "src/javascript/node-project.ts",
|
|
33255
|
-
"line":
|
|
33493
|
+
"line": 329
|
|
33256
33494
|
},
|
|
33257
33495
|
"name": "entrypoint",
|
|
33258
33496
|
"type": {
|
|
@@ -33267,7 +33505,7 @@
|
|
|
33267
33505
|
"immutable": true,
|
|
33268
33506
|
"locationInModule": {
|
|
33269
33507
|
"filename": "src/javascript/node-project.ts",
|
|
33270
|
-
"line":
|
|
33508
|
+
"line": 394
|
|
33271
33509
|
},
|
|
33272
33510
|
"name": "manifest",
|
|
33273
33511
|
"type": {
|
|
@@ -33282,7 +33520,7 @@
|
|
|
33282
33520
|
"immutable": true,
|
|
33283
33521
|
"locationInModule": {
|
|
33284
33522
|
"filename": "src/javascript/node-project.ts",
|
|
33285
|
-
"line":
|
|
33523
|
+
"line": 312
|
|
33286
33524
|
},
|
|
33287
33525
|
"name": "package",
|
|
33288
33526
|
"type": {
|
|
@@ -33298,7 +33536,7 @@
|
|
|
33298
33536
|
"immutable": true,
|
|
33299
33537
|
"locationInModule": {
|
|
33300
33538
|
"filename": "src/javascript/node-project.ts",
|
|
33301
|
-
"line":
|
|
33539
|
+
"line": 377
|
|
33302
33540
|
},
|
|
33303
33541
|
"name": "packageManager",
|
|
33304
33542
|
"type": {
|
|
@@ -33313,7 +33551,7 @@
|
|
|
33313
33551
|
"immutable": true,
|
|
33314
33552
|
"locationInModule": {
|
|
33315
33553
|
"filename": "src/javascript/node-project.ts",
|
|
33316
|
-
"line":
|
|
33554
|
+
"line": 384
|
|
33317
33555
|
},
|
|
33318
33556
|
"name": "runScriptCommand",
|
|
33319
33557
|
"type": {
|
|
@@ -33328,7 +33566,7 @@
|
|
|
33328
33566
|
"immutable": true,
|
|
33329
33567
|
"locationInModule": {
|
|
33330
33568
|
"filename": "src/javascript/node-project.ts",
|
|
33331
|
-
"line":
|
|
33569
|
+
"line": 336
|
|
33332
33570
|
},
|
|
33333
33571
|
"name": "autoMerge",
|
|
33334
33572
|
"optional": true,
|
|
@@ -33345,7 +33583,7 @@
|
|
|
33345
33583
|
"immutable": true,
|
|
33346
33584
|
"locationInModule": {
|
|
33347
33585
|
"filename": "src/javascript/node-project.ts",
|
|
33348
|
-
"line":
|
|
33586
|
+
"line": 341
|
|
33349
33587
|
},
|
|
33350
33588
|
"name": "buildWorkflow",
|
|
33351
33589
|
"optional": true,
|
|
@@ -33361,7 +33599,7 @@
|
|
|
33361
33599
|
"immutable": true,
|
|
33362
33600
|
"locationInModule": {
|
|
33363
33601
|
"filename": "src/javascript/node-project.ts",
|
|
33364
|
-
"line":
|
|
33602
|
+
"line": 931
|
|
33365
33603
|
},
|
|
33366
33604
|
"name": "buildWorkflowJobId",
|
|
33367
33605
|
"optional": true,
|
|
@@ -33377,7 +33615,7 @@
|
|
|
33377
33615
|
"immutable": true,
|
|
33378
33616
|
"locationInModule": {
|
|
33379
33617
|
"filename": "src/javascript/node-project.ts",
|
|
33380
|
-
"line":
|
|
33618
|
+
"line": 389
|
|
33381
33619
|
},
|
|
33382
33620
|
"name": "jest",
|
|
33383
33621
|
"optional": true,
|
|
@@ -33393,7 +33631,7 @@
|
|
|
33393
33631
|
"immutable": true,
|
|
33394
33632
|
"locationInModule": {
|
|
33395
33633
|
"filename": "src/javascript/node-project.ts",
|
|
33396
|
-
"line":
|
|
33634
|
+
"line": 366
|
|
33397
33635
|
},
|
|
33398
33636
|
"name": "maxNodeVersion",
|
|
33399
33637
|
"optional": true,
|
|
@@ -33409,7 +33647,7 @@
|
|
|
33409
33647
|
"immutable": true,
|
|
33410
33648
|
"locationInModule": {
|
|
33411
33649
|
"filename": "src/javascript/node-project.ts",
|
|
33412
|
-
"line":
|
|
33650
|
+
"line": 359
|
|
33413
33651
|
},
|
|
33414
33652
|
"name": "minNodeVersion",
|
|
33415
33653
|
"optional": true,
|
|
@@ -33425,7 +33663,7 @@
|
|
|
33425
33663
|
"immutable": true,
|
|
33426
33664
|
"locationInModule": {
|
|
33427
33665
|
"filename": "src/javascript/node-project.ts",
|
|
33428
|
-
"line":
|
|
33666
|
+
"line": 317
|
|
33429
33667
|
},
|
|
33430
33668
|
"name": "npmignore",
|
|
33431
33669
|
"optional": true,
|
|
@@ -33440,7 +33678,7 @@
|
|
|
33440
33678
|
"immutable": true,
|
|
33441
33679
|
"locationInModule": {
|
|
33442
33680
|
"filename": "src/javascript/node-project.ts",
|
|
33443
|
-
"line":
|
|
33681
|
+
"line": 419
|
|
33444
33682
|
},
|
|
33445
33683
|
"name": "prettier",
|
|
33446
33684
|
"optional": true,
|
|
@@ -33458,7 +33696,7 @@
|
|
|
33458
33696
|
"immutable": true,
|
|
33459
33697
|
"locationInModule": {
|
|
33460
33698
|
"filename": "src/javascript/node-project.ts",
|
|
33461
|
-
"line":
|
|
33699
|
+
"line": 349
|
|
33462
33700
|
},
|
|
33463
33701
|
"name": "publisher",
|
|
33464
33702
|
"optional": true,
|
|
@@ -33474,7 +33712,7 @@
|
|
|
33474
33712
|
"immutable": true,
|
|
33475
33713
|
"locationInModule": {
|
|
33476
33714
|
"filename": "src/javascript/node-project.ts",
|
|
33477
|
-
"line":
|
|
33715
|
+
"line": 354
|
|
33478
33716
|
},
|
|
33479
33717
|
"name": "release",
|
|
33480
33718
|
"optional": true,
|
|
@@ -33490,7 +33728,7 @@
|
|
|
33490
33728
|
"immutable": true,
|
|
33491
33729
|
"locationInModule": {
|
|
33492
33730
|
"filename": "src/javascript/node-project.ts",
|
|
33493
|
-
"line":
|
|
33731
|
+
"line": 415
|
|
33494
33732
|
},
|
|
33495
33733
|
"name": "upgradeWorkflow",
|
|
33496
33734
|
"optional": true,
|
|
@@ -33516,7 +33754,7 @@
|
|
|
33516
33754
|
"kind": "interface",
|
|
33517
33755
|
"locationInModule": {
|
|
33518
33756
|
"filename": "src/javascript/node-project.ts",
|
|
33519
|
-
"line":
|
|
33757
|
+
"line": 36
|
|
33520
33758
|
},
|
|
33521
33759
|
"name": "NodeProjectOptions",
|
|
33522
33760
|
"namespace": "javascript",
|
|
@@ -33531,7 +33769,7 @@
|
|
|
33531
33769
|
"immutable": true,
|
|
33532
33770
|
"locationInModule": {
|
|
33533
33771
|
"filename": "src/javascript/node-project.ts",
|
|
33534
|
-
"line":
|
|
33772
|
+
"line": 120
|
|
33535
33773
|
},
|
|
33536
33774
|
"name": "defaultReleaseBranch",
|
|
33537
33775
|
"type": {
|
|
@@ -33548,7 +33786,7 @@
|
|
|
33548
33786
|
"immutable": true,
|
|
33549
33787
|
"locationInModule": {
|
|
33550
33788
|
"filename": "src/javascript/node-project.ts",
|
|
33551
|
-
"line":
|
|
33789
|
+
"line": 271
|
|
33552
33790
|
},
|
|
33553
33791
|
"name": "artifactsDirectory",
|
|
33554
33792
|
"optional": true,
|
|
@@ -33556,25 +33794,6 @@
|
|
|
33556
33794
|
"primitive": "string"
|
|
33557
33795
|
}
|
|
33558
33796
|
},
|
|
33559
|
-
{
|
|
33560
|
-
"abstract": true,
|
|
33561
|
-
"docs": {
|
|
33562
|
-
"default": "false",
|
|
33563
|
-
"remarks": "Throw if set to true but `autoApproveOptions` are not defined.",
|
|
33564
|
-
"stability": "experimental",
|
|
33565
|
-
"summary": "Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued)."
|
|
33566
|
-
},
|
|
33567
|
-
"immutable": true,
|
|
33568
|
-
"locationInModule": {
|
|
33569
|
-
"filename": "src/javascript/node-project.ts",
|
|
33570
|
-
"line": 217
|
|
33571
|
-
},
|
|
33572
|
-
"name": "autoApproveProjenUpgrades",
|
|
33573
|
-
"optional": true,
|
|
33574
|
-
"type": {
|
|
33575
|
-
"primitive": "boolean"
|
|
33576
|
-
}
|
|
33577
|
-
},
|
|
33578
33797
|
{
|
|
33579
33798
|
"abstract": true,
|
|
33580
33799
|
"docs": {
|
|
@@ -33586,7 +33805,7 @@
|
|
|
33586
33805
|
"immutable": true,
|
|
33587
33806
|
"locationInModule": {
|
|
33588
33807
|
"filename": "src/javascript/node-project.ts",
|
|
33589
|
-
"line":
|
|
33808
|
+
"line": 187
|
|
33590
33809
|
},
|
|
33591
33810
|
"name": "autoApproveUpgrades",
|
|
33592
33811
|
"optional": true,
|
|
@@ -33604,7 +33823,7 @@
|
|
|
33604
33823
|
"immutable": true,
|
|
33605
33824
|
"locationInModule": {
|
|
33606
33825
|
"filename": "src/javascript/node-project.ts",
|
|
33607
|
-
"line":
|
|
33826
|
+
"line": 72
|
|
33608
33827
|
},
|
|
33609
33828
|
"name": "buildWorkflow",
|
|
33610
33829
|
"optional": true,
|
|
@@ -33622,7 +33841,7 @@
|
|
|
33622
33841
|
"immutable": true,
|
|
33623
33842
|
"locationInModule": {
|
|
33624
33843
|
"filename": "src/javascript/node-project.ts",
|
|
33625
|
-
"line":
|
|
33844
|
+
"line": 285
|
|
33626
33845
|
},
|
|
33627
33846
|
"name": "buildWorkflowTriggers",
|
|
33628
33847
|
"optional": true,
|
|
@@ -33639,7 +33858,7 @@
|
|
|
33639
33858
|
"immutable": true,
|
|
33640
33859
|
"locationInModule": {
|
|
33641
33860
|
"filename": "src/javascript/node-project.ts",
|
|
33642
|
-
"line":
|
|
33861
|
+
"line": 264
|
|
33643
33862
|
},
|
|
33644
33863
|
"name": "bundlerOptions",
|
|
33645
33864
|
"optional": true,
|
|
@@ -33657,7 +33876,7 @@
|
|
|
33657
33876
|
"immutable": true,
|
|
33658
33877
|
"locationInModule": {
|
|
33659
33878
|
"filename": "src/javascript/node-project.ts",
|
|
33660
|
-
"line":
|
|
33879
|
+
"line": 91
|
|
33661
33880
|
},
|
|
33662
33881
|
"name": "codeCov",
|
|
33663
33882
|
"optional": true,
|
|
@@ -33675,7 +33894,7 @@
|
|
|
33675
33894
|
"immutable": true,
|
|
33676
33895
|
"locationInModule": {
|
|
33677
33896
|
"filename": "src/javascript/node-project.ts",
|
|
33678
|
-
"line":
|
|
33897
|
+
"line": 98
|
|
33679
33898
|
},
|
|
33680
33899
|
"name": "codeCovTokenSecret",
|
|
33681
33900
|
"optional": true,
|
|
@@ -33693,7 +33912,7 @@
|
|
|
33693
33912
|
"immutable": true,
|
|
33694
33913
|
"locationInModule": {
|
|
33695
33914
|
"filename": "src/javascript/node-project.ts",
|
|
33696
|
-
"line":
|
|
33915
|
+
"line": 45
|
|
33697
33916
|
},
|
|
33698
33917
|
"name": "copyrightOwner",
|
|
33699
33918
|
"optional": true,
|
|
@@ -33711,7 +33930,7 @@
|
|
|
33711
33930
|
"immutable": true,
|
|
33712
33931
|
"locationInModule": {
|
|
33713
33932
|
"filename": "src/javascript/node-project.ts",
|
|
33714
|
-
"line":
|
|
33933
|
+
"line": 52
|
|
33715
33934
|
},
|
|
33716
33935
|
"name": "copyrightPeriod",
|
|
33717
33936
|
"optional": true,
|
|
@@ -33730,7 +33949,7 @@
|
|
|
33730
33949
|
"immutable": true,
|
|
33731
33950
|
"locationInModule": {
|
|
33732
33951
|
"filename": "src/javascript/node-project.ts",
|
|
33733
|
-
"line":
|
|
33952
|
+
"line": 155
|
|
33734
33953
|
},
|
|
33735
33954
|
"name": "dependabot",
|
|
33736
33955
|
"optional": true,
|
|
@@ -33748,7 +33967,7 @@
|
|
|
33748
33967
|
"immutable": true,
|
|
33749
33968
|
"locationInModule": {
|
|
33750
33969
|
"filename": "src/javascript/node-project.ts",
|
|
33751
|
-
"line":
|
|
33970
|
+
"line": 162
|
|
33752
33971
|
},
|
|
33753
33972
|
"name": "dependabotOptions",
|
|
33754
33973
|
"optional": true,
|
|
@@ -33767,7 +33986,7 @@
|
|
|
33767
33986
|
"immutable": true,
|
|
33768
33987
|
"locationInModule": {
|
|
33769
33988
|
"filename": "src/javascript/node-project.ts",
|
|
33770
|
-
"line":
|
|
33989
|
+
"line": 170
|
|
33771
33990
|
},
|
|
33772
33991
|
"name": "depsUpgrade",
|
|
33773
33992
|
"optional": true,
|
|
@@ -33780,12 +33999,12 @@
|
|
|
33780
33999
|
"docs": {
|
|
33781
34000
|
"default": "- default options",
|
|
33782
34001
|
"stability": "experimental",
|
|
33783
|
-
"summary": "Options for
|
|
34002
|
+
"summary": "Options for `UpgradeDependencies`."
|
|
33784
34003
|
},
|
|
33785
34004
|
"immutable": true,
|
|
33786
34005
|
"locationInModule": {
|
|
33787
34006
|
"filename": "src/javascript/node-project.ts",
|
|
33788
|
-
"line":
|
|
34007
|
+
"line": 177
|
|
33789
34008
|
},
|
|
33790
34009
|
"name": "depsUpgradeOptions",
|
|
33791
34010
|
"optional": true,
|
|
@@ -33802,7 +34021,7 @@
|
|
|
33802
34021
|
"immutable": true,
|
|
33803
34022
|
"locationInModule": {
|
|
33804
34023
|
"filename": "src/javascript/node-project.ts",
|
|
33805
|
-
"line":
|
|
34024
|
+
"line": 233
|
|
33806
34025
|
},
|
|
33807
34026
|
"name": "gitignore",
|
|
33808
34027
|
"optional": true,
|
|
@@ -33825,7 +34044,7 @@
|
|
|
33825
34044
|
"immutable": true,
|
|
33826
34045
|
"locationInModule": {
|
|
33827
34046
|
"filename": "src/javascript/node-project.ts",
|
|
33828
|
-
"line":
|
|
34047
|
+
"line": 239
|
|
33829
34048
|
},
|
|
33830
34049
|
"name": "jest",
|
|
33831
34050
|
"optional": true,
|
|
@@ -33843,7 +34062,7 @@
|
|
|
33843
34062
|
"immutable": true,
|
|
33844
34063
|
"locationInModule": {
|
|
33845
34064
|
"filename": "src/javascript/node-project.ts",
|
|
33846
|
-
"line":
|
|
34065
|
+
"line": 245
|
|
33847
34066
|
},
|
|
33848
34067
|
"name": "jestOptions",
|
|
33849
34068
|
"optional": true,
|
|
@@ -33862,7 +34081,7 @@
|
|
|
33862
34081
|
"immutable": true,
|
|
33863
34082
|
"locationInModule": {
|
|
33864
34083
|
"filename": "src/javascript/node-project.ts",
|
|
33865
|
-
"line":
|
|
34084
|
+
"line": 83
|
|
33866
34085
|
},
|
|
33867
34086
|
"name": "mutableBuild",
|
|
33868
34087
|
"optional": true,
|
|
@@ -33880,7 +34099,7 @@
|
|
|
33880
34099
|
"immutable": true,
|
|
33881
34100
|
"locationInModule": {
|
|
33882
34101
|
"filename": "src/javascript/node-project.ts",
|
|
33883
|
-
"line":
|
|
34102
|
+
"line": 201
|
|
33884
34103
|
},
|
|
33885
34104
|
"name": "npmignore",
|
|
33886
34105
|
"optional": true,
|
|
@@ -33903,7 +34122,7 @@
|
|
|
33903
34122
|
"immutable": true,
|
|
33904
34123
|
"locationInModule": {
|
|
33905
34124
|
"filename": "src/javascript/node-project.ts",
|
|
33906
|
-
"line":
|
|
34125
|
+
"line": 195
|
|
33907
34126
|
},
|
|
33908
34127
|
"name": "npmignoreEnabled",
|
|
33909
34128
|
"optional": true,
|
|
@@ -33921,7 +34140,7 @@
|
|
|
33921
34140
|
"immutable": true,
|
|
33922
34141
|
"locationInModule": {
|
|
33923
34142
|
"filename": "src/javascript/node-project.ts",
|
|
33924
|
-
"line":
|
|
34143
|
+
"line": 279
|
|
33925
34144
|
},
|
|
33926
34145
|
"name": "package",
|
|
33927
34146
|
"optional": true,
|
|
@@ -33939,7 +34158,7 @@
|
|
|
33939
34158
|
"immutable": true,
|
|
33940
34159
|
"locationInModule": {
|
|
33941
34160
|
"filename": "src/javascript/node-project.ts",
|
|
33942
|
-
"line":
|
|
34161
|
+
"line": 222
|
|
33943
34162
|
},
|
|
33944
34163
|
"name": "prettier",
|
|
33945
34164
|
"optional": true,
|
|
@@ -33957,7 +34176,7 @@
|
|
|
33957
34176
|
"immutable": true,
|
|
33958
34177
|
"locationInModule": {
|
|
33959
34178
|
"filename": "src/javascript/node-project.ts",
|
|
33960
|
-
"line":
|
|
34179
|
+
"line": 228
|
|
33961
34180
|
},
|
|
33962
34181
|
"name": "prettierOptions",
|
|
33963
34182
|
"optional": true,
|
|
@@ -33975,7 +34194,7 @@
|
|
|
33975
34194
|
"immutable": true,
|
|
33976
34195
|
"locationInModule": {
|
|
33977
34196
|
"filename": "src/javascript/node-project.ts",
|
|
33978
|
-
"line":
|
|
34197
|
+
"line": 66
|
|
33979
34198
|
},
|
|
33980
34199
|
"name": "projenDevDependency",
|
|
33981
34200
|
"optional": true,
|
|
@@ -33993,7 +34212,7 @@
|
|
|
33993
34212
|
"immutable": true,
|
|
33994
34213
|
"locationInModule": {
|
|
33995
34214
|
"filename": "src/javascript/node-project.ts",
|
|
33996
|
-
"line":
|
|
34215
|
+
"line": 253
|
|
33997
34216
|
},
|
|
33998
34217
|
"name": "projenrcJs",
|
|
33999
34218
|
"optional": true,
|
|
@@ -34011,7 +34230,7 @@
|
|
|
34011
34230
|
"immutable": true,
|
|
34012
34231
|
"locationInModule": {
|
|
34013
34232
|
"filename": "src/javascript/node-project.ts",
|
|
34014
|
-
"line":
|
|
34233
|
+
"line": 259
|
|
34015
34234
|
},
|
|
34016
34235
|
"name": "projenrcJsOptions",
|
|
34017
34236
|
"optional": true,
|
|
@@ -34019,69 +34238,6 @@
|
|
|
34019
34238
|
"fqn": "projen.javascript.ProjenrcOptions"
|
|
34020
34239
|
}
|
|
34021
34240
|
},
|
|
34022
|
-
{
|
|
34023
|
-
"abstract": true,
|
|
34024
|
-
"docs": {
|
|
34025
|
-
"default": "false",
|
|
34026
|
-
"deprecated": "use `autoApproveProjenUpgrades`.",
|
|
34027
|
-
"remarks": "Throw if set to true but `autoApproveOptions` are not defined.",
|
|
34028
|
-
"stability": "deprecated",
|
|
34029
|
-
"summary": "Automatically approve projen upgrade PRs, allowing them to be merged by mergify (if configued)."
|
|
34030
|
-
},
|
|
34031
|
-
"immutable": true,
|
|
34032
|
-
"locationInModule": {
|
|
34033
|
-
"filename": "src/javascript/node-project.ts",
|
|
34034
|
-
"line": 207
|
|
34035
|
-
},
|
|
34036
|
-
"name": "projenUpgradeAutoMerge",
|
|
34037
|
-
"optional": true,
|
|
34038
|
-
"type": {
|
|
34039
|
-
"primitive": "boolean"
|
|
34040
|
-
}
|
|
34041
|
-
},
|
|
34042
|
-
{
|
|
34043
|
-
"abstract": true,
|
|
34044
|
-
"docs": {
|
|
34045
|
-
"default": "[ \"0 6 * * *\" ]",
|
|
34046
|
-
"stability": "experimental",
|
|
34047
|
-
"summary": "Customize the projenUpgrade schedule in cron expression."
|
|
34048
|
-
},
|
|
34049
|
-
"immutable": true,
|
|
34050
|
-
"locationInModule": {
|
|
34051
|
-
"filename": "src/javascript/node-project.ts",
|
|
34052
|
-
"line": 234
|
|
34053
|
-
},
|
|
34054
|
-
"name": "projenUpgradeSchedule",
|
|
34055
|
-
"optional": true,
|
|
34056
|
-
"type": {
|
|
34057
|
-
"collection": {
|
|
34058
|
-
"elementtype": {
|
|
34059
|
-
"primitive": "string"
|
|
34060
|
-
},
|
|
34061
|
-
"kind": "array"
|
|
34062
|
-
}
|
|
34063
|
-
}
|
|
34064
|
-
},
|
|
34065
|
-
{
|
|
34066
|
-
"abstract": true,
|
|
34067
|
-
"docs": {
|
|
34068
|
-
"default": "- no automatic projen upgrade pull requests",
|
|
34069
|
-
"deprecated": "use `githubTokenSecret` instead.",
|
|
34070
|
-
"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",
|
|
34071
|
-
"stability": "deprecated",
|
|
34072
|
-
"summary": "Periodically submits a pull request for projen upgrades (executes `yarn projen:upgrade`)."
|
|
34073
|
-
},
|
|
34074
|
-
"immutable": true,
|
|
34075
|
-
"locationInModule": {
|
|
34076
|
-
"filename": "src/javascript/node-project.ts",
|
|
34077
|
-
"line": 196
|
|
34078
|
-
},
|
|
34079
|
-
"name": "projenUpgradeSecret",
|
|
34080
|
-
"optional": true,
|
|
34081
|
-
"type": {
|
|
34082
|
-
"primitive": "string"
|
|
34083
|
-
}
|
|
34084
|
-
},
|
|
34085
34241
|
{
|
|
34086
34242
|
"abstract": true,
|
|
34087
34243
|
"docs": {
|
|
@@ -34092,7 +34248,7 @@
|
|
|
34092
34248
|
"immutable": true,
|
|
34093
34249
|
"locationInModule": {
|
|
34094
34250
|
"filename": "src/javascript/node-project.ts",
|
|
34095
|
-
"line":
|
|
34251
|
+
"line": 59
|
|
34096
34252
|
},
|
|
34097
34253
|
"name": "projenVersion",
|
|
34098
34254
|
"optional": true,
|
|
@@ -34110,7 +34266,7 @@
|
|
|
34110
34266
|
"immutable": true,
|
|
34111
34267
|
"locationInModule": {
|
|
34112
34268
|
"filename": "src/javascript/node-project.ts",
|
|
34113
|
-
"line":
|
|
34269
|
+
"line": 208
|
|
34114
34270
|
},
|
|
34115
34271
|
"name": "pullRequestTemplate",
|
|
34116
34272
|
"optional": true,
|
|
@@ -34128,7 +34284,7 @@
|
|
|
34128
34284
|
"immutable": true,
|
|
34129
34285
|
"locationInModule": {
|
|
34130
34286
|
"filename": "src/javascript/node-project.ts",
|
|
34131
|
-
"line":
|
|
34287
|
+
"line": 215
|
|
34132
34288
|
},
|
|
34133
34289
|
"name": "pullRequestTemplateContents",
|
|
34134
34290
|
"optional": true,
|
|
@@ -34151,7 +34307,7 @@
|
|
|
34151
34307
|
"immutable": true,
|
|
34152
34308
|
"locationInModule": {
|
|
34153
34309
|
"filename": "src/javascript/node-project.ts",
|
|
34154
|
-
"line":
|
|
34310
|
+
"line": 113
|
|
34155
34311
|
},
|
|
34156
34312
|
"name": "release",
|
|
34157
34313
|
"optional": true,
|
|
@@ -34169,7 +34325,7 @@
|
|
|
34169
34325
|
"immutable": true,
|
|
34170
34326
|
"locationInModule": {
|
|
34171
34327
|
"filename": "src/javascript/node-project.ts",
|
|
34172
|
-
"line":
|
|
34328
|
+
"line": 140
|
|
34173
34329
|
},
|
|
34174
34330
|
"name": "releaseToNpm",
|
|
34175
34331
|
"optional": true,
|
|
@@ -34188,7 +34344,7 @@
|
|
|
34188
34344
|
"immutable": true,
|
|
34189
34345
|
"locationInModule": {
|
|
34190
34346
|
"filename": "src/javascript/node-project.ts",
|
|
34191
|
-
"line":
|
|
34347
|
+
"line": 106
|
|
34192
34348
|
},
|
|
34193
34349
|
"name": "releaseWorkflow",
|
|
34194
34350
|
"optional": true,
|
|
@@ -34206,7 +34362,7 @@
|
|
|
34206
34362
|
"immutable": true,
|
|
34207
34363
|
"locationInModule": {
|
|
34208
34364
|
"filename": "src/javascript/node-project.ts",
|
|
34209
|
-
"line":
|
|
34365
|
+
"line": 127
|
|
34210
34366
|
},
|
|
34211
34367
|
"name": "workflowBootstrapSteps",
|
|
34212
34368
|
"optional": true,
|
|
@@ -34229,7 +34385,7 @@
|
|
|
34229
34385
|
"immutable": true,
|
|
34230
34386
|
"locationInModule": {
|
|
34231
34387
|
"filename": "src/javascript/node-project.ts",
|
|
34232
|
-
"line":
|
|
34388
|
+
"line": 134
|
|
34233
34389
|
},
|
|
34234
34390
|
"name": "workflowGitIdentity",
|
|
34235
34391
|
"optional": true,
|
|
@@ -34247,7 +34403,7 @@
|
|
|
34247
34403
|
"immutable": true,
|
|
34248
34404
|
"locationInModule": {
|
|
34249
34405
|
"filename": "src/javascript/node-project.ts",
|
|
34250
|
-
"line":
|
|
34406
|
+
"line": 147
|
|
34251
34407
|
},
|
|
34252
34408
|
"name": "workflowNodeVersion",
|
|
34253
34409
|
"optional": true,
|
|
@@ -35469,7 +35625,7 @@
|
|
|
35469
35625
|
"kind": "interface",
|
|
35470
35626
|
"locationInModule": {
|
|
35471
35627
|
"filename": "src/javascript/node-project.ts",
|
|
35472
|
-
"line":
|
|
35628
|
+
"line": 939
|
|
35473
35629
|
},
|
|
35474
35630
|
"name": "RenderWorkflowSetupOptions",
|
|
35475
35631
|
"namespace": "javascript",
|
|
@@ -35484,7 +35640,7 @@
|
|
|
35484
35640
|
"immutable": true,
|
|
35485
35641
|
"locationInModule": {
|
|
35486
35642
|
"filename": "src/javascript/node-project.ts",
|
|
35487
|
-
"line":
|
|
35643
|
+
"line": 944
|
|
35488
35644
|
},
|
|
35489
35645
|
"name": "mutable",
|
|
35490
35646
|
"optional": true,
|
|
@@ -36597,7 +36753,7 @@
|
|
|
36597
36753
|
},
|
|
36598
36754
|
"locationInModule": {
|
|
36599
36755
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36600
|
-
"line":
|
|
36756
|
+
"line": 117
|
|
36601
36757
|
},
|
|
36602
36758
|
"parameters": [
|
|
36603
36759
|
{
|
|
@@ -36618,7 +36774,7 @@
|
|
|
36618
36774
|
"kind": "class",
|
|
36619
36775
|
"locationInModule": {
|
|
36620
36776
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36621
|
-
"line":
|
|
36777
|
+
"line": 89
|
|
36622
36778
|
},
|
|
36623
36779
|
"methods": [
|
|
36624
36780
|
{
|
|
@@ -36628,7 +36784,7 @@
|
|
|
36628
36784
|
},
|
|
36629
36785
|
"locationInModule": {
|
|
36630
36786
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36631
|
-
"line":
|
|
36787
|
+
"line": 173
|
|
36632
36788
|
},
|
|
36633
36789
|
"name": "addPostBuildSteps",
|
|
36634
36790
|
"parameters": [
|
|
@@ -36649,21 +36805,6 @@
|
|
|
36649
36805
|
"name": "UpgradeDependencies",
|
|
36650
36806
|
"namespace": "javascript",
|
|
36651
36807
|
"properties": [
|
|
36652
|
-
{
|
|
36653
|
-
"docs": {
|
|
36654
|
-
"stability": "experimental",
|
|
36655
|
-
"summary": "Whether or not projen is also upgraded in this workflow,."
|
|
36656
|
-
},
|
|
36657
|
-
"immutable": true,
|
|
36658
|
-
"locationInModule": {
|
|
36659
|
-
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36660
|
-
"line": 104
|
|
36661
|
-
},
|
|
36662
|
-
"name": "ignoresProjen",
|
|
36663
|
-
"type": {
|
|
36664
|
-
"primitive": "boolean"
|
|
36665
|
-
}
|
|
36666
|
-
},
|
|
36667
36808
|
{
|
|
36668
36809
|
"docs": {
|
|
36669
36810
|
"stability": "experimental",
|
|
@@ -36672,7 +36813,7 @@
|
|
|
36672
36813
|
"immutable": true,
|
|
36673
36814
|
"locationInModule": {
|
|
36674
36815
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36675
|
-
"line":
|
|
36816
|
+
"line": 112
|
|
36676
36817
|
},
|
|
36677
36818
|
"name": "postUpgradeTask",
|
|
36678
36819
|
"type": {
|
|
@@ -36687,7 +36828,7 @@
|
|
|
36687
36828
|
"immutable": true,
|
|
36688
36829
|
"locationInModule": {
|
|
36689
36830
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36690
|
-
"line":
|
|
36831
|
+
"line": 107
|
|
36691
36832
|
},
|
|
36692
36833
|
"name": "upgradeTask",
|
|
36693
36834
|
"type": {
|
|
@@ -36703,7 +36844,7 @@
|
|
|
36703
36844
|
"immutable": true,
|
|
36704
36845
|
"locationInModule": {
|
|
36705
36846
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36706
|
-
"line":
|
|
36847
|
+
"line": 93
|
|
36707
36848
|
},
|
|
36708
36849
|
"name": "workflows",
|
|
36709
36850
|
"type": {
|
|
@@ -36722,7 +36863,7 @@
|
|
|
36722
36863
|
},
|
|
36723
36864
|
"locationInModule": {
|
|
36724
36865
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36725
|
-
"line":
|
|
36866
|
+
"line": 102
|
|
36726
36867
|
},
|
|
36727
36868
|
"name": "containerOptions",
|
|
36728
36869
|
"optional": true,
|
|
@@ -36744,7 +36885,7 @@
|
|
|
36744
36885
|
"kind": "interface",
|
|
36745
36886
|
"locationInModule": {
|
|
36746
36887
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36747
|
-
"line":
|
|
36888
|
+
"line": 30
|
|
36748
36889
|
},
|
|
36749
36890
|
"name": "UpgradeDependenciesOptions",
|
|
36750
36891
|
"namespace": "javascript",
|
|
@@ -36759,7 +36900,7 @@
|
|
|
36759
36900
|
"immutable": true,
|
|
36760
36901
|
"locationInModule": {
|
|
36761
36902
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36762
|
-
"line":
|
|
36903
|
+
"line": 36
|
|
36763
36904
|
},
|
|
36764
36905
|
"name": "exclude",
|
|
36765
36906
|
"optional": true,
|
|
@@ -36772,24 +36913,6 @@
|
|
|
36772
36913
|
}
|
|
36773
36914
|
}
|
|
36774
36915
|
},
|
|
36775
|
-
{
|
|
36776
|
-
"abstract": true,
|
|
36777
|
-
"docs": {
|
|
36778
|
-
"default": "true",
|
|
36779
|
-
"stability": "experimental",
|
|
36780
|
-
"summary": "Whether or not to ignore projen upgrades."
|
|
36781
|
-
},
|
|
36782
|
-
"immutable": true,
|
|
36783
|
-
"locationInModule": {
|
|
36784
|
-
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36785
|
-
"line": 78
|
|
36786
|
-
},
|
|
36787
|
-
"name": "ignoreProjen",
|
|
36788
|
-
"optional": true,
|
|
36789
|
-
"type": {
|
|
36790
|
-
"primitive": "boolean"
|
|
36791
|
-
}
|
|
36792
|
-
},
|
|
36793
36916
|
{
|
|
36794
36917
|
"abstract": true,
|
|
36795
36918
|
"docs": {
|
|
@@ -36800,7 +36923,7 @@
|
|
|
36800
36923
|
"immutable": true,
|
|
36801
36924
|
"locationInModule": {
|
|
36802
36925
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36803
|
-
"line":
|
|
36926
|
+
"line": 43
|
|
36804
36927
|
},
|
|
36805
36928
|
"name": "include",
|
|
36806
36929
|
"optional": true,
|
|
@@ -36823,7 +36946,7 @@
|
|
|
36823
36946
|
"immutable": true,
|
|
36824
36947
|
"locationInModule": {
|
|
36825
36948
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36826
|
-
"line":
|
|
36949
|
+
"line": 76
|
|
36827
36950
|
},
|
|
36828
36951
|
"name": "pullRequestTitle",
|
|
36829
36952
|
"optional": true,
|
|
@@ -36841,7 +36964,7 @@
|
|
|
36841
36964
|
"immutable": true,
|
|
36842
36965
|
"locationInModule": {
|
|
36843
36966
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36844
|
-
"line":
|
|
36967
|
+
"line": 83
|
|
36845
36968
|
},
|
|
36846
36969
|
"name": "signoff",
|
|
36847
36970
|
"optional": true,
|
|
@@ -36860,7 +36983,7 @@
|
|
|
36860
36983
|
"immutable": true,
|
|
36861
36984
|
"locationInModule": {
|
|
36862
36985
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36863
|
-
"line":
|
|
36986
|
+
"line": 69
|
|
36864
36987
|
},
|
|
36865
36988
|
"name": "taskName",
|
|
36866
36989
|
"optional": true,
|
|
@@ -36879,7 +37002,7 @@
|
|
|
36879
37002
|
"immutable": true,
|
|
36880
37003
|
"locationInModule": {
|
|
36881
37004
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36882
|
-
"line":
|
|
37005
|
+
"line": 54
|
|
36883
37006
|
},
|
|
36884
37007
|
"name": "workflow",
|
|
36885
37008
|
"optional": true,
|
|
@@ -36898,7 +37021,7 @@
|
|
|
36898
37021
|
"immutable": true,
|
|
36899
37022
|
"locationInModule": {
|
|
36900
37023
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36901
|
-
"line":
|
|
37024
|
+
"line": 61
|
|
36902
37025
|
},
|
|
36903
37026
|
"name": "workflowOptions",
|
|
36904
37027
|
"optional": true,
|
|
@@ -36919,7 +37042,7 @@
|
|
|
36919
37042
|
"kind": "class",
|
|
36920
37043
|
"locationInModule": {
|
|
36921
37044
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36922
|
-
"line":
|
|
37045
|
+
"line": 485
|
|
36923
37046
|
},
|
|
36924
37047
|
"methods": [
|
|
36925
37048
|
{
|
|
@@ -36929,7 +37052,7 @@
|
|
|
36929
37052
|
},
|
|
36930
37053
|
"locationInModule": {
|
|
36931
37054
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36932
|
-
"line":
|
|
37055
|
+
"line": 520
|
|
36933
37056
|
},
|
|
36934
37057
|
"name": "expressions",
|
|
36935
37058
|
"parameters": [
|
|
@@ -36965,7 +37088,7 @@
|
|
|
36965
37088
|
"immutable": true,
|
|
36966
37089
|
"locationInModule": {
|
|
36967
37090
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36968
|
-
"line":
|
|
37091
|
+
"line": 494
|
|
36969
37092
|
},
|
|
36970
37093
|
"name": "DAILY",
|
|
36971
37094
|
"static": true,
|
|
@@ -36982,7 +37105,7 @@
|
|
|
36982
37105
|
"immutable": true,
|
|
36983
37106
|
"locationInModule": {
|
|
36984
37107
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36985
|
-
"line":
|
|
37108
|
+
"line": 513
|
|
36986
37109
|
},
|
|
36987
37110
|
"name": "MONTHLY",
|
|
36988
37111
|
"static": true,
|
|
@@ -36999,7 +37122,7 @@
|
|
|
36999
37122
|
"immutable": true,
|
|
37000
37123
|
"locationInModule": {
|
|
37001
37124
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37002
|
-
"line":
|
|
37125
|
+
"line": 489
|
|
37003
37126
|
},
|
|
37004
37127
|
"name": "NEVER",
|
|
37005
37128
|
"static": true,
|
|
@@ -37016,7 +37139,7 @@
|
|
|
37016
37139
|
"immutable": true,
|
|
37017
37140
|
"locationInModule": {
|
|
37018
37141
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37019
|
-
"line":
|
|
37142
|
+
"line": 499
|
|
37020
37143
|
},
|
|
37021
37144
|
"name": "WEEKDAY",
|
|
37022
37145
|
"static": true,
|
|
@@ -37033,7 +37156,7 @@
|
|
|
37033
37156
|
"immutable": true,
|
|
37034
37157
|
"locationInModule": {
|
|
37035
37158
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37036
|
-
"line":
|
|
37159
|
+
"line": 506
|
|
37037
37160
|
},
|
|
37038
37161
|
"name": "WEEKLY",
|
|
37039
37162
|
"static": true,
|
|
@@ -37048,7 +37171,7 @@
|
|
|
37048
37171
|
"immutable": true,
|
|
37049
37172
|
"locationInModule": {
|
|
37050
37173
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37051
|
-
"line":
|
|
37174
|
+
"line": 524
|
|
37052
37175
|
},
|
|
37053
37176
|
"name": "cron",
|
|
37054
37177
|
"type": {
|
|
@@ -37074,7 +37197,7 @@
|
|
|
37074
37197
|
"kind": "interface",
|
|
37075
37198
|
"locationInModule": {
|
|
37076
37199
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37077
|
-
"line":
|
|
37200
|
+
"line": 420
|
|
37078
37201
|
},
|
|
37079
37202
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
37080
37203
|
"namespace": "javascript",
|
|
@@ -37089,7 +37212,7 @@
|
|
|
37089
37212
|
"immutable": true,
|
|
37090
37213
|
"locationInModule": {
|
|
37091
37214
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37092
|
-
"line":
|
|
37215
|
+
"line": 453
|
|
37093
37216
|
},
|
|
37094
37217
|
"name": "assignees",
|
|
37095
37218
|
"optional": true,
|
|
@@ -37112,7 +37235,7 @@
|
|
|
37112
37235
|
"immutable": true,
|
|
37113
37236
|
"locationInModule": {
|
|
37114
37237
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37115
|
-
"line":
|
|
37238
|
+
"line": 467
|
|
37116
37239
|
},
|
|
37117
37240
|
"name": "branches",
|
|
37118
37241
|
"optional": true,
|
|
@@ -37135,7 +37258,7 @@
|
|
|
37135
37258
|
"immutable": true,
|
|
37136
37259
|
"locationInModule": {
|
|
37137
37260
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37138
|
-
"line":
|
|
37261
|
+
"line": 460
|
|
37139
37262
|
},
|
|
37140
37263
|
"name": "container",
|
|
37141
37264
|
"optional": true,
|
|
@@ -37156,7 +37279,7 @@
|
|
|
37156
37279
|
"immutable": true,
|
|
37157
37280
|
"locationInModule": {
|
|
37158
37281
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37159
|
-
"line":
|
|
37282
|
+
"line": 473
|
|
37160
37283
|
},
|
|
37161
37284
|
"name": "gitIdentity",
|
|
37162
37285
|
"optional": true,
|
|
@@ -37174,7 +37297,7 @@
|
|
|
37174
37297
|
"immutable": true,
|
|
37175
37298
|
"locationInModule": {
|
|
37176
37299
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37177
|
-
"line":
|
|
37300
|
+
"line": 446
|
|
37178
37301
|
},
|
|
37179
37302
|
"name": "labels",
|
|
37180
37303
|
"optional": true,
|
|
@@ -37190,62 +37313,62 @@
|
|
|
37190
37313
|
{
|
|
37191
37314
|
"abstract": true,
|
|
37192
37315
|
"docs": {
|
|
37193
|
-
"default": "
|
|
37316
|
+
"default": "- personal access token named PROJEN_GITHUB_TOKEN",
|
|
37317
|
+
"remarks": "When using the default github token, PR's created by this workflow\nwill not trigger any subsequent workflows (i.e the build workflow), so\nprojen requires API access to be provided through e.g. a personal\naccess token or other method.",
|
|
37318
|
+
"see": "https://github.com/peter-evans/create-pull-request/issues/48",
|
|
37194
37319
|
"stability": "experimental",
|
|
37195
|
-
"summary": "
|
|
37320
|
+
"summary": "Choose a method for authenticating with GitHub for creating the PR."
|
|
37196
37321
|
},
|
|
37197
37322
|
"immutable": true,
|
|
37198
37323
|
"locationInModule": {
|
|
37199
37324
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37200
|
-
"line":
|
|
37325
|
+
"line": 439
|
|
37201
37326
|
},
|
|
37202
|
-
"name": "
|
|
37327
|
+
"name": "projenCredentials",
|
|
37203
37328
|
"optional": true,
|
|
37204
37329
|
"type": {
|
|
37205
|
-
"
|
|
37206
|
-
"elementtype": {
|
|
37207
|
-
"primitive": "string"
|
|
37208
|
-
},
|
|
37209
|
-
"kind": "array"
|
|
37210
|
-
}
|
|
37330
|
+
"fqn": "projen.github.GithubCredentials"
|
|
37211
37331
|
}
|
|
37212
37332
|
},
|
|
37213
37333
|
{
|
|
37214
37334
|
"abstract": true,
|
|
37215
37335
|
"docs": {
|
|
37216
|
-
"default": "
|
|
37336
|
+
"default": "[\"ubuntu-latest\"]",
|
|
37217
37337
|
"stability": "experimental",
|
|
37218
|
-
"summary": "
|
|
37338
|
+
"summary": "Github Runner selection labels."
|
|
37219
37339
|
},
|
|
37220
37340
|
"immutable": true,
|
|
37221
37341
|
"locationInModule": {
|
|
37222
37342
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37223
|
-
"line":
|
|
37343
|
+
"line": 479
|
|
37224
37344
|
},
|
|
37225
|
-
"name": "
|
|
37345
|
+
"name": "runsOn",
|
|
37226
37346
|
"optional": true,
|
|
37227
37347
|
"type": {
|
|
37228
|
-
"
|
|
37348
|
+
"collection": {
|
|
37349
|
+
"elementtype": {
|
|
37350
|
+
"primitive": "string"
|
|
37351
|
+
},
|
|
37352
|
+
"kind": "array"
|
|
37353
|
+
}
|
|
37229
37354
|
}
|
|
37230
37355
|
},
|
|
37231
37356
|
{
|
|
37232
37357
|
"abstract": true,
|
|
37233
37358
|
"docs": {
|
|
37234
|
-
"default": "
|
|
37235
|
-
"remarks": "When using the default github token, PR's created by this workflow\nwill not trigger any subsequent workflows (i.e the build workflow).\nThis is why this workflow also runs 'build' by default, and manually updates\nthe status check of the PR.\n\nIf you pass a token that has the `workflow` permissions, you can skip running\nbuild in this workflow by specifying `rebuild: false`.",
|
|
37236
|
-
"see": "https://github.com/peter-evans/create-pull-request/issues/48",
|
|
37359
|
+
"default": "UpgradeDependenciesSchedule.DAILY",
|
|
37237
37360
|
"stability": "experimental",
|
|
37238
|
-
"summary": "
|
|
37361
|
+
"summary": "Schedule to run on."
|
|
37239
37362
|
},
|
|
37240
37363
|
"immutable": true,
|
|
37241
37364
|
"locationInModule": {
|
|
37242
37365
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37243
|
-
"line":
|
|
37366
|
+
"line": 426
|
|
37244
37367
|
},
|
|
37245
|
-
"name": "
|
|
37368
|
+
"name": "schedule",
|
|
37246
37369
|
"optional": true,
|
|
37247
37370
|
"type": {
|
|
37248
|
-
"
|
|
37371
|
+
"fqn": "projen.javascript.UpgradeDependenciesSchedule"
|
|
37249
37372
|
}
|
|
37250
37373
|
}
|
|
37251
37374
|
],
|
|
@@ -44931,6 +45054,6 @@
|
|
|
44931
45054
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
44932
45055
|
}
|
|
44933
45056
|
},
|
|
44934
|
-
"version": "0.
|
|
44935
|
-
"fingerprint": "
|
|
45057
|
+
"version": "0.54.2",
|
|
45058
|
+
"fingerprint": "IBimwPQnLrG2HRKZX9lAzGtcoOMABJ0y1sr6ElTgXYQ="
|
|
44936
45059
|
}
|