projen 0.99.48 → 0.99.50
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 +142 -142
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- 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-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +4 -4
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/internal.d.ts +1 -0
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/awscdk/private/feature-flags-v2.const.d.ts +2 -1
- package/lib/awscdk/private/feature-flags-v2.const.js +4 -3
- 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-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.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/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.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 +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +6 -5
- 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 +2 -2
- package/lib/javascript/upgrade-dependencies.js +5 -20
- package/lib/javascript/util.d.ts +5 -0
- package/lib/javascript/util.js +22 -1
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- 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-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.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/pyproject-toml-file.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/uv.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/renovatebot.js +1 -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-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.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/.jsii
CHANGED
|
@@ -43019,7 +43019,7 @@
|
|
|
43019
43019
|
"kind": "interface",
|
|
43020
43020
|
"locationInModule": {
|
|
43021
43021
|
"filename": "src/javascript/node-project.ts",
|
|
43022
|
-
"line":
|
|
43022
|
+
"line": 75
|
|
43023
43023
|
},
|
|
43024
43024
|
"name": "AuditOptions",
|
|
43025
43025
|
"namespace": "javascript",
|
|
@@ -43034,7 +43034,7 @@
|
|
|
43034
43034
|
"immutable": true,
|
|
43035
43035
|
"locationInModule": {
|
|
43036
43036
|
"filename": "src/javascript/node-project.ts",
|
|
43037
|
-
"line":
|
|
43037
|
+
"line": 80
|
|
43038
43038
|
},
|
|
43039
43039
|
"name": "level",
|
|
43040
43040
|
"optional": true,
|
|
@@ -43053,7 +43053,7 @@
|
|
|
43053
43053
|
"immutable": true,
|
|
43054
43054
|
"locationInModule": {
|
|
43055
43055
|
"filename": "src/javascript/node-project.ts",
|
|
43056
|
-
"line":
|
|
43056
|
+
"line": 90
|
|
43057
43057
|
},
|
|
43058
43058
|
"name": "prodOnly",
|
|
43059
43059
|
"optional": true,
|
|
@@ -43072,7 +43072,7 @@
|
|
|
43072
43072
|
"immutable": true,
|
|
43073
43073
|
"locationInModule": {
|
|
43074
43074
|
"filename": "src/javascript/node-project.ts",
|
|
43075
|
-
"line":
|
|
43075
|
+
"line": 101
|
|
43076
43076
|
},
|
|
43077
43077
|
"name": "runOn",
|
|
43078
43078
|
"optional": true,
|
|
@@ -43093,7 +43093,7 @@
|
|
|
43093
43093
|
"kind": "enum",
|
|
43094
43094
|
"locationInModule": {
|
|
43095
43095
|
"filename": "src/javascript/node-project.ts",
|
|
43096
|
-
"line":
|
|
43096
|
+
"line": 444
|
|
43097
43097
|
},
|
|
43098
43098
|
"members": [
|
|
43099
43099
|
{
|
|
@@ -43447,7 +43447,7 @@
|
|
|
43447
43447
|
"kind": "interface",
|
|
43448
43448
|
"locationInModule": {
|
|
43449
43449
|
"filename": "src/javascript/node-project.ts",
|
|
43450
|
-
"line":
|
|
43450
|
+
"line": 418
|
|
43451
43451
|
},
|
|
43452
43452
|
"name": "BuildWorkflowOptions",
|
|
43453
43453
|
"namespace": "javascript",
|
|
@@ -43463,7 +43463,7 @@
|
|
|
43463
43463
|
"immutable": true,
|
|
43464
43464
|
"locationInModule": {
|
|
43465
43465
|
"filename": "src/javascript/node-project.ts",
|
|
43466
|
-
"line":
|
|
43466
|
+
"line": 428
|
|
43467
43467
|
},
|
|
43468
43468
|
"name": "mutableBuild",
|
|
43469
43469
|
"optional": true,
|
|
@@ -43482,7 +43482,7 @@
|
|
|
43482
43482
|
"immutable": true,
|
|
43483
43483
|
"locationInModule": {
|
|
43484
43484
|
"filename": "src/javascript/node-project.ts",
|
|
43485
|
-
"line":
|
|
43485
|
+
"line": 438
|
|
43486
43486
|
},
|
|
43487
43487
|
"name": "mutableInstall",
|
|
43488
43488
|
"optional": true,
|
|
@@ -49830,7 +49830,7 @@
|
|
|
49830
49830
|
},
|
|
49831
49831
|
"locationInModule": {
|
|
49832
49832
|
"filename": "src/javascript/node-project.ts",
|
|
49833
|
-
"line":
|
|
49833
|
+
"line": 591
|
|
49834
49834
|
},
|
|
49835
49835
|
"parameters": [
|
|
49836
49836
|
{
|
|
@@ -49844,7 +49844,7 @@
|
|
|
49844
49844
|
"kind": "class",
|
|
49845
49845
|
"locationInModule": {
|
|
49846
49846
|
"filename": "src/javascript/node-project.ts",
|
|
49847
|
-
"line":
|
|
49847
|
+
"line": 461
|
|
49848
49848
|
},
|
|
49849
49849
|
"methods": [
|
|
49850
49850
|
{
|
|
@@ -49853,7 +49853,7 @@
|
|
|
49853
49853
|
},
|
|
49854
49854
|
"locationInModule": {
|
|
49855
49855
|
"filename": "src/javascript/node-project.ts",
|
|
49856
|
-
"line":
|
|
49856
|
+
"line": 1054
|
|
49857
49857
|
},
|
|
49858
49858
|
"name": "addBins",
|
|
49859
49859
|
"parameters": [
|
|
@@ -49878,7 +49878,7 @@
|
|
|
49878
49878
|
},
|
|
49879
49879
|
"locationInModule": {
|
|
49880
49880
|
"filename": "src/javascript/node-project.ts",
|
|
49881
|
-
"line":
|
|
49881
|
+
"line": 1347
|
|
49882
49882
|
},
|
|
49883
49883
|
"name": "addBundledDeps",
|
|
49884
49884
|
"parameters": [
|
|
@@ -49904,7 +49904,7 @@
|
|
|
49904
49904
|
},
|
|
49905
49905
|
"locationInModule": {
|
|
49906
49906
|
"filename": "src/javascript/node-project.ts",
|
|
49907
|
-
"line":
|
|
49907
|
+
"line": 1099
|
|
49908
49908
|
},
|
|
49909
49909
|
"name": "addCompileCommand",
|
|
49910
49910
|
"parameters": [
|
|
@@ -49925,7 +49925,7 @@
|
|
|
49925
49925
|
},
|
|
49926
49926
|
"locationInModule": {
|
|
49927
49927
|
"filename": "src/javascript/node-project.ts",
|
|
49928
|
-
"line":
|
|
49928
|
+
"line": 1301
|
|
49929
49929
|
},
|
|
49930
49930
|
"name": "addDeps",
|
|
49931
49931
|
"parameters": [
|
|
@@ -49950,7 +49950,7 @@
|
|
|
49950
49950
|
},
|
|
49951
49951
|
"locationInModule": {
|
|
49952
49952
|
"filename": "src/javascript/node-project.ts",
|
|
49953
|
-
"line":
|
|
49953
|
+
"line": 1314
|
|
49954
49954
|
},
|
|
49955
49955
|
"name": "addDevDeps",
|
|
49956
49956
|
"parameters": [
|
|
@@ -49975,7 +49975,7 @@
|
|
|
49975
49975
|
},
|
|
49976
49976
|
"locationInModule": {
|
|
49977
49977
|
"filename": "src/javascript/node-project.ts",
|
|
49978
|
-
"line":
|
|
49978
|
+
"line": 1119
|
|
49979
49979
|
},
|
|
49980
49980
|
"name": "addFields",
|
|
49981
49981
|
"parameters": [
|
|
@@ -50002,7 +50002,7 @@
|
|
|
50002
50002
|
},
|
|
50003
50003
|
"locationInModule": {
|
|
50004
50004
|
"filename": "src/javascript/node-project.ts",
|
|
50005
|
-
"line":
|
|
50005
|
+
"line": 1129
|
|
50006
50006
|
},
|
|
50007
50007
|
"name": "addKeywords",
|
|
50008
50008
|
"parameters": [
|
|
@@ -50029,7 +50029,7 @@
|
|
|
50029
50029
|
},
|
|
50030
50030
|
"locationInModule": {
|
|
50031
50031
|
"filename": "src/javascript/node-project.ts",
|
|
50032
|
-
"line":
|
|
50032
|
+
"line": 1359
|
|
50033
50033
|
},
|
|
50034
50034
|
"name": "addPackageIgnore",
|
|
50035
50035
|
"overrides": "projen.Project",
|
|
@@ -50053,7 +50053,7 @@
|
|
|
50053
50053
|
},
|
|
50054
50054
|
"locationInModule": {
|
|
50055
50055
|
"filename": "src/javascript/node-project.ts",
|
|
50056
|
-
"line":
|
|
50056
|
+
"line": 1331
|
|
50057
50057
|
},
|
|
50058
50058
|
"name": "addPeerDeps",
|
|
50059
50059
|
"parameters": [
|
|
@@ -50078,7 +50078,7 @@
|
|
|
50078
50078
|
},
|
|
50079
50079
|
"locationInModule": {
|
|
50080
50080
|
"filename": "src/javascript/node-project.ts",
|
|
50081
|
-
"line":
|
|
50081
|
+
"line": 1072
|
|
50082
50082
|
},
|
|
50083
50083
|
"name": "addScripts",
|
|
50084
50084
|
"parameters": [
|
|
@@ -50106,7 +50106,7 @@
|
|
|
50106
50106
|
},
|
|
50107
50107
|
"locationInModule": {
|
|
50108
50108
|
"filename": "src/javascript/node-project.ts",
|
|
50109
|
-
"line":
|
|
50109
|
+
"line": 1109
|
|
50110
50110
|
},
|
|
50111
50111
|
"name": "addTestCommand",
|
|
50112
50112
|
"parameters": [
|
|
@@ -50128,7 +50128,7 @@
|
|
|
50128
50128
|
},
|
|
50129
50129
|
"locationInModule": {
|
|
50130
50130
|
"filename": "src/javascript/node-project.ts",
|
|
50131
|
-
"line":
|
|
50131
|
+
"line": 1091
|
|
50132
50132
|
},
|
|
50133
50133
|
"name": "hasScript",
|
|
50134
50134
|
"parameters": [
|
|
@@ -50155,7 +50155,7 @@
|
|
|
50155
50155
|
},
|
|
50156
50156
|
"locationInModule": {
|
|
50157
50157
|
"filename": "src/javascript/node-project.ts",
|
|
50158
|
-
"line":
|
|
50158
|
+
"line": 1082
|
|
50159
50159
|
},
|
|
50160
50160
|
"name": "removeScript",
|
|
50161
50161
|
"parameters": [
|
|
@@ -50178,7 +50178,7 @@
|
|
|
50178
50178
|
},
|
|
50179
50179
|
"locationInModule": {
|
|
50180
50180
|
"filename": "src/javascript/node-project.ts",
|
|
50181
|
-
"line":
|
|
50181
|
+
"line": 1221
|
|
50182
50182
|
},
|
|
50183
50183
|
"name": "renderWorkflowSetup",
|
|
50184
50184
|
"parameters": [
|
|
@@ -50212,7 +50212,7 @@
|
|
|
50212
50212
|
},
|
|
50213
50213
|
"locationInModule": {
|
|
50214
50214
|
"filename": "src/javascript/node-project.ts",
|
|
50215
|
-
"line":
|
|
50215
|
+
"line": 1432
|
|
50216
50216
|
},
|
|
50217
50217
|
"name": "runTaskCommand",
|
|
50218
50218
|
"overrides": "projen.Project",
|
|
@@ -50240,7 +50240,7 @@
|
|
|
50240
50240
|
},
|
|
50241
50241
|
"locationInModule": {
|
|
50242
50242
|
"filename": "src/javascript/node-project.ts",
|
|
50243
|
-
"line":
|
|
50243
|
+
"line": 1064
|
|
50244
50244
|
},
|
|
50245
50245
|
"name": "setScript",
|
|
50246
50246
|
"parameters": [
|
|
@@ -50276,7 +50276,7 @@
|
|
|
50276
50276
|
"immutable": true,
|
|
50277
50277
|
"locationInModule": {
|
|
50278
50278
|
"filename": "src/javascript/node-project.ts",
|
|
50279
|
-
"line":
|
|
50279
|
+
"line": 486
|
|
50280
50280
|
},
|
|
50281
50281
|
"name": "allowLibraryDependencies",
|
|
50282
50282
|
"type": {
|
|
@@ -50292,7 +50292,7 @@
|
|
|
50292
50292
|
"immutable": true,
|
|
50293
50293
|
"locationInModule": {
|
|
50294
50294
|
"filename": "src/javascript/node-project.ts",
|
|
50295
|
-
"line":
|
|
50295
|
+
"line": 573
|
|
50296
50296
|
},
|
|
50297
50297
|
"name": "artifactsDirectory",
|
|
50298
50298
|
"type": {
|
|
@@ -50307,7 +50307,7 @@
|
|
|
50307
50307
|
"immutable": true,
|
|
50308
50308
|
"locationInModule": {
|
|
50309
50309
|
"filename": "src/javascript/node-project.ts",
|
|
50310
|
-
"line":
|
|
50310
|
+
"line": 578
|
|
50311
50311
|
},
|
|
50312
50312
|
"name": "artifactsJavascriptDirectory",
|
|
50313
50313
|
"type": {
|
|
@@ -50321,7 +50321,7 @@
|
|
|
50321
50321
|
"immutable": true,
|
|
50322
50322
|
"locationInModule": {
|
|
50323
50323
|
"filename": "src/javascript/node-project.ts",
|
|
50324
|
-
"line":
|
|
50324
|
+
"line": 566
|
|
50325
50325
|
},
|
|
50326
50326
|
"name": "bundler",
|
|
50327
50327
|
"type": {
|
|
@@ -50336,7 +50336,7 @@
|
|
|
50336
50336
|
"immutable": true,
|
|
50337
50337
|
"locationInModule": {
|
|
50338
50338
|
"filename": "src/javascript/node-project.ts",
|
|
50339
|
-
"line":
|
|
50339
|
+
"line": 493
|
|
50340
50340
|
},
|
|
50341
50341
|
"name": "entrypoint",
|
|
50342
50342
|
"type": {
|
|
@@ -50351,7 +50351,7 @@
|
|
|
50351
50351
|
"immutable": true,
|
|
50352
50352
|
"locationInModule": {
|
|
50353
50353
|
"filename": "src/javascript/node-project.ts",
|
|
50354
|
-
"line":
|
|
50354
|
+
"line": 562
|
|
50355
50355
|
},
|
|
50356
50356
|
"name": "manifest",
|
|
50357
50357
|
"type": {
|
|
@@ -50366,7 +50366,7 @@
|
|
|
50366
50366
|
"immutable": true,
|
|
50367
50367
|
"locationInModule": {
|
|
50368
50368
|
"filename": "src/javascript/node-project.ts",
|
|
50369
|
-
"line":
|
|
50369
|
+
"line": 475
|
|
50370
50370
|
},
|
|
50371
50371
|
"name": "npmrc",
|
|
50372
50372
|
"type": {
|
|
@@ -50381,7 +50381,7 @@
|
|
|
50381
50381
|
"immutable": true,
|
|
50382
50382
|
"locationInModule": {
|
|
50383
50383
|
"filename": "src/javascript/node-project.ts",
|
|
50384
|
-
"line":
|
|
50384
|
+
"line": 465
|
|
50385
50385
|
},
|
|
50386
50386
|
"name": "package",
|
|
50387
50387
|
"type": {
|
|
@@ -50397,7 +50397,7 @@
|
|
|
50397
50397
|
"immutable": true,
|
|
50398
50398
|
"locationInModule": {
|
|
50399
50399
|
"filename": "src/javascript/node-project.ts",
|
|
50400
|
-
"line":
|
|
50400
|
+
"line": 545
|
|
50401
50401
|
},
|
|
50402
50402
|
"name": "packageManager",
|
|
50403
50403
|
"type": {
|
|
@@ -50412,7 +50412,7 @@
|
|
|
50412
50412
|
"immutable": true,
|
|
50413
50413
|
"locationInModule": {
|
|
50414
50414
|
"filename": "src/javascript/node-project.ts",
|
|
50415
|
-
"line":
|
|
50415
|
+
"line": 552
|
|
50416
50416
|
},
|
|
50417
50417
|
"name": "runScriptCommand",
|
|
50418
50418
|
"type": {
|
|
@@ -50426,7 +50426,7 @@
|
|
|
50426
50426
|
"immutable": true,
|
|
50427
50427
|
"locationInModule": {
|
|
50428
50428
|
"filename": "src/javascript/node-project.ts",
|
|
50429
|
-
"line":
|
|
50429
|
+
"line": 585
|
|
50430
50430
|
},
|
|
50431
50431
|
"name": "workflowBootstrapSteps",
|
|
50432
50432
|
"protected": true,
|
|
@@ -50446,7 +50446,7 @@
|
|
|
50446
50446
|
"immutable": true,
|
|
50447
50447
|
"locationInModule": {
|
|
50448
50448
|
"filename": "src/javascript/node-project.ts",
|
|
50449
|
-
"line":
|
|
50449
|
+
"line": 587
|
|
50450
50450
|
},
|
|
50451
50451
|
"name": "workflowPackageCache",
|
|
50452
50452
|
"protected": true,
|
|
@@ -50462,7 +50462,7 @@
|
|
|
50462
50462
|
"immutable": true,
|
|
50463
50463
|
"locationInModule": {
|
|
50464
50464
|
"filename": "src/javascript/node-project.ts",
|
|
50465
|
-
"line":
|
|
50465
|
+
"line": 500
|
|
50466
50466
|
},
|
|
50467
50467
|
"name": "autoMerge",
|
|
50468
50468
|
"optional": true,
|
|
@@ -50477,7 +50477,7 @@
|
|
|
50477
50477
|
"immutable": true,
|
|
50478
50478
|
"locationInModule": {
|
|
50479
50479
|
"filename": "src/javascript/node-project.ts",
|
|
50480
|
-
"line":
|
|
50480
|
+
"line": 589
|
|
50481
50481
|
},
|
|
50482
50482
|
"name": "biome",
|
|
50483
50483
|
"optional": true,
|
|
@@ -50494,7 +50494,7 @@
|
|
|
50494
50494
|
"immutable": true,
|
|
50495
50495
|
"locationInModule": {
|
|
50496
50496
|
"filename": "src/javascript/node-project.ts",
|
|
50497
|
-
"line":
|
|
50497
|
+
"line": 505
|
|
50498
50498
|
},
|
|
50499
50499
|
"name": "buildWorkflow",
|
|
50500
50500
|
"optional": true,
|
|
@@ -50510,7 +50510,7 @@
|
|
|
50510
50510
|
"immutable": true,
|
|
50511
50511
|
"locationInModule": {
|
|
50512
50512
|
"filename": "src/javascript/node-project.ts",
|
|
50513
|
-
"line":
|
|
50513
|
+
"line": 1439
|
|
50514
50514
|
},
|
|
50515
50515
|
"name": "buildWorkflowJobId",
|
|
50516
50516
|
"optional": true,
|
|
@@ -50526,7 +50526,7 @@
|
|
|
50526
50526
|
"immutable": true,
|
|
50527
50527
|
"locationInModule": {
|
|
50528
50528
|
"filename": "src/javascript/node-project.ts",
|
|
50529
|
-
"line":
|
|
50529
|
+
"line": 557
|
|
50530
50530
|
},
|
|
50531
50531
|
"name": "jest",
|
|
50532
50532
|
"optional": true,
|
|
@@ -50543,7 +50543,7 @@
|
|
|
50543
50543
|
"immutable": true,
|
|
50544
50544
|
"locationInModule": {
|
|
50545
50545
|
"filename": "src/javascript/node-project.ts",
|
|
50546
|
-
"line":
|
|
50546
|
+
"line": 534
|
|
50547
50547
|
},
|
|
50548
50548
|
"name": "maxNodeVersion",
|
|
50549
50549
|
"optional": true,
|
|
@@ -50560,7 +50560,7 @@
|
|
|
50560
50560
|
"immutable": true,
|
|
50561
50561
|
"locationInModule": {
|
|
50562
50562
|
"filename": "src/javascript/node-project.ts",
|
|
50563
|
-
"line":
|
|
50563
|
+
"line": 525
|
|
50564
50564
|
},
|
|
50565
50565
|
"name": "minNodeVersion",
|
|
50566
50566
|
"optional": true,
|
|
@@ -50575,7 +50575,7 @@
|
|
|
50575
50575
|
"immutable": true,
|
|
50576
50576
|
"locationInModule": {
|
|
50577
50577
|
"filename": "src/javascript/node-project.ts",
|
|
50578
|
-
"line":
|
|
50578
|
+
"line": 538
|
|
50579
50579
|
},
|
|
50580
50580
|
"name": "nodeVersion",
|
|
50581
50581
|
"optional": true,
|
|
@@ -50592,7 +50592,7 @@
|
|
|
50592
50592
|
"immutable": true,
|
|
50593
50593
|
"locationInModule": {
|
|
50594
50594
|
"filename": "src/javascript/node-project.ts",
|
|
50595
|
-
"line":
|
|
50595
|
+
"line": 470
|
|
50596
50596
|
},
|
|
50597
50597
|
"name": "npmignore",
|
|
50598
50598
|
"optional": true,
|
|
@@ -50607,7 +50607,7 @@
|
|
|
50607
50607
|
"immutable": true,
|
|
50608
50608
|
"locationInModule": {
|
|
50609
50609
|
"filename": "src/javascript/node-project.ts",
|
|
50610
|
-
"line":
|
|
50610
|
+
"line": 588
|
|
50611
50611
|
},
|
|
50612
50612
|
"name": "prettier",
|
|
50613
50613
|
"optional": true,
|
|
@@ -50625,7 +50625,7 @@
|
|
|
50625
50625
|
"immutable": true,
|
|
50626
50626
|
"locationInModule": {
|
|
50627
50627
|
"filename": "src/javascript/node-project.ts",
|
|
50628
|
-
"line":
|
|
50628
|
+
"line": 513
|
|
50629
50629
|
},
|
|
50630
50630
|
"name": "publisher",
|
|
50631
50631
|
"optional": true,
|
|
@@ -50641,7 +50641,7 @@
|
|
|
50641
50641
|
"immutable": true,
|
|
50642
50642
|
"locationInModule": {
|
|
50643
50643
|
"filename": "src/javascript/node-project.ts",
|
|
50644
|
-
"line":
|
|
50644
|
+
"line": 518
|
|
50645
50645
|
},
|
|
50646
50646
|
"name": "release",
|
|
50647
50647
|
"optional": true,
|
|
@@ -50657,7 +50657,7 @@
|
|
|
50657
50657
|
"immutable": true,
|
|
50658
50658
|
"locationInModule": {
|
|
50659
50659
|
"filename": "src/javascript/node-project.ts",
|
|
50660
|
-
"line":
|
|
50660
|
+
"line": 583
|
|
50661
50661
|
},
|
|
50662
50662
|
"name": "upgradeWorkflow",
|
|
50663
50663
|
"optional": true,
|
|
@@ -50683,7 +50683,7 @@
|
|
|
50683
50683
|
"kind": "interface",
|
|
50684
50684
|
"locationInModule": {
|
|
50685
50685
|
"filename": "src/javascript/node-project.ts",
|
|
50686
|
-
"line":
|
|
50686
|
+
"line": 104
|
|
50687
50687
|
},
|
|
50688
50688
|
"name": "NodeProjectOptions",
|
|
50689
50689
|
"namespace": "javascript",
|
|
@@ -50698,7 +50698,7 @@
|
|
|
50698
50698
|
"immutable": true,
|
|
50699
50699
|
"locationInModule": {
|
|
50700
50700
|
"filename": "src/javascript/node-project.ts",
|
|
50701
|
-
"line":
|
|
50701
|
+
"line": 192
|
|
50702
50702
|
},
|
|
50703
50703
|
"name": "defaultReleaseBranch",
|
|
50704
50704
|
"type": {
|
|
@@ -50715,7 +50715,7 @@
|
|
|
50715
50715
|
"immutable": true,
|
|
50716
50716
|
"locationInModule": {
|
|
50717
50717
|
"filename": "src/javascript/node-project.ts",
|
|
50718
|
-
"line":
|
|
50718
|
+
"line": 357
|
|
50719
50719
|
},
|
|
50720
50720
|
"name": "artifactsDirectory",
|
|
50721
50721
|
"optional": true,
|
|
@@ -50734,7 +50734,7 @@
|
|
|
50734
50734
|
"immutable": true,
|
|
50735
50735
|
"locationInModule": {
|
|
50736
50736
|
"filename": "src/javascript/node-project.ts",
|
|
50737
|
-
"line":
|
|
50737
|
+
"line": 406
|
|
50738
50738
|
},
|
|
50739
50739
|
"name": "auditDeps",
|
|
50740
50740
|
"optional": true,
|
|
@@ -50752,7 +50752,7 @@
|
|
|
50752
50752
|
"immutable": true,
|
|
50753
50753
|
"locationInModule": {
|
|
50754
50754
|
"filename": "src/javascript/node-project.ts",
|
|
50755
|
-
"line":
|
|
50755
|
+
"line": 412
|
|
50756
50756
|
},
|
|
50757
50757
|
"name": "auditDepsOptions",
|
|
50758
50758
|
"optional": true,
|
|
@@ -50771,7 +50771,7 @@
|
|
|
50771
50771
|
"immutable": true,
|
|
50772
50772
|
"locationInModule": {
|
|
50773
50773
|
"filename": "src/javascript/node-project.ts",
|
|
50774
|
-
"line":
|
|
50774
|
+
"line": 268
|
|
50775
50775
|
},
|
|
50776
50776
|
"name": "autoApproveUpgrades",
|
|
50777
50777
|
"optional": true,
|
|
@@ -50789,7 +50789,7 @@
|
|
|
50789
50789
|
"immutable": true,
|
|
50790
50790
|
"locationInModule": {
|
|
50791
50791
|
"filename": "src/javascript/node-project.ts",
|
|
50792
|
-
"line":
|
|
50792
|
+
"line": 389
|
|
50793
50793
|
},
|
|
50794
50794
|
"name": "biome",
|
|
50795
50795
|
"optional": true,
|
|
@@ -50807,7 +50807,7 @@
|
|
|
50807
50807
|
"immutable": true,
|
|
50808
50808
|
"locationInModule": {
|
|
50809
50809
|
"filename": "src/javascript/node-project.ts",
|
|
50810
|
-
"line":
|
|
50810
|
+
"line": 395
|
|
50811
50811
|
},
|
|
50812
50812
|
"name": "biomeOptions",
|
|
50813
50813
|
"optional": true,
|
|
@@ -50825,7 +50825,7 @@
|
|
|
50825
50825
|
"immutable": true,
|
|
50826
50826
|
"locationInModule": {
|
|
50827
50827
|
"filename": "src/javascript/node-project.ts",
|
|
50828
|
-
"line":
|
|
50828
|
+
"line": 138
|
|
50829
50829
|
},
|
|
50830
50830
|
"name": "buildWorkflow",
|
|
50831
50831
|
"optional": true,
|
|
@@ -50842,7 +50842,7 @@
|
|
|
50842
50842
|
"immutable": true,
|
|
50843
50843
|
"locationInModule": {
|
|
50844
50844
|
"filename": "src/javascript/node-project.ts",
|
|
50845
|
-
"line":
|
|
50845
|
+
"line": 142
|
|
50846
50846
|
},
|
|
50847
50847
|
"name": "buildWorkflowOptions",
|
|
50848
50848
|
"optional": true,
|
|
@@ -50861,7 +50861,7 @@
|
|
|
50861
50861
|
"immutable": true,
|
|
50862
50862
|
"locationInModule": {
|
|
50863
50863
|
"filename": "src/javascript/node-project.ts",
|
|
50864
|
-
"line":
|
|
50864
|
+
"line": 373
|
|
50865
50865
|
},
|
|
50866
50866
|
"name": "buildWorkflowTriggers",
|
|
50867
50867
|
"optional": true,
|
|
@@ -50878,7 +50878,7 @@
|
|
|
50878
50878
|
"immutable": true,
|
|
50879
50879
|
"locationInModule": {
|
|
50880
50880
|
"filename": "src/javascript/node-project.ts",
|
|
50881
|
-
"line":
|
|
50881
|
+
"line": 350
|
|
50882
50882
|
},
|
|
50883
50883
|
"name": "bundlerOptions",
|
|
50884
50884
|
"optional": true,
|
|
@@ -50897,7 +50897,7 @@
|
|
|
50897
50897
|
"immutable": true,
|
|
50898
50898
|
"locationInModule": {
|
|
50899
50899
|
"filename": "src/javascript/node-project.ts",
|
|
50900
|
-
"line":
|
|
50900
|
+
"line": 382
|
|
50901
50901
|
},
|
|
50902
50902
|
"name": "checkLicenses",
|
|
50903
50903
|
"optional": true,
|
|
@@ -50915,7 +50915,7 @@
|
|
|
50915
50915
|
"immutable": true,
|
|
50916
50916
|
"locationInModule": {
|
|
50917
50917
|
"filename": "src/javascript/node-project.ts",
|
|
50918
|
-
"line":
|
|
50918
|
+
"line": 163
|
|
50919
50919
|
},
|
|
50920
50920
|
"name": "codeCov",
|
|
50921
50921
|
"optional": true,
|
|
@@ -50933,7 +50933,7 @@
|
|
|
50933
50933
|
"immutable": true,
|
|
50934
50934
|
"locationInModule": {
|
|
50935
50935
|
"filename": "src/javascript/node-project.ts",
|
|
50936
|
-
"line":
|
|
50936
|
+
"line": 170
|
|
50937
50937
|
},
|
|
50938
50938
|
"name": "codeCovTokenSecret",
|
|
50939
50939
|
"optional": true,
|
|
@@ -50951,7 +50951,7 @@
|
|
|
50951
50951
|
"immutable": true,
|
|
50952
50952
|
"locationInModule": {
|
|
50953
50953
|
"filename": "src/javascript/node-project.ts",
|
|
50954
|
-
"line":
|
|
50954
|
+
"line": 111
|
|
50955
50955
|
},
|
|
50956
50956
|
"name": "copyrightOwner",
|
|
50957
50957
|
"optional": true,
|
|
@@ -50969,7 +50969,7 @@
|
|
|
50969
50969
|
"immutable": true,
|
|
50970
50970
|
"locationInModule": {
|
|
50971
50971
|
"filename": "src/javascript/node-project.ts",
|
|
50972
|
-
"line":
|
|
50972
|
+
"line": 118
|
|
50973
50973
|
},
|
|
50974
50974
|
"name": "copyrightPeriod",
|
|
50975
50975
|
"optional": true,
|
|
@@ -50988,7 +50988,7 @@
|
|
|
50988
50988
|
"immutable": true,
|
|
50989
50989
|
"locationInModule": {
|
|
50990
50990
|
"filename": "src/javascript/node-project.ts",
|
|
50991
|
-
"line":
|
|
50991
|
+
"line": 236
|
|
50992
50992
|
},
|
|
50993
50993
|
"name": "dependabot",
|
|
50994
50994
|
"optional": true,
|
|
@@ -51006,7 +51006,7 @@
|
|
|
51006
51006
|
"immutable": true,
|
|
51007
51007
|
"locationInModule": {
|
|
51008
51008
|
"filename": "src/javascript/node-project.ts",
|
|
51009
|
-
"line":
|
|
51009
|
+
"line": 243
|
|
51010
51010
|
},
|
|
51011
51011
|
"name": "dependabotOptions",
|
|
51012
51012
|
"optional": true,
|
|
@@ -51025,7 +51025,7 @@
|
|
|
51025
51025
|
"immutable": true,
|
|
51026
51026
|
"locationInModule": {
|
|
51027
51027
|
"filename": "src/javascript/node-project.ts",
|
|
51028
|
-
"line":
|
|
51028
|
+
"line": 251
|
|
51029
51029
|
},
|
|
51030
51030
|
"name": "depsUpgrade",
|
|
51031
51031
|
"optional": true,
|
|
@@ -51043,7 +51043,7 @@
|
|
|
51043
51043
|
"immutable": true,
|
|
51044
51044
|
"locationInModule": {
|
|
51045
51045
|
"filename": "src/javascript/node-project.ts",
|
|
51046
|
-
"line":
|
|
51046
|
+
"line": 258
|
|
51047
51047
|
},
|
|
51048
51048
|
"name": "depsUpgradeOptions",
|
|
51049
51049
|
"optional": true,
|
|
@@ -51060,7 +51060,7 @@
|
|
|
51060
51060
|
"immutable": true,
|
|
51061
51061
|
"locationInModule": {
|
|
51062
51062
|
"filename": "src/javascript/node-project.ts",
|
|
51063
|
-
"line":
|
|
51063
|
+
"line": 319
|
|
51064
51064
|
},
|
|
51065
51065
|
"name": "gitignore",
|
|
51066
51066
|
"optional": true,
|
|
@@ -51083,7 +51083,7 @@
|
|
|
51083
51083
|
"immutable": true,
|
|
51084
51084
|
"locationInModule": {
|
|
51085
51085
|
"filename": "src/javascript/node-project.ts",
|
|
51086
|
-
"line":
|
|
51086
|
+
"line": 325
|
|
51087
51087
|
},
|
|
51088
51088
|
"name": "jest",
|
|
51089
51089
|
"optional": true,
|
|
@@ -51101,7 +51101,7 @@
|
|
|
51101
51101
|
"immutable": true,
|
|
51102
51102
|
"locationInModule": {
|
|
51103
51103
|
"filename": "src/javascript/node-project.ts",
|
|
51104
|
-
"line":
|
|
51104
|
+
"line": 331
|
|
51105
51105
|
},
|
|
51106
51106
|
"name": "jestOptions",
|
|
51107
51107
|
"optional": true,
|
|
@@ -51121,7 +51121,7 @@
|
|
|
51121
51121
|
"immutable": true,
|
|
51122
51122
|
"locationInModule": {
|
|
51123
51123
|
"filename": "src/javascript/node-project.ts",
|
|
51124
|
-
"line":
|
|
51124
|
+
"line": 155
|
|
51125
51125
|
},
|
|
51126
51126
|
"name": "mutableBuild",
|
|
51127
51127
|
"optional": true,
|
|
@@ -51139,7 +51139,7 @@
|
|
|
51139
51139
|
"immutable": true,
|
|
51140
51140
|
"locationInModule": {
|
|
51141
51141
|
"filename": "src/javascript/node-project.ts",
|
|
51142
|
-
"line":
|
|
51142
|
+
"line": 287
|
|
51143
51143
|
},
|
|
51144
51144
|
"name": "npmignore",
|
|
51145
51145
|
"optional": true,
|
|
@@ -51162,7 +51162,7 @@
|
|
|
51162
51162
|
"immutable": true,
|
|
51163
51163
|
"locationInModule": {
|
|
51164
51164
|
"filename": "src/javascript/node-project.ts",
|
|
51165
|
-
"line":
|
|
51165
|
+
"line": 276
|
|
51166
51166
|
},
|
|
51167
51167
|
"name": "npmignoreEnabled",
|
|
51168
51168
|
"optional": true,
|
|
@@ -51179,7 +51179,7 @@
|
|
|
51179
51179
|
"immutable": true,
|
|
51180
51180
|
"locationInModule": {
|
|
51181
51181
|
"filename": "src/javascript/node-project.ts",
|
|
51182
|
-
"line":
|
|
51182
|
+
"line": 281
|
|
51183
51183
|
},
|
|
51184
51184
|
"name": "npmIgnoreOptions",
|
|
51185
51185
|
"optional": true,
|
|
@@ -51197,7 +51197,7 @@
|
|
|
51197
51197
|
"immutable": true,
|
|
51198
51198
|
"locationInModule": {
|
|
51199
51199
|
"filename": "src/javascript/node-project.ts",
|
|
51200
|
-
"line":
|
|
51200
|
+
"line": 365
|
|
51201
51201
|
},
|
|
51202
51202
|
"name": "package",
|
|
51203
51203
|
"optional": true,
|
|
@@ -51215,7 +51215,7 @@
|
|
|
51215
51215
|
"immutable": true,
|
|
51216
51216
|
"locationInModule": {
|
|
51217
51217
|
"filename": "src/javascript/node-project.ts",
|
|
51218
|
-
"line":
|
|
51218
|
+
"line": 308
|
|
51219
51219
|
},
|
|
51220
51220
|
"name": "prettier",
|
|
51221
51221
|
"optional": true,
|
|
@@ -51233,7 +51233,7 @@
|
|
|
51233
51233
|
"immutable": true,
|
|
51234
51234
|
"locationInModule": {
|
|
51235
51235
|
"filename": "src/javascript/node-project.ts",
|
|
51236
|
-
"line":
|
|
51236
|
+
"line": 314
|
|
51237
51237
|
},
|
|
51238
51238
|
"name": "prettierOptions",
|
|
51239
51239
|
"optional": true,
|
|
@@ -51251,7 +51251,7 @@
|
|
|
51251
51251
|
"immutable": true,
|
|
51252
51252
|
"locationInModule": {
|
|
51253
51253
|
"filename": "src/javascript/node-project.ts",
|
|
51254
|
-
"line":
|
|
51254
|
+
"line": 132
|
|
51255
51255
|
},
|
|
51256
51256
|
"name": "projenDevDependency",
|
|
51257
51257
|
"optional": true,
|
|
@@ -51269,7 +51269,7 @@
|
|
|
51269
51269
|
"immutable": true,
|
|
51270
51270
|
"locationInModule": {
|
|
51271
51271
|
"filename": "src/javascript/node-project.ts",
|
|
51272
|
-
"line":
|
|
51272
|
+
"line": 339
|
|
51273
51273
|
},
|
|
51274
51274
|
"name": "projenrcJs",
|
|
51275
51275
|
"optional": true,
|
|
@@ -51287,7 +51287,7 @@
|
|
|
51287
51287
|
"immutable": true,
|
|
51288
51288
|
"locationInModule": {
|
|
51289
51289
|
"filename": "src/javascript/node-project.ts",
|
|
51290
|
-
"line":
|
|
51290
|
+
"line": 345
|
|
51291
51291
|
},
|
|
51292
51292
|
"name": "projenrcJsOptions",
|
|
51293
51293
|
"optional": true,
|
|
@@ -51305,7 +51305,7 @@
|
|
|
51305
51305
|
"immutable": true,
|
|
51306
51306
|
"locationInModule": {
|
|
51307
51307
|
"filename": "src/javascript/node-project.ts",
|
|
51308
|
-
"line":
|
|
51308
|
+
"line": 125
|
|
51309
51309
|
},
|
|
51310
51310
|
"name": "projenVersion",
|
|
51311
51311
|
"optional": true,
|
|
@@ -51323,7 +51323,7 @@
|
|
|
51323
51323
|
"immutable": true,
|
|
51324
51324
|
"locationInModule": {
|
|
51325
51325
|
"filename": "src/javascript/node-project.ts",
|
|
51326
|
-
"line":
|
|
51326
|
+
"line": 294
|
|
51327
51327
|
},
|
|
51328
51328
|
"name": "pullRequestTemplate",
|
|
51329
51329
|
"optional": true,
|
|
@@ -51341,7 +51341,7 @@
|
|
|
51341
51341
|
"immutable": true,
|
|
51342
51342
|
"locationInModule": {
|
|
51343
51343
|
"filename": "src/javascript/node-project.ts",
|
|
51344
|
-
"line":
|
|
51344
|
+
"line": 301
|
|
51345
51345
|
},
|
|
51346
51346
|
"name": "pullRequestTemplateContents",
|
|
51347
51347
|
"optional": true,
|
|
@@ -51364,7 +51364,7 @@
|
|
|
51364
51364
|
"immutable": true,
|
|
51365
51365
|
"locationInModule": {
|
|
51366
51366
|
"filename": "src/javascript/node-project.ts",
|
|
51367
|
-
"line":
|
|
51367
|
+
"line": 185
|
|
51368
51368
|
},
|
|
51369
51369
|
"name": "release",
|
|
51370
51370
|
"optional": true,
|
|
@@ -51382,7 +51382,7 @@
|
|
|
51382
51382
|
"immutable": true,
|
|
51383
51383
|
"locationInModule": {
|
|
51384
51384
|
"filename": "src/javascript/node-project.ts",
|
|
51385
|
-
"line":
|
|
51385
|
+
"line": 212
|
|
51386
51386
|
},
|
|
51387
51387
|
"name": "releaseToNpm",
|
|
51388
51388
|
"optional": true,
|
|
@@ -51401,7 +51401,7 @@
|
|
|
51401
51401
|
"immutable": true,
|
|
51402
51402
|
"locationInModule": {
|
|
51403
51403
|
"filename": "src/javascript/node-project.ts",
|
|
51404
|
-
"line":
|
|
51404
|
+
"line": 178
|
|
51405
51405
|
},
|
|
51406
51406
|
"name": "releaseWorkflow",
|
|
51407
51407
|
"optional": true,
|
|
@@ -51419,7 +51419,7 @@
|
|
|
51419
51419
|
"immutable": true,
|
|
51420
51420
|
"locationInModule": {
|
|
51421
51421
|
"filename": "src/javascript/node-project.ts",
|
|
51422
|
-
"line":
|
|
51422
|
+
"line": 199
|
|
51423
51423
|
},
|
|
51424
51424
|
"name": "workflowBootstrapSteps",
|
|
51425
51425
|
"optional": true,
|
|
@@ -51442,7 +51442,7 @@
|
|
|
51442
51442
|
"immutable": true,
|
|
51443
51443
|
"locationInModule": {
|
|
51444
51444
|
"filename": "src/javascript/node-project.ts",
|
|
51445
|
-
"line":
|
|
51445
|
+
"line": 206
|
|
51446
51446
|
},
|
|
51447
51447
|
"name": "workflowGitIdentity",
|
|
51448
51448
|
"optional": true,
|
|
@@ -51461,7 +51461,7 @@
|
|
|
51461
51461
|
"immutable": true,
|
|
51462
51462
|
"locationInModule": {
|
|
51463
51463
|
"filename": "src/javascript/node-project.ts",
|
|
51464
|
-
"line":
|
|
51464
|
+
"line": 221
|
|
51465
51465
|
},
|
|
51466
51466
|
"name": "workflowNodeVersion",
|
|
51467
51467
|
"optional": true,
|
|
@@ -51479,7 +51479,7 @@
|
|
|
51479
51479
|
"immutable": true,
|
|
51480
51480
|
"locationInModule": {
|
|
51481
51481
|
"filename": "src/javascript/node-project.ts",
|
|
51482
|
-
"line":
|
|
51482
|
+
"line": 228
|
|
51483
51483
|
},
|
|
51484
51484
|
"name": "workflowPackageCache",
|
|
51485
51485
|
"optional": true,
|
|
@@ -52790,7 +52790,7 @@
|
|
|
52790
52790
|
"kind": "interface",
|
|
52791
52791
|
"locationInModule": {
|
|
52792
52792
|
"filename": "src/javascript/node-project.ts",
|
|
52793
|
-
"line":
|
|
52793
|
+
"line": 1555
|
|
52794
52794
|
},
|
|
52795
52795
|
"name": "RenderWorkflowSetupOptions",
|
|
52796
52796
|
"namespace": "javascript",
|
|
@@ -52806,7 +52806,7 @@
|
|
|
52806
52806
|
"immutable": true,
|
|
52807
52807
|
"locationInModule": {
|
|
52808
52808
|
"filename": "src/javascript/node-project.ts",
|
|
52809
|
-
"line":
|
|
52809
|
+
"line": 1564
|
|
52810
52810
|
},
|
|
52811
52811
|
"name": "installStepConfiguration",
|
|
52812
52812
|
"optional": true,
|
|
@@ -52824,7 +52824,7 @@
|
|
|
52824
52824
|
"immutable": true,
|
|
52825
52825
|
"locationInModule": {
|
|
52826
52826
|
"filename": "src/javascript/node-project.ts",
|
|
52827
|
-
"line":
|
|
52827
|
+
"line": 1569
|
|
52828
52828
|
},
|
|
52829
52829
|
"name": "mutable",
|
|
52830
52830
|
"optional": true,
|
|
@@ -55008,7 +55008,7 @@
|
|
|
55008
55008
|
},
|
|
55009
55009
|
"locationInModule": {
|
|
55010
55010
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55011
|
-
"line":
|
|
55011
|
+
"line": 200
|
|
55012
55012
|
},
|
|
55013
55013
|
"parameters": [
|
|
55014
55014
|
{
|
|
@@ -55029,7 +55029,7 @@
|
|
|
55029
55029
|
"kind": "class",
|
|
55030
55030
|
"locationInModule": {
|
|
55031
55031
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55032
|
-
"line":
|
|
55032
|
+
"line": 166
|
|
55033
55033
|
},
|
|
55034
55034
|
"methods": [
|
|
55035
55035
|
{
|
|
@@ -55039,7 +55039,7 @@
|
|
|
55039
55039
|
},
|
|
55040
55040
|
"locationInModule": {
|
|
55041
55041
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55042
|
-
"line":
|
|
55042
|
+
"line": 317
|
|
55043
55043
|
},
|
|
55044
55044
|
"name": "addPostBuildSteps",
|
|
55045
55045
|
"parameters": [
|
|
@@ -55068,7 +55068,7 @@
|
|
|
55068
55068
|
"immutable": true,
|
|
55069
55069
|
"locationInModule": {
|
|
55070
55070
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55071
|
-
"line":
|
|
55071
|
+
"line": 190
|
|
55072
55072
|
},
|
|
55073
55073
|
"name": "postUpgradeTask",
|
|
55074
55074
|
"type": {
|
|
@@ -55082,7 +55082,7 @@
|
|
|
55082
55082
|
"immutable": true,
|
|
55083
55083
|
"locationInModule": {
|
|
55084
55084
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55085
|
-
"line":
|
|
55085
|
+
"line": 172
|
|
55086
55086
|
},
|
|
55087
55087
|
"name": "project",
|
|
55088
55088
|
"overrides": "projen.Component",
|
|
@@ -55098,7 +55098,7 @@
|
|
|
55098
55098
|
"immutable": true,
|
|
55099
55099
|
"locationInModule": {
|
|
55100
55100
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55101
|
-
"line":
|
|
55101
|
+
"line": 185
|
|
55102
55102
|
},
|
|
55103
55103
|
"name": "upgradeTask",
|
|
55104
55104
|
"type": {
|
|
@@ -55114,7 +55114,7 @@
|
|
|
55114
55114
|
"immutable": true,
|
|
55115
55115
|
"locationInModule": {
|
|
55116
55116
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55117
|
-
"line":
|
|
55117
|
+
"line": 170
|
|
55118
55118
|
},
|
|
55119
55119
|
"name": "workflows",
|
|
55120
55120
|
"type": {
|
|
@@ -55133,7 +55133,7 @@
|
|
|
55133
55133
|
},
|
|
55134
55134
|
"locationInModule": {
|
|
55135
55135
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55136
|
-
"line":
|
|
55136
|
+
"line": 180
|
|
55137
55137
|
},
|
|
55138
55138
|
"name": "containerOptions",
|
|
55139
55139
|
"optional": true,
|
|
@@ -55155,7 +55155,7 @@
|
|
|
55155
55155
|
"kind": "interface",
|
|
55156
55156
|
"locationInModule": {
|
|
55157
55157
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55158
|
-
"line":
|
|
55158
|
+
"line": 40
|
|
55159
55159
|
},
|
|
55160
55160
|
"name": "UpgradeDependenciesOptions",
|
|
55161
55161
|
"namespace": "javascript",
|
|
@@ -55172,7 +55172,7 @@
|
|
|
55172
55172
|
"immutable": true,
|
|
55173
55173
|
"locationInModule": {
|
|
55174
55174
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55175
|
-
"line":
|
|
55175
|
+
"line": 160
|
|
55176
55176
|
},
|
|
55177
55177
|
"name": "cooldown",
|
|
55178
55178
|
"optional": true,
|
|
@@ -55190,7 +55190,7 @@
|
|
|
55190
55190
|
"immutable": true,
|
|
55191
55191
|
"locationInModule": {
|
|
55192
55192
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55193
|
-
"line":
|
|
55193
|
+
"line": 46
|
|
55194
55194
|
},
|
|
55195
55195
|
"name": "exclude",
|
|
55196
55196
|
"optional": true,
|
|
@@ -55213,7 +55213,7 @@
|
|
|
55213
55213
|
"immutable": true,
|
|
55214
55214
|
"locationInModule": {
|
|
55215
55215
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55216
|
-
"line":
|
|
55216
|
+
"line": 53
|
|
55217
55217
|
},
|
|
55218
55218
|
"name": "include",
|
|
55219
55219
|
"optional": true,
|
|
@@ -55238,7 +55238,7 @@
|
|
|
55238
55238
|
"immutable": true,
|
|
55239
55239
|
"locationInModule": {
|
|
55240
55240
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55241
|
-
"line":
|
|
55241
|
+
"line": 85
|
|
55242
55242
|
},
|
|
55243
55243
|
"name": "includeDeprecatedVersions",
|
|
55244
55244
|
"optional": true,
|
|
@@ -55256,7 +55256,7 @@
|
|
|
55256
55256
|
"immutable": true,
|
|
55257
55257
|
"locationInModule": {
|
|
55258
55258
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55259
|
-
"line":
|
|
55259
|
+
"line": 118
|
|
55260
55260
|
},
|
|
55261
55261
|
"name": "pullRequestTitle",
|
|
55262
55262
|
"optional": true,
|
|
@@ -55276,7 +55276,7 @@
|
|
|
55276
55276
|
"immutable": true,
|
|
55277
55277
|
"locationInModule": {
|
|
55278
55278
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55279
|
-
"line":
|
|
55279
|
+
"line": 74
|
|
55280
55280
|
},
|
|
55281
55281
|
"name": "satisfyPeerDependencies",
|
|
55282
55282
|
"optional": true,
|
|
@@ -55294,7 +55294,7 @@
|
|
|
55294
55294
|
"immutable": true,
|
|
55295
55295
|
"locationInModule": {
|
|
55296
55296
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55297
|
-
"line":
|
|
55297
|
+
"line": 125
|
|
55298
55298
|
},
|
|
55299
55299
|
"name": "semanticCommit",
|
|
55300
55300
|
"optional": true,
|
|
@@ -55312,7 +55312,7 @@
|
|
|
55312
55312
|
"immutable": true,
|
|
55313
55313
|
"locationInModule": {
|
|
55314
55314
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55315
|
-
"line":
|
|
55315
|
+
"line": 132
|
|
55316
55316
|
},
|
|
55317
55317
|
"name": "signoff",
|
|
55318
55318
|
"optional": true,
|
|
@@ -55331,7 +55331,7 @@
|
|
|
55331
55331
|
"immutable": true,
|
|
55332
55332
|
"locationInModule": {
|
|
55333
55333
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55334
|
-
"line":
|
|
55334
|
+
"line": 62
|
|
55335
55335
|
},
|
|
55336
55336
|
"name": "target",
|
|
55337
55337
|
"optional": true,
|
|
@@ -55350,7 +55350,7 @@
|
|
|
55350
55350
|
"immutable": true,
|
|
55351
55351
|
"locationInModule": {
|
|
55352
55352
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55353
|
-
"line":
|
|
55353
|
+
"line": 111
|
|
55354
55354
|
},
|
|
55355
55355
|
"name": "taskName",
|
|
55356
55356
|
"optional": true,
|
|
@@ -55368,7 +55368,7 @@
|
|
|
55368
55368
|
"immutable": true,
|
|
55369
55369
|
"locationInModule": {
|
|
55370
55370
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55371
|
-
"line":
|
|
55371
|
+
"line": 139
|
|
55372
55372
|
},
|
|
55373
55373
|
"name": "types",
|
|
55374
55374
|
"optional": true,
|
|
@@ -55392,7 +55392,7 @@
|
|
|
55392
55392
|
"immutable": true,
|
|
55393
55393
|
"locationInModule": {
|
|
55394
55394
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55395
|
-
"line":
|
|
55395
|
+
"line": 96
|
|
55396
55396
|
},
|
|
55397
55397
|
"name": "workflow",
|
|
55398
55398
|
"optional": true,
|
|
@@ -55411,7 +55411,7 @@
|
|
|
55411
55411
|
"immutable": true,
|
|
55412
55412
|
"locationInModule": {
|
|
55413
55413
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55414
|
-
"line":
|
|
55414
|
+
"line": 103
|
|
55415
55415
|
},
|
|
55416
55416
|
"name": "workflowOptions",
|
|
55417
55417
|
"optional": true,
|
|
@@ -55432,7 +55432,7 @@
|
|
|
55432
55432
|
"kind": "class",
|
|
55433
55433
|
"locationInModule": {
|
|
55434
55434
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55435
|
-
"line":
|
|
55435
|
+
"line": 759
|
|
55436
55436
|
},
|
|
55437
55437
|
"methods": [
|
|
55438
55438
|
{
|
|
@@ -55442,7 +55442,7 @@
|
|
|
55442
55442
|
},
|
|
55443
55443
|
"locationInModule": {
|
|
55444
55444
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55445
|
-
"line":
|
|
55445
|
+
"line": 794
|
|
55446
55446
|
},
|
|
55447
55447
|
"name": "expressions",
|
|
55448
55448
|
"parameters": [
|
|
@@ -55478,7 +55478,7 @@
|
|
|
55478
55478
|
"immutable": true,
|
|
55479
55479
|
"locationInModule": {
|
|
55480
55480
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55481
|
-
"line":
|
|
55481
|
+
"line": 768
|
|
55482
55482
|
},
|
|
55483
55483
|
"name": "DAILY",
|
|
55484
55484
|
"static": true,
|
|
@@ -55495,7 +55495,7 @@
|
|
|
55495
55495
|
"immutable": true,
|
|
55496
55496
|
"locationInModule": {
|
|
55497
55497
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55498
|
-
"line":
|
|
55498
|
+
"line": 787
|
|
55499
55499
|
},
|
|
55500
55500
|
"name": "MONTHLY",
|
|
55501
55501
|
"static": true,
|
|
@@ -55512,7 +55512,7 @@
|
|
|
55512
55512
|
"immutable": true,
|
|
55513
55513
|
"locationInModule": {
|
|
55514
55514
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55515
|
-
"line":
|
|
55515
|
+
"line": 763
|
|
55516
55516
|
},
|
|
55517
55517
|
"name": "NEVER",
|
|
55518
55518
|
"static": true,
|
|
@@ -55529,7 +55529,7 @@
|
|
|
55529
55529
|
"immutable": true,
|
|
55530
55530
|
"locationInModule": {
|
|
55531
55531
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55532
|
-
"line":
|
|
55532
|
+
"line": 773
|
|
55533
55533
|
},
|
|
55534
55534
|
"name": "WEEKDAY",
|
|
55535
55535
|
"static": true,
|
|
@@ -55546,7 +55546,7 @@
|
|
|
55546
55546
|
"immutable": true,
|
|
55547
55547
|
"locationInModule": {
|
|
55548
55548
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55549
|
-
"line":
|
|
55549
|
+
"line": 780
|
|
55550
55550
|
},
|
|
55551
55551
|
"name": "WEEKLY",
|
|
55552
55552
|
"static": true,
|
|
@@ -55561,7 +55561,7 @@
|
|
|
55561
55561
|
"immutable": true,
|
|
55562
55562
|
"locationInModule": {
|
|
55563
55563
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55564
|
-
"line":
|
|
55564
|
+
"line": 798
|
|
55565
55565
|
},
|
|
55566
55566
|
"name": "cron",
|
|
55567
55567
|
"type": {
|
|
@@ -55587,7 +55587,7 @@
|
|
|
55587
55587
|
"kind": "interface",
|
|
55588
55588
|
"locationInModule": {
|
|
55589
55589
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55590
|
-
"line":
|
|
55590
|
+
"line": 671
|
|
55591
55591
|
},
|
|
55592
55592
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
55593
55593
|
"namespace": "javascript",
|
|
@@ -55602,7 +55602,7 @@
|
|
|
55602
55602
|
"immutable": true,
|
|
55603
55603
|
"locationInModule": {
|
|
55604
55604
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55605
|
-
"line":
|
|
55605
|
+
"line": 704
|
|
55606
55606
|
},
|
|
55607
55607
|
"name": "assignees",
|
|
55608
55608
|
"optional": true,
|
|
@@ -55625,7 +55625,7 @@
|
|
|
55625
55625
|
"immutable": true,
|
|
55626
55626
|
"locationInModule": {
|
|
55627
55627
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55628
|
-
"line":
|
|
55628
|
+
"line": 718
|
|
55629
55629
|
},
|
|
55630
55630
|
"name": "branches",
|
|
55631
55631
|
"optional": true,
|
|
@@ -55648,7 +55648,7 @@
|
|
|
55648
55648
|
"immutable": true,
|
|
55649
55649
|
"locationInModule": {
|
|
55650
55650
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55651
|
-
"line":
|
|
55651
|
+
"line": 711
|
|
55652
55652
|
},
|
|
55653
55653
|
"name": "container",
|
|
55654
55654
|
"optional": true,
|
|
@@ -55666,7 +55666,7 @@
|
|
|
55666
55666
|
"immutable": true,
|
|
55667
55667
|
"locationInModule": {
|
|
55668
55668
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55669
|
-
"line":
|
|
55669
|
+
"line": 753
|
|
55670
55670
|
},
|
|
55671
55671
|
"name": "env",
|
|
55672
55672
|
"optional": true,
|
|
@@ -55689,7 +55689,7 @@
|
|
|
55689
55689
|
"immutable": true,
|
|
55690
55690
|
"locationInModule": {
|
|
55691
55691
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55692
|
-
"line":
|
|
55692
|
+
"line": 724
|
|
55693
55693
|
},
|
|
55694
55694
|
"name": "gitIdentity",
|
|
55695
55695
|
"optional": true,
|
|
@@ -55707,7 +55707,7 @@
|
|
|
55707
55707
|
"immutable": true,
|
|
55708
55708
|
"locationInModule": {
|
|
55709
55709
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55710
|
-
"line":
|
|
55710
|
+
"line": 697
|
|
55711
55711
|
},
|
|
55712
55712
|
"name": "labels",
|
|
55713
55713
|
"optional": true,
|
|
@@ -55730,7 +55730,7 @@
|
|
|
55730
55730
|
"immutable": true,
|
|
55731
55731
|
"locationInModule": {
|
|
55732
55732
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55733
|
-
"line":
|
|
55733
|
+
"line": 746
|
|
55734
55734
|
},
|
|
55735
55735
|
"name": "permissions",
|
|
55736
55736
|
"optional": true,
|
|
@@ -55750,7 +55750,7 @@
|
|
|
55750
55750
|
"immutable": true,
|
|
55751
55751
|
"locationInModule": {
|
|
55752
55752
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55753
|
-
"line":
|
|
55753
|
+
"line": 690
|
|
55754
55754
|
},
|
|
55755
55755
|
"name": "projenCredentials",
|
|
55756
55756
|
"optional": true,
|
|
@@ -55772,7 +55772,7 @@
|
|
|
55772
55772
|
"immutable": true,
|
|
55773
55773
|
"locationInModule": {
|
|
55774
55774
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55775
|
-
"line":
|
|
55775
|
+
"line": 732
|
|
55776
55776
|
},
|
|
55777
55777
|
"name": "runsOn",
|
|
55778
55778
|
"optional": true,
|
|
@@ -55798,7 +55798,7 @@
|
|
|
55798
55798
|
"immutable": true,
|
|
55799
55799
|
"locationInModule": {
|
|
55800
55800
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55801
|
-
"line":
|
|
55801
|
+
"line": 739
|
|
55802
55802
|
},
|
|
55803
55803
|
"name": "runsOnGroup",
|
|
55804
55804
|
"optional": true,
|
|
@@ -55816,7 +55816,7 @@
|
|
|
55816
55816
|
"immutable": true,
|
|
55817
55817
|
"locationInModule": {
|
|
55818
55818
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
55819
|
-
"line":
|
|
55819
|
+
"line": 677
|
|
55820
55820
|
},
|
|
55821
55821
|
"name": "schedule",
|
|
55822
55822
|
"optional": true,
|
|
@@ -81955,6 +81955,6 @@
|
|
|
81955
81955
|
"usedFeatures": [
|
|
81956
81956
|
"class-covariant-overrides"
|
|
81957
81957
|
],
|
|
81958
|
-
"version": "0.99.
|
|
81959
|
-
"fingerprint": "
|
|
81958
|
+
"version": "0.99.50",
|
|
81959
|
+
"fingerprint": "WpUDdwS/eLkaZRIYphGFqkCtqQZ3kUhABazAM5XVGto="
|
|
81960
81960
|
}
|