projen 0.78.1 → 0.78.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/.jsii +282 -86
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-lint.js +1 -1
  48. package/lib/github/stale.js +1 -1
  49. package/lib/github/task-workflow.js +1 -1
  50. package/lib/github/workflow-actions.js +1 -1
  51. package/lib/github/workflow-jobs.js +1 -1
  52. package/lib/github/workflows.js +1 -1
  53. package/lib/gitlab/configuration.js +1 -1
  54. package/lib/gitlab/gitlab-configuration.js +1 -1
  55. package/lib/gitlab/nested-configuration.js +1 -1
  56. package/lib/gitpod.js +1 -1
  57. package/lib/ignore-file.js +1 -1
  58. package/lib/ini.js +1 -1
  59. package/lib/java/java-project.js +1 -1
  60. package/lib/java/junit.js +1 -1
  61. package/lib/java/maven-compile.js +1 -1
  62. package/lib/java/maven-packaging.js +1 -1
  63. package/lib/java/maven-sample.js +1 -1
  64. package/lib/java/pom.js +1 -1
  65. package/lib/java/projenrc.js +1 -1
  66. package/lib/javascript/bundler.js +1 -1
  67. package/lib/javascript/eslint.js +1 -1
  68. package/lib/javascript/index.d.ts +1 -0
  69. package/lib/javascript/index.js +2 -1
  70. package/lib/javascript/jest.js +4 -4
  71. package/lib/javascript/license-checker.d.ts +47 -0
  72. package/lib/javascript/license-checker.js +51 -0
  73. package/lib/javascript/node-package.js +1 -1
  74. package/lib/javascript/node-project.d.ts +10 -1
  75. package/lib/javascript/node-project.js +6 -2
  76. package/lib/javascript/npm-config.js +1 -1
  77. package/lib/javascript/prettier.js +1 -1
  78. package/lib/javascript/projenrc.js +1 -1
  79. package/lib/javascript/typescript-config.js +2 -2
  80. package/lib/javascript/upgrade-dependencies.js +2 -2
  81. package/lib/javascript/yarnrc.js +1 -1
  82. package/lib/json-patch.js +1 -1
  83. package/lib/json.js +1 -1
  84. package/lib/license.js +1 -1
  85. package/lib/logger.js +1 -1
  86. package/lib/makefile.js +1 -1
  87. package/lib/object-file.js +1 -1
  88. package/lib/project-build.js +1 -1
  89. package/lib/project-tree.js +1 -1
  90. package/lib/project.js +1 -1
  91. package/lib/projects.js +1 -1
  92. package/lib/projenrc-json.js +2 -2
  93. package/lib/projenrc.js +1 -1
  94. package/lib/python/pip.js +1 -1
  95. package/lib/python/poetry.js +2 -2
  96. package/lib/python/projenrc.js +1 -1
  97. package/lib/python/pytest-sample.js +1 -1
  98. package/lib/python/pytest.js +1 -1
  99. package/lib/python/python-project.js +1 -1
  100. package/lib/python/python-sample.js +1 -1
  101. package/lib/python/requirements-file.js +1 -1
  102. package/lib/python/setuppy.js +1 -1
  103. package/lib/python/setuptools.js +1 -1
  104. package/lib/python/venv.js +1 -1
  105. package/lib/readme.js +1 -1
  106. package/lib/release/publisher.js +1 -1
  107. package/lib/release/release-trigger.js +1 -1
  108. package/lib/release/release.js +1 -1
  109. package/lib/renovatebot.js +1 -1
  110. package/lib/run-task.js +0 -1894
  111. package/lib/sample-file.js +2 -2
  112. package/lib/semver.js +1 -1
  113. package/lib/source-code.js +1 -1
  114. package/lib/task-runtime.js +1 -1
  115. package/lib/task.js +1 -1
  116. package/lib/tasks.js +1 -1
  117. package/lib/testing.js +1 -1
  118. package/lib/textfile.js +1 -1
  119. package/lib/toml.js +1 -1
  120. package/lib/typescript/projenrc-ts.js +1 -1
  121. package/lib/typescript/projenrc.js +1 -1
  122. package/lib/typescript/typescript-typedoc.js +1 -1
  123. package/lib/typescript/typescript.js +3 -3
  124. package/lib/version.js +2 -2
  125. package/lib/vscode/devcontainer.js +1 -1
  126. package/lib/vscode/extensions.js +1 -1
  127. package/lib/vscode/launch-config.js +1 -1
  128. package/lib/vscode/settings.js +1 -1
  129. package/lib/vscode/vscode.js +1 -1
  130. package/lib/web/next.js +3 -3
  131. package/lib/web/postcss.js +1 -1
  132. package/lib/web/react.js +4 -4
  133. package/lib/web/tailwind.js +1 -1
  134. package/lib/xmlfile.js +1 -1
  135. package/lib/yaml.js +1 -1
  136. package/package.json +3 -1
package/.jsii CHANGED
@@ -37117,7 +37117,7 @@
37117
37117
  "kind": "enum",
37118
37118
  "locationInModule": {
37119
37119
  "filename": "src/javascript/node-project.ts",
37120
- "line": 321
37120
+ "line": 331
37121
37121
  },
