projen 0.98.6 → 0.98.8
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 +345 -173
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +5 -5
- 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 +3 -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-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-config.d.ts +1 -1
- package/lib/javascript/biome/biome-config.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 +16 -17
- package/lib/javascript/node-project.d.ts +64 -0
- package/lib/javascript/node-project.js +135 -26
- 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.d.ts +25 -1
- package/lib/javascript/upgrade-dependencies.js +113 -39
- package/lib/javascript/util.d.ts +13 -0
- package/lib/javascript/util.js +24 -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/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 +10 -2
- package/lib/release/release.js +16 -4
- 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 +7 -6
package/.jsii
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"stability": "experimental"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/projen/projen.git",
|
|
64
|
-
"jsiiVersion": "5.9.
|
|
64
|
+
"jsiiVersion": "5.9.11 (build e3d2007)",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"cdk",
|
|
67
67
|
"cicd",
|
|
@@ -42175,6 +42175,81 @@
|
|
|
42175
42175
|
"namespace": "javascript",
|
|
42176
42176
|
"symbolId": "src/javascript/prettier:ArrowParens"
|
|
42177
42177
|
},
|
|
42178
|
+
"projen.javascript.AuditOptions": {
|
|
42179
|
+
"assembly": "projen",
|
|
42180
|
+
"datatype": true,
|
|
42181
|
+
"docs": {
|
|
42182
|
+
"stability": "experimental",
|
|
42183
|
+
"summary": "Options for security audit configuration."
|
|
42184
|
+
},
|
|
42185
|
+
"fqn": "projen.javascript.AuditOptions",
|
|
42186
|
+
"kind": "interface",
|
|
42187
|
+
"locationInModule": {
|
|
42188
|
+
"filename": "src/javascript/node-project.ts",
|
|
42189
|
+
"line": 65
|
|
42190
|
+
},
|
|
42191
|
+
"name": "AuditOptions",
|
|
42192
|
+
"namespace": "javascript",
|
|
42193
|
+
"properties": [
|
|
42194
|
+
{
|
|
42195
|
+
"abstract": true,
|
|
42196
|
+
"docs": {
|
|
42197
|
+
"default": "\"high\"",
|
|
42198
|
+
"stability": "experimental",
|
|
42199
|
+
"summary": "Minimum vulnerability level to check for during audit."
|
|
42200
|
+
},
|
|
42201
|
+
"immutable": true,
|
|
42202
|
+
"locationInModule": {
|
|
42203
|
+
"filename": "src/javascript/node-project.ts",
|
|
42204
|
+
"line": 70
|
|
42205
|
+
},
|
|
42206
|
+
"name": "level",
|
|
42207
|
+
"optional": true,
|
|
42208
|
+
"type": {
|
|
42209
|
+
"primitive": "string"
|
|
42210
|
+
}
|
|
42211
|
+
},
|
|
42212
|
+
{
|
|
42213
|
+
"abstract": true,
|
|
42214
|
+
"docs": {
|
|
42215
|
+
"default": "false",
|
|
42216
|
+
"remarks": "When false, both production and development dependencies are audited.\nThis is recommended as build dependencies can also contain security vulnerabilities.",
|
|
42217
|
+
"stability": "experimental",
|
|
42218
|
+
"summary": "Only audit production dependencies."
|
|
42219
|
+
},
|
|
42220
|
+
"immutable": true,
|
|
42221
|
+
"locationInModule": {
|
|
42222
|
+
"filename": "src/javascript/node-project.ts",
|
|
42223
|
+
"line": 80
|
|
42224
|
+
},
|
|
42225
|
+
"name": "prodOnly",
|
|
42226
|
+
"optional": true,
|
|
42227
|
+
"type": {
|
|
42228
|
+
"primitive": "boolean"
|
|
42229
|
+
}
|
|
42230
|
+
},
|
|
42231
|
+
{
|
|
42232
|
+
"abstract": true,
|
|
42233
|
+
"docs": {
|
|
42234
|
+
"default": "\"build\"",
|
|
42235
|
+
"remarks": "- \"build\": Run during every build (default)\n- \"release\": Only run during release workflow\n- \"manual\": Create the task but don't run it automatically",
|
|
42236
|
+
"stability": "experimental",
|
|
42237
|
+
"summary": "When to run the audit task."
|
|
42238
|
+
},
|
|
42239
|
+
"immutable": true,
|
|
42240
|
+
"locationInModule": {
|
|
42241
|
+
"filename": "src/javascript/node-project.ts",
|
|
42242
|
+
"line": 91
|
|
42243
|
+
},
|
|
42244
|
+
"name": "runOn",
|
|
42245
|
+
"optional": true,
|
|
42246
|
+
"type": {
|
|
42247
|
+
"primitive": "string"
|
|
42248
|
+
}
|
|
42249
|
+
}
|
|
42250
|
+
],
|
|
42251
|
+
"symbolId": "src/javascript/node-project:AuditOptions"
|
|
42252
|
+
},
|
|
42178
42253
|
"projen.javascript.AutoRelease": {
|
|
42179
42254
|
"assembly": "projen",
|
|
42180
42255
|
"docs": {
|
|
@@ -42185,7 +42260,7 @@
|
|
|
42185
42260
|
"kind": "enum",
|
|
42186
42261
|
"locationInModule": {
|
|
42187
42262
|
"filename": "src/javascript/node-project.ts",
|
|
42188
|
-
"line":
|
|
42263
|
+
"line": 426
|
|
42189
42264
|
},
|
|
42190
42265
|
"members": [
|
|
42191
42266
|
{
|
|
@@ -42485,7 +42560,7 @@
|
|
|
42485
42560
|
"kind": "interface",
|
|
42486
42561
|
"locationInModule": {
|
|
42487
42562
|
"filename": "src/javascript/node-project.ts",
|
|
42488
|
-
"line":
|
|
42563
|
+
"line": 410
|
|
42489
42564
|
},
|
|
42490
42565
|
"name": "BuildWorkflowOptions",
|
|
42491
42566
|
"namespace": "javascript",
|
|
@@ -42501,7 +42576,7 @@
|
|
|
42501
42576
|
"immutable": true,
|
|
42502
42577
|
"locationInModule": {
|
|
42503
42578
|
"filename": "src/javascript/node-project.ts",
|
|
42504
|
-
"line":
|
|
42579
|
+
"line": 420
|
|
42505
42580
|
},
|
|
42506
42581
|
"name": "mutableBuild",
|
|
42507
42582
|
"optional": true,
|
|
@@ -48367,7 +48442,7 @@
|
|
|
48367
48442
|
},
|
|
48368
48443
|
"locationInModule": {
|
|
48369
48444
|
"filename": "src/javascript/node-project.ts",
|
|
48370
|
-
"line":
|
|
48445
|
+
"line": 573
|
|
48371
48446
|
},
|
|
48372
48447
|
"parameters": [
|
|
48373
48448
|
{
|
|
@@ -48381,7 +48456,7 @@
|
|
|
48381
48456
|
"kind": "class",
|
|
48382
48457
|
"locationInModule": {
|
|
48383
48458
|
"filename": "src/javascript/node-project.ts",
|
|
48384
|
-
"line":
|
|
48459
|
+
"line": 443
|
|
48385
48460
|
},
|
|
48386
48461
|
"methods": [
|
|
48387
48462
|
{
|
|
@@ -48390,7 +48465,7 @@
|
|
|
48390
48465
|
},
|
|
48391
48466
|
"locationInModule": {
|
|
48392
48467
|
"filename": "src/javascript/node-project.ts",
|
|
48393
|
-
"line":
|
|
48468
|
+
"line": 1030
|
|
48394
48469
|
},
|
|
48395
48470
|
"name": "addBins",
|
|
48396
48471
|
"parameters": [
|
|
@@ -48415,7 +48490,7 @@
|
|
|
48415
48490
|
},
|
|
48416
48491
|
"locationInModule": {
|
|
48417
48492
|
"filename": "src/javascript/node-project.ts",
|
|
48418
|
-
"line":
|
|
48493
|
+
"line": 1315
|
|
48419
48494
|
},
|
|
48420
48495
|
"name": "addBundledDeps",
|
|
48421
48496
|
"parameters": [
|
|
@@ -48441,7 +48516,7 @@
|
|
|
48441
48516
|
},
|
|
48442
48517
|
"locationInModule": {
|
|
48443
48518
|
"filename": "src/javascript/node-project.ts",
|
|
48444
|
-
"line":
|
|
48519
|
+
"line": 1075
|
|
48445
48520
|
},
|
|
48446
48521
|
"name": "addCompileCommand",
|
|
48447
48522
|
"parameters": [
|
|
@@ -48462,7 +48537,7 @@
|
|
|
48462
48537
|
},
|
|
48463
48538
|
"locationInModule": {
|
|
48464
48539
|
"filename": "src/javascript/node-project.ts",
|
|
48465
|
-
"line":
|
|
48540
|
+
"line": 1269
|
|
48466
48541
|
},
|
|
48467
48542
|
"name": "addDeps",
|
|
48468
48543
|
"parameters": [
|
|
@@ -48487,7 +48562,7 @@
|
|
|
48487
48562
|
},
|
|
48488
48563
|
"locationInModule": {
|
|
48489
48564
|
"filename": "src/javascript/node-project.ts",
|
|
48490
|
-
"line":
|
|
48565
|
+
"line": 1282
|
|
48491
48566
|
},
|
|
48492
48567
|
"name": "addDevDeps",
|
|
48493
48568
|
"parameters": [
|
|
@@ -48512,7 +48587,7 @@
|
|
|
48512
48587
|
},
|
|
48513
48588
|
"locationInModule": {
|
|
48514
48589
|
"filename": "src/javascript/node-project.ts",
|
|
48515
|
-
"line":
|
|
48590
|
+
"line": 1095
|
|
48516
48591
|
},
|
|
48517
48592
|
"name": "addFields",
|
|
48518
48593
|
"parameters": [
|
|
@@ -48539,7 +48614,7 @@
|
|
|
48539
48614
|
},
|
|
48540
48615
|
"locationInModule": {
|
|
48541
48616
|
"filename": "src/javascript/node-project.ts",
|
|
48542
|
-
"line":
|
|
48617
|
+
"line": 1105
|
|
48543
48618
|
},
|
|
48544
48619
|
"name": "addKeywords",
|
|
48545
48620
|
"parameters": [
|
|
@@ -48566,7 +48641,7 @@
|
|
|
48566
48641
|
},
|
|
48567
48642
|
"locationInModule": {
|
|
48568
48643
|
"filename": "src/javascript/node-project.ts",
|
|
48569
|
-
"line":
|
|
48644
|
+
"line": 1327
|
|
48570
48645
|
},
|
|
48571
48646
|
"name": "addPackageIgnore",
|
|
48572
48647
|
"overrides": "projen.Project",
|
|
@@ -48590,7 +48665,7 @@
|
|
|
48590
48665
|
},
|
|
48591
48666
|
"locationInModule": {
|
|
48592
48667
|
"filename": "src/javascript/node-project.ts",
|
|
48593
|
-
"line":
|
|
48668
|
+
"line": 1299
|
|
48594
48669
|
},
|
|
48595
48670
|
"name": "addPeerDeps",
|
|
48596
48671
|
"parameters": [
|
|
@@ -48615,7 +48690,7 @@
|
|
|
48615
48690
|
},
|
|
48616
48691
|
"locationInModule": {
|
|
48617
48692
|
"filename": "src/javascript/node-project.ts",
|
|
48618
|
-
"line":
|
|
48693
|
+
"line": 1048
|
|
48619
48694
|
},
|
|
48620
48695
|
"name": "addScripts",
|
|
48621
48696
|
"parameters": [
|
|
@@ -48643,7 +48718,7 @@
|
|
|
48643
48718
|
},
|
|
48644
48719
|
"locationInModule": {
|
|
48645
48720
|
"filename": "src/javascript/node-project.ts",
|
|
48646
|
-
"line":
|
|
48721
|
+
"line": 1085
|
|
48647
48722
|
},
|
|
48648
48723
|
"name": "addTestCommand",
|
|
48649
48724
|
"parameters": [
|
|
@@ -48665,7 +48740,7 @@
|
|
|
48665
48740
|
},
|
|
48666
48741
|
"locationInModule": {
|
|
48667
48742
|
"filename": "src/javascript/node-project.ts",
|
|
48668
|
-
"line":
|
|
48743
|
+
"line": 1067
|
|
48669
48744
|
},
|
|
48670
48745
|
"name": "hasScript",
|
|
48671
48746
|
"parameters": [
|
|
@@ -48692,7 +48767,7 @@
|
|
|
48692
48767
|
},
|
|
48693
48768
|
"locationInModule": {
|
|
48694
48769
|
"filename": "src/javascript/node-project.ts",
|
|
48695
|
-
"line":
|
|
48770
|
+
"line": 1058
|
|
48696
48771
|
},
|
|
48697
48772
|
"name": "removeScript",
|
|
48698
48773
|
"parameters": [
|
|
@@ -48715,7 +48790,7 @@
|
|
|
48715
48790
|
},
|
|
48716
48791
|
"locationInModule": {
|
|
48717
48792
|
"filename": "src/javascript/node-project.ts",
|
|
48718
|
-
"line":
|
|
48793
|
+
"line": 1195
|
|
48719
48794
|
},
|
|
48720
48795
|
"name": "renderWorkflowSetup",
|
|
48721
48796
|
"parameters": [
|
|
@@ -48749,7 +48824,7 @@
|
|
|
48749
48824
|
},
|
|
48750
48825
|
"locationInModule": {
|
|
48751
48826
|
"filename": "src/javascript/node-project.ts",
|
|
48752
|
-
"line":
|
|
48827
|
+
"line": 1400
|
|
48753
48828
|
},
|
|
48754
48829
|
"name": "runTaskCommand",
|
|
48755
48830
|
"overrides": "projen.Project",
|
|
@@ -48777,7 +48852,7 @@
|
|
|
48777
48852
|
},
|
|
48778
48853
|
"locationInModule": {
|
|
48779
48854
|
"filename": "src/javascript/node-project.ts",
|
|
48780
|
-
"line":
|
|
48855
|
+
"line": 1040
|
|
48781
48856
|
},
|
|
48782
48857
|
"name": "setScript",
|
|
48783
48858
|
"parameters": [
|
|
@@ -48813,7 +48888,7 @@
|
|
|
48813
48888
|
"immutable": true,
|
|
48814
48889
|
"locationInModule": {
|
|
48815
48890
|
"filename": "src/javascript/node-project.ts",
|
|
48816
|
-
"line":
|
|
48891
|
+
"line": 468
|
|
48817
48892
|
},
|
|
48818
48893
|
"name": "allowLibraryDependencies",
|
|
48819
48894
|
"type": {
|
|
@@ -48829,7 +48904,7 @@
|
|
|
48829
48904
|
"immutable": true,
|
|
48830
48905
|
"locationInModule": {
|
|
48831
48906
|
"filename": "src/javascript/node-project.ts",
|
|
48832
|
-
"line":
|
|
48907
|
+
"line": 555
|
|
48833
48908
|
},
|
|
48834
48909
|
"name": "artifactsDirectory",
|
|
48835
48910
|
"type": {
|
|
@@ -48844,7 +48919,7 @@
|
|
|
48844
48919
|
"immutable": true,
|
|
48845
48920
|
"locationInModule": {
|
|
48846
48921
|
"filename": "src/javascript/node-project.ts",
|
|
48847
|
-
"line":
|
|
48922
|
+
"line": 560
|
|
48848
48923
|
},
|
|
48849
48924
|
"name": "artifactsJavascriptDirectory",
|
|
48850
48925
|
"type": {
|
|
@@ -48858,7 +48933,7 @@
|
|
|
48858
48933
|
"immutable": true,
|
|
48859
48934
|
"locationInModule": {
|
|
48860
48935
|
"filename": "src/javascript/node-project.ts",
|
|
48861
|
-
"line":
|
|
48936
|
+
"line": 548
|
|
48862
48937
|
},
|
|
48863
48938
|
"name": "bundler",
|
|
48864
48939
|
"type": {
|
|
@@ -48873,7 +48948,7 @@
|
|
|
48873
48948
|
"immutable": true,
|
|
48874
48949
|
"locationInModule": {
|
|
48875
48950
|
"filename": "src/javascript/node-project.ts",
|
|
48876
|
-
"line":
|
|
48951
|
+
"line": 475
|
|
48877
48952
|
},
|
|
48878
48953
|
"name": "entrypoint",
|
|
48879
48954
|
"type": {
|
|
@@ -48888,7 +48963,7 @@
|
|
|
48888
48963
|
"immutable": true,
|
|
48889
48964
|
"locationInModule": {
|
|
48890
48965
|
"filename": "src/javascript/node-project.ts",
|
|
48891
|
-
"line":
|
|
48966
|
+
"line": 544
|
|
48892
48967
|
},
|
|
48893
48968
|
"name": "manifest",
|
|
48894
48969
|
"type": {
|
|
@@ -48903,7 +48978,7 @@
|
|
|
48903
48978
|
"immutable": true,
|
|
48904
48979
|
"locationInModule": {
|
|
48905
48980
|
"filename": "src/javascript/node-project.ts",
|
|
48906
|
-
"line":
|
|
48981
|
+
"line": 457
|
|
48907
48982
|
},
|
|
48908
48983
|
"name": "npmrc",
|
|
48909
48984
|
"type": {
|
|
@@ -48918,7 +48993,7 @@
|
|
|
48918
48993
|
"immutable": true,
|
|
48919
48994
|
"locationInModule": {
|
|
48920
48995
|
"filename": "src/javascript/node-project.ts",
|
|
48921
|
-
"line":
|
|
48996
|
+
"line": 447
|
|
48922
48997
|
},
|
|
48923
48998
|
"name": "package",
|
|
48924
48999
|
"type": {
|
|
@@ -48934,7 +49009,7 @@
|
|
|
48934
49009
|
"immutable": true,
|
|
48935
49010
|
"locationInModule": {
|
|
48936
49011
|
"filename": "src/javascript/node-project.ts",
|
|
48937
|
-
"line":
|
|
49012
|
+
"line": 527
|
|
48938
49013
|
},
|
|
48939
49014
|
"name": "packageManager",
|
|
48940
49015
|
"type": {
|
|
@@ -48949,7 +49024,7 @@
|
|
|
48949
49024
|
"immutable": true,
|
|
48950
49025
|
"locationInModule": {
|
|
48951
49026
|
"filename": "src/javascript/node-project.ts",
|
|
48952
|
-
"line":
|
|
49027
|
+
"line": 534
|
|
48953
49028
|
},
|
|
48954
49029
|
"name": "runScriptCommand",
|
|
48955
49030
|
"type": {
|
|
@@ -48963,7 +49038,7 @@
|
|
|
48963
49038
|
"immutable": true,
|
|
48964
49039
|
"locationInModule": {
|
|
48965
49040
|
"filename": "src/javascript/node-project.ts",
|
|
48966
|
-
"line":
|
|
49041
|
+
"line": 567
|
|
48967
49042
|
},
|
|
48968
49043
|
"name": "workflowBootstrapSteps",
|
|
48969
49044
|
"protected": true,
|
|
@@ -48983,7 +49058,7 @@
|
|
|
48983
49058
|
"immutable": true,
|
|
48984
49059
|
"locationInModule": {
|
|
48985
49060
|
"filename": "src/javascript/node-project.ts",
|
|
48986
|
-
"line":
|
|
49061
|
+
"line": 569
|
|
48987
49062
|
},
|
|
48988
49063
|
"name": "workflowPackageCache",
|
|
48989
49064
|
"protected": true,
|
|
@@ -48999,7 +49074,7 @@
|
|
|
48999
49074
|
"immutable": true,
|
|
49000
49075
|
"locationInModule": {
|
|
49001
49076
|
"filename": "src/javascript/node-project.ts",
|
|
49002
|
-
"line":
|
|
49077
|
+
"line": 482
|
|
49003
49078
|
},
|
|
49004
49079
|
"name": "autoMerge",
|
|
49005
49080
|
"optional": true,
|
|
@@ -49014,7 +49089,7 @@
|
|
|
49014
49089
|
"immutable": true,
|
|
49015
49090
|
"locationInModule": {
|
|
49016
49091
|
"filename": "src/javascript/node-project.ts",
|
|
49017
|
-
"line":
|
|
49092
|
+
"line": 571
|
|
49018
49093
|
},
|
|
49019
49094
|
"name": "biome",
|
|
49020
49095
|
"optional": true,
|
|
@@ -49031,7 +49106,7 @@
|
|
|
49031
49106
|
"immutable": true,
|
|
49032
49107
|
"locationInModule": {
|
|
49033
49108
|
"filename": "src/javascript/node-project.ts",
|
|
49034
|
-
"line":
|
|
49109
|
+
"line": 487
|
|
49035
49110
|
},
|
|
49036
49111
|
"name": "buildWorkflow",
|
|
49037
49112
|
"optional": true,
|
|
@@ -49047,7 +49122,7 @@
|
|
|
49047
49122
|
"immutable": true,
|
|
49048
49123
|
"locationInModule": {
|
|
49049
49124
|
"filename": "src/javascript/node-project.ts",
|
|
49050
|
-
"line":
|
|
49125
|
+
"line": 1407
|
|
49051
49126
|
},
|
|
49052
49127
|
"name": "buildWorkflowJobId",
|
|
49053
49128
|
"optional": true,
|
|
@@ -49063,7 +49138,7 @@
|
|
|
49063
49138
|
"immutable": true,
|
|
49064
49139
|
"locationInModule": {
|
|
49065
49140
|
"filename": "src/javascript/node-project.ts",
|
|
49066
|
-
"line":
|
|
49141
|
+
"line": 539
|
|
49067
49142
|
},
|
|
49068
49143
|
"name": "jest",
|
|
49069
49144
|
"optional": true,
|
|
@@ -49080,7 +49155,7 @@
|
|
|
49080
49155
|
"immutable": true,
|
|
49081
49156
|
"locationInModule": {
|
|
49082
49157
|
"filename": "src/javascript/node-project.ts",
|
|
49083
|
-
"line":
|
|
49158
|
+
"line": 516
|
|
49084
49159
|
},
|
|
49085
49160
|
"name": "maxNodeVersion",
|
|
49086
49161
|
"optional": true,
|
|
@@ -49097,7 +49172,7 @@
|
|
|
49097
49172
|
"immutable": true,
|
|
49098
49173
|
"locationInModule": {
|
|
49099
49174
|
"filename": "src/javascript/node-project.ts",
|
|
49100
|
-
"line":
|
|
49175
|
+
"line": 507
|
|
49101
49176
|
},
|
|
49102
49177
|
"name": "minNodeVersion",
|
|
49103
49178
|
"optional": true,
|
|
@@ -49112,7 +49187,7 @@
|
|
|
49112
49187
|
"immutable": true,
|
|
49113
49188
|
"locationInModule": {
|
|
49114
49189
|
"filename": "src/javascript/node-project.ts",
|
|
49115
|
-
"line":
|
|
49190
|
+
"line": 520
|
|
49116
49191
|
},
|
|
49117
49192
|
"name": "nodeVersion",
|
|
49118
49193
|
"optional": true,
|
|
@@ -49129,7 +49204,7 @@
|
|
|
49129
49204
|
"immutable": true,
|
|
49130
49205
|
"locationInModule": {
|
|
49131
49206
|
"filename": "src/javascript/node-project.ts",
|
|
49132
|
-
"line":
|
|
49207
|
+
"line": 452
|
|
49133
49208
|
},
|
|
49134
49209
|
"name": "npmignore",
|
|
49135
49210
|
"optional": true,
|
|
@@ -49144,7 +49219,7 @@
|
|
|
49144
49219
|
"immutable": true,
|
|
49145
49220
|
"locationInModule": {
|
|
49146
49221
|
"filename": "src/javascript/node-project.ts",
|
|
49147
|
-
"line":
|
|
49222
|
+
"line": 570
|
|
49148
49223
|
},
|
|
49149
49224
|
"name": "prettier",
|
|
49150
49225
|
"optional": true,
|
|
@@ -49162,7 +49237,7 @@
|
|
|
49162
49237
|
"immutable": true,
|
|
49163
49238
|
"locationInModule": {
|
|
49164
49239
|
"filename": "src/javascript/node-project.ts",
|
|
49165
|
-
"line":
|
|
49240
|
+
"line": 495
|
|
49166
49241
|
},
|
|
49167
49242
|
"name": "publisher",
|
|
49168
49243
|
"optional": true,
|
|
@@ -49178,7 +49253,7 @@
|
|
|
49178
49253
|
"immutable": true,
|
|
49179
49254
|
"locationInModule": {
|
|
49180
49255
|
"filename": "src/javascript/node-project.ts",
|
|
49181
|
-
"line":
|
|
49256
|
+
"line": 500
|
|
49182
49257
|
},
|
|
49183
49258
|
"name": "release",
|
|
49184
49259
|
"optional": true,
|
|
@@ -49194,7 +49269,7 @@
|
|
|
49194
49269
|
"immutable": true,
|
|
49195
49270
|
"locationInModule": {
|
|
49196
49271
|
"filename": "src/javascript/node-project.ts",
|
|
49197
|
-
"line":
|
|
49272
|
+
"line": 565
|
|
49198
49273
|
},
|
|
49199
49274
|
"name": "upgradeWorkflow",
|
|
49200
49275
|
"optional": true,
|
|
@@ -49220,7 +49295,7 @@
|
|
|
49220
49295
|
"kind": "interface",
|
|
49221
49296
|
"locationInModule": {
|
|
49222
49297
|
"filename": "src/javascript/node-project.ts",
|
|
49223
|
-
"line":
|
|
49298
|
+
"line": 94
|
|
49224
49299
|
},
|
|
49225
49300
|
"name": "NodeProjectOptions",
|
|
49226
49301
|
"namespace": "javascript",
|
|
@@ -49235,7 +49310,7 @@
|
|
|
49235
49310
|
"immutable": true,
|
|
49236
49311
|
"locationInModule": {
|
|
49237
49312
|
"filename": "src/javascript/node-project.ts",
|
|
49238
|
-
"line":
|
|
49313
|
+
"line": 184
|
|
49239
49314
|
},
|
|
49240
49315
|
"name": "defaultReleaseBranch",
|
|
49241
49316
|
"type": {
|
|
@@ -49252,7 +49327,7 @@
|
|
|
49252
49327
|
"immutable": true,
|
|
49253
49328
|
"locationInModule": {
|
|
49254
49329
|
"filename": "src/javascript/node-project.ts",
|
|
49255
|
-
"line":
|
|
49330
|
+
"line": 349
|
|
49256
49331
|
},
|
|
49257
49332
|
"name": "artifactsDirectory",
|
|
49258
49333
|
"optional": true,
|
|
@@ -49260,6 +49335,43 @@
|
|
|
49260
49335
|
"primitive": "string"
|
|
49261
49336
|
}
|
|
49262
49337
|
},
|
|
49338
|
+
{
|
|
49339
|
+
"abstract": true,
|
|
49340
|
+
"docs": {
|
|
49341
|
+
"default": "false",
|
|
49342
|
+
"remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
|
|
49343
|
+
"stability": "experimental",
|
|
49344
|
+
"summary": "Run security audit on dependencies."
|
|
49345
|
+
},
|
|
49346
|
+
"immutable": true,
|
|
49347
|
+
"locationInModule": {
|
|
49348
|
+
"filename": "src/javascript/node-project.ts",
|
|
49349
|
+
"line": 398
|
|
49350
|
+
},
|
|
49351
|
+
"name": "auditDeps",
|
|
49352
|
+
"optional": true,
|
|
49353
|
+
"type": {
|
|
49354
|
+
"primitive": "boolean"
|
|
49355
|
+
}
|
|
49356
|
+
},
|
|
49357
|
+
{
|
|
49358
|
+
"abstract": true,
|
|
49359
|
+
"docs": {
|
|
49360
|
+
"default": "- default options",
|
|
49361
|
+
"stability": "experimental",
|
|
49362
|
+
"summary": "Security audit options."
|
|
49363
|
+
},
|
|
49364
|
+
"immutable": true,
|
|
49365
|
+
"locationInModule": {
|
|
49366
|
+
"filename": "src/javascript/node-project.ts",
|
|
49367
|
+
"line": 404
|
|
49368
|
+
},
|
|
49369
|
+
"name": "auditDepsOptions",
|
|
49370
|
+
"optional": true,
|
|
49371
|
+
"type": {
|
|
49372
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
49373
|
+
}
|
|
49374
|
+
},
|
|
49263
49375
|
{
|
|
49264
49376
|
"abstract": true,
|
|
49265
49377
|
"docs": {
|
|
@@ -49271,7 +49383,7 @@
|
|
|
49271
49383
|
"immutable": true,
|
|
49272
49384
|
"locationInModule": {
|
|
49273
49385
|
"filename": "src/javascript/node-project.ts",
|
|
49274
|
-
"line":
|
|
49386
|
+
"line": 260
|
|
49275
49387
|
},
|
|
49276
49388
|
"name": "autoApproveUpgrades",
|
|
49277
49389
|
"optional": true,
|
|
@@ -49289,7 +49401,7 @@
|
|
|
49289
49401
|
"immutable": true,
|
|
49290
49402
|
"locationInModule": {
|
|
49291
49403
|
"filename": "src/javascript/node-project.ts",
|
|
49292
|
-
"line":
|
|
49404
|
+
"line": 381
|
|
49293
49405
|
},
|
|
49294
49406
|
"name": "biome",
|
|
49295
49407
|
"optional": true,
|
|
@@ -49307,7 +49419,7 @@
|
|
|
49307
49419
|
"immutable": true,
|
|
49308
49420
|
"locationInModule": {
|
|
49309
49421
|
"filename": "src/javascript/node-project.ts",
|
|
49310
|
-
"line":
|
|
49422
|
+
"line": 387
|
|
49311
49423
|
},
|
|
49312
49424
|
"name": "biomeOptions",
|
|
49313
49425
|
"optional": true,
|
|
@@ -49325,7 +49437,7 @@
|
|
|
49325
49437
|
"immutable": true,
|
|
49326
49438
|
"locationInModule": {
|
|
49327
49439
|
"filename": "src/javascript/node-project.ts",
|
|
49328
|
-
"line":
|
|
49440
|
+
"line": 130
|
|
49329
49441
|
},
|
|
49330
49442
|
"name": "buildWorkflow",
|
|
49331
49443
|
"optional": true,
|
|
@@ -49342,7 +49454,7 @@
|
|
|
49342
49454
|
"immutable": true,
|
|
49343
49455
|
"locationInModule": {
|
|
49344
49456
|
"filename": "src/javascript/node-project.ts",
|
|
49345
|
-
"line":
|
|
49457
|
+
"line": 134
|
|
49346
49458
|
},
|
|
49347
49459
|
"name": "buildWorkflowOptions",
|
|
49348
49460
|
"optional": true,
|
|
@@ -49361,7 +49473,7 @@
|
|
|
49361
49473
|
"immutable": true,
|
|
49362
49474
|
"locationInModule": {
|
|
49363
49475
|
"filename": "src/javascript/node-project.ts",
|
|
49364
|
-
"line":
|
|
49476
|
+
"line": 365
|
|
49365
49477
|
},
|
|
49366
49478
|
"name": "buildWorkflowTriggers",
|
|
49367
49479
|
"optional": true,
|
|
@@ -49378,7 +49490,7 @@
|
|
|
49378
49490
|
"immutable": true,
|
|
49379
49491
|
"locationInModule": {
|
|
49380
49492
|
"filename": "src/javascript/node-project.ts",
|
|
49381
|
-
"line":
|
|
49493
|
+
"line": 342
|
|
49382
49494
|
},
|
|
49383
49495
|
"name": "bundlerOptions",
|
|
49384
49496
|
"optional": true,
|
|
@@ -49397,7 +49509,7 @@
|
|
|
49397
49509
|
"immutable": true,
|
|
49398
49510
|
"locationInModule": {
|
|
49399
49511
|
"filename": "src/javascript/node-project.ts",
|
|
49400
|
-
"line":
|
|
49512
|
+
"line": 374
|
|
49401
49513
|
},
|
|
49402
49514
|
"name": "checkLicenses",
|
|
49403
49515
|
"optional": true,
|
|
@@ -49415,7 +49527,7 @@
|
|
|
49415
49527
|
"immutable": true,
|
|
49416
49528
|
"locationInModule": {
|
|
49417
49529
|
"filename": "src/javascript/node-project.ts",
|
|
49418
|
-
"line":
|
|
49530
|
+
"line": 155
|
|
49419
49531
|
},
|
|
49420
49532
|
"name": "codeCov",
|
|
49421
49533
|
"optional": true,
|
|
@@ -49433,7 +49545,7 @@
|
|
|
49433
49545
|
"immutable": true,
|
|
49434
49546
|
"locationInModule": {
|
|
49435
49547
|
"filename": "src/javascript/node-project.ts",
|
|
49436
|
-
"line":
|
|
49548
|
+
"line": 162
|
|
49437
49549
|
},
|
|
49438
49550
|
"name": "codeCovTokenSecret",
|
|
49439
49551
|
"optional": true,
|
|
@@ -49451,7 +49563,7 @@
|
|
|
49451
49563
|
"immutable": true,
|
|
49452
49564
|
"locationInModule": {
|
|
49453
49565
|
"filename": "src/javascript/node-project.ts",
|
|
49454
|
-
"line":
|
|
49566
|
+
"line": 103
|
|
49455
49567
|
},
|
|
49456
49568
|
"name": "copyrightOwner",
|
|
49457
49569
|
"optional": true,
|
|
@@ -49469,7 +49581,7 @@
|
|
|
49469
49581
|
"immutable": true,
|
|
49470
49582
|
"locationInModule": {
|
|
49471
49583
|
"filename": "src/javascript/node-project.ts",
|
|
49472
|
-
"line":
|
|
49584
|
+
"line": 110
|
|
49473
49585
|
},
|
|
49474
49586
|
"name": "copyrightPeriod",
|
|
49475
49587
|
"optional": true,
|
|
@@ -49488,7 +49600,7 @@
|
|
|
49488
49600
|
"immutable": true,
|
|
49489
49601
|
"locationInModule": {
|
|
49490
49602
|
"filename": "src/javascript/node-project.ts",
|
|
49491
|
-
"line":
|
|
49603
|
+
"line": 228
|
|
49492
49604
|
},
|
|
49493
49605
|
"name": "dependabot",
|
|
49494
49606
|
"optional": true,
|
|
@@ -49506,7 +49618,7 @@
|
|
|
49506
49618
|
"immutable": true,
|
|
49507
49619
|
"locationInModule": {
|
|
49508
49620
|
"filename": "src/javascript/node-project.ts",
|
|
49509
|
-
"line":
|
|
49621
|
+
"line": 235
|
|
49510
49622
|
},
|
|
49511
49623
|
"name": "dependabotOptions",
|
|
49512
49624
|
"optional": true,
|
|
@@ -49525,7 +49637,7 @@
|
|
|
49525
49637
|
"immutable": true,
|
|
49526
49638
|
"locationInModule": {
|
|
49527
49639
|
"filename": "src/javascript/node-project.ts",
|
|
49528
|
-
"line":
|
|
49640
|
+
"line": 243
|
|
49529
49641
|
},
|
|
49530
49642
|
"name": "depsUpgrade",
|
|
49531
49643
|
"optional": true,
|
|
@@ -49543,7 +49655,7 @@
|
|
|
49543
49655
|
"immutable": true,
|
|
49544
49656
|
"locationInModule": {
|
|
49545
49657
|
"filename": "src/javascript/node-project.ts",
|
|
49546
|
-
"line":
|
|
49658
|
+
"line": 250
|
|
49547
49659
|
},
|
|
49548
49660
|
"name": "depsUpgradeOptions",
|
|
49549
49661
|
"optional": true,
|
|
@@ -49560,7 +49672,7 @@
|
|
|
49560
49672
|
"immutable": true,
|
|
49561
49673
|
"locationInModule": {
|
|
49562
49674
|
"filename": "src/javascript/node-project.ts",
|
|
49563
|
-
"line":
|
|
49675
|
+
"line": 311
|
|
49564
49676
|
},
|
|
49565
49677
|
"name": "gitignore",
|
|
49566
49678
|
"optional": true,
|
|
@@ -49583,7 +49695,7 @@
|
|
|
49583
49695
|
"immutable": true,
|
|
49584
49696
|
"locationInModule": {
|
|
49585
49697
|
"filename": "src/javascript/node-project.ts",
|
|
49586
|
-
"line":
|
|
49698
|
+
"line": 317
|
|
49587
49699
|
},
|
|
49588
49700
|
"name": "jest",
|
|
49589
49701
|
"optional": true,
|
|
@@ -49601,7 +49713,7 @@
|
|
|
49601
49713
|
"immutable": true,
|
|
49602
49714
|
"locationInModule": {
|
|
49603
49715
|
"filename": "src/javascript/node-project.ts",
|
|
49604
|
-
"line":
|
|
49716
|
+
"line": 323
|
|
49605
49717
|
},
|
|
49606
49718
|
"name": "jestOptions",
|
|
49607
49719
|
"optional": true,
|
|
@@ -49621,7 +49733,7 @@
|
|
|
49621
49733
|
"immutable": true,
|
|
49622
49734
|
"locationInModule": {
|
|
49623
49735
|
"filename": "src/javascript/node-project.ts",
|
|
49624
|
-
"line":
|
|
49736
|
+
"line": 147
|
|
49625
49737
|
},
|
|
49626
49738
|
"name": "mutableBuild",
|
|
49627
49739
|
"optional": true,
|
|
@@ -49639,7 +49751,7 @@
|
|
|
49639
49751
|
"immutable": true,
|
|
49640
49752
|
"locationInModule": {
|
|
49641
49753
|
"filename": "src/javascript/node-project.ts",
|
|
49642
|
-
"line":
|
|
49754
|
+
"line": 279
|
|
49643
49755
|
},
|
|
49644
49756
|
"name": "npmignore",
|
|
49645
49757
|
"optional": true,
|
|
@@ -49662,7 +49774,7 @@
|
|
|
49662
49774
|
"immutable": true,
|
|
49663
49775
|
"locationInModule": {
|
|
49664
49776
|
"filename": "src/javascript/node-project.ts",
|
|
49665
|
-
"line":
|
|
49777
|
+
"line": 268
|
|
49666
49778
|
},
|
|
49667
49779
|
"name": "npmignoreEnabled",
|
|
49668
49780
|
"optional": true,
|
|
@@ -49679,7 +49791,7 @@
|
|
|
49679
49791
|
"immutable": true,
|
|
49680
49792
|
"locationInModule": {
|
|
49681
49793
|
"filename": "src/javascript/node-project.ts",
|
|
49682
|
-
"line":
|
|
49794
|
+
"line": 273
|
|
49683
49795
|
},
|
|
49684
49796
|
"name": "npmIgnoreOptions",
|
|
49685
49797
|
"optional": true,
|
|
@@ -49697,7 +49809,7 @@
|
|
|
49697
49809
|
"immutable": true,
|
|
49698
49810
|
"locationInModule": {
|
|
49699
49811
|
"filename": "src/javascript/node-project.ts",
|
|
49700
|
-
"line":
|
|
49812
|
+
"line": 357
|
|
49701
49813
|
},
|
|
49702
49814
|
"name": "package",
|
|
49703
49815
|
"optional": true,
|
|
@@ -49715,7 +49827,7 @@
|
|
|
49715
49827
|
"immutable": true,
|
|
49716
49828
|
"locationInModule": {
|
|
49717
49829
|
"filename": "src/javascript/node-project.ts",
|
|
49718
|
-
"line":
|
|
49830
|
+
"line": 300
|
|
49719
49831
|
},
|
|
49720
49832
|
"name": "prettier",
|
|
49721
49833
|
"optional": true,
|
|
@@ -49733,7 +49845,7 @@
|
|
|
49733
49845
|
"immutable": true,
|
|
49734
49846
|
"locationInModule": {
|
|
49735
49847
|
"filename": "src/javascript/node-project.ts",
|
|
49736
|
-
"line":
|
|
49848
|
+
"line": 306
|
|
49737
49849
|
},
|
|
49738
49850
|
"name": "prettierOptions",
|
|
49739
49851
|
"optional": true,
|
|
@@ -49751,7 +49863,7 @@
|
|
|
49751
49863
|
"immutable": true,
|
|
49752
49864
|
"locationInModule": {
|
|
49753
49865
|
"filename": "src/javascript/node-project.ts",
|
|
49754
|
-
"line":
|
|
49866
|
+
"line": 124
|
|
49755
49867
|
},
|
|
49756
49868
|
"name": "projenDevDependency",
|
|
49757
49869
|
"optional": true,
|
|
@@ -49769,7 +49881,7 @@
|
|
|
49769
49881
|
"immutable": true,
|
|
49770
49882
|
"locationInModule": {
|
|
49771
49883
|
"filename": "src/javascript/node-project.ts",
|
|
49772
|
-
"line":
|
|
49884
|
+
"line": 331
|
|
49773
49885
|
},
|
|
49774
49886
|
"name": "projenrcJs",
|
|
49775
49887
|
"optional": true,
|
|
@@ -49787,7 +49899,7 @@
|
|
|
49787
49899
|
"immutable": true,
|
|
49788
49900
|
"locationInModule": {
|
|
49789
49901
|
"filename": "src/javascript/node-project.ts",
|
|
49790
|
-
"line":
|
|
49902
|
+
"line": 337
|
|
49791
49903
|
},
|
|
49792
49904
|
"name": "projenrcJsOptions",
|
|
49793
49905
|
"optional": true,
|
|
@@ -49805,7 +49917,7 @@
|
|
|
49805
49917
|
"immutable": true,
|
|
49806
49918
|
"locationInModule": {
|
|
49807
49919
|
"filename": "src/javascript/node-project.ts",
|
|
49808
|
-
"line":
|
|
49920
|
+
"line": 117
|
|
49809
49921
|
},
|
|
49810
49922
|
"name": "projenVersion",
|
|
49811
49923
|
"optional": true,
|
|
@@ -49823,7 +49935,7 @@
|
|
|
49823
49935
|
"immutable": true,
|
|
49824
49936
|
"locationInModule": {
|
|
49825
49937
|
"filename": "src/javascript/node-project.ts",
|
|
49826
|
-
"line":
|
|
49938
|
+
"line": 286
|
|
49827
49939
|
},
|
|
49828
49940
|
"name": "pullRequestTemplate",
|
|
49829
49941
|
"optional": true,
|
|
@@ -49841,7 +49953,7 @@
|
|
|
49841
49953
|
"immutable": true,
|
|
49842
49954
|
"locationInModule": {
|
|
49843
49955
|
"filename": "src/javascript/node-project.ts",
|
|
49844
|
-
"line":
|
|
49956
|
+
"line": 293
|
|
49845
49957
|
},
|
|
49846
49958
|
"name": "pullRequestTemplateContents",
|
|
49847
49959
|
"optional": true,
|
|
@@ -49864,7 +49976,7 @@
|
|
|
49864
49976
|
"immutable": true,
|
|
49865
49977
|
"locationInModule": {
|
|
49866
49978
|
"filename": "src/javascript/node-project.ts",
|
|
49867
|
-
"line":
|
|
49979
|
+
"line": 177
|
|
49868
49980
|
},
|
|
49869
49981
|
"name": "release",
|
|
49870
49982
|
"optional": true,
|
|
@@ -49882,7 +49994,7 @@
|
|
|
49882
49994
|
"immutable": true,
|
|
49883
49995
|
"locationInModule": {
|
|
49884
49996
|
"filename": "src/javascript/node-project.ts",
|
|
49885
|
-
"line":
|
|
49997
|
+
"line": 204
|
|
49886
49998
|
},
|
|
49887
49999
|
"name": "releaseToNpm",
|
|
49888
50000
|
"optional": true,
|
|
@@ -49901,7 +50013,7 @@
|
|
|
49901
50013
|
"immutable": true,
|
|
49902
50014
|
"locationInModule": {
|
|
49903
50015
|
"filename": "src/javascript/node-project.ts",
|
|
49904
|
-
"line":
|
|
50016
|
+
"line": 170
|
|
49905
50017
|
},
|
|
49906
50018
|
"name": "releaseWorkflow",
|
|
49907
50019
|
"optional": true,
|
|
@@ -49919,7 +50031,7 @@
|
|
|
49919
50031
|
"immutable": true,
|
|
49920
50032
|
"locationInModule": {
|
|
49921
50033
|
"filename": "src/javascript/node-project.ts",
|
|
49922
|
-
"line":
|
|
50034
|
+
"line": 191
|
|
49923
50035
|
},
|
|
49924
50036
|
"name": "workflowBootstrapSteps",
|
|
49925
50037
|
"optional": true,
|
|
@@ -49942,7 +50054,7 @@
|
|
|
49942
50054
|
"immutable": true,
|
|
49943
50055
|
"locationInModule": {
|
|
49944
50056
|
"filename": "src/javascript/node-project.ts",
|
|
49945
|
-
"line":
|
|
50057
|
+
"line": 198
|
|
49946
50058
|
},
|
|
49947
50059
|
"name": "workflowGitIdentity",
|
|
49948
50060
|
"optional": true,
|
|
@@ -49961,7 +50073,7 @@
|
|
|
49961
50073
|
"immutable": true,
|
|
49962
50074
|
"locationInModule": {
|
|
49963
50075
|
"filename": "src/javascript/node-project.ts",
|
|
49964
|
-
"line":
|
|
50076
|
+
"line": 213
|
|
49965
50077
|
},
|
|
49966
50078
|
"name": "workflowNodeVersion",
|
|
49967
50079
|
"optional": true,
|
|
@@ -49979,7 +50091,7 @@
|
|
|
49979
50091
|
"immutable": true,
|
|
49980
50092
|
"locationInModule": {
|
|
49981
50093
|
"filename": "src/javascript/node-project.ts",
|
|
49982
|
-
"line":
|
|
50094
|
+
"line": 220
|
|
49983
50095
|
},
|
|
49984
50096
|
"name": "workflowPackageCache",
|
|
49985
50097
|
"optional": true,
|
|
@@ -51290,7 +51402,7 @@
|
|
|
51290
51402
|
"kind": "interface",
|
|
51291
51403
|
"locationInModule": {
|
|
51292
51404
|
"filename": "src/javascript/node-project.ts",
|
|
51293
|
-
"line":
|
|
51405
|
+
"line": 1523
|
|
51294
51406
|
},
|
|
51295
51407
|
"name": "RenderWorkflowSetupOptions",
|
|
51296
51408
|
"namespace": "javascript",
|
|
@@ -51306,7 +51418,7 @@
|
|
|
51306
51418
|
"immutable": true,
|
|
51307
51419
|
"locationInModule": {
|
|
51308
51420
|
"filename": "src/javascript/node-project.ts",
|
|
51309
|
-
"line":
|
|
51421
|
+
"line": 1532
|
|
51310
51422
|
},
|
|
51311
51423
|
"name": "installStepConfiguration",
|
|
51312
51424
|
"optional": true,
|
|
@@ -51324,7 +51436,7 @@
|
|
|
51324
51436
|
"immutable": true,
|
|
51325
51437
|
"locationInModule": {
|
|
51326
51438
|
"filename": "src/javascript/node-project.ts",
|
|
51327
|
-
"line":
|
|
51439
|
+
"line": 1537
|
|
51328
51440
|
},
|
|
51329
51441
|
"name": "mutable",
|
|
51330
51442
|
"optional": true,
|
|
@@ -53508,7 +53620,7 @@
|
|
|
53508
53620
|
},
|
|
53509
53621
|
"locationInModule": {
|
|
53510
53622
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53511
|
-
"line":
|
|
53623
|
+
"line": 193
|
|
53512
53624
|
},
|
|
53513
53625
|
"parameters": [
|
|
53514
53626
|
{
|
|
@@ -53529,7 +53641,7 @@
|
|
|
53529
53641
|
"kind": "class",
|
|
53530
53642
|
"locationInModule": {
|
|
53531
53643
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53532
|
-
"line":
|
|
53644
|
+
"line": 159
|
|
53533
53645
|
},
|
|
53534
53646
|
"methods": [
|
|
53535
53647
|
{
|
|
@@ -53539,7 +53651,7 @@
|
|
|
53539
53651
|
},
|
|
53540
53652
|
"locationInModule": {
|
|
53541
53653
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53542
|
-
"line":
|
|
53654
|
+
"line": 300
|
|
53543
53655
|
},
|
|
53544
53656
|
"name": "addPostBuildSteps",
|
|
53545
53657
|
"parameters": [
|
|
@@ -53568,13 +53680,28 @@
|
|
|
53568
53680
|
"immutable": true,
|
|
53569
53681
|
"locationInModule": {
|
|
53570
53682
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53571
|
-
"line":
|
|
53683
|
+
"line": 183
|
|
53572
53684
|
},
|
|
53573
53685
|
"name": "postUpgradeTask",
|
|
53574
53686
|
"type": {
|
|
53575
53687
|
"fqn": "projen.Task"
|
|
53576
53688
|
}
|
|
53577
53689
|
},
|
|
53690
|
+
{
|
|
53691
|
+
"docs": {
|
|
53692
|
+
"stability": "experimental"
|
|
53693
|
+
},
|
|
53694
|
+
"immutable": true,
|
|
53695
|
+
"locationInModule": {
|
|
53696
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53697
|
+
"line": 165
|
|
53698
|
+
},
|
|
53699
|
+
"name": "project",
|
|
53700
|
+
"overrides": "projen.Component",
|
|
53701
|
+
"type": {
|
|
53702
|
+
"fqn": "projen.javascript.NodeProject"
|
|
53703
|
+
}
|
|
53704
|
+
},
|
|
53578
53705
|
{
|
|
53579
53706
|
"docs": {
|
|
53580
53707
|
"stability": "experimental",
|
|
@@ -53583,7 +53710,7 @@
|
|
|
53583
53710
|
"immutable": true,
|
|
53584
53711
|
"locationInModule": {
|
|
53585
53712
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53586
|
-
"line":
|
|
53713
|
+
"line": 178
|
|
53587
53714
|
},
|
|
53588
53715
|
"name": "upgradeTask",
|
|
53589
53716
|
"type": {
|
|
@@ -53599,7 +53726,7 @@
|
|
|
53599
53726
|
"immutable": true,
|
|
53600
53727
|
"locationInModule": {
|
|
53601
53728
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53602
|
-
"line":
|
|
53729
|
+
"line": 163
|
|
53603
53730
|
},
|
|
53604
53731
|
"name": "workflows",
|
|
53605
53732
|
"type": {
|
|
@@ -53618,7 +53745,7 @@
|
|
|
53618
53745
|
},
|
|
53619
53746
|
"locationInModule": {
|
|
53620
53747
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53621
|
-
"line":
|
|
53748
|
+
"line": 173
|
|
53622
53749
|
},
|
|
53623
53750
|
"name": "containerOptions",
|
|
53624
53751
|
"optional": true,
|
|
@@ -53640,11 +53767,31 @@
|
|
|
53640
53767
|
"kind": "interface",
|
|
53641
53768
|
"locationInModule": {
|
|
53642
53769
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53643
|
-
"line":
|
|
53770
|
+
"line": 33
|
|
53644
53771
|
},
|
|
53645
53772
|
"name": "UpgradeDependenciesOptions",
|
|
53646
53773
|
"namespace": "javascript",
|
|
53647
53774
|
"properties": [
|
|
53775
|
+
{
|
|
53776
|
+
"abstract": true,
|
|
53777
|
+
"docs": {
|
|
53778
|
+
"default": "- No cooldown period.",
|
|
53779
|
+
"remarks": "This may provide some protection against supply chain attacks, simply by avoiding\nnewly published packages that may be malicious. It gives the ecosystem more time\nto detect malicious packages. However it comes at the cost of updating other\npackages slower, which might also contain vulnerabilities or bugs in need of a fix.\n\nThe cooldown period applies to both npm-check-updates discovery\nand the package manager update command.",
|
|
53780
|
+
"see": "https://yarnpkg.com/configuration/yarnrc#npmMinimalAgeGate",
|
|
53781
|
+
"stability": "experimental",
|
|
53782
|
+
"summary": "Exclude package versions published within the specified number of days."
|
|
53783
|
+
},
|
|
53784
|
+
"immutable": true,
|
|
53785
|
+
"locationInModule": {
|
|
53786
|
+
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53787
|
+
"line": 153
|
|
53788
|
+
},
|
|
53789
|
+
"name": "cooldown",
|
|
53790
|
+
"optional": true,
|
|
53791
|
+
"type": {
|
|
53792
|
+
"primitive": "number"
|
|
53793
|
+
}
|
|
53794
|
+
},
|
|
53648
53795
|
{
|
|
53649
53796
|
"abstract": true,
|
|
53650
53797
|
"docs": {
|
|
@@ -53655,7 +53802,7 @@
|
|
|
53655
53802
|
"immutable": true,
|
|
53656
53803
|
"locationInModule": {
|
|
53657
53804
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53658
|
-
"line":
|
|
53805
|
+
"line": 39
|
|
53659
53806
|
},
|
|
53660
53807
|
"name": "exclude",
|
|
53661
53808
|
"optional": true,
|
|
@@ -53678,7 +53825,7 @@
|
|
|
53678
53825
|
"immutable": true,
|
|
53679
53826
|
"locationInModule": {
|
|
53680
53827
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53681
|
-
"line":
|
|
53828
|
+
"line": 46
|
|
53682
53829
|
},
|
|
53683
53830
|
"name": "include",
|
|
53684
53831
|
"optional": true,
|
|
@@ -53703,7 +53850,7 @@
|
|
|
53703
53850
|
"immutable": true,
|
|
53704
53851
|
"locationInModule": {
|
|
53705
53852
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53706
|
-
"line":
|
|
53853
|
+
"line": 78
|
|
53707
53854
|
},
|
|
53708
53855
|
"name": "includeDeprecatedVersions",
|
|
53709
53856
|
"optional": true,
|
|
@@ -53721,7 +53868,7 @@
|
|
|
53721
53868
|
"immutable": true,
|
|
53722
53869
|
"locationInModule": {
|
|
53723
53870
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53724
|
-
"line":
|
|
53871
|
+
"line": 111
|
|
53725
53872
|
},
|
|
53726
53873
|
"name": "pullRequestTitle",
|
|
53727
53874
|
"optional": true,
|
|
@@ -53741,7 +53888,7 @@
|
|
|
53741
53888
|
"immutable": true,
|
|
53742
53889
|
"locationInModule": {
|
|
53743
53890
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53744
|
-
"line":
|
|
53891
|
+
"line": 67
|
|
53745
53892
|
},
|
|
53746
53893
|
"name": "satisfyPeerDependencies",
|
|
53747
53894
|
"optional": true,
|
|
@@ -53759,7 +53906,7 @@
|
|
|
53759
53906
|
"immutable": true,
|
|
53760
53907
|
"locationInModule": {
|
|
53761
53908
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53762
|
-
"line":
|
|
53909
|
+
"line": 118
|
|
53763
53910
|
},
|
|
53764
53911
|
"name": "semanticCommit",
|
|
53765
53912
|
"optional": true,
|
|
@@ -53777,7 +53924,7 @@
|
|
|
53777
53924
|
"immutable": true,
|
|
53778
53925
|
"locationInModule": {
|
|
53779
53926
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53780
|
-
"line":
|
|
53927
|
+
"line": 125
|
|
53781
53928
|
},
|
|
53782
53929
|
"name": "signoff",
|
|
53783
53930
|
"optional": true,
|
|
@@ -53796,7 +53943,7 @@
|
|
|
53796
53943
|
"immutable": true,
|
|
53797
53944
|
"locationInModule": {
|
|
53798
53945
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53799
|
-
"line":
|
|
53946
|
+
"line": 55
|
|
53800
53947
|
},
|
|
53801
53948
|
"name": "target",
|
|
53802
53949
|
"optional": true,
|
|
@@ -53815,7 +53962,7 @@
|
|
|
53815
53962
|
"immutable": true,
|
|
53816
53963
|
"locationInModule": {
|
|
53817
53964
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53818
|
-
"line":
|
|
53965
|
+
"line": 104
|
|
53819
53966
|
},
|
|
53820
53967
|
"name": "taskName",
|
|
53821
53968
|
"optional": true,
|
|
@@ -53833,7 +53980,7 @@
|
|
|
53833
53980
|
"immutable": true,
|
|
53834
53981
|
"locationInModule": {
|
|
53835
53982
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53836
|
-
"line":
|
|
53983
|
+
"line": 132
|
|
53837
53984
|
},
|
|
53838
53985
|
"name": "types",
|
|
53839
53986
|
"optional": true,
|
|
@@ -53857,7 +54004,7 @@
|
|
|
53857
54004
|
"immutable": true,
|
|
53858
54005
|
"locationInModule": {
|
|
53859
54006
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53860
|
-
"line":
|
|
54007
|
+
"line": 89
|
|
53861
54008
|
},
|
|
53862
54009
|
"name": "workflow",
|
|
53863
54010
|
"optional": true,
|
|
@@ -53876,7 +54023,7 @@
|
|
|
53876
54023
|
"immutable": true,
|
|
53877
54024
|
"locationInModule": {
|
|
53878
54025
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53879
|
-
"line":
|
|
54026
|
+
"line": 96
|
|
53880
54027
|
},
|
|
53881
54028
|
"name": "workflowOptions",
|
|
53882
54029
|
"optional": true,
|
|
@@ -53897,7 +54044,7 @@
|
|
|
53897
54044
|
"kind": "class",
|
|
53898
54045
|
"locationInModule": {
|
|
53899
54046
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53900
|
-
"line":
|
|
54047
|
+
"line": 752
|
|
53901
54048
|
},
|
|
53902
54049
|
"methods": [
|
|
53903
54050
|
{
|
|
@@ -53907,7 +54054,7 @@
|
|
|
53907
54054
|
},
|
|
53908
54055
|
"locationInModule": {
|
|
53909
54056
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53910
|
-
"line":
|
|
54057
|
+
"line": 787
|
|
53911
54058
|
},
|
|
53912
54059
|
"name": "expressions",
|
|
53913
54060
|
"parameters": [
|
|
@@ -53943,7 +54090,7 @@
|
|
|
53943
54090
|
"immutable": true,
|
|
53944
54091
|
"locationInModule": {
|
|
53945
54092
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53946
|
-
"line":
|
|
54093
|
+
"line": 761
|
|
53947
54094
|
},
|
|
53948
54095
|
"name": "DAILY",
|
|
53949
54096
|
"static": true,
|
|
@@ -53960,7 +54107,7 @@
|
|
|
53960
54107
|
"immutable": true,
|
|
53961
54108
|
"locationInModule": {
|
|
53962
54109
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53963
|
-
"line":
|
|
54110
|
+
"line": 780
|
|
53964
54111
|
},
|
|
53965
54112
|
"name": "MONTHLY",
|
|
53966
54113
|
"static": true,
|
|
@@ -53977,7 +54124,7 @@
|
|
|
53977
54124
|
"immutable": true,
|
|
53978
54125
|
"locationInModule": {
|
|
53979
54126
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53980
|
-
"line":
|
|
54127
|
+
"line": 756
|
|
53981
54128
|
},
|
|
53982
54129
|
"name": "NEVER",
|
|
53983
54130
|
"static": true,
|
|
@@ -53994,7 +54141,7 @@
|
|
|
53994
54141
|
"immutable": true,
|
|
53995
54142
|
"locationInModule": {
|
|
53996
54143
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
53997
|
-
"line":
|
|
54144
|
+
"line": 766
|
|
53998
54145
|
},
|
|
53999
54146
|
"name": "WEEKDAY",
|
|
54000
54147
|
"static": true,
|
|
@@ -54011,7 +54158,7 @@
|
|
|
54011
54158
|
"immutable": true,
|
|
54012
54159
|
"locationInModule": {
|
|
54013
54160
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54014
|
-
"line":
|
|
54161
|
+
"line": 773
|
|
54015
54162
|
},
|
|
54016
54163
|
"name": "WEEKLY",
|
|
54017
54164
|
"static": true,
|
|
@@ -54026,7 +54173,7 @@
|
|
|
54026
54173
|
"immutable": true,
|
|
54027
54174
|
"locationInModule": {
|
|
54028
54175
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54029
|
-
"line":
|
|
54176
|
+
"line": 791
|
|
54030
54177
|
},
|
|
54031
54178
|
"name": "cron",
|
|
54032
54179
|
"type": {
|
|
@@ -54052,7 +54199,7 @@
|
|
|
54052
54199
|
"kind": "interface",
|
|
54053
54200
|
"locationInModule": {
|
|
54054
54201
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54055
|
-
"line":
|
|
54202
|
+
"line": 664
|
|
54056
54203
|
},
|
|
54057
54204
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
54058
54205
|
"namespace": "javascript",
|
|
@@ -54067,7 +54214,7 @@
|
|
|
54067
54214
|
"immutable": true,
|
|
54068
54215
|
"locationInModule": {
|
|
54069
54216
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54070
|
-
"line":
|
|
54217
|
+
"line": 697
|
|
54071
54218
|
},
|
|
54072
54219
|
"name": "assignees",
|
|
54073
54220
|
"optional": true,
|
|
@@ -54090,7 +54237,7 @@
|
|
|
54090
54237
|
"immutable": true,
|
|
54091
54238
|
"locationInModule": {
|
|
54092
54239
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54093
|
-
"line":
|
|
54240
|
+
"line": 711
|
|
54094
54241
|
},
|
|
54095
54242
|
"name": "branches",
|
|
54096
54243
|
"optional": true,
|
|
@@ -54113,7 +54260,7 @@
|
|
|
54113
54260
|
"immutable": true,
|
|
54114
54261
|
"locationInModule": {
|
|
54115
54262
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54116
|
-
"line":
|
|
54263
|
+
"line": 704
|
|
54117
54264
|
},
|
|
54118
54265
|
"name": "container",
|
|
54119
54266
|
"optional": true,
|
|
@@ -54131,7 +54278,7 @@
|
|
|
54131
54278
|
"immutable": true,
|
|
54132
54279
|
"locationInModule": {
|
|
54133
54280
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54134
|
-
"line":
|
|
54281
|
+
"line": 746
|
|
54135
54282
|
},
|
|
54136
54283
|
"name": "env",
|
|
54137
54284
|
"optional": true,
|
|
@@ -54154,7 +54301,7 @@
|
|
|
54154
54301
|
"immutable": true,
|
|
54155
54302
|
"locationInModule": {
|
|
54156
54303
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54157
|
-
"line":
|
|
54304
|
+
"line": 717
|
|
54158
54305
|
},
|
|
54159
54306
|
"name": "gitIdentity",
|
|
54160
54307
|
"optional": true,
|
|
@@ -54172,7 +54319,7 @@
|
|
|
54172
54319
|
"immutable": true,
|
|
54173
54320
|
"locationInModule": {
|
|
54174
54321
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54175
|
-
"line":
|
|
54322
|
+
"line": 690
|
|
54176
54323
|
},
|
|
54177
54324
|
"name": "labels",
|
|
54178
54325
|
"optional": true,
|
|
@@ -54195,7 +54342,7 @@
|
|
|
54195
54342
|
"immutable": true,
|
|
54196
54343
|
"locationInModule": {
|
|
54197
54344
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54198
|
-
"line":
|
|
54345
|
+
"line": 739
|
|
54199
54346
|
},
|
|
54200
54347
|
"name": "permissions",
|
|
54201
54348
|
"optional": true,
|
|
@@ -54215,7 +54362,7 @@
|
|
|
54215
54362
|
"immutable": true,
|
|
54216
54363
|
"locationInModule": {
|
|
54217
54364
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54218
|
-
"line":
|
|
54365
|
+
"line": 683
|
|
54219
54366
|
},
|
|
54220
54367
|
"name": "projenCredentials",
|
|
54221
54368
|
"optional": true,
|
|
@@ -54237,7 +54384,7 @@
|
|
|
54237
54384
|
"immutable": true,
|
|
54238
54385
|
"locationInModule": {
|
|
54239
54386
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54240
|
-
"line":
|
|
54387
|
+
"line": 725
|
|
54241
54388
|
},
|
|
54242
54389
|
"name": "runsOn",
|
|
54243
54390
|
"optional": true,
|
|
@@ -54263,7 +54410,7 @@
|
|
|
54263
54410
|
"immutable": true,
|
|
54264
54411
|
"locationInModule": {
|
|
54265
54412
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54266
|
-
"line":
|
|
54413
|
+
"line": 732
|
|
54267
54414
|
},
|
|
54268
54415
|
"name": "runsOnGroup",
|
|
54269
54416
|
"optional": true,
|
|
@@ -54281,7 +54428,7 @@
|
|
|
54281
54428
|
"immutable": true,
|
|
54282
54429
|
"locationInModule": {
|
|
54283
54430
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54284
|
-
"line":
|
|
54431
|
+
"line": 670
|
|
54285
54432
|
},
|
|
54286
54433
|
"name": "schedule",
|
|
54287
54434
|
"optional": true,
|
|
@@ -58253,7 +58400,7 @@
|
|
|
58253
58400
|
},
|
|
58254
58401
|
"remarks": "Set of file and folder names that should be unconditionally ignored by Biome's scanner.",
|
|
58255
58402
|
"stability": "experimental",
|
|
58256
|
-
"summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: https://biomejs.dev/reference/configuration/#filesincludes
|
|
58403
|
+
"summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: <https://biomejs.dev/reference/configuration/#filesincludes>."
|
|
58257
58404
|
},
|
|
58258
58405
|
"immutable": true,
|
|
58259
58406
|
"locationInModule": {
|
|
@@ -65650,7 +65797,7 @@
|
|
|
65650
65797
|
"kind": "interface",
|
|
65651
65798
|
"locationInModule": {
|
|
65652
65799
|
"filename": "src/release/release.ts",
|
|
65653
|
-
"line":
|
|
65800
|
+
"line": 848
|
|
65654
65801
|
},
|
|
65655
65802
|
"name": "BranchOptions",
|
|
65656
65803
|
"namespace": "release",
|
|
@@ -65664,7 +65811,7 @@
|
|
|
65664
65811
|
"immutable": true,
|
|
65665
65812
|
"locationInModule": {
|
|
65666
65813
|
"filename": "src/release/release.ts",
|
|
65667
|
-
"line":
|
|
65814
|
+
"line": 871
|
|
65668
65815
|
},
|
|
65669
65816
|
"name": "majorVersion",
|
|
65670
65817
|
"type": {
|
|
@@ -65682,7 +65829,7 @@
|
|
|
65682
65829
|
"immutable": true,
|
|
65683
65830
|
"locationInModule": {
|
|
65684
65831
|
"filename": "src/release/release.ts",
|
|
65685
|
-
"line":
|
|
65832
|
+
"line": 866
|
|
65686
65833
|
},
|
|
65687
65834
|
"name": "environment",
|
|
65688
65835
|
"optional": true,
|
|
@@ -65699,7 +65846,7 @@
|
|
|
65699
65846
|
"immutable": true,
|
|
65700
65847
|
"locationInModule": {
|
|
65701
65848
|
"filename": "src/release/release.ts",
|
|
65702
|
-
"line":
|
|
65849
|
+
"line": 876
|
|
65703
65850
|
},
|
|
65704
65851
|
"name": "minMajorVersion",
|
|
65705
65852
|
"optional": true,
|
|
@@ -65716,7 +65863,7 @@
|
|
|
65716
65863
|
"immutable": true,
|
|
65717
65864
|
"locationInModule": {
|
|
65718
65865
|
"filename": "src/release/release.ts",
|
|
65719
|
-
"line":
|
|
65866
|
+
"line": 881
|
|
65720
65867
|
},
|
|
65721
65868
|
"name": "minorVersion",
|
|
65722
65869
|
"optional": true,
|
|
@@ -65734,7 +65881,7 @@
|
|
|
65734
65881
|
"immutable": true,
|
|
65735
65882
|
"locationInModule": {
|
|
65736
65883
|
"filename": "src/release/release.ts",
|
|
65737
|
-
"line":
|
|
65884
|
+
"line": 909
|
|
65738
65885
|
},
|
|
65739
65886
|
"name": "npmDistTag",
|
|
65740
65887
|
"optional": true,
|
|
@@ -65752,7 +65899,7 @@
|
|
|
65752
65899
|
"immutable": true,
|
|
65753
65900
|
"locationInModule": {
|
|
65754
65901
|
"filename": "src/release/release.ts",
|
|
65755
|
-
"line":
|
|
65902
|
+
"line": 888
|
|
65756
65903
|
},
|
|
65757
65904
|
"name": "prerelease",
|
|
65758
65905
|
"optional": true,
|
|
@@ -65771,7 +65918,7 @@
|
|
|
65771
65918
|
"immutable": true,
|
|
65772
65919
|
"locationInModule": {
|
|
65773
65920
|
"filename": "src/release/release.ts",
|
|
65774
|
-
"line":
|
|
65921
|
+
"line": 902
|
|
65775
65922
|
},
|
|
65776
65923
|
"name": "tagPrefix",
|
|
65777
65924
|
"optional": true,
|
|
@@ -65789,7 +65936,7 @@
|
|
|
65789
65936
|
"immutable": true,
|
|
65790
65937
|
"locationInModule": {
|
|
65791
65938
|
"filename": "src/release/release.ts",
|
|
65792
|
-
"line":
|
|
65939
|
+
"line": 853
|
|
65793
65940
|
},
|
|
65794
65941
|
"name": "workflowName",
|
|
65795
65942
|
"optional": true,
|
|
@@ -67757,7 +67904,7 @@
|
|
|
67757
67904
|
},
|
|
67758
67905
|
"locationInModule": {
|
|
67759
67906
|
"filename": "src/release/release.ts",
|
|
67760
|
-
"line":
|
|
67907
|
+
"line": 415
|
|
67761
67908
|
},
|
|
67762
67909
|
"parameters": [
|
|
67763
67910
|
{
|
|
@@ -67783,7 +67930,7 @@
|
|
|
67783
67930
|
"kind": "class",
|
|
67784
67931
|
"locationInModule": {
|
|
67785
67932
|
"filename": "src/release/release.ts",
|
|
67786
|
-
"line":
|
|
67933
|
+
"line": 370
|
|
67787
67934
|
},
|
|
67788
67935
|
"methods": [
|
|
67789
67936
|
{
|
|
@@ -67793,7 +67940,7 @@
|
|
|
67793
67940
|
},
|
|
67794
67941
|
"locationInModule": {
|
|
67795
67942
|
"filename": "src/release/release.ts",
|
|
67796
|
-
"line":
|
|
67943
|
+
"line": 378
|
|
67797
67944
|
},
|
|
67798
67945
|
"name": "of",
|
|
67799
67946
|
"parameters": [
|
|
@@ -67820,7 +67967,7 @@
|
|
|
67820
67967
|
},
|
|
67821
67968
|
"locationInModule": {
|
|
67822
67969
|
"filename": "src/release/release.ts",
|
|
67823
|
-
"line":
|
|
67970
|
+
"line": 568
|
|
67824
67971
|
},
|
|
67825
67972
|
"name": "addBranch",
|
|
67826
67973
|
"parameters": [
|
|
@@ -67851,7 +67998,7 @@
|
|
|
67851
67998
|
},
|
|
67852
67999
|
"locationInModule": {
|
|
67853
68000
|
"filename": "src/release/release.ts",
|
|
67854
|
-
"line":
|
|
68001
|
+
"line": 635
|
|
67855
68002
|
},
|
|
67856
68003
|
"name": "addJobs",
|
|
67857
68004
|
"parameters": [
|
|
@@ -67878,7 +68025,7 @@
|
|
|
67878
68025
|
},
|
|
67879
68026
|
"locationInModule": {
|
|
67880
68027
|
"filename": "src/release/release.ts",
|
|
67881
|
-
"line":
|
|
68028
|
+
"line": 618
|
|
67882
68029
|
},
|
|
67883
68030
|
"name": "preSynthesize",
|
|
67884
68031
|
"overrides": "projen.Component"
|
|
@@ -67895,7 +68042,7 @@
|
|
|
67895
68042
|
"immutable": true,
|
|
67896
68043
|
"locationInModule": {
|
|
67897
68044
|
"filename": "src/release/release.ts",
|
|
67898
|
-
"line":
|
|
68045
|
+
"line": 371
|
|
67899
68046
|
},
|
|
67900
68047
|
"name": "ANTI_TAMPER_CMD",
|
|
67901
68048
|
"static": true,
|
|
@@ -67911,7 +68058,7 @@
|
|
|
67911
68058
|
"immutable": true,
|
|
67912
68059
|
"locationInModule": {
|
|
67913
68060
|
"filename": "src/release/release.ts",
|
|
67914
|
-
"line":
|
|
68061
|
+
"line": 391
|
|
67915
68062
|
},
|
|
67916
68063
|
"name": "artifactsDirectory",
|
|
67917
68064
|
"type": {
|
|
@@ -67926,7 +68073,7 @@
|
|
|
67926
68073
|
"immutable": true,
|
|
67927
68074
|
"locationInModule": {
|
|
67928
68075
|
"filename": "src/release/release.ts",
|
|
67929
|
-
"line":
|
|
68076
|
+
"line": 644
|
|
67930
68077
|
},
|
|
67931
68078
|
"name": "branches",
|
|
67932
68079
|
"type": {
|
|
@@ -67946,7 +68093,7 @@
|
|
|
67946
68093
|
"immutable": true,
|
|
67947
68094
|
"locationInModule": {
|
|
67948
68095
|
"filename": "src/release/release.ts",
|
|
67949
|
-
"line":
|
|
68096
|
+
"line": 386
|
|
67950
68097
|
},
|
|
67951
68098
|
"name": "publisher",
|
|
67952
68099
|
"type": {
|
|
@@ -67985,7 +68132,7 @@
|
|
|
67985
68132
|
"immutable": true,
|
|
67986
68133
|
"locationInModule": {
|
|
67987
68134
|
"filename": "src/release/release.ts",
|
|
67988
|
-
"line":
|
|
68135
|
+
"line": 347
|
|
67989
68136
|
},
|
|
67990
68137
|
"name": "artifactsDirectory",
|
|
67991
68138
|
"type": {
|
|
@@ -68002,7 +68149,7 @@
|
|
|
68002
68149
|
"immutable": true,
|
|
68003
68150
|
"locationInModule": {
|
|
68004
68151
|
"filename": "src/release/release.ts",
|
|
68005
|
-
"line":
|
|
68152
|
+
"line": 333
|
|
68006
68153
|
},
|
|
68007
68154
|
"name": "branch",
|
|
68008
68155
|
"type": {
|
|
@@ -68012,53 +68159,78 @@
|
|
|
68012
68159
|
{
|
|
68013
68160
|
"abstract": true,
|
|
68014
68161
|
"docs": {
|
|
68015
|
-
"
|
|
68162
|
+
"example": "\"package.json\"",
|
|
68016
68163
|
"stability": "experimental",
|
|
68017
|
-
"summary": "
|
|
68164
|
+
"summary": "A name of a .json file to set the `version` field in after a bump."
|
|
68018
68165
|
},
|
|
68019
68166
|
"immutable": true,
|
|
68020
68167
|
"locationInModule": {
|
|
68021
68168
|
"filename": "src/release/release.ts",
|
|
68022
|
-
"line":
|
|
68169
|
+
"line": 323
|
|
68023
68170
|
},
|
|
68024
|
-
"name": "
|
|
68171
|
+
"name": "versionFile",
|
|
68025
68172
|
"type": {
|
|
68026
|
-
"
|
|
68173
|
+
"primitive": "string"
|
|
68027
68174
|
}
|
|
68028
68175
|
},
|
|
68029
68176
|
{
|
|
68030
68177
|
"abstract": true,
|
|
68031
68178
|
"docs": {
|
|
68032
|
-
"
|
|
68179
|
+
"default": "true",
|
|
68033
68180
|
"stability": "experimental",
|
|
68034
|
-
"summary": "
|
|
68181
|
+
"summary": "Create a GitHub release for each release."
|
|
68035
68182
|
},
|
|
68036
68183
|
"immutable": true,
|
|
68037
68184
|
"locationInModule": {
|
|
68038
68185
|
"filename": "src/release/release.ts",
|
|
68039
|
-
"line":
|
|
68186
|
+
"line": 340
|
|
68040
68187
|
},
|
|
68041
|
-
"name": "
|
|
68188
|
+
"name": "githubRelease",
|
|
68189
|
+
"optional": true,
|
|
68042
68190
|
"type": {
|
|
68043
|
-
"primitive": "
|
|
68191
|
+
"primitive": "boolean"
|
|
68044
68192
|
}
|
|
68045
68193
|
},
|
|
68046
68194
|
{
|
|
68047
68195
|
"abstract": true,
|
|
68048
68196
|
"docs": {
|
|
68049
|
-
"
|
|
68197
|
+
"deprecated": "Use `tasks` instead",
|
|
68198
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
68199
|
+
"stability": "deprecated",
|
|
68200
|
+
"summary": "The task to execute in order to create the release artifacts."
|
|
68201
|
+
},
|
|
68202
|
+
"immutable": true,
|
|
68203
|
+
"locationInModule": {
|
|
68204
|
+
"filename": "src/release/release.ts",
|
|
68205
|
+
"line": 309
|
|
68206
|
+
},
|
|
68207
|
+
"name": "task",
|
|
68208
|
+
"optional": true,
|
|
68209
|
+
"type": {
|
|
68210
|
+
"fqn": "projen.Task"
|
|
68211
|
+
}
|
|
68212
|
+
},
|
|
68213
|
+
{
|
|
68214
|
+
"abstract": true,
|
|
68215
|
+
"docs": {
|
|
68216
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
68050
68217
|
"stability": "experimental",
|
|
68051
|
-
"summary": "
|
|
68218
|
+
"summary": "The tasks to execute in order to create the release artifacts."
|
|
68052
68219
|
},
|
|
68053
68220
|
"immutable": true,
|
|
68054
68221
|
"locationInModule": {
|
|
68055
68222
|
"filename": "src/release/release.ts",
|
|
68056
|
-
"line":
|
|
68223
|
+
"line": 316
|
|
68057
68224
|
},
|
|
68058
|
-
"name": "
|
|
68225
|
+
"name": "tasks",
|
|
68059
68226
|
"optional": true,
|
|
68060
68227
|
"type": {
|
|
68061
|
-
"
|
|
68228
|
+
"collection": {
|
|
68229
|
+
"elementtype": {
|
|
68230
|
+
"fqn": "projen.Task"
|
|
68231
|
+
},
|
|
68232
|
+
"kind": "array"
|
|
68233
|
+
}
|
|
68062
68234
|
}
|
|
68063
68235
|
},
|
|
68064
68236
|
{
|
|
@@ -68072,7 +68244,7 @@
|
|
|
68072
68244
|
"immutable": true,
|
|
68073
68245
|
"locationInModule": {
|
|
68074
68246
|
"filename": "src/release/release.ts",
|
|
68075
|
-
"line":
|
|
68247
|
+
"line": 356
|
|
68076
68248
|
},
|
|
68077
68249
|
"name": "workflowNodeVersion",
|
|
68078
68250
|
"optional": true,
|
|
@@ -68090,7 +68262,7 @@
|
|
|
68090
68262
|
"immutable": true,
|
|
68091
68263
|
"locationInModule": {
|
|
68092
68264
|
"filename": "src/release/release.ts",
|
|
68093
|
-
"line":
|
|
68265
|
+
"line": 362
|
|
68094
68266
|
},
|
|
68095
68267
|
"name": "workflowPermissions",
|
|
68096
68268
|
"optional": true,
|
|
@@ -73136,6 +73308,6 @@
|
|
|
73136
73308
|
"usedFeatures": [
|
|
73137
73309
|
"class-covariant-overrides"
|
|
73138
73310
|
],
|
|
73139
|
-
"version": "0.98.
|
|
73140
|
-
"fingerprint": "
|
|
73311
|
+
"version": "0.98.8",
|
|
73312
|
+
"fingerprint": "91Tw0tYWbnJaVkIPK+vO1elFWaQinNrl11ESkY+NGp8="
|
|
73141
73313
|
}
|