projen 0.98.6 → 0.98.7
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 +270 -133
- 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 +1 -1
- package/lib/javascript/node-project.d.ts +64 -0
- package/lib/javascript/node-project.js +118 -3
- 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 +2 -2
- 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": 64
|
|
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": 69
|
|
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": 79
|
|
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": 90
|
|
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": 425
|
|
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": 409
|
|
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": 419
|
|
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": 572
|
|
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": 442
|
|
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": 1029
|
|
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": 1321
|
|
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": 1074
|
|
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": 1275
|
|
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": 1288
|
|
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": 1094
|
|
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": 1104
|
|
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": 1333
|
|
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": 1305
|
|
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": 1047
|
|
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": 1084
|
|
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": 1066
|
|
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": 1057
|
|
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": 1194
|
|
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": 1406
|
|
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": 1039
|
|
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": 467
|
|
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": 554
|
|
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": 559
|
|
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": 547
|
|
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": 474
|
|
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": 543
|
|
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": 456
|
|
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": 446
|
|
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": 526
|
|
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": 533
|
|
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": 566
|
|
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": 568
|
|
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": 481
|
|
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": 570
|
|
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": 486
|
|
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": 1413
|
|
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": 538
|
|
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": 515
|
|
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": 506
|
|
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": 519
|
|
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": 451
|
|
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": 569
|
|
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": 494
|
|
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": 499
|
|
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": 564
|
|
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": 93
|
|
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": 183
|
|
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": 348
|
|
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": 397
|
|
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": 403
|
|
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": 259
|
|
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": 380
|
|
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": 386
|
|
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": 129
|
|
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": 133
|
|
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": 364
|
|
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": 341
|
|
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": 373
|
|
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": 154
|
|
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": 161
|
|
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": 102
|
|
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": 109
|
|
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": 227
|
|
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": 234
|
|
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": 242
|
|
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": 249
|
|
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": 310
|
|
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": 316
|
|
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": 322
|
|
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": 146
|
|
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": 278
|
|
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": 267
|
|
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": 272
|
|
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": 356
|
|
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": 299
|
|
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": 305
|
|
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": 123
|
|
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": 330
|
|
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": 336
|
|
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": 116
|
|
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": 285
|
|
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": 292
|
|
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": 176
|
|
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": 203
|
|
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": 169
|
|
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": 190
|
|
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": 197
|
|
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": 212
|
|
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": 219
|
|
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": 1529
|
|
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": 1538
|
|
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": 1543
|
|
51328
51440
|
},
|
|
51329
51441
|
"name": "mutable",
|
|
51330
51442
|
"optional": true,
|
|
@@ -58253,7 +58365,7 @@
|
|
|
58253
58365
|
},
|
|
58254
58366
|
"remarks": "Set of file and folder names that should be unconditionally ignored by Biome's scanner.",
|
|
58255
58367
|
"stability": "experimental",
|
|
58256
|
-
"summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: https://biomejs.dev/reference/configuration/#filesincludes
|
|
58368
|
+
"summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: <https://biomejs.dev/reference/configuration/#filesincludes>."
|
|
58257
58369
|
},
|
|
58258
58370
|
"immutable": true,
|
|
58259
58371
|
"locationInModule": {
|
|
@@ -65650,7 +65762,7 @@
|
|
|
65650
65762
|
"kind": "interface",
|
|
65651
65763
|
"locationInModule": {
|
|
65652
65764
|
"filename": "src/release/release.ts",
|
|
65653
|
-
"line":
|
|
65765
|
+
"line": 848
|
|
65654
65766
|
},
|
|
65655
65767
|
"name": "BranchOptions",
|
|
65656
65768
|
"namespace": "release",
|
|
@@ -65664,7 +65776,7 @@
|
|
|
65664
65776
|
"immutable": true,
|
|
65665
65777
|
"locationInModule": {
|
|
65666
65778
|
"filename": "src/release/release.ts",
|
|
65667
|
-
"line":
|
|
65779
|
+
"line": 871
|
|
65668
65780
|
},
|
|
65669
65781
|
"name": "majorVersion",
|
|
65670
65782
|
"type": {
|
|
@@ -65682,7 +65794,7 @@
|
|
|
65682
65794
|
"immutable": true,
|
|
65683
65795
|
"locationInModule": {
|
|
65684
65796
|
"filename": "src/release/release.ts",
|
|
65685
|
-
"line":
|
|
65797
|
+
"line": 866
|
|
65686
65798
|
},
|
|
65687
65799
|
"name": "environment",
|
|
65688
65800
|
"optional": true,
|
|
@@ -65699,7 +65811,7 @@
|
|
|
65699
65811
|
"immutable": true,
|
|
65700
65812
|
"locationInModule": {
|
|
65701
65813
|
"filename": "src/release/release.ts",
|
|
65702
|
-
"line":
|
|
65814
|
+
"line": 876
|
|
65703
65815
|
},
|
|
65704
65816
|
"name": "minMajorVersion",
|
|
65705
65817
|
"optional": true,
|
|
@@ -65716,7 +65828,7 @@
|
|
|
65716
65828
|
"immutable": true,
|
|
65717
65829
|
"locationInModule": {
|
|
65718
65830
|
"filename": "src/release/release.ts",
|
|
65719
|
-
"line":
|
|
65831
|
+
"line": 881
|
|
65720
65832
|
},
|
|
65721
65833
|
"name": "minorVersion",
|
|
65722
65834
|
"optional": true,
|
|
@@ -65734,7 +65846,7 @@
|
|
|
65734
65846
|
"immutable": true,
|
|
65735
65847
|
"locationInModule": {
|
|
65736
65848
|
"filename": "src/release/release.ts",
|
|
65737
|
-
"line":
|
|
65849
|
+
"line": 909
|
|
65738
65850
|
},
|
|
65739
65851
|
"name": "npmDistTag",
|
|
65740
65852
|
"optional": true,
|
|
@@ -65752,7 +65864,7 @@
|
|
|
65752
65864
|
"immutable": true,
|
|
65753
65865
|
"locationInModule": {
|
|
65754
65866
|
"filename": "src/release/release.ts",
|
|
65755
|
-
"line":
|
|
65867
|
+
"line": 888
|
|
65756
65868
|
},
|
|
65757
65869
|
"name": "prerelease",
|
|
65758
65870
|
"optional": true,
|
|
@@ -65771,7 +65883,7 @@
|
|
|
65771
65883
|
"immutable": true,
|
|
65772
65884
|
"locationInModule": {
|
|
65773
65885
|
"filename": "src/release/release.ts",
|
|
65774
|
-
"line":
|
|
65886
|
+
"line": 902
|
|
65775
65887
|
},
|
|
65776
65888
|
"name": "tagPrefix",
|
|
65777
65889
|
"optional": true,
|
|
@@ -65789,7 +65901,7 @@
|
|
|
65789
65901
|
"immutable": true,
|
|
65790
65902
|
"locationInModule": {
|
|
65791
65903
|
"filename": "src/release/release.ts",
|
|
65792
|
-
"line":
|
|
65904
|
+
"line": 853
|
|
65793
65905
|
},
|
|
65794
65906
|
"name": "workflowName",
|
|
65795
65907
|
"optional": true,
|
|
@@ -67757,7 +67869,7 @@
|
|
|
67757
67869
|
},
|
|
67758
67870
|
"locationInModule": {
|
|
67759
67871
|
"filename": "src/release/release.ts",
|
|
67760
|
-
"line":
|
|
67872
|
+
"line": 415
|
|
67761
67873
|
},
|
|
67762
67874
|
"parameters": [
|
|
67763
67875
|
{
|
|
@@ -67783,7 +67895,7 @@
|
|
|
67783
67895
|
"kind": "class",
|
|
67784
67896
|
"locationInModule": {
|
|
67785
67897
|
"filename": "src/release/release.ts",
|
|
67786
|
-
"line":
|
|
67898
|
+
"line": 370
|
|
67787
67899
|
},
|
|
67788
67900
|
"methods": [
|
|
67789
67901
|
{
|
|
@@ -67793,7 +67905,7 @@
|
|
|
67793
67905
|
},
|
|
67794
67906
|
"locationInModule": {
|
|
67795
67907
|
"filename": "src/release/release.ts",
|
|
67796
|
-
"line":
|
|
67908
|
+
"line": 378
|
|
67797
67909
|
},
|
|
67798
67910
|
"name": "of",
|
|
67799
67911
|
"parameters": [
|
|
@@ -67820,7 +67932,7 @@
|
|
|
67820
67932
|
},
|
|
67821
67933
|
"locationInModule": {
|
|
67822
67934
|
"filename": "src/release/release.ts",
|
|
67823
|
-
"line":
|
|
67935
|
+
"line": 568
|
|
67824
67936
|
},
|
|
67825
67937
|
"name": "addBranch",
|
|
67826
67938
|
"parameters": [
|
|
@@ -67851,7 +67963,7 @@
|
|
|
67851
67963
|
},
|
|
67852
67964
|
"locationInModule": {
|
|
67853
67965
|
"filename": "src/release/release.ts",
|
|
67854
|
-
"line":
|
|
67966
|
+
"line": 635
|
|
67855
67967
|
},
|
|
67856
67968
|
"name": "addJobs",
|
|
67857
67969
|
"parameters": [
|
|
@@ -67878,7 +67990,7 @@
|
|
|
67878
67990
|
},
|
|
67879
67991
|
"locationInModule": {
|
|
67880
67992
|
"filename": "src/release/release.ts",
|
|
67881
|
-
"line":
|
|
67993
|
+
"line": 618
|
|
67882
67994
|
},
|
|
67883
67995
|
"name": "preSynthesize",
|
|
67884
67996
|
"overrides": "projen.Component"
|
|
@@ -67895,7 +68007,7 @@
|
|
|
67895
68007
|
"immutable": true,
|
|
67896
68008
|
"locationInModule": {
|
|
67897
68009
|
"filename": "src/release/release.ts",
|
|
67898
|
-
"line":
|
|
68010
|
+
"line": 371
|
|
67899
68011
|
},
|
|
67900
68012
|
"name": "ANTI_TAMPER_CMD",
|
|
67901
68013
|
"static": true,
|
|
@@ -67911,7 +68023,7 @@
|
|
|
67911
68023
|
"immutable": true,
|
|
67912
68024
|
"locationInModule": {
|
|
67913
68025
|
"filename": "src/release/release.ts",
|
|
67914
|
-
"line":
|
|
68026
|
+
"line": 391
|
|
67915
68027
|
},
|
|
67916
68028
|
"name": "artifactsDirectory",
|
|
67917
68029
|
"type": {
|
|
@@ -67926,7 +68038,7 @@
|
|
|
67926
68038
|
"immutable": true,
|
|
67927
68039
|
"locationInModule": {
|
|
67928
68040
|
"filename": "src/release/release.ts",
|
|
67929
|
-
"line":
|
|
68041
|
+
"line": 644
|
|
67930
68042
|
},
|
|
67931
68043
|
"name": "branches",
|
|
67932
68044
|
"type": {
|
|
@@ -67946,7 +68058,7 @@
|
|
|
67946
68058
|
"immutable": true,
|
|
67947
68059
|
"locationInModule": {
|
|
67948
68060
|
"filename": "src/release/release.ts",
|
|
67949
|
-
"line":
|
|
68061
|
+
"line": 386
|
|
67950
68062
|
},
|
|
67951
68063
|
"name": "publisher",
|
|
67952
68064
|
"type": {
|
|
@@ -67985,7 +68097,7 @@
|
|
|
67985
68097
|
"immutable": true,
|
|
67986
68098
|
"locationInModule": {
|
|
67987
68099
|
"filename": "src/release/release.ts",
|
|
67988
|
-
"line":
|
|
68100
|
+
"line": 347
|
|
67989
68101
|
},
|
|
67990
68102
|
"name": "artifactsDirectory",
|
|
67991
68103
|
"type": {
|
|
@@ -68002,7 +68114,7 @@
|
|
|
68002
68114
|
"immutable": true,
|
|
68003
68115
|
"locationInModule": {
|
|
68004
68116
|
"filename": "src/release/release.ts",
|
|
68005
|
-
"line":
|
|
68117
|
+
"line": 333
|
|
68006
68118
|
},
|
|
68007
68119
|
"name": "branch",
|
|
68008
68120
|
"type": {
|
|
@@ -68012,53 +68124,78 @@
|
|
|
68012
68124
|
{
|
|
68013
68125
|
"abstract": true,
|
|
68014
68126
|
"docs": {
|
|
68015
|
-
"
|
|
68127
|
+
"example": "\"package.json\"",
|
|
68016
68128
|
"stability": "experimental",
|
|
68017
|
-
"summary": "
|
|
68129
|
+
"summary": "A name of a .json file to set the `version` field in after a bump."
|
|
68018
68130
|
},
|
|
68019
68131
|
"immutable": true,
|
|
68020
68132
|
"locationInModule": {
|
|
68021
68133
|
"filename": "src/release/release.ts",
|
|
68022
|
-
"line":
|
|
68134
|
+
"line": 323
|
|
68023
68135
|
},
|
|
68024
|
-
"name": "
|
|
68136
|
+
"name": "versionFile",
|
|
68025
68137
|
"type": {
|
|
68026
|
-
"
|
|
68138
|
+
"primitive": "string"
|
|
68027
68139
|
}
|
|
68028
68140
|
},
|
|
68029
68141
|
{
|
|
68030
68142
|
"abstract": true,
|
|
68031
68143
|
"docs": {
|
|
68032
|
-
"
|
|
68144
|
+
"default": "true",
|
|
68033
68145
|
"stability": "experimental",
|
|
68034
|
-
"summary": "
|
|
68146
|
+
"summary": "Create a GitHub release for each release."
|
|
68035
68147
|
},
|
|
68036
68148
|
"immutable": true,
|
|
68037
68149
|
"locationInModule": {
|
|
68038
68150
|
"filename": "src/release/release.ts",
|
|
68039
|
-
"line":
|
|
68151
|
+
"line": 340
|
|
68040
68152
|
},
|
|
68041
|
-
"name": "
|
|
68153
|
+
"name": "githubRelease",
|
|
68154
|
+
"optional": true,
|
|
68042
68155
|
"type": {
|
|
68043
|
-
"primitive": "
|
|
68156
|
+
"primitive": "boolean"
|
|
68044
68157
|
}
|
|
68045
68158
|
},
|
|
68046
68159
|
{
|
|
68047
68160
|
"abstract": true,
|
|
68048
68161
|
"docs": {
|
|
68049
|
-
"
|
|
68162
|
+
"deprecated": "Use `tasks` instead",
|
|
68163
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
68164
|
+
"stability": "deprecated",
|
|
68165
|
+
"summary": "The task to execute in order to create the release artifacts."
|
|
68166
|
+
},
|
|
68167
|
+
"immutable": true,
|
|
68168
|
+
"locationInModule": {
|
|
68169
|
+
"filename": "src/release/release.ts",
|
|
68170
|
+
"line": 309
|
|
68171
|
+
},
|
|
68172
|
+
"name": "task",
|
|
68173
|
+
"optional": true,
|
|
68174
|
+
"type": {
|
|
68175
|
+
"fqn": "projen.Task"
|
|
68176
|
+
}
|
|
68177
|
+
},
|
|
68178
|
+
{
|
|
68179
|
+
"abstract": true,
|
|
68180
|
+
"docs": {
|
|
68181
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
68050
68182
|
"stability": "experimental",
|
|
68051
|
-
"summary": "
|
|
68183
|
+
"summary": "The tasks to execute in order to create the release artifacts."
|
|
68052
68184
|
},
|
|
68053
68185
|
"immutable": true,
|
|
68054
68186
|
"locationInModule": {
|
|
68055
68187
|
"filename": "src/release/release.ts",
|
|
68056
|
-
"line":
|
|
68188
|
+
"line": 316
|
|
68057
68189
|
},
|
|
68058
|
-
"name": "
|
|
68190
|
+
"name": "tasks",
|
|
68059
68191
|
"optional": true,
|
|
68060
68192
|
"type": {
|
|
68061
|
-
"
|
|
68193
|
+
"collection": {
|
|
68194
|
+
"elementtype": {
|
|
68195
|
+
"fqn": "projen.Task"
|
|
68196
|
+
},
|
|
68197
|
+
"kind": "array"
|
|
68198
|
+
}
|
|
68062
68199
|
}
|
|
68063
68200
|
},
|
|
68064
68201
|
{
|
|
@@ -68072,7 +68209,7 @@
|
|
|
68072
68209
|
"immutable": true,
|
|
68073
68210
|
"locationInModule": {
|
|
68074
68211
|
"filename": "src/release/release.ts",
|
|
68075
|
-
"line":
|
|
68212
|
+
"line": 356
|
|
68076
68213
|
},
|
|
68077
68214
|
"name": "workflowNodeVersion",
|
|
68078
68215
|
"optional": true,
|
|
@@ -68090,7 +68227,7 @@
|
|
|
68090
68227
|
"immutable": true,
|
|
68091
68228
|
"locationInModule": {
|
|
68092
68229
|
"filename": "src/release/release.ts",
|
|
68093
|
-
"line":
|
|
68230
|
+
"line": 362
|
|
68094
68231
|
},
|
|
68095
68232
|
"name": "workflowPermissions",
|
|
68096
68233
|
"optional": true,
|
|
@@ -73136,6 +73273,6 @@
|
|
|
73136
73273
|
"usedFeatures": [
|
|
73137
73274
|
"class-covariant-overrides"
|
|
73138
73275
|
],
|
|
73139
|
-
"version": "0.98.
|
|
73140
|
-
"fingerprint": "
|
|
73276
|
+
"version": "0.98.7",
|
|
73277
|
+
"fingerprint": "x6ZyrNmhPLFArYYjoVyIrjfXftu3JlhSYAslGcyGBEA="
|
|
73141
73278
|
}
|