projen 0.53.9 → 0.53.12
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 +180 -111
- package/changelog.md +6 -1
- package/docs/api/API.md +20 -12
- package/lib/awscdk/auto-discover.js +4 -4
- package/lib/awscdk/awscdk-app-java.js +3 -3
- package/lib/awscdk/awscdk-app-py.js +11 -9
- package/lib/awscdk/awscdk-app-ts.js +4 -4
- 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 +1 -1
- 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-project.js +1 -1
- package/lib/github/github.js +1 -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.js +1 -1
- 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.js +1 -1
- 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 +5 -2
- package/lib/javascript/upgrade-dependencies.js +51 -41
- 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.d.ts +14 -0
- package/lib/release/release.js +26 -2
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.d.ts +6 -0
- package/lib/source-code.js +6 -4
- package/lib/task-runtime.js +1 -1
- package/lib/task.d.ts +4 -0
- package/lib/task.js +12 -4
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/yaml/browser/dist/compose/compose-doc.js +1 -1
- package/node_modules/yaml/browser/dist/compose/compose-node.js +13 -4
- package/node_modules/yaml/browser/dist/compose/composer.js +5 -7
- package/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +9 -2
- package/node_modules/yaml/browser/dist/compose/resolve-props.js +2 -0
- package/node_modules/yaml/browser/dist/doc/Document.js +9 -2
- package/node_modules/yaml/browser/dist/doc/directives.js +7 -4
- package/node_modules/yaml/browser/dist/index.js +1 -2
- package/node_modules/yaml/browser/dist/parse/lexer.js +16 -7
- package/node_modules/yaml/browser/dist/parse/parser.js +64 -30
- package/node_modules/yaml/browser/dist/schema/common/null.js +3 -1
- package/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +26 -8
- package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/browser/dist/visit.js +150 -62
- package/node_modules/yaml/dist/compose/compose-doc.js +1 -1
- package/node_modules/yaml/dist/compose/compose-node.js +13 -4
- package/node_modules/yaml/dist/compose/composer.d.ts +1 -1
- package/node_modules/yaml/dist/compose/composer.js +7 -9
- package/node_modules/yaml/dist/compose/resolve-block-scalar.js +9 -2
- package/node_modules/yaml/dist/compose/resolve-props.js +2 -0
- package/node_modules/yaml/dist/doc/Document.d.ts +1 -1
- package/node_modules/yaml/dist/doc/Document.js +16 -9
- package/node_modules/yaml/dist/doc/directives.d.ts +3 -1
- package/node_modules/yaml/dist/doc/directives.js +7 -4
- package/node_modules/yaml/dist/index.d.ts +2 -2
- package/node_modules/yaml/dist/index.js +1 -2
- package/node_modules/yaml/dist/options.d.ts +0 -8
- package/node_modules/yaml/dist/parse/lexer.js +16 -7
- package/node_modules/yaml/dist/parse/parser.js +64 -30
- package/node_modules/yaml/dist/schema/common/null.js +3 -1
- package/node_modules/yaml/dist/stringify/stringifyDocument.js +26 -8
- package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/dist/test-events.js +8 -9
- package/node_modules/yaml/dist/visit.d.ts +49 -10
- package/node_modules/yaml/dist/visit.js +149 -60
- package/node_modules/yaml/package.json +3 -3
- package/package.json +2 -2
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/yaml/browser/dist/options.js +0 -18
- package/node_modules/yaml/dist/options.js +0 -20
package/.jsii
CHANGED
|
@@ -7054,7 +7054,7 @@
|
|
|
7054
7054
|
},
|
|
7055
7055
|
"locationInModule": {
|
|
7056
7056
|
"filename": "src/source-code.ts",
|
|
7057
|
-
"line":
|
|
7057
|
+
"line": 31
|
|
7058
7058
|
},
|
|
7059
7059
|
"parameters": [
|
|
7060
7060
|
{
|
|
@@ -7081,7 +7081,7 @@
|
|
|
7081
7081
|
"kind": "class",
|
|
7082
7082
|
"locationInModule": {
|
|
7083
7083
|
"filename": "src/source-code.ts",
|
|
7084
|
-
"line":
|
|
7084
|
+
"line": 26
|
|
7085
7085
|
},
|
|
7086
7086
|
"methods": [
|
|
7087
7087
|
{
|
|
@@ -7091,7 +7091,7 @@
|
|
|
7091
7091
|
},
|
|
7092
7092
|
"locationInModule": {
|
|
7093
7093
|
"filename": "src/source-code.ts",
|
|
7094
|
-
"line":
|
|
7094
|
+
"line": 75
|
|
7095
7095
|
},
|
|
7096
7096
|
"name": "close",
|
|
7097
7097
|
"parameters": [
|
|
@@ -7114,7 +7114,7 @@
|
|
|
7114
7114
|
},
|
|
7115
7115
|
"locationInModule": {
|
|
7116
7116
|
"filename": "src/source-code.ts",
|
|
7117
|
-
"line":
|
|
7117
|
+
"line": 51
|
|
7118
7118
|
},
|
|
7119
7119
|
"name": "line",
|
|
7120
7120
|
"parameters": [
|
|
@@ -7137,7 +7137,7 @@
|
|
|
7137
7137
|
},
|
|
7138
7138
|
"locationInModule": {
|
|
7139
7139
|
"filename": "src/source-code.ts",
|
|
7140
|
-
"line":
|
|
7140
|
+
"line": 62
|
|
7141
7141
|
},
|
|
7142
7142
|
"name": "open",
|
|
7143
7143
|
"parameters": [
|
|
@@ -7163,7 +7163,7 @@
|
|
|
7163
7163
|
"immutable": true,
|
|
7164
7164
|
"locationInModule": {
|
|
7165
7165
|
"filename": "src/source-code.ts",
|
|
7166
|
-
"line":
|
|
7166
|
+
"line": 33
|
|
7167
7167
|
},
|
|
7168
7168
|
"name": "filePath",
|
|
7169
7169
|
"type": {
|
|
@@ -7177,7 +7177,7 @@
|
|
|
7177
7177
|
"immutable": true,
|
|
7178
7178
|
"locationInModule": {
|
|
7179
7179
|
"filename": "src/source-code.ts",
|
|
7180
|
-
"line":
|
|
7180
|
+
"line": 43
|
|
7181
7181
|
},
|
|
7182
7182
|
"name": "marker",
|
|
7183
7183
|
"optional": true,
|
|
@@ -7220,6 +7220,24 @@
|
|
|
7220
7220
|
"type": {
|
|
7221
7221
|
"primitive": "number"
|
|
7222
7222
|
}
|
|
7223
|
+
},
|
|
7224
|
+
{
|
|
7225
|
+
"abstract": true,
|
|
7226
|
+
"docs": {
|
|
7227
|
+
"default": "true",
|
|
7228
|
+
"stability": "experimental",
|
|
7229
|
+
"summary": "Whether the generated file should be readonly."
|
|
7230
|
+
},
|
|
7231
|
+
"immutable": true,
|
|
7232
|
+
"locationInModule": {
|
|
7233
|
+
"filename": "src/source-code.ts",
|
|
7234
|
+
"line": 20
|
|
7235
|
+
},
|
|
7236
|
+
"name": "readonly",
|
|
7237
|
+
"optional": true,
|
|
7238
|
+
"type": {
|
|
7239
|
+
"primitive": "boolean"
|
|
7240
|
+
}
|
|
7223
7241
|
}
|
|
7224
7242
|
],
|
|
7225
7243
|
"symbolId": "src/source-code:SourceCodeOptions"
|
|
@@ -7238,7 +7256,7 @@
|
|
|
7238
7256
|
},
|
|
7239
7257
|
"locationInModule": {
|
|
7240
7258
|
"filename": "src/task.ts",
|
|
7241
|
-
"line":
|
|
7259
|
+
"line": 44
|
|
7242
7260
|
},
|
|
7243
7261
|
"parameters": [
|
|
7244
7262
|
{
|
|
@@ -7259,7 +7277,7 @@
|
|
|
7259
7277
|
"kind": "class",
|
|
7260
7278
|
"locationInModule": {
|
|
7261
7279
|
"filename": "src/task.ts",
|
|
7262
|
-
"line":
|
|
7280
|
+
"line": 25
|
|
7263
7281
|
},
|
|
7264
7282
|
"methods": [
|
|
7265
7283
|
{
|
|
@@ -7270,7 +7288,7 @@
|
|
|
7270
7288
|
},
|
|
7271
7289
|
"locationInModule": {
|
|
7272
7290
|
"filename": "src/task.ts",
|
|
7273
|
-
"line":
|
|
7291
|
+
"line": 122
|
|
7274
7292
|
},
|
|
7275
7293
|
"name": "builtin",
|
|
7276
7294
|
"parameters": [
|
|
@@ -7292,7 +7310,7 @@
|
|
|
7292
7310
|
},
|
|
7293
7311
|
"locationInModule": {
|
|
7294
7312
|
"filename": "src/task.ts",
|
|
7295
|
-
"line":
|
|
7313
|
+
"line": 200
|
|
7296
7314
|
},
|
|
7297
7315
|
"name": "env",
|
|
7298
7316
|
"parameters": [
|
|
@@ -7324,7 +7342,7 @@
|
|
|
7324
7342
|
},
|
|
7325
7343
|
"locationInModule": {
|
|
7326
7344
|
"filename": "src/task.ts",
|
|
7327
|
-
"line":
|
|
7345
|
+
"line": 106
|
|
7328
7346
|
},
|
|
7329
7347
|
"name": "exec",
|
|
7330
7348
|
"parameters": [
|
|
@@ -7356,7 +7374,7 @@
|
|
|
7356
7374
|
},
|
|
7357
7375
|
"locationInModule": {
|
|
7358
7376
|
"filename": "src/task.ts",
|
|
7359
|
-
"line":
|
|
7377
|
+
"line": 67
|
|
7360
7378
|
},
|
|
7361
7379
|
"name": "lock"
|
|
7362
7380
|
},
|
|
@@ -7368,7 +7386,7 @@
|
|
|
7368
7386
|
},
|
|
7369
7387
|
"locationInModule": {
|
|
7370
7388
|
"filename": "src/task.ts",
|
|
7371
|
-
"line":
|
|
7389
|
+
"line": 143
|
|
7372
7390
|
},
|
|
7373
7391
|
"name": "prepend",
|
|
7374
7392
|
"parameters": [
|
|
@@ -7397,7 +7415,7 @@
|
|
|
7397
7415
|
},
|
|
7398
7416
|
"locationInModule": {
|
|
7399
7417
|
"filename": "src/task.ts",
|
|
7400
|
-
"line":
|
|
7418
|
+
"line": 161
|
|
7401
7419
|
},
|
|
7402
7420
|
"name": "prependExec",
|
|
7403
7421
|
"parameters": [
|
|
@@ -7426,7 +7444,7 @@
|
|
|
7426
7444
|
},
|
|
7427
7445
|
"locationInModule": {
|
|
7428
7446
|
"filename": "src/task.ts",
|
|
7429
|
-
"line":
|
|
7447
|
+
"line": 185
|
|
7430
7448
|
},
|
|
7431
7449
|
"name": "prependSay",
|
|
7432
7450
|
"parameters": [
|
|
@@ -7455,7 +7473,7 @@
|
|
|
7455
7473
|
},
|
|
7456
7474
|
"locationInModule": {
|
|
7457
7475
|
"filename": "src/task.ts",
|
|
7458
|
-
"line":
|
|
7476
|
+
"line": 173
|
|
7459
7477
|
},
|
|
7460
7478
|
"name": "prependSpawn",
|
|
7461
7479
|
"parameters": [
|
|
@@ -7484,7 +7502,7 @@
|
|
|
7484
7502
|
},
|
|
7485
7503
|
"locationInModule": {
|
|
7486
7504
|
"filename": "src/task.ts",
|
|
7487
|
-
"line":
|
|
7505
|
+
"line": 89
|
|
7488
7506
|
},
|
|
7489
7507
|
"name": "reset",
|
|
7490
7508
|
"parameters": [
|
|
@@ -7514,7 +7532,7 @@
|
|
|
7514
7532
|
},
|
|
7515
7533
|
"locationInModule": {
|
|
7516
7534
|
"filename": "src/task.ts",
|
|
7517
|
-
"line":
|
|
7535
|
+
"line": 132
|
|
7518
7536
|
},
|
|
7519
7537
|
"name": "say",
|
|
7520
7538
|
"parameters": [
|
|
@@ -7546,7 +7564,7 @@
|
|
|
7546
7564
|
},
|
|
7547
7565
|
"locationInModule": {
|
|
7548
7566
|
"filename": "src/task.ts",
|
|
7549
|
-
"line":
|
|
7567
|
+
"line": 152
|
|
7550
7568
|
},
|
|
7551
7569
|
"name": "spawn",
|
|
7552
7570
|
"parameters": [
|
|
@@ -7579,7 +7597,7 @@
|
|
|
7579
7597
|
"immutable": true,
|
|
7580
7598
|
"locationInModule": {
|
|
7581
7599
|
"filename": "src/task.ts",
|
|
7582
|
-
"line":
|
|
7600
|
+
"line": 29
|
|
7583
7601
|
},
|
|
7584
7602
|
"name": "name",
|
|
7585
7603
|
"type": {
|
|
@@ -7594,7 +7612,7 @@
|
|
|
7594
7612
|
"immutable": true,
|
|
7595
7613
|
"locationInModule": {
|
|
7596
7614
|
"filename": "src/task.ts",
|
|
7597
|
-
"line":
|
|
7615
|
+
"line": 208
|
|
7598
7616
|
},
|
|
7599
7617
|
"name": "steps",
|
|
7600
7618
|
"type": {
|
|
@@ -7615,7 +7633,7 @@
|
|
|
7615
7633
|
"immutable": true,
|
|
7616
7634
|
"locationInModule": {
|
|
7617
7635
|
"filename": "src/task.ts",
|
|
7618
|
-
"line":
|
|
7636
|
+
"line": 35
|
|
7619
7637
|
},
|
|
7620
7638
|
"name": "condition",
|
|
7621
7639
|
"optional": true,
|
|
@@ -7631,7 +7649,7 @@
|
|
|
7631
7649
|
},
|
|
7632
7650
|
"locationInModule": {
|
|
7633
7651
|
"filename": "src/task.ts",
|
|
7634
|
-
"line":
|
|
7652
|
+
"line": 74
|
|
7635
7653
|
},
|
|
7636
7654
|
"name": "description",
|
|
7637
7655
|
"optional": true,
|
|
@@ -7794,6 +7812,28 @@
|
|
|
7794
7812
|
"type": {
|
|
7795
7813
|
"primitive": "string"
|
|
7796
7814
|
}
|
|
7815
|
+
},
|
|
7816
|
+
{
|
|
7817
|
+
"abstract": true,
|
|
7818
|
+
"docs": {
|
|
7819
|
+
"stability": "experimental",
|
|
7820
|
+
"summary": "List of task steps to run."
|
|
7821
|
+
},
|
|
7822
|
+
"immutable": true,
|
|
7823
|
+
"locationInModule": {
|
|
7824
|
+
"filename": "src/task.ts",
|
|
7825
|
+
"line": 18
|
|
7826
|
+
},
|
|
7827
|
+
"name": "steps",
|
|
7828
|
+
"optional": true,
|
|
7829
|
+
"type": {
|
|
7830
|
+
"collection": {
|
|
7831
|
+
"elementtype": {
|
|
7832
|
+
"fqn": "projen.TaskStep"
|
|
7833
|
+
},
|
|
7834
|
+
"kind": "array"
|
|
7835
|
+
}
|
|
7836
|
+
}
|
|
7797
7837
|
}
|
|
7798
7838
|
],
|
|
7799
7839
|
"symbolId": "src/task:TaskOptions"
|
|
@@ -36557,7 +36597,7 @@
|
|
|
36557
36597
|
},
|
|
36558
36598
|
"locationInModule": {
|
|
36559
36599
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36560
|
-
"line":
|
|
36600
|
+
"line": 124
|
|
36561
36601
|
},
|
|
36562
36602
|
"parameters": [
|
|
36563
36603
|
{
|
|
@@ -36578,7 +36618,7 @@
|
|
|
36578
36618
|
"kind": "class",
|
|
36579
36619
|
"locationInModule": {
|
|
36580
36620
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36581
|
-
"line":
|
|
36621
|
+
"line": 91
|
|
36582
36622
|
},
|
|
36583
36623
|
"methods": [
|
|
36584
36624
|
{
|
|
@@ -36588,7 +36628,7 @@
|
|
|
36588
36628
|
},
|
|
36589
36629
|
"locationInModule": {
|
|
36590
36630
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36591
|
-
"line":
|
|
36631
|
+
"line": 181
|
|
36592
36632
|
},
|
|
36593
36633
|
"name": "addPostBuildSteps",
|
|
36594
36634
|
"parameters": [
|
|
@@ -36604,18 +36644,6 @@
|
|
|
36604
36644
|
}
|
|
36605
36645
|
],
|
|
36606
36646
|
"variadic": true
|
|
36607
|
-
},
|
|
36608
|
-
{
|
|
36609
|
-
"docs": {
|
|
36610
|
-
"stability": "experimental",
|
|
36611
|
-
"summary": "Called before synthesis."
|
|
36612
|
-
},
|
|
36613
|
-
"locationInModule": {
|
|
36614
|
-
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36615
|
-
"line": 146
|
|
36616
|
-
},
|
|
36617
|
-
"name": "preSynthesize",
|
|
36618
|
-
"overrides": "projen.Component"
|
|
36619
36647
|
}
|
|
36620
36648
|
],
|
|
36621
36649
|
"name": "UpgradeDependencies",
|
|
@@ -36629,7 +36657,7 @@
|
|
|
36629
36657
|
"immutable": true,
|
|
36630
36658
|
"locationInModule": {
|
|
36631
36659
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36632
|
-
"line":
|
|
36660
|
+
"line": 104
|
|
36633
36661
|
},
|
|
36634
36662
|
"name": "ignoresProjen",
|
|
36635
36663
|
"type": {
|
|
@@ -36644,13 +36672,28 @@
|
|
|
36644
36672
|
"immutable": true,
|
|
36645
36673
|
"locationInModule": {
|
|
36646
36674
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36647
|
-
"line":
|
|
36675
|
+
"line": 119
|
|
36648
36676
|
},
|
|
36649
36677
|
"name": "postUpgradeTask",
|
|
36650
36678
|
"type": {
|
|
36651
36679
|
"fqn": "projen.Task"
|
|
36652
36680
|
}
|
|
36653
36681
|
},
|
|
36682
|
+
{
|
|
36683
|
+
"docs": {
|
|
36684
|
+
"stability": "experimental",
|
|
36685
|
+
"summary": "The upgrade task."
|
|
36686
|
+
},
|
|
36687
|
+
"immutable": true,
|
|
36688
|
+
"locationInModule": {
|
|
36689
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36690
|
+
"line": 114
|
|
36691
|
+
},
|
|
36692
|
+
"name": "upgradeTask",
|
|
36693
|
+
"type": {
|
|
36694
|
+
"fqn": "projen.Task"
|
|
36695
|
+
}
|
|
36696
|
+
},
|
|
36654
36697
|
{
|
|
36655
36698
|
"docs": {
|
|
36656
36699
|
"remarks": "One workflow per branch.",
|
|
@@ -36660,7 +36703,7 @@
|
|
|
36660
36703
|
"immutable": true,
|
|
36661
36704
|
"locationInModule": {
|
|
36662
36705
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36663
|
-
"line":
|
|
36706
|
+
"line": 95
|
|
36664
36707
|
},
|
|
36665
36708
|
"name": "workflows",
|
|
36666
36709
|
"type": {
|
|
@@ -36679,7 +36722,7 @@
|
|
|
36679
36722
|
},
|
|
36680
36723
|
"locationInModule": {
|
|
36681
36724
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36682
|
-
"line":
|
|
36725
|
+
"line": 109
|
|
36683
36726
|
},
|
|
36684
36727
|
"name": "containerOptions",
|
|
36685
36728
|
"optional": true,
|
|
@@ -36701,7 +36744,7 @@
|
|
|
36701
36744
|
"kind": "interface",
|
|
36702
36745
|
"locationInModule": {
|
|
36703
36746
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36704
|
-
"line":
|
|
36747
|
+
"line": 25
|
|
36705
36748
|
},
|
|
36706
36749
|
"name": "UpgradeDependenciesOptions",
|
|
36707
36750
|
"namespace": "javascript",
|
|
@@ -36716,7 +36759,7 @@
|
|
|
36716
36759
|
"immutable": true,
|
|
36717
36760
|
"locationInModule": {
|
|
36718
36761
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36719
|
-
"line":
|
|
36762
|
+
"line": 31
|
|
36720
36763
|
},
|
|
36721
36764
|
"name": "exclude",
|
|
36722
36765
|
"optional": true,
|
|
@@ -36739,7 +36782,7 @@
|
|
|
36739
36782
|
"immutable": true,
|
|
36740
36783
|
"locationInModule": {
|
|
36741
36784
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36742
|
-
"line":
|
|
36785
|
+
"line": 78
|
|
36743
36786
|
},
|
|
36744
36787
|
"name": "ignoreProjen",
|
|
36745
36788
|
"optional": true,
|
|
@@ -36757,7 +36800,7 @@
|
|
|
36757
36800
|
"immutable": true,
|
|
36758
36801
|
"locationInModule": {
|
|
36759
36802
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36760
|
-
"line":
|
|
36803
|
+
"line": 38
|
|
36761
36804
|
},
|
|
36762
36805
|
"name": "include",
|
|
36763
36806
|
"optional": true,
|
|
@@ -36780,7 +36823,7 @@
|
|
|
36780
36823
|
"immutable": true,
|
|
36781
36824
|
"locationInModule": {
|
|
36782
36825
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36783
|
-
"line":
|
|
36826
|
+
"line": 71
|
|
36784
36827
|
},
|
|
36785
36828
|
"name": "pullRequestTitle",
|
|
36786
36829
|
"optional": true,
|
|
@@ -36798,7 +36841,7 @@
|
|
|
36798
36841
|
"immutable": true,
|
|
36799
36842
|
"locationInModule": {
|
|
36800
36843
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36801
|
-
"line":
|
|
36844
|
+
"line": 85
|
|
36802
36845
|
},
|
|
36803
36846
|
"name": "signoff",
|
|
36804
36847
|
"optional": true,
|
|
@@ -36817,7 +36860,7 @@
|
|
|
36817
36860
|
"immutable": true,
|
|
36818
36861
|
"locationInModule": {
|
|
36819
36862
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36820
|
-
"line":
|
|
36863
|
+
"line": 64
|
|
36821
36864
|
},
|
|
36822
36865
|
"name": "taskName",
|
|
36823
36866
|
"optional": true,
|
|
@@ -36836,7 +36879,7 @@
|
|
|
36836
36879
|
"immutable": true,
|
|
36837
36880
|
"locationInModule": {
|
|
36838
36881
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36839
|
-
"line":
|
|
36882
|
+
"line": 49
|
|
36840
36883
|
},
|
|
36841
36884
|
"name": "workflow",
|
|
36842
36885
|
"optional": true,
|
|
@@ -36855,7 +36898,7 @@
|
|
|
36855
36898
|
"immutable": true,
|
|
36856
36899
|
"locationInModule": {
|
|
36857
36900
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36858
|
-
"line":
|
|
36901
|
+
"line": 56
|
|
36859
36902
|
},
|
|
36860
36903
|
"name": "workflowOptions",
|
|
36861
36904
|
"optional": true,
|
|
@@ -36876,7 +36919,7 @@
|
|
|
36876
36919
|
"kind": "class",
|
|
36877
36920
|
"locationInModule": {
|
|
36878
36921
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36879
|
-
"line":
|
|
36922
|
+
"line": 500
|
|
36880
36923
|
},
|
|
36881
36924
|
"methods": [
|
|
36882
36925
|
{
|
|
@@ -36886,7 +36929,7 @@
|
|
|
36886
36929
|
},
|
|
36887
36930
|
"locationInModule": {
|
|
36888
36931
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36889
|
-
"line":
|
|
36932
|
+
"line": 535
|
|
36890
36933
|
},
|
|
36891
36934
|
"name": "expressions",
|
|
36892
36935
|
"parameters": [
|
|
@@ -36922,7 +36965,7 @@
|
|
|
36922
36965
|
"immutable": true,
|
|
36923
36966
|
"locationInModule": {
|
|
36924
36967
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36925
|
-
"line":
|
|
36968
|
+
"line": 509
|
|
36926
36969
|
},
|
|
36927
36970
|
"name": "DAILY",
|
|
36928
36971
|
"static": true,
|
|
@@ -36939,7 +36982,7 @@
|
|
|
36939
36982
|
"immutable": true,
|
|
36940
36983
|
"locationInModule": {
|
|
36941
36984
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36942
|
-
"line":
|
|
36985
|
+
"line": 528
|
|
36943
36986
|
},
|
|
36944
36987
|
"name": "MONTHLY",
|
|
36945
36988
|
"static": true,
|
|
@@ -36956,7 +36999,7 @@
|
|
|
36956
36999
|
"immutable": true,
|
|
36957
37000
|
"locationInModule": {
|
|
36958
37001
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36959
|
-
"line":
|
|
37002
|
+
"line": 504
|
|
36960
37003
|
},
|
|
36961
37004
|
"name": "NEVER",
|
|
36962
37005
|
"static": true,
|
|
@@ -36973,7 +37016,7 @@
|
|
|
36973
37016
|
"immutable": true,
|
|
36974
37017
|
"locationInModule": {
|
|
36975
37018
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36976
|
-
"line":
|
|
37019
|
+
"line": 514
|
|
36977
37020
|
},
|
|
36978
37021
|
"name": "WEEKDAY",
|
|
36979
37022
|
"static": true,
|
|
@@ -36990,7 +37033,7 @@
|
|
|
36990
37033
|
"immutable": true,
|
|
36991
37034
|
"locationInModule": {
|
|
36992
37035
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
36993
|
-
"line":
|
|
37036
|
+
"line": 521
|
|
36994
37037
|
},
|
|
36995
37038
|
"name": "WEEKLY",
|
|
36996
37039
|
"static": true,
|
|
@@ -37005,7 +37048,7 @@
|
|
|
37005
37048
|
"immutable": true,
|
|
37006
37049
|
"locationInModule": {
|
|
37007
37050
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37008
|
-
"line":
|
|
37051
|
+
"line": 539
|
|
37009
37052
|
},
|
|
37010
37053
|
"name": "cron",
|
|
37011
37054
|
"type": {
|
|
@@ -37031,7 +37074,7 @@
|
|
|
37031
37074
|
"kind": "interface",
|
|
37032
37075
|
"locationInModule": {
|
|
37033
37076
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37034
|
-
"line":
|
|
37077
|
+
"line": 432
|
|
37035
37078
|
},
|
|
37036
37079
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
37037
37080
|
"namespace": "javascript",
|
|
@@ -37046,7 +37089,7 @@
|
|
|
37046
37089
|
"immutable": true,
|
|
37047
37090
|
"locationInModule": {
|
|
37048
37091
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37049
|
-
"line":
|
|
37092
|
+
"line": 468
|
|
37050
37093
|
},
|
|
37051
37094
|
"name": "assignees",
|
|
37052
37095
|
"optional": true,
|
|
@@ -37069,7 +37112,7 @@
|
|
|
37069
37112
|
"immutable": true,
|
|
37070
37113
|
"locationInModule": {
|
|
37071
37114
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37072
|
-
"line":
|
|
37115
|
+
"line": 482
|
|
37073
37116
|
},
|
|
37074
37117
|
"name": "branches",
|
|
37075
37118
|
"optional": true,
|
|
@@ -37092,7 +37135,7 @@
|
|
|
37092
37135
|
"immutable": true,
|
|
37093
37136
|
"locationInModule": {
|
|
37094
37137
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37095
|
-
"line":
|
|
37138
|
+
"line": 475
|
|
37096
37139
|
},
|
|
37097
37140
|
"name": "container",
|
|
37098
37141
|
"optional": true,
|
|
@@ -37113,7 +37156,7 @@
|
|
|
37113
37156
|
"immutable": true,
|
|
37114
37157
|
"locationInModule": {
|
|
37115
37158
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37116
|
-
"line":
|
|
37159
|
+
"line": 488
|
|
37117
37160
|
},
|
|
37118
37161
|
"name": "gitIdentity",
|
|
37119
37162
|
"optional": true,
|
|
@@ -37131,7 +37174,7 @@
|
|
|
37131
37174
|
"immutable": true,
|
|
37132
37175
|
"locationInModule": {
|
|
37133
37176
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37134
|
-
"line":
|
|
37177
|
+
"line": 461
|
|
37135
37178
|
},
|
|
37136
37179
|
"name": "labels",
|
|
37137
37180
|
"optional": true,
|
|
@@ -37154,7 +37197,7 @@
|
|
|
37154
37197
|
"immutable": true,
|
|
37155
37198
|
"locationInModule": {
|
|
37156
37199
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37157
|
-
"line":
|
|
37200
|
+
"line": 494
|
|
37158
37201
|
},
|
|
37159
37202
|
"name": "runsOn",
|
|
37160
37203
|
"optional": true,
|
|
@@ -37177,7 +37220,7 @@
|
|
|
37177
37220
|
"immutable": true,
|
|
37178
37221
|
"locationInModule": {
|
|
37179
37222
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37180
|
-
"line":
|
|
37223
|
+
"line": 438
|
|
37181
37224
|
},
|
|
37182
37225
|
"name": "schedule",
|
|
37183
37226
|
"optional": true,
|
|
@@ -37197,7 +37240,7 @@
|
|
|
37197
37240
|
"immutable": true,
|
|
37198
37241
|
"locationInModule": {
|
|
37199
37242
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
37200
|
-
"line":
|
|
37243
|
+
"line": 454
|
|
37201
37244
|
},
|
|
37202
37245
|
"name": "secret",
|
|
37203
37246
|
"optional": true,
|
|
@@ -39821,7 +39864,7 @@
|
|
|
39821
39864
|
"kind": "interface",
|
|
39822
39865
|
"locationInModule": {
|
|
39823
39866
|
"filename": "src/release/release.ts",
|
|
39824
|
-
"line":
|
|
39867
|
+
"line": 603
|
|
39825
39868
|
},
|
|
39826
39869
|
"name": "BranchOptions",
|
|
39827
39870
|
"namespace": "release",
|
|
@@ -39835,7 +39878,7 @@
|
|
|
39835
39878
|
"immutable": true,
|
|
39836
39879
|
"locationInModule": {
|
|
39837
39880
|
"filename": "src/release/release.ts",
|
|
39838
|
-
"line":
|
|
39881
|
+
"line": 613
|
|
39839
39882
|
},
|
|
39840
39883
|
"name": "majorVersion",
|
|
39841
39884
|
"type": {
|
|
@@ -39852,7 +39895,7 @@
|
|
|
39852
39895
|
"immutable": true,
|
|
39853
39896
|
"locationInModule": {
|
|
39854
39897
|
"filename": "src/release/release.ts",
|
|
39855
|
-
"line":
|
|
39898
|
+
"line": 641
|
|
39856
39899
|
},
|
|
39857
39900
|
"name": "npmDistTag",
|
|
39858
39901
|
"optional": true,
|
|
@@ -39870,7 +39913,7 @@
|
|
|
39870
39913
|
"immutable": true,
|
|
39871
39914
|
"locationInModule": {
|
|
39872
39915
|
"filename": "src/release/release.ts",
|
|
39873
|
-
"line":
|
|
39916
|
+
"line": 620
|
|
39874
39917
|
},
|
|
39875
39918
|
"name": "prerelease",
|
|
39876
39919
|
"optional": true,
|
|
@@ -39889,7 +39932,7 @@
|
|
|
39889
39932
|
"immutable": true,
|
|
39890
39933
|
"locationInModule": {
|
|
39891
39934
|
"filename": "src/release/release.ts",
|
|
39892
|
-
"line":
|
|
39935
|
+
"line": 634
|
|
39893
39936
|
},
|
|
39894
39937
|
"name": "tagPrefix",
|
|
39895
39938
|
"optional": true,
|
|
@@ -39907,7 +39950,7 @@
|
|
|
39907
39950
|
"immutable": true,
|
|
39908
39951
|
"locationInModule": {
|
|
39909
39952
|
"filename": "src/release/release.ts",
|
|
39910
|
-
"line":
|
|
39953
|
+
"line": 608
|
|
39911
39954
|
},
|
|
39912
39955
|
"name": "workflowName",
|
|
39913
39956
|
"optional": true,
|
|
@@ -41448,7 +41491,7 @@
|
|
|
41448
41491
|
},
|
|
41449
41492
|
"locationInModule": {
|
|
41450
41493
|
"filename": "src/release/release.ts",
|
|
41451
|
-
"line":
|
|
41494
|
+
"line": 263
|
|
41452
41495
|
},
|
|
41453
41496
|
"parameters": [
|
|
41454
41497
|
{
|
|
@@ -41468,9 +41511,35 @@
|
|
|
41468
41511
|
"kind": "class",
|
|
41469
41512
|
"locationInModule": {
|
|
41470
41513
|
"filename": "src/release/release.ts",
|
|
41471
|
-
"line":
|
|
41514
|
+
"line": 228
|
|
41472
41515
|
},
|
|
41473
41516
|
"methods": [
|
|
41517
|
+
{
|
|
41518
|
+
"docs": {
|
|
41519
|
+
"stability": "experimental",
|
|
41520
|
+
"summary": "Returns the `Release` component of a project or `undefined` if the project does not have a Release component."
|
|
41521
|
+
},
|
|
41522
|
+
"locationInModule": {
|
|
41523
|
+
"filename": "src/release/release.ts",
|
|
41524
|
+
"line": 233
|
|
41525
|
+
},
|
|
41526
|
+
"name": "of",
|
|
41527
|
+
"parameters": [
|
|
41528
|
+
{
|
|
41529
|
+
"name": "project",
|
|
41530
|
+
"type": {
|
|
41531
|
+
"fqn": "projen.github.GitHubProject"
|
|
41532
|
+
}
|
|
41533
|
+
}
|
|
41534
|
+
],
|
|
41535
|
+
"returns": {
|
|
41536
|
+
"optional": true,
|
|
41537
|
+
"type": {
|
|
41538
|
+
"fqn": "projen.release.Release"
|
|
41539
|
+
}
|
|
41540
|
+
},
|
|
41541
|
+
"static": true
|
|
41542
|
+
},
|
|
41474
41543
|
{
|
|
41475
41544
|
"docs": {
|
|
41476
41545
|
"remarks": "It is a git branch from which releases are published. If a project has more than one release\nbranch, we require that `majorVersion` is also specified for the primary branch in order to\nensure branches always release the correct version.",
|
|
@@ -41479,7 +41548,7 @@
|
|
|
41479
41548
|
},
|
|
41480
41549
|
"locationInModule": {
|
|
41481
41550
|
"filename": "src/release/release.ts",
|
|
41482
|
-
"line":
|
|
41551
|
+
"line": 378
|
|
41483
41552
|
},
|
|
41484
41553
|
"name": "addBranch",
|
|
41485
41554
|
"parameters": [
|
|
@@ -41510,7 +41579,7 @@
|
|
|
41510
41579
|
},
|
|
41511
41580
|
"locationInModule": {
|
|
41512
41581
|
"filename": "src/release/release.ts",
|
|
41513
|
-
"line":
|
|
41582
|
+
"line": 445
|
|
41514
41583
|
},
|
|
41515
41584
|
"name": "addJobs",
|
|
41516
41585
|
"parameters": [
|
|
@@ -41537,7 +41606,7 @@
|
|
|
41537
41606
|
},
|
|
41538
41607
|
"locationInModule": {
|
|
41539
41608
|
"filename": "src/release/release.ts",
|
|
41540
|
-
"line":
|
|
41609
|
+
"line": 428
|
|
41541
41610
|
},
|
|
41542
41611
|
"name": "preSynthesize",
|
|
41543
41612
|
"overrides": "projen.Component"
|
|
@@ -41554,7 +41623,7 @@
|
|
|
41554
41623
|
"immutable": true,
|
|
41555
41624
|
"locationInModule": {
|
|
41556
41625
|
"filename": "src/release/release.ts",
|
|
41557
|
-
"line":
|
|
41626
|
+
"line": 261
|
|
41558
41627
|
},
|
|
41559
41628
|
"name": "artifactsDirectory",
|
|
41560
41629
|
"type": {
|
|
@@ -41569,7 +41638,7 @@
|
|
|
41569
41638
|
"immutable": true,
|
|
41570
41639
|
"locationInModule": {
|
|
41571
41640
|
"filename": "src/release/release.ts",
|
|
41572
|
-
"line":
|
|
41641
|
+
"line": 454
|
|
41573
41642
|
},
|
|
41574
41643
|
"name": "branches",
|
|
41575
41644
|
"type": {
|
|
@@ -41589,7 +41658,7 @@
|
|
|
41589
41658
|
"immutable": true,
|
|
41590
41659
|
"locationInModule": {
|
|
41591
41660
|
"filename": "src/release/release.ts",
|
|
41592
|
-
"line":
|
|
41661
|
+
"line": 241
|
|
41593
41662
|
},
|
|
41594
41663
|
"name": "publisher",
|
|
41595
41664
|
"type": {
|
|
@@ -41613,7 +41682,7 @@
|
|
|
41613
41682
|
"kind": "interface",
|
|
41614
41683
|
"locationInModule": {
|
|
41615
41684
|
"filename": "src/release/release.ts",
|
|
41616
|
-
"line":
|
|
41685
|
+
"line": 183
|
|
41617
41686
|
},
|
|
41618
41687
|
"name": "ReleaseOptions",
|
|
41619
41688
|
"namespace": "release",
|
|
@@ -41628,7 +41697,7 @@
|
|
|
41628
41697
|
"immutable": true,
|
|
41629
41698
|
"locationInModule": {
|
|
41630
41699
|
"filename": "src/release/release.ts",
|
|
41631
|
-
"line":
|
|
41700
|
+
"line": 220
|
|
41632
41701
|
},
|
|
41633
41702
|
"name": "artifactsDirectory",
|
|
41634
41703
|
"type": {
|
|
@@ -41645,7 +41714,7 @@
|
|
|
41645
41714
|
"immutable": true,
|
|
41646
41715
|
"locationInModule": {
|
|
41647
41716
|
"filename": "src/release/release.ts",
|
|
41648
|
-
"line":
|
|
41717
|
+
"line": 206
|
|
41649
41718
|
},
|
|
41650
41719
|
"name": "branch",
|
|
41651
41720
|
"type": {
|
|
@@ -41662,7 +41731,7 @@
|
|
|
41662
41731
|
"immutable": true,
|
|
41663
41732
|
"locationInModule": {
|
|
41664
41733
|
"filename": "src/release/release.ts",
|
|
41665
|
-
"line":
|
|
41734
|
+
"line": 189
|
|
41666
41735
|
},
|
|
41667
41736
|
"name": "task",
|
|
41668
41737
|
"type": {
|
|
@@ -41679,7 +41748,7 @@
|
|
|
41679
41748
|
"immutable": true,
|
|
41680
41749
|
"locationInModule": {
|
|
41681
41750
|
"filename": "src/release/release.ts",
|
|
41682
|
-
"line":
|
|
41751
|
+
"line": 196
|
|
41683
41752
|
},
|
|
41684
41753
|
"name": "versionFile",
|
|
41685
41754
|
"type": {
|
|
@@ -41696,7 +41765,7 @@
|
|
|
41696
41765
|
"immutable": true,
|
|
41697
41766
|
"locationInModule": {
|
|
41698
41767
|
"filename": "src/release/release.ts",
|
|
41699
|
-
"line":
|
|
41768
|
+
"line": 213
|
|
41700
41769
|
},
|
|
41701
41770
|
"name": "githubRelease",
|
|
41702
41771
|
"optional": true,
|
|
@@ -41718,7 +41787,7 @@
|
|
|
41718
41787
|
"kind": "interface",
|
|
41719
41788
|
"locationInModule": {
|
|
41720
41789
|
"filename": "src/release/release.ts",
|
|
41721
|
-
"line":
|
|
41790
|
+
"line": 20
|
|
41722
41791
|
},
|
|
41723
41792
|
"name": "ReleaseProjectOptions",
|
|
41724
41793
|
"namespace": "release",
|
|
@@ -41733,7 +41802,7 @@
|
|
|
41733
41802
|
"immutable": true,
|
|
41734
41803
|
"locationInModule": {
|
|
41735
41804
|
"filename": "src/release/release.ts",
|
|
41736
|
-
"line":
|
|
41805
|
+
"line": 63
|
|
41737
41806
|
},
|
|
41738
41807
|
"name": "jsiiReleaseVersion",
|
|
41739
41808
|
"optional": true,
|
|
@@ -41752,7 +41821,7 @@
|
|
|
41752
41821
|
"immutable": true,
|
|
41753
41822
|
"locationInModule": {
|
|
41754
41823
|
"filename": "src/release/release.ts",
|
|
41755
|
-
"line":
|
|
41824
|
+
"line": 79
|
|
41756
41825
|
},
|
|
41757
41826
|
"name": "majorVersion",
|
|
41758
41827
|
"optional": true,
|
|
@@ -41771,7 +41840,7 @@
|
|
|
41771
41840
|
"immutable": true,
|
|
41772
41841
|
"locationInModule": {
|
|
41773
41842
|
"filename": "src/release/release.ts",
|
|
41774
|
-
"line":
|
|
41843
|
+
"line": 97
|
|
41775
41844
|
},
|
|
41776
41845
|
"name": "npmDistTag",
|
|
41777
41846
|
"optional": true,
|
|
@@ -41789,7 +41858,7 @@
|
|
|
41789
41858
|
"immutable": true,
|
|
41790
41859
|
"locationInModule": {
|
|
41791
41860
|
"filename": "src/release/release.ts",
|
|
41792
|
-
"line":
|
|
41861
|
+
"line": 69
|
|
41793
41862
|
},
|
|
41794
41863
|
"name": "postBuildSteps",
|
|
41795
41864
|
"optional": true,
|
|
@@ -41812,7 +41881,7 @@
|
|
|
41812
41881
|
"immutable": true,
|
|
41813
41882
|
"locationInModule": {
|
|
41814
41883
|
"filename": "src/release/release.ts",
|
|
41815
|
-
"line":
|
|
41884
|
+
"line": 87
|
|
41816
41885
|
},
|
|
41817
41886
|
"name": "prerelease",
|
|
41818
41887
|
"optional": true,
|
|
@@ -41830,7 +41899,7 @@
|
|
|
41830
41899
|
"immutable": true,
|
|
41831
41900
|
"locationInModule": {
|
|
41832
41901
|
"filename": "src/release/release.ts",
|
|
41833
|
-
"line":
|
|
41902
|
+
"line": 177
|
|
41834
41903
|
},
|
|
41835
41904
|
"name": "publishDryRun",
|
|
41836
41905
|
"optional": true,
|
|
@@ -41849,7 +41918,7 @@
|
|
|
41849
41918
|
"immutable": true,
|
|
41850
41919
|
"locationInModule": {
|
|
41851
41920
|
"filename": "src/release/release.ts",
|
|
41852
|
-
"line":
|
|
41921
|
+
"line": 170
|
|
41853
41922
|
},
|
|
41854
41923
|
"name": "publishTasks",
|
|
41855
41924
|
"optional": true,
|
|
@@ -41868,7 +41937,7 @@
|
|
|
41868
41937
|
"immutable": true,
|
|
41869
41938
|
"locationInModule": {
|
|
41870
41939
|
"filename": "src/release/release.ts",
|
|
41871
|
-
"line":
|
|
41940
|
+
"line": 117
|
|
41872
41941
|
},
|
|
41873
41942
|
"name": "releaseBranches",
|
|
41874
41943
|
"optional": true,
|
|
@@ -41892,7 +41961,7 @@
|
|
|
41892
41961
|
"immutable": true,
|
|
41893
41962
|
"locationInModule": {
|
|
41894
41963
|
"filename": "src/release/release.ts",
|
|
41895
|
-
"line":
|
|
41964
|
+
"line": 28
|
|
41896
41965
|
},
|
|
41897
41966
|
"name": "releaseEveryCommit",
|
|
41898
41967
|
"optional": true,
|
|
@@ -41910,7 +41979,7 @@
|
|
|
41910
41979
|
"immutable": true,
|
|
41911
41980
|
"locationInModule": {
|
|
41912
41981
|
"filename": "src/release/release.ts",
|
|
41913
|
-
"line":
|
|
41982
|
+
"line": 124
|
|
41914
41983
|
},
|
|
41915
41984
|
"name": "releaseFailureIssue",
|
|
41916
41985
|
"optional": true,
|
|
@@ -41929,7 +41998,7 @@
|
|
|
41929
41998
|
"immutable": true,
|
|
41930
41999
|
"locationInModule": {
|
|
41931
42000
|
"filename": "src/release/release.ts",
|
|
41932
|
-
"line":
|
|
42001
|
+
"line": 132
|
|
41933
42002
|
},
|
|
41934
42003
|
"name": "releaseFailureIssueLabel",
|
|
41935
42004
|
"optional": true,
|
|
@@ -41948,7 +42017,7 @@
|
|
|
41948
42017
|
"immutable": true,
|
|
41949
42018
|
"locationInModule": {
|
|
41950
42019
|
"filename": "src/release/release.ts",
|
|
41951
|
-
"line":
|
|
42020
|
+
"line": 37
|
|
41952
42021
|
},
|
|
41953
42022
|
"name": "releaseSchedule",
|
|
41954
42023
|
"optional": true,
|
|
@@ -41967,7 +42036,7 @@
|
|
|
41967
42036
|
"immutable": true,
|
|
41968
42037
|
"locationInModule": {
|
|
41969
42038
|
"filename": "src/release/release.ts",
|
|
41970
|
-
"line":
|
|
42039
|
+
"line": 146
|
|
41971
42040
|
},
|
|
41972
42041
|
"name": "releaseTagPrefix",
|
|
41973
42042
|
"optional": true,
|
|
@@ -41985,7 +42054,7 @@
|
|
|
41985
42054
|
"immutable": true,
|
|
41986
42055
|
"locationInModule": {
|
|
41987
42056
|
"filename": "src/release/release.ts",
|
|
41988
|
-
"line":
|
|
42057
|
+
"line": 44
|
|
41989
42058
|
},
|
|
41990
42059
|
"name": "releaseTrigger",
|
|
41991
42060
|
"optional": true,
|
|
@@ -42003,7 +42072,7 @@
|
|
|
42003
42072
|
"immutable": true,
|
|
42004
42073
|
"locationInModule": {
|
|
42005
42074
|
"filename": "src/release/release.ts",
|
|
42006
|
-
"line":
|
|
42075
|
+
"line": 104
|
|
42007
42076
|
},
|
|
42008
42077
|
"name": "releaseWorkflowName",
|
|
42009
42078
|
"optional": true,
|
|
@@ -42020,7 +42089,7 @@
|
|
|
42020
42089
|
"immutable": true,
|
|
42021
42090
|
"locationInModule": {
|
|
42022
42091
|
"filename": "src/release/release.ts",
|
|
42023
|
-
"line":
|
|
42092
|
+
"line": 50
|
|
42024
42093
|
},
|
|
42025
42094
|
"name": "releaseWorkflowSetupSteps",
|
|
42026
42095
|
"optional": true,
|
|
@@ -42044,7 +42113,7 @@
|
|
|
42044
42113
|
"immutable": true,
|
|
42045
42114
|
"locationInModule": {
|
|
42046
42115
|
"filename": "src/release/release.ts",
|
|
42047
|
-
"line":
|
|
42116
|
+
"line": 154
|
|
42048
42117
|
},
|
|
42049
42118
|
"name": "versionrcOptions",
|
|
42050
42119
|
"optional": true,
|
|
@@ -42067,7 +42136,7 @@
|
|
|
42067
42136
|
"immutable": true,
|
|
42068
42137
|
"locationInModule": {
|
|
42069
42138
|
"filename": "src/release/release.ts",
|
|
42070
|
-
"line":
|
|
42139
|
+
"line": 57
|
|
42071
42140
|
},
|
|
42072
42141
|
"name": "workflowContainerImage",
|
|
42073
42142
|
"optional": true,
|
|
@@ -42085,7 +42154,7 @@
|
|
|
42085
42154
|
"immutable": true,
|
|
42086
42155
|
"locationInModule": {
|
|
42087
42156
|
"filename": "src/release/release.ts",
|
|
42088
|
-
"line":
|
|
42157
|
+
"line": 160
|
|
42089
42158
|
},
|
|
42090
42159
|
"name": "workflowRunsOn",
|
|
42091
42160
|
"optional": true,
|
|
@@ -44862,6 +44931,6 @@
|
|
|
44862
44931
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
44863
44932
|
}
|
|
44864
44933
|
},
|
|
44865
|
-
"version": "0.53.
|
|
44866
|
-
"fingerprint": "
|
|
44934
|
+
"version": "0.53.12",
|
|
44935
|
+
"fingerprint": "14z5MNzJBzMsmNj29KxbT5lL29z8AX58iyoOV0oZs6s="
|
|
44867
44936
|
}
|