37122
37122
  "members": [
37123
37123
  {
@@ -40662,6 +40662,183 @@
40662
40662
  "namespace": "javascript",
40663
40663
  "symbolId": "src/javascript/jest:JestReporter"
40664
40664
  },
40665
+ "projen.javascript.LicenseChecker": {
40666
+ "assembly": "projen",
40667
+ "base": "projen.Component",
40668
+ "docs": {
40669
+ "stability": "experimental",
40670
+ "summary": "Enforces allowed licenses used by dependencies."
40671
+ },
40672
+ "fqn": "projen.javascript.LicenseChecker",
40673
+ "initializer": {
40674
+ "docs": {
40675
+ "stability": "experimental"
40676
+ },
40677
+ "locationInModule": {
40678
+ "filename": "src/javascript/license-checker.ts",
40679
+ "line": 54
40680
+ },
40681
+ "parameters": [
40682
+ {
40683
+ "name": "scope",
40684
+ "type": {
40685
+ "fqn": "constructs.Construct"
40686
+ }
40687
+ },
40688
+ {
40689
+ "name": "options",
40690
+ "type": {
40691
+ "fqn": "projen.javascript.LicenseCheckerOptions"
40692
+ }
40693
+ }
40694
+ ]
40695
+ },
40696
+ "kind": "class",
40697
+ "locationInModule": {
40698
+ "filename": "src/javascript/license-checker.ts",
40699
+ "line": 51
40700
+ },
40701
+ "name": "LicenseChecker",
40702
+ "namespace": "javascript",
40703
+ "properties": [
40704
+ {
40705
+ "docs": {
40706
+ "stability": "experimental"
40707
+ },
40708
+ "immutable": true,
40709
+ "locationInModule": {
40710
+ "filename": "src/javascript/license-checker.ts",
40711
+ "line": 52
40712
+ },
40713
+ "name": "task",
40714
+ "type": {
40715
+ "fqn": "projen.Task"
40716
+ }
40717
+ }
40718
+ ],
40719
+ "symbolId": "src/javascript/license-checker:LicenseChecker"
40720
+ },
40721
+ "projen.javascript.LicenseCheckerOptions": {
40722
+ "assembly": "projen",
40723
+ "datatype": true,
40724
+ "docs": {
40725
+ "stability": "experimental",
40726
+ "summary": "Options to configure the license checker."
40727
+ },
40728
+ "fqn": "projen.javascript.LicenseCheckerOptions",
40729
+ "kind": "interface",
40730
+ "locationInModule": {
40731
+ "filename": "src/javascript/license-checker.ts",
40732
+ "line": 9
40733
+ },
40734
+ "name": "LicenseCheckerOptions",
40735
+ "namespace": "javascript",
40736
+ "properties": [
40737
+ {
40738
+ "abstract": true,
40739
+ "docs": {
40740
+ "default": "- no licenses are allowed",
40741
+ "remarks": "For the license check to pass, all detected licenses MUST be in this list.\nOnly one of `allowedLicenses` and `prohibitedLicenses` can be provided and must not be empty.",
40742
+ "stability": "experimental",
40743
+ "summary": "List of SPDX license identifiers that are allowed to be used."
40744
+ },
40745
+ "immutable": true,
40746
+ "locationInModule": {
40747
+ "filename": "src/javascript/license-checker.ts",
40748
+ "line": 29
40749
+ },
40750
+ "name": "allow",
40751
+ "optional": true,
40752
+ "type": {
40753
+ "collection": {
40754
+ "elementtype": {
40755
+ "primitive": "string"
40756
+ },
40757
+ "kind": "array"
40758
+ }
40759
+ }
40760
+ },
40761
+ {
40762
+ "abstract": true,
40763
+ "docs": {
40764
+ "default": "- no licenses are prohibited",
40765
+ "remarks": "For the license check to pass, no detected licenses can be in this list.\nOnly one of `allowedLicenses` and `prohibitedLicenses` can be provided and must not be empty.",
40766
+ "stability": "experimental",
40767
+ "summary": "List of SPDX license identifiers that are prohibited to be used."
40768
+ },
40769
+ "immutable": true,
40770
+ "locationInModule": {
40771
+ "filename": "src/javascript/license-checker.ts",
40772
+ "line": 38
40773
+ },
40774
+ "name": "deny",
40775
+ "optional": true,
40776
+ "type": {
40777
+ "collection": {
40778
+ "elementtype": {
40779
+ "primitive": "string"
40780
+ },
40781
+ "kind": "array"
40782
+ }
40783
+ }
40784
+ },
40785
+ {
40786
+ "abstract": true,
40787
+ "docs": {
40788
+ "default": "false",
40789
+ "stability": "experimental",
40790
+ "summary": "Check development dependencies."
40791
+ },
40792
+ "immutable": true,
40793
+ "locationInModule": {
40794
+ "filename": "src/javascript/license-checker.ts",
40795
+ "line": 20
40796
+ },
40797
+ "name": "development",
40798
+ "optional": true,
40799
+ "type": {
40800
+ "primitive": "boolean"
40801
+ }
40802
+ },
40803
+ {
40804
+ "abstract": true,
40805
+ "docs": {
40806
+ "default": "true",
40807
+ "stability": "experimental",
40808
+ "summary": "Check production dependencies."
40809
+ },
40810
+ "immutable": true,
40811
+ "locationInModule": {
40812
+ "filename": "src/javascript/license-checker.ts",
40813
+ "line": 14
40814
+ },
40815
+ "name": "production",
40816
+ "optional": true,
40817
+ "type": {
40818
+ "primitive": "boolean"
40819
+ }
40820
+ },
40821
+ {
40822
+ "abstract": true,
40823
+ "docs": {
40824
+ "default": "\"check-licenses\"",
40825
+ "stability": "experimental",
40826
+ "summary": "The name of the task that is added to check licenses."
40827
+ },
40828
+ "immutable": true,
40829
+ "locationInModule": {
40830
+ "filename": "src/javascript/license-checker.ts",
40831
+ "line": 45
40832
+ },
40833
+ "name": "taskName",
40834
+ "optional": true,
40835
+ "type": {
40836
+ "primitive": "string"
40837
+ }
40838
+ }
40839
+ ],
40840
+ "symbolId": "src/javascript/license-checker:LicenseCheckerOptions"
40841
+ },
40665
40842
  "projen.javascript.NodePackage": {
40666
40843
  "assembly": "projen",
40667
40844
  "base": "projen.Component",
@@ -42260,7 +42437,7 @@
42260
42437
  },
42261
42438
  "locationInModule": {
42262
42439
  "filename": "src/javascript/node-project.ts",
42263
- "line": 463
42440
+ "line": 473
42264
42441
  },
42265
42442
  "parameters": [
42266
42443
  {
@@ -42274,7 +42451,7 @@
42274
42451
  "kind": "class",
42275
42452
  "locationInModule": {
42276
42453
  "filename": "src/javascript/node-project.ts",
42277
- "line": 338
42454
+ "line": 348
42278
42455
  },
42279
42456
  "methods": [
42280
42457
  {
@@ -42283,7 +42460,7 @@
42283
42460
  },
42284
42461
  "locationInModule": {
42285
42462
  "filename": "src/javascript/node-project.ts",
42286
- "line": 805
42463
+ "line": 819
42287
42464
  },
42288
42465
  "name": "addBins",
42289
42466
  "parameters": [
@@ -42308,7 +42485,7 @@
42308
42485
  },
42309
42486
  "locationInModule": {
42310
42487
  "filename": "src/javascript/node-project.ts",
42311
- "line": 1088
42488
+ "line": 1102
42312
42489
  },
42313
42490
  "name": "addBundledDeps",
42314
42491
  "parameters": [
@@ -42334,7 +42511,7 @@
42334
42511
  },
42335
42512
  "locationInModule": {
42336
42513
  "filename": "src/javascript/node-project.ts",
42337
- "line": 850
42514
+ "line": 864
42338
42515
  },
42339
42516
  "name": "addCompileCommand",
42340
42517
  "parameters": [
@@ -42355,7 +42532,7 @@
42355
42532
  },
42356
42533
  "locationInModule": {
42357
42534
  "filename": "src/javascript/node-project.ts",
42358
- "line": 1042
42535
+ "line": 1056
42359
42536
  },
42360
42537
  "name": "addDeps",
42361
42538
  "parameters": [
@@ -42380,7 +42557,7 @@
42380
42557
  },
42381
42558
  "locationInModule": {
42382
42559
  "filename": "src/javascript/node-project.ts",
42383
- "line": 1055
42560
+ "line": 1069
42384
42561
  },
42385
42562
  "name": "addDevDeps",
42386
42563
  "parameters": [
@@ -42405,7 +42582,7 @@
42405
42582
  },
42406
42583
  "locationInModule": {
42407
42584
  "filename": "src/javascript/node-project.ts",
42408
- "line": 870
42585
+ "line": 884
42409
42586
  },
42410
42587
  "name": "addFields",
42411
42588
  "parameters": [
@@ -42432,7 +42609,7 @@
42432
42609
  },
42433
42610
  "locationInModule": {
42434
42611
  "filename": "src/javascript/node-project.ts",
42435
- "line": 880
42612
+ "line": 894
42436
42613
  },
42437
42614
  "name": "addKeywords",
42438
42615
  "parameters": [
@@ -42457,7 +42634,7 @@
42457
42634
  },
42458
42635
  "locationInModule": {
42459
42636
  "filename": "src/javascript/node-project.ts",
42460
- "line": 1092
42637
+ "line": 1106
42461
42638
  },
42462
42639
  "name": "addPackageIgnore",
42463
42640
  "overrides": "projen.Project",
@@ -42478,7 +42655,7 @@
42478
42655
  },
42479
42656
  "locationInModule": {
42480
42657
  "filename": "src/javascript/node-project.ts",
42481
- "line": 1072
42658
+ "line": 1086
42482
42659
  },
42483
42660
  "name": "addPeerDeps",
42484
42661
  "parameters": [
@@ -42503,7 +42680,7 @@
42503
42680
  },
42504
42681
  "locationInModule": {
42505
42682
  "filename": "src/javascript/node-project.ts",
42506
- "line": 823
42683
+ "line": 837
42507
42684
  },
42508
42685
  "name": "addScripts",
42509
42686
  "parameters": [
@@ -42531,7 +42708,7 @@
42531
42708
  },
42532
42709
  "locationInModule": {
42533
42710
  "filename": "src/javascript/node-project.ts",
42534
- "line": 860
42711
+ "line": 874
42535
42712
  },
42536
42713
  "name": "addTestCommand",
42537
42714
  "parameters": [
@@ -42553,7 +42730,7 @@
42553
42730
  },
42554
42731
  "locationInModule": {
42555
42732
  "filename": "src/javascript/node-project.ts",
42556
- "line": 842
42733
+ "line": 856
42557
42734
  },
42558
42735
  "name": "hasScript",
42559
42736
  "parameters": [
@@ -42580,7 +42757,7 @@
42580
42757
  },
42581
42758
  "locationInModule": {
42582
42759
  "filename": "src/javascript/node-project.ts",
42583
- "line": 833
42760
+ "line": 847
42584
42761
  },
42585
42762
  "name": "removeScript",
42586
42763
  "parameters": [
@@ -42603,7 +42780,7 @@
42603
42780
  },
42604
42781
  "locationInModule": {
42605
42782
  "filename": "src/javascript/node-project.ts",
42606
- "line": 970
42783
+ "line": 984
42607
42784
  },
42608
42785
  "name": "renderWorkflowSetup",
42609
42786
  "parameters": [
@@ -42637,7 +42814,7 @@
42637
42814
  },
42638
42815
  "locationInModule": {
42639
42816
  "filename": "src/javascript/node-project.ts",
42640
- "line": 1165
42817
+ "line": 1179
42641
42818
  },
42642
42819
  "name": "runTaskCommand",
42643
42820
  "overrides": "projen.Project",
@@ -42665,7 +42842,7 @@
42665
42842
  },
42666
42843
  "locationInModule": {
42667
42844
  "filename": "src/javascript/node-project.ts",
42668
- "line": 815
42845
+ "line": 829
42669
42846
  },
42670
42847
  "name": "setScript",
42671
42848
  "parameters": [
@@ -42701,7 +42878,7 @@
42701
42878
  "immutable": true,
42702
42879
  "locationInModule": {
42703
42880
  "filename": "src/javascript/node-project.ts",
42704
- "line": 363
42881
+ "line": 373
42705
42882
  },
42706
42883
  "name": "allowLibraryDependencies",
42707
42884
  "type": {
@@ -42717,7 +42894,7 @@
42717
42894
  "immutable": true,
42718
42895
  "locationInModule": {
42719
42896
  "filename": "src/javascript/node-project.ts",
42720
- "line": 446
42897
+ "line": 456
42721
42898
  },
42722
42899
  "name": "artifactsDirectory",
42723
42900
  "type": {
@@ -42732,7 +42909,7 @@
42732
42909
  "immutable": true,
42733
42910
  "locationInModule": {
42734
42911
  "filename": "src/javascript/node-project.ts",
42735
- "line": 451
42912
+ "line": 461
42736
42913
  },
42737
42914
  "name": "artifactsJavascriptDirectory",
42738
42915
  "type": {
@@ -42746,7 +42923,7 @@
42746
42923
  "immutable": true,
42747
42924
  "locationInModule": {
42748
42925
  "filename": "src/javascript/node-project.ts",
42749
- "line": 439
42926
+ "line": 449
42750
42927
  },
42751
42928
  "name": "bundler",
42752
42929
  "type": {
@@ -42761,7 +42938,7 @@
42761
42938
  "immutable": true,
42762
42939
  "locationInModule": {
42763
42940
  "filename": "src/javascript/node-project.ts",
42764
- "line": 370
42941
+ "line": 380
42765
42942
  },
42766
42943
  "name": "entrypoint",
42767
42944
  "type": {
@@ -42776,7 +42953,7 @@
42776
42953
  "immutable": true,
42777
42954
  "locationInModule": {
42778
42955
  "filename": "src/javascript/node-project.ts",
42779
- "line": 435
42956
+ "line": 445
42780
42957
  },
42781
42958
  "name": "manifest",
42782
42959
  "type": {
@@ -42791,7 +42968,7 @@
42791
42968
  "immutable": true,
42792
42969
  "locationInModule": {
42793
42970
  "filename": "src/javascript/node-project.ts",
42794
- "line": 352
42971
+ "line": 362
42795
42972
  },
42796
42973
  "name": "npmrc",
42797
42974
  "type": {
@@ -42806,7 +42983,7 @@
42806
42983
  "immutable": true,
42807
42984
  "locationInModule": {
42808
42985
  "filename": "src/javascript/node-project.ts",
42809
- "line": 342
42986
+ "line": 352
42810
42987
  },
42811
42988
  "name": "package",
42812
42989
  "type": {
@@ -42822,7 +42999,7 @@
42822
42999
  "immutable": true,
42823
43000
  "locationInModule": {
42824
43001
  "filename": "src/javascript/node-project.ts",
42825
- "line": 418
43002
+ "line": 428
42826
43003
  },
42827
43004
  "name": "packageManager",
42828
43005
  "type": {
@@ -42837,7 +43014,7 @@
42837
43014
  "immutable": true,
42838
43015
  "locationInModule": {
42839
43016
  "filename": "src/javascript/node-project.ts",
42840
- "line": 425
43017
+ "line": 435
42841
43018
  },
42842
43019
  "name": "runScriptCommand",
42843
43020
  "type": {
@@ -42851,7 +43028,7 @@
42851
43028
  "immutable": true,
42852
43029
  "locationInModule": {
42853
43030
  "filename": "src/javascript/node-project.ts",
42854
- "line": 458
43031
+ "line": 468
42855
43032
  },
42856
43033
  "name": "workflowBootstrapSteps",
42857
43034
  "protected": true,
@@ -42871,7 +43048,7 @@
42871
43048
  "immutable": true,
42872
43049
  "locationInModule": {
42873
43050
  "filename": "src/javascript/node-project.ts",
42874
- "line": 460
43051
+ "line": 470
42875
43052
  },
42876
43053
  "name": "workflowPackageCache",
42877
43054
  "protected": true,
@@ -42887,7 +43064,7 @@
42887
43064
  "immutable": true,
42888
43065
  "locationInModule": {
42889
43066
  "filename": "src/javascript/node-project.ts",
42890
- "line": 377
43067
+ "line": 387
42891
43068
  },
42892
43069
  "name": "autoMerge",
42893
43070
  "optional": true,
@@ -42904,7 +43081,7 @@
42904
43081
  "immutable": true,
42905
43082
  "locationInModule": {
42906
43083
  "filename": "src/javascript/node-project.ts",
42907
- "line": 382
43084
+ "line": 392
42908
43085
  },
42909
43086
  "name": "buildWorkflow",
42910
43087
  "optional": true,
@@ -42920,7 +43097,7 @@
42920
43097
  "immutable": true,
42921
43098
  "locationInModule": {
42922
43099
  "filename": "src/javascript/node-project.ts",
42923
- "line": 1172
43100
+ "line": 1186
42924
43101
  },
42925
43102
  "name": "buildWorkflowJobId",
42926
43103
  "optional": true,
@@ -42936,7 +43113,7 @@
42936
43113
  "immutable": true,
42937
43114
  "locationInModule": {
42938
43115
  "filename": "src/javascript/node-project.ts",
42939
- "line": 430
43116
+ "line": 440
42940
43117
  },
42941
43118
  "name": "jest",
42942
43119
  "optional": true,
@@ -42952,7 +43129,7 @@
42952
43129
  "immutable": true,
42953
43130
  "locationInModule": {
42954
43131
  "filename": "src/javascript/node-project.ts",
42955
- "line": 407
43132
+ "line": 417
42956
43133
  },
42957
43134
  "name": "maxNodeVersion",
42958
43135
  "optional": true,
@@ -42968,7 +43145,7 @@
42968
43145
  "immutable": true,
42969
43146
  "locationInModule": {
42970
43147
  "filename": "src/javascript/node-project.ts",
42971
- "line": 400
43148
+ "line": 410
42972
43149
  },
42973
43150
  "name": "minNodeVersion",
42974
43151
  "optional": true,
@@ -42983,7 +43160,7 @@
42983
43160
  "immutable": true,
42984
43161
  "locationInModule": {
42985
43162
  "filename": "src/javascript/node-project.ts",
42986
- "line": 411
43163
+ "line": 421
42987
43164
  },
42988
43165
  "name": "nodeVersion",
42989
43166
  "optional": true,
@@ -43000,7 +43177,7 @@
43000
43177
  "immutable": true,
43001
43178
  "locationInModule": {
43002
43179
  "filename": "src/javascript/node-project.ts",
43003
- "line": 347
43180
+ "line": 357
43004
43181
  },
43005
43182
  "name": "npmignore",
43006
43183
  "optional": true,
@@ -43015,7 +43192,7 @@
43015
43192
  "immutable": true,
43016
43193
  "locationInModule": {
43017
43194
  "filename": "src/javascript/node-project.ts",
43018
- "line": 461
43195
+ "line": 471
43019
43196
  },
43020
43197
  "name": "prettier",
43021
43198
  "optional": true,
@@ -43033,7 +43210,7 @@
43033
43210
  "immutable": true,
43034
43211
  "locationInModule": {
43035
43212
  "filename": "src/javascript/node-project.ts",
43036
- "line": 390
43213
+ "line": 400
43037
43214
  },
43038
43215
  "name": "publisher",
43039
43216
  "optional": true,
@@ -43049,7 +43226,7 @@
43049
43226
  "immutable": true,
43050
43227
  "locationInModule": {
43051
43228
  "filename": "src/javascript/node-project.ts",
43052
- "line": 395
43229
+ "line": 405
43053
43230
  },
43054
43231
  "name": "release",
43055
43232
  "optional": true,
@@ -43065,7 +43242,7 @@
43065
43242
  "immutable": true,
43066
43243
  "locationInModule": {
43067
43244
  "filename": "src/javascript/node-project.ts",
43068
- "line": 456
43245
+ "line": 466
43069
43246
  },
43070
43247
  "name": "upgradeWorkflow",
43071
43248
  "optional": true,
@@ -43091,7 +43268,7 @@
43091
43268
  "kind": "interface",
43092
43269
  "locationInModule": {
43093
43270
  "filename": "src/javascript/node-project.ts",
43094
- "line": 54
43271
+ "line": 55
43095
43272
  },
43096
43273
  "name": "NodeProjectOptions",
43097
43274
  "namespace": "javascript",
@@ -43106,7 +43283,7 @@
43106
43283
  "immutable": true,
43107
43284
  "locationInModule": {
43108
43285
  "filename": "src/javascript/node-project.ts",
43109
- "line": 138
43286
+ "line": 139
43110
43287
  },
43111
43288
  "name": "defaultReleaseBranch",
43112
43289
  "type": {
@@ -43123,7 +43300,7 @@
43123
43300
  "immutable": true,
43124
43301
  "locationInModule": {
43125
43302
  "filename": "src/javascript/node-project.ts",
43126
- "line": 301
43303
+ "line": 302
43127
43304
  },
43128
43305
  "name": "artifactsDirectory",
43129
43306
  "optional": true,
@@ -43142,7 +43319,7 @@
43142
43319
  "immutable": true,
43143
43320
  "locationInModule": {
43144
43321
  "filename": "src/javascript/node-project.ts",
43145
- "line": 212
43322
+ "line": 213
43146
43323
  },
43147
43324
  "name": "autoApproveUpgrades",
43148
43325
  "optional": true,
@@ -43160,7 +43337,7 @@
43160
43337
  "immutable": true,
43161
43338
  "locationInModule": {
43162
43339
  "filename": "src/javascript/node-project.ts",
43163
- "line": 90
43340
+ "line": 91
43164
43341
  },
43165
43342
  "name": "buildWorkflow",
43166
43343
  "optional": true,
@@ -43178,7 +43355,7 @@
43178
43355
  "immutable": true,
43179
43356
  "locationInModule": {
43180
43357
  "filename": "src/javascript/node-project.ts",
43181
- "line": 315
43358
+ "line": 316
43182
43359
  },
43183
43360
  "name": "buildWorkflowTriggers",
43184
43361
  "optional": true,
@@ -43195,7 +43372,7 @@
43195
43372
  "immutable": true,
43196
43373
  "locationInModule": {
43197
43374
  "filename": "src/javascript/node-project.ts",
43198
- "line": 294
43375
+ "line": 295
43199
43376
  },
43200
43377
  "name": "bundlerOptions",
43201
43378
  "optional": true,
@@ -43203,6 +43380,25 @@
43203
43380
  "fqn": "projen.javascript.BundlerOptions"
43204
43381
  }
43205
43382
  },
43383
+ {
43384
+ "abstract": true,
43385
+ "docs": {
43386
+ "default": "- no license checks are run during the build and all licenses will be accepted",
43387
+ "remarks": "This setting will cause the build to fail, if any prohibited or not allowed licenses ares encountered.",
43388
+ "stability": "experimental",
43389
+ "summary": "Configure which licenses should be deemed acceptable for use by dependencies."
43390
+ },
43391
+ "immutable": true,
43392
+ "locationInModule": {
43393
+ "filename": "src/javascript/node-project.ts",
43394
+ "line": 325
43395
+ },
43396
+ "name": "checkLicenses",
43397
+ "optional": true,
43398
+ "type": {
43399
+ "fqn": "projen.javascript.LicenseCheckerOptions"
43400
+ }
43401
+ },
43206
43402
  {
43207
43403
  "abstract": true,
43208
43404
  "docs": {
@@ -43213,7 +43409,7 @@
43213
43409
  "immutable": true,
43214
43410
  "locationInModule": {
43215
43411
  "filename": "src/javascript/node-project.ts",
43216
- "line": 109
43412
+ "line": 110
43217
43413
  },
43218
43414
  "name": "codeCov",
43219
43415
  "optional": true,
@@ -43231,7 +43427,7 @@
43231
43427
  "immutable": true,
43232
43428
  "locationInModule": {
43233
43429
  "filename": "src/javascript/node-project.ts",
43234
- "line": 116
43430
+ "line": 117
43235
43431
  },
43236
43432
  "name": "codeCovTokenSecret",
43237
43433
  "optional": true,
@@ -43249,7 +43445,7 @@
43249
43445
  "immutable": true,
43250
43446
  "locationInModule": {
43251
43447
  "filename": "src/javascript/node-project.ts",
43252
- "line": 63
43448
+ "line": 64
43253
43449
  },
43254
43450
  "name": "copyrightOwner",
43255
43451
  "optional": true,
@@ -43267,7 +43463,7 @@
43267
43463
  "immutable": true,
43268
43464
  "locationInModule": {
43269
43465
  "filename": "src/javascript/node-project.ts",
43270
- "line": 70
43466
+ "line": 71
43271
43467
  },
43272
43468
  "name": "copyrightPeriod",
43273
43469
  "optional": true,
@@ -43286,7 +43482,7 @@
43286
43482
  "immutable": true,
43287
43483
  "locationInModule": {
43288
43484
  "filename": "src/javascript/node-project.ts",
43289
- "line": 180
43485
+ "line": 181
43290
43486
  },
43291
43487
  "name": "dependabot",
43292
43488
  "optional": true,
@@ -43304,7 +43500,7 @@
43304
43500
  "immutable": true,
43305
43501
  "locationInModule": {
43306
43502
  "filename": "src/javascript/node-project.ts",
43307
- "line": 187
43503
+ "line": 188
43308
43504
  },
43309
43505
  "name": "dependabotOptions",
43310
43506
  "optional": true,
@@ -43323,7 +43519,7 @@
43323
43519
  "immutable": true,
43324
43520
  "locationInModule": {
43325
43521
  "filename": "src/javascript/node-project.ts",
43326
- "line": 195
43522
+ "line": 196
43327
43523
  },
43328
43524
  "name": "depsUpgrade",
43329
43525
  "optional": true,
@@ -43341,7 +43537,7 @@
43341
43537
  "immutable": true,
43342
43538
  "locationInModule": {
43343
43539
  "filename": "src/javascript/node-project.ts",
43344
- "line": 202
43540
+ "line": 203
43345
43541
  },
43346
43542
  "name": "depsUpgradeOptions",
43347
43543
  "optional": true,
@@ -43358,7 +43554,7 @@
43358
43554
  "immutable": true,
43359
43555
  "locationInModule": {
43360
43556
  "filename": "src/javascript/node-project.ts",
43361
- "line": 263
43557
+ "line": 264
43362
43558
  },
43363
43559
  "name": "gitignore",
43364
43560
  "optional": true,
@@ -43381,7 +43577,7 @@
43381
43577
  "immutable": true,
43382
43578
  "locationInModule": {
43383
43579
  "filename": "src/javascript/node-project.ts",
43384
- "line": 269
43580
+ "line": 270
43385
43581
  },
43386
43582
  "name": "jest",
43387
43583
  "optional": true,
@@ -43399,7 +43595,7 @@
43399
43595
  "immutable": true,
43400
43596
  "locationInModule": {
43401
43597
  "filename": "src/javascript/node-project.ts",
43402
- "line": 275
43598
+ "line": 276
43403
43599
  },
43404
43600
  "name": "jestOptions",
43405
43601
  "optional": true,
@@ -43418,7 +43614,7 @@
43418
43614
  "immutable": true,
43419
43615
  "locationInModule": {
43420
43616
  "filename": "src/javascript/node-project.ts",
43421
- "line": 101
43617
+ "line": 102
43422
43618
  },
43423
43619
  "name": "mutableBuild",
43424
43620
  "optional": true,
@@ -43436,7 +43632,7 @@
43436
43632
  "immutable": true,
43437
43633
  "locationInModule": {
43438
43634
  "filename": "src/javascript/node-project.ts",
43439
- "line": 231
43635
+ "line": 232
43440
43636
  },
43441
43637
  "name": "npmignore",
43442
43638
  "optional": true,
@@ -43459,7 +43655,7 @@
43459
43655
  "immutable": true,
43460
43656
  "locationInModule": {
43461
43657
  "filename": "src/javascript/node-project.ts",
43462
- "line": 220
43658
+ "line": 221
43463
43659
  },
43464
43660
  "name": "npmignoreEnabled",
43465
43661
  "optional": true,
@@ -43476,7 +43672,7 @@
43476
43672
  "immutable": true,
43477
43673
  "locationInModule": {
43478
43674
  "filename": "src/javascript/node-project.ts",
43479
- "line": 225
43675
+ "line": 226
43480
43676
  },
43481
43677
  "name": "npmIgnoreOptions",
43482
43678
  "optional": true,
@@ -43494,7 +43690,7 @@
43494
43690
  "immutable": true,
43495
43691
  "locationInModule": {
43496
43692
  "filename": "src/javascript/node-project.ts",
43497
- "line": 309
43693
+ "line": 310
43498
43694
  },
43499
43695
  "name": "package",
43500
43696
  "optional": true,
@@ -43512,7 +43708,7 @@
43512
43708
  "immutable": true,
43513
43709
  "locationInModule": {
43514
43710
  "filename": "src/javascript/node-project.ts",
43515
- "line": 252
43711
+ "line": 253
43516
43712
  },
43517
43713
  "name": "prettier",
43518
43714
  "optional": true,
@@ -43530,7 +43726,7 @@
43530
43726
  "immutable": true,
43531
43727
  "locationInModule": {
43532
43728
  "filename": "src/javascript/node-project.ts",
43533
- "line": 258
43729
+ "line": 259
43534
43730
  },
43535
43731
  "name": "prettierOptions",
43536
43732
  "optional": true,
@@ -43548,7 +43744,7 @@
43548
43744
  "immutable": true,
43549
43745
  "locationInModule": {
43550
43746
  "filename": "src/javascript/node-project.ts",
43551
- "line": 84
43747
+ "line": 85
43552
43748
  },
43553
43749
  "name": "projenDevDependency",
43554
43750
  "optional": true,
@@ -43566,7 +43762,7 @@
43566
43762
  "immutable": true,
43567
43763
  "locationInModule": {
43568
43764
  "filename": "src/javascript/node-project.ts",
43569
- "line": 283
43765
+ "line": 284
43570
43766
  },
43571
43767
  "name": "projenrcJs",
43572
43768
  "optional": true,
@@ -43584,7 +43780,7 @@
43584
43780
  "immutable": true,
43585
43781
  "locationInModule": {
43586
43782
  "filename": "src/javascript/node-project.ts",
43587
- "line": 289
43783
+ "line": 290
43588
43784
  },
43589
43785
  "name": "projenrcJsOptions",
43590
43786
  "optional": true,
@@ -43602,7 +43798,7 @@
43602
43798
  "immutable": true,
43603
43799
  "locationInModule": {
43604
43800
  "filename": "src/javascript/node-project.ts",
43605
- "line": 77
43801
+ "line": 78
43606
43802
  },
43607
43803
  "name": "projenVersion",
43608
43804
  "optional": true,
@@ -43620,7 +43816,7 @@
43620
43816
  "immutable": true,
43621
43817
  "locationInModule": {
43622
43818
  "filename": "src/javascript/node-project.ts",
43623
- "line": 238
43819
+ "line": 239
43624
43820
  },
43625
43821
  "name": "pullRequestTemplate",
43626
43822
  "optional": true,
@@ -43638,7 +43834,7 @@
43638
43834
  "immutable": true,
43639
43835
  "locationInModule": {
43640
43836
  "filename": "src/javascript/node-project.ts",
43641
- "line": 245
43837
+ "line": 246
43642
43838
  },
43643
43839
  "name": "pullRequestTemplateContents",
43644
43840
  "optional": true,
@@ -43661,7 +43857,7 @@
43661
43857
  "immutable": true,
43662
43858
  "locationInModule": {
43663
43859
  "filename": "src/javascript/node-project.ts",
43664
- "line": 131
43860
+ "line": 132
43665
43861
  },
43666
43862
  "name": "release",
43667
43863
  "optional": true,
@@ -43679,7 +43875,7 @@
43679
43875
  "immutable": true,
43680
43876
  "locationInModule": {
43681
43877
  "filename": "src/javascript/node-project.ts",
43682
- "line": 158
43878
+ "line": 159
43683
43879
  },
43684
43880
  "name": "releaseToNpm",
43685
43881
  "optional": true,
@@ -43698,7 +43894,7 @@
43698
43894
  "immutable": true,
43699
43895
  "locationInModule": {
43700
43896
  "filename": "src/javascript/node-project.ts",
43701
- "line": 124
43897
+ "line": 125
43702
43898
  },
43703
43899
  "name": "releaseWorkflow",
43704
43900
  "optional": true,
@@ -43716,7 +43912,7 @@
43716
43912
  "immutable": true,
43717
43913
  "locationInModule": {
43718
43914
  "filename": "src/javascript/node-project.ts",
43719
- "line": 145
43915
+ "line": 146
43720
43916
  },
43721
43917
  "name": "workflowBootstrapSteps",
43722
43918
  "optional": true,
@@ -43739,7 +43935,7 @@
43739
43935
  "immutable": true,
43740
43936
  "locationInModule": {
43741
43937
  "filename": "src/javascript/node-project.ts",
43742
- "line": 152
43938
+ "line": 153
43743
43939
  },
43744
43940
  "name": "workflowGitIdentity",
43745
43941
  "optional": true,
@@ -43757,7 +43953,7 @@
43757
43953
  "immutable": true,
43758
43954
  "locationInModule": {
43759
43955
  "filename": "src/javascript/node-project.ts",
43760
- "line": 165
43956
+ "line": 166
43761
43957
  },
43762
43958
  "name": "workflowNodeVersion",
43763
43959
  "optional": true,
@@ -43775,7 +43971,7 @@
43775
43971
  "immutable": true,
43776
43972
  "locationInModule": {
43777
43973
  "filename": "src/javascript/node-project.ts",
43778
- "line": 172
43974
+ "line": 173
43779
43975
  },
43780
43976
  "name": "workflowPackageCache",
43781
43977
  "optional": true,
@@ -45085,7 +45281,7 @@
45085
45281
  "kind": "interface",
45086
45282
  "locationInModule": {
45087
45283
  "filename": "src/javascript/node-project.ts",
45088
- "line": 1180
45284
+ "line": 1194
45089
45285
  },
45090
45286
  "name": "RenderWorkflowSetupOptions",
45091
45287
  "namespace": "javascript",
@@ -45095,12 +45291,12 @@
45095
45291
  "docs": {
45096
45292
  "default": "false",
45097
45293
  "stability": "experimental",
45098
- "summary": "Should the pacakge lockfile be updated?"
45294
+ "summary": "Should the package lockfile be updated?"
45099
45295
  },
45100
45296
  "immutable": true,
45101
45297
  "locationInModule": {
45102
45298
  "filename": "src/javascript/node-project.ts",
45103
- "line": 1185
45299
+ "line": 1199
45104
45300
  },
45105
45301
  "name": "mutable",
45106
45302
  "optional": true,
@@ -60008,6 +60204,6 @@
60008
60204
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
60009
60205
  }
60010
60206
  },
60011
- "version": "0.78.1",
60012
- "fingerprint": "4rag1wvX8XlzxdAPj+P2CGpEHbjlrXOzgSOSMZIMJH4="
60207
+ "version": "0.78.2",
60208
+ "fingerprint": "Al3KLwePl7LVqBP6JXZzOb48OjNJ65FQI09QDaJiKvI="
60013
60209
  }