projen 0.48.0 → 0.48.1

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 (104) hide show
  1. package/.jsii +78 -78
  2. package/changelog.md +3 -9
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/awscdk-app-ts.js +1 -1
  5. package/lib/awscdk/awscdk-construct.js +2 -2
  6. package/lib/awscdk/awscdk-deps.js +1 -1
  7. package/lib/awscdk/cdk-config.js +1 -1
  8. package/lib/awscdk/cdk-tasks.js +1 -1
  9. package/lib/awscdk/integration-test.js +1 -1
  10. package/lib/awscdk/java-app.js +1 -1
  11. package/lib/awscdk/lambda-function.js +2 -2
  12. package/lib/build/build-workflow.js +1 -1
  13. package/lib/cdk/construct-lib.js +1 -1
  14. package/lib/cdk/jsii-docgen.js +1 -1
  15. package/lib/cdk/jsii-project.js +1 -1
  16. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  17. package/lib/cdk8s/cdk8s-construct.js +1 -1
  18. package/lib/cdktf/cdktf-construct.js +1 -1
  19. package/lib/component.js +1 -1
  20. package/lib/dependencies.js +1 -1
  21. package/lib/dev-env.js +1 -1
  22. package/lib/docker-compose.js +2 -2
  23. package/lib/file.js +1 -1
  24. package/lib/gitattributes.js +1 -1
  25. package/lib/github/auto-approve.js +1 -1
  26. package/lib/github/auto-merge.js +1 -1
  27. package/lib/github/dependabot.js +1 -1
  28. package/lib/github/github-project.js +1 -1
  29. package/lib/github/github.js +1 -1
  30. package/lib/github/mergify.js +1 -1
  31. package/lib/github/pr-template.js +1 -1
  32. package/lib/github/pull-request-lint.js +1 -1
  33. package/lib/github/stale.js +1 -1
  34. package/lib/github/task-workflow.js +1 -1
  35. package/lib/github/workflows.js +1 -1
  36. package/lib/gitpod.js +1 -1
  37. package/lib/ignore-file.js +1 -1
  38. package/lib/ini.js +1 -1
  39. package/lib/java/java-project.js +1 -1
  40. package/lib/java/junit.js +1 -1
  41. package/lib/java/maven-compile.js +1 -1
  42. package/lib/java/maven-packaging.js +1 -1
  43. package/lib/java/maven-sample.js +1 -1
  44. package/lib/java/pom.js +1 -1
  45. package/lib/java/projenrc.js +1 -1
  46. package/lib/javascript/bundler.js +1 -1
  47. package/lib/javascript/eslint.js +1 -1
  48. package/lib/javascript/jest.js +1 -1
  49. package/lib/javascript/node-package.d.ts +7 -0
  50. package/lib/javascript/node-package.js +30 -10
  51. package/lib/javascript/node-project.js +1 -1
  52. package/lib/javascript/npm-config.js +1 -1
  53. package/lib/javascript/prettier.js +1 -1
  54. package/lib/javascript/projenrc.js +1 -1
  55. package/lib/javascript/typescript-config.js +1 -1
  56. package/lib/javascript/upgrade-dependencies.js +2 -2
  57. package/lib/json.js +1 -1
  58. package/lib/license.js +1 -1
  59. package/lib/logger.js +1 -1
  60. package/lib/makefile.js +1 -1
  61. package/lib/object-file.js +1 -1
  62. package/lib/project-build.js +1 -1
  63. package/lib/project.js +1 -1
  64. package/lib/projects.js +1 -1
  65. package/lib/projenrc-json.js +1 -1
  66. package/lib/python/pip.js +1 -1
  67. package/lib/python/poetry.js +2 -2
  68. package/lib/python/projenrc.js +1 -1
  69. package/lib/python/pytest.js +1 -1
  70. package/lib/python/python-project.js +1 -1
  71. package/lib/python/python-sample.js +1 -1
  72. package/lib/python/requirements-file.js +1 -1
  73. package/lib/python/setuppy.js +1 -1
  74. package/lib/python/setuptools.js +1 -1
  75. package/lib/python/venv.js +1 -1
  76. package/lib/readme.js +1 -1
  77. package/lib/release/publisher.js +1 -1
  78. package/lib/release/release-trigger.js +1 -1
  79. package/lib/release/release.js +1 -1
  80. package/lib/sample-file.js +2 -2
  81. package/lib/semver.js +1 -1
  82. package/lib/source-code.js +1 -1
  83. package/lib/task-runtime.js +1 -1
  84. package/lib/task.js +1 -1
  85. package/lib/tasks.js +1 -1
  86. package/lib/testing.js +1 -1
  87. package/lib/textfile.js +1 -1
  88. package/lib/toml.js +1 -1
  89. package/lib/typescript/projenrc.js +1 -1
  90. package/lib/typescript/typescript-typedoc.js +1 -1
  91. package/lib/typescript/typescript.js +3 -3
  92. package/lib/version.js +1 -1
  93. package/lib/vscode/devcontainer.js +1 -1
  94. package/lib/vscode/launch-config.js +1 -1
  95. package/lib/vscode/vscode.js +1 -1
  96. package/lib/web/next.js +3 -3
  97. package/lib/web/postcss.js +1 -1
  98. package/lib/web/react.js +4 -4
  99. package/lib/web/tailwind.js +1 -1
  100. package/lib/xmlfile.js +1 -1
  101. package/lib/yaml.js +1 -1
  102. package/package.json +1 -1
  103. package/releasetag.txt +1 -1
  104. package/version.txt +1 -1
package/.jsii CHANGED
@@ -21602,7 +21602,7 @@
21602
21602
  "kind": "interface",
21603
21603
  "locationInModule": {
21604
21604
  "filename": "src/javascript/node-package.ts",
21605
- "line": 285
21605
+ "line": 286
21606
21606
  },
21607
21607
  "name": "CodeArtifactOptions",
21608
21608
  "namespace": "javascript",
@@ -21618,7 +21618,7 @@
21618
21618
  "immutable": true,
21619
21619
  "locationInModule": {
21620
21620
  "filename": "src/javascript/node-package.ts",
21621
- "line": 292
21621
+ "line": 293
21622
21622
  },
21623
21623
  "name": "accessKeyIdSecret",
21624
21624
  "optional": true,
@@ -21636,7 +21636,7 @@
21636
21636
  "immutable": true,
21637
21637
  "locationInModule": {
21638
21638
  "filename": "src/javascript/node-package.ts",
21639
- "line": 308
21639
+ "line": 309
21640
21640
  },
21641
21641
  "name": "roleToAssume",
21642
21642
  "optional": true,
@@ -21655,7 +21655,7 @@
21655
21655
  "immutable": true,
21656
21656
  "locationInModule": {
21657
21657
  "filename": "src/javascript/node-package.ts",
21658
- "line": 300
21658
+ "line": 301
21659
21659
  },
21660
21660
  "name": "secretAccessKeySecret",
21661
21661
  "optional": true,
@@ -24301,7 +24301,7 @@
24301
24301
  },
24302
24302
  "locationInModule": {
24303
24303
  "filename": "src/javascript/node-package.ts",
24304
- "line": 398
24304
+ "line": 399
24305
24305
  },
24306
24306
  "parameters": [
24307
24307
  {
@@ -24322,7 +24322,7 @@
24322
24322
  "kind": "class",
24323
24323
  "locationInModule": {
24324
24324
  "filename": "src/javascript/node-package.ts",
24325
- "line": 315
24325
+ "line": 316
24326
24326
  },
24327
24327
  "methods": [
24328
24328
  {
@@ -24331,7 +24331,7 @@
24331
24331
  },
24332
24332
  "locationInModule": {
24333
24333
  "filename": "src/javascript/node-package.ts",
24334
- "line": 580
24334
+ "line": 581
24335
24335
  },
24336
24336
  "name": "addBin",
24337
24337
  "parameters": [
@@ -24356,7 +24356,7 @@
24356
24356
  },
24357
24357
  "locationInModule": {
24358
24358
  "filename": "src/javascript/node-package.ts",
24359
- "line": 551
24359
+ "line": 552
24360
24360
  },
24361
24361
  "name": "addBundledDeps",
24362
24362
  "parameters": [
@@ -24381,7 +24381,7 @@
24381
24381
  },
24382
24382
  "locationInModule": {
24383
24383
  "filename": "src/javascript/node-package.ts",
24384
- "line": 494
24384
+ "line": 495
24385
24385
  },
24386
24386
  "name": "addDeps",
24387
24387
  "parameters": [
@@ -24406,7 +24406,7 @@
24406
24406
  },
24407
24407
  "locationInModule": {
24408
24408
  "filename": "src/javascript/node-package.ts",
24409
- "line": 509
24409
+ "line": 510
24410
24410
  },
24411
24411
  "name": "addDevDeps",
24412
24412
  "parameters": [
@@ -24431,7 +24431,7 @@
24431
24431
  },
24432
24432
  "locationInModule": {
24433
24433
  "filename": "src/javascript/node-package.ts",
24434
- "line": 566
24434
+ "line": 567
24435
24435
  },
24436
24436
  "name": "addEngine",
24437
24437
  "parameters": [
@@ -24465,7 +24465,7 @@
24465
24465
  },
24466
24466
  "locationInModule": {
24467
24467
  "filename": "src/javascript/node-package.ts",
24468
- "line": 620
24468
+ "line": 621
24469
24469
  },
24470
24470
  "name": "addField",
24471
24471
  "parameters": [
@@ -24496,7 +24496,7 @@
24496
24496
  },
24497
24497
  "locationInModule": {
24498
24498
  "filename": "src/javascript/node-package.ts",
24499
- "line": 574
24499
+ "line": 575
24500
24500
  },
24501
24501
  "name": "addKeywords",
24502
24502
  "parameters": [
@@ -24521,7 +24521,7 @@
24521
24521
  },
24522
24522
  "locationInModule": {
24523
24523
  "filename": "src/javascript/node-package.ts",
24524
- "line": 529
24524
+ "line": 530
24525
24525
  },
24526
24526
  "name": "addPeerDeps",
24527
24527
  "parameters": [
@@ -24546,7 +24546,7 @@
24546
24546
  },
24547
24547
  "locationInModule": {
24548
24548
  "filename": "src/javascript/node-package.ts",
24549
- "line": 628
24549
+ "line": 629
24550
24550
  },
24551
24551
  "name": "addVersion",
24552
24552
  "parameters": [
@@ -24569,7 +24569,7 @@
24569
24569
  },
24570
24570
  "locationInModule": {
24571
24571
  "filename": "src/javascript/node-package.ts",
24572
- "line": 610
24572
+ "line": 611
24573
24573
  },
24574
24574
  "name": "hasScript",
24575
24575
  "parameters": [
@@ -24597,7 +24597,7 @@
24597
24597
  },
24598
24598
  "locationInModule": {
24599
24599
  "filename": "src/javascript/node-package.ts",
24600
- "line": 697
24600
+ "line": 698
24601
24601
  },
24602
24602
  "name": "postSynthesize",
24603
24603
  "overrides": "projen.Component"
@@ -24609,7 +24609,7 @@
24609
24609
  },
24610
24610
  "locationInModule": {
24611
24611
  "filename": "src/javascript/node-package.ts",
24612
- "line": 692
24612
+ "line": 693
24613
24613
  },
24614
24614
  "name": "preSynthesize",
24615
24615
  "overrides": "projen.Component"
@@ -24621,7 +24621,7 @@
24621
24621
  },
24622
24622
  "locationInModule": {
24623
24623
  "filename": "src/javascript/node-package.ts",
24624
- "line": 600
24624
+ "line": 601
24625
24625
  },
24626
24626
  "name": "removeScript",
24627
24627
  "parameters": [
@@ -24643,7 +24643,7 @@
24643
24643
  },
24644
24644
  "locationInModule": {
24645
24645
  "filename": "src/javascript/node-package.ts",
24646
- "line": 649
24646
+ "line": 650
24647
24647
  },
24648
24648
  "name": "renderUpgradePackagesCommand",
24649
24649
  "parameters": [
@@ -24684,7 +24684,7 @@
24684
24684
  },
24685
24685
  "locationInModule": {
24686
24686
  "filename": "src/javascript/node-package.ts",
24687
- "line": 592
24687
+ "line": 593
24688
24688
  },
24689
24689
  "name": "setScript",
24690
24690
  "parameters": [
@@ -24720,7 +24720,7 @@
24720
24720
  "immutable": true,
24721
24721
  "locationInModule": {
24722
24722
  "filename": "src/javascript/node-package.ts",
24723
- "line": 330
24723
+ "line": 331
24724
24724
  },
24725
24725
  "name": "allowLibraryDependencies",
24726
24726
  "type": {
@@ -24735,7 +24735,7 @@
24735
24735
  "immutable": true,
24736
24736
  "locationInModule": {
24737
24737
  "filename": "src/javascript/node-package.ts",
24738
- "line": 325
24738
+ "line": 326
24739
24739
  },
24740
24740
  "name": "entrypoint",
24741
24741
  "type": {
@@ -24750,7 +24750,7 @@
24750
24750
  "immutable": true,
24751
24751
  "locationInModule": {
24752
24752
  "filename": "src/javascript/node-package.ts",
24753
- "line": 642
24753
+ "line": 643
24754
24754
  },
24755
24755
  "name": "installAndUpdateLockfileCommand",
24756
24756
  "type": {
@@ -24765,7 +24765,7 @@
24765
24765
  "immutable": true,
24766
24766
  "locationInModule": {
24767
24767
  "filename": "src/javascript/node-package.ts",
24768
- "line": 635
24768
+ "line": 636
24769
24769
  },
24770
24770
  "name": "installCommand",
24771
24771
  "type": {
@@ -24780,7 +24780,7 @@
24780
24780
  "immutable": true,
24781
24781
  "locationInModule": {
24782
24782
  "filename": "src/javascript/node-package.ts",
24783
- "line": 389
24783
+ "line": 390
24784
24784
  },
24785
24785
  "name": "lockFile",
24786
24786
  "type": {
@@ -24795,7 +24795,7 @@
24795
24795
  "immutable": true,
24796
24796
  "locationInModule": {
24797
24797
  "filename": "src/javascript/node-package.ts",
24798
- "line": 340
24798
+ "line": 341
24799
24799
  },
24800
24800
  "name": "manifest",
24801
24801
  "type": {
@@ -24810,7 +24810,7 @@
24810
24810
  "immutable": true,
24811
24811
  "locationInModule": {
24812
24812
  "filename": "src/javascript/node-package.ts",
24813
- "line": 384
24813
+ "line": 385
24814
24814
  },
24815
24815
  "name": "npmAccess",
24816
24816
  "type": {
@@ -24825,7 +24825,7 @@
24825
24825
  "immutable": true,
24826
24826
  "locationInModule": {
24827
24827
  "filename": "src/javascript/node-package.ts",
24828
- "line": 367
24828
+ "line": 368
24829
24829
  },
24830
24830
  "name": "npmRegistry",
24831
24831
  "type": {
@@ -24840,7 +24840,7 @@
24840
24840
  "immutable": true,
24841
24841
  "locationInModule": {
24842
24842
  "filename": "src/javascript/node-package.ts",
24843
- "line": 362
24843
+ "line": 363
24844
24844
  },
24845
24845
  "name": "npmRegistryUrl",
24846
24846
  "type": {
@@ -24855,7 +24855,7 @@
24855
24855
  "immutable": true,
24856
24856
  "locationInModule": {
24857
24857
  "filename": "src/javascript/node-package.ts",
24858
- "line": 335
24858
+ "line": 336
24859
24859
  },
24860
24860
  "name": "packageManager",
24861
24861
  "type": {
@@ -24870,7 +24870,7 @@
24870
24870
  "immutable": true,
24871
24871
  "locationInModule": {
24872
24872
  "filename": "src/javascript/node-package.ts",
24873
- "line": 320
24873
+ "line": 321
24874
24874
  },
24875
24875
  "name": "packageName",
24876
24876
  "type": {
@@ -24885,7 +24885,7 @@
24885
24885
  "immutable": true,
24886
24886
  "locationInModule": {
24887
24887
  "filename": "src/javascript/node-package.ts",
24888
- "line": 714
24888
+ "line": 717
24889
24889
  },
24890
24890
  "name": "projenCommand",
24891
24891
  "type": {
@@ -24901,7 +24901,7 @@
24901
24901
  "immutable": true,
24902
24902
  "locationInModule": {
24903
24903
  "filename": "src/javascript/node-package.ts",
24904
- "line": 379
24904
+ "line": 380
24905
24905
  },
24906
24906
  "name": "codeArtifactOptions",
24907
24907
  "optional": true,
@@ -24918,7 +24918,7 @@
24918
24918
  "immutable": true,
24919
24919
  "locationInModule": {
24920
24920
  "filename": "src/javascript/node-package.ts",
24921
- "line": 357
24921
+ "line": 358
24922
24922
  },
24923
24923
  "name": "license",
24924
24924
  "optional": true,
@@ -24935,7 +24935,7 @@
24935
24935
  "immutable": true,
24936
24936
  "locationInModule": {
24937
24937
  "filename": "src/javascript/node-package.ts",
24938
- "line": 352
24938
+ "line": 353
24939
24939
  },
24940
24940
  "name": "maxNodeVersion",
24941
24941
  "optional": true,
@@ -24952,7 +24952,7 @@
24952
24952
  "immutable": true,
24953
24953
  "locationInModule": {
24954
24954
  "filename": "src/javascript/node-package.ts",
24955
- "line": 346
24955
+ "line": 347
24956
24956
  },
24957
24957
  "name": "minNodeVersion",
24958
24958
  "optional": true,
@@ -24968,7 +24968,7 @@
24968
24968
  "immutable": true,
24969
24969
  "locationInModule": {
24970
24970
  "filename": "src/javascript/node-package.ts",
24971
- "line": 372
24971
+ "line": 373
24972
24972
  },
24973
24973
  "name": "npmTokenSecret",
24974
24974
  "optional": true,
@@ -24989,7 +24989,7 @@
24989
24989
  "kind": "enum",
24990
24990
  "locationInModule": {
24991
24991
  "filename": "src/javascript/node-package.ts",
24992
- "line": 1095
24992
+ "line": 1118
24993
24993
  },
24994
24994
  "members": [
24995
24995
  {
@@ -25028,7 +25028,7 @@
25028
25028
  "kind": "interface",
25029
25029
  "locationInModule": {
25030
25030
  "filename": "src/javascript/node-package.ts",
25031
- "line": 20
25031
+ "line": 21
25032
25032
  },
25033
25033
  "name": "NodePackageOptions",
25034
25034
  "namespace": "javascript",
@@ -25044,7 +25044,7 @@
25044
25044
  "immutable": true,
25045
25045
  "locationInModule": {
25046
25046
  "filename": "src/javascript/node-package.ts",
25047
- "line": 114
25047
+ "line": 115
25048
25048
  },
25049
25049
  "name": "allowLibraryDependencies",
25050
25050
  "optional": true,
@@ -25061,7 +25061,7 @@
25061
25061
  "immutable": true,
25062
25062
  "locationInModule": {
25063
25063
  "filename": "src/javascript/node-package.ts",
25064
- "line": 183
25064
+ "line": 184
25065
25065
  },
25066
25066
  "name": "authorEmail",
25067
25067
  "optional": true,
@@ -25078,7 +25078,7 @@
25078
25078
  "immutable": true,
25079
25079
  "locationInModule": {
25080
25080
  "filename": "src/javascript/node-package.ts",
25081
- "line": 178
25081
+ "line": 179
25082
25082
  },
25083
25083
  "name": "authorName",
25084
25084
  "optional": true,
@@ -25095,7 +25095,7 @@
25095
25095
  "immutable": true,
25096
25096
  "locationInModule": {
25097
25097
  "filename": "src/javascript/node-package.ts",
25098
- "line": 193
25098
+ "line": 194
25099
25099
  },
25100
25100
  "name": "authorOrganization",
25101
25101
  "optional": true,
@@ -25112,7 +25112,7 @@
25112
25112
  "immutable": true,
25113
25113
  "locationInModule": {
25114
25114
  "filename": "src/javascript/node-package.ts",
25115
- "line": 188
25115
+ "line": 189
25116
25116
  },
25117
25117
  "name": "authorUrl",
25118
25118
  "optional": true,
@@ -25130,7 +25130,7 @@
25130
25130
  "immutable": true,
25131
25131
  "locationInModule": {
25132
25132
  "filename": "src/javascript/node-package.ts",
25133
- "line": 146
25133
+ "line": 147
25134
25134
  },
25135
25135
  "name": "autoDetectBin",
25136
25136
  "optional": true,
@@ -25148,7 +25148,7 @@
25148
25148
  "immutable": true,
25149
25149
  "locationInModule": {
25150
25150
  "filename": "src/javascript/node-package.ts",
25151
- "line": 138
25151
+ "line": 139
25152
25152
  },
25153
25153
  "name": "bin",
25154
25154
  "optional": true,
@@ -25170,7 +25170,7 @@
25170
25170
  "immutable": true,
25171
25171
  "locationInModule": {
25172
25172
  "filename": "src/javascript/node-package.ts",
25173
- "line": 259
25173
+ "line": 260
25174
25174
  },
25175
25175
  "name": "bugsEmail",
25176
25176
  "optional": true,
@@ -25187,7 +25187,7 @@
25187
25187
  "immutable": true,
25188
25188
  "locationInModule": {
25189
25189
  "filename": "src/javascript/node-package.ts",
25190
- "line": 254
25190
+ "line": 255
25191
25191
  },
25192
25192
  "name": "bugsUrl",
25193
25193
  "optional": true,
@@ -25205,7 +25205,7 @@
25205
25205
  "immutable": true,
25206
25206
  "locationInModule": {
25207
25207
  "filename": "src/javascript/node-package.ts",
25208
- "line": 100
25208
+ "line": 101
25209
25209
  },
25210
25210
  "name": "bundledDeps",
25211
25211
  "optional": true,
@@ -25228,7 +25228,7 @@
25228
25228
  "immutable": true,
25229
25229
  "locationInModule": {
25230
25230
  "filename": "src/javascript/node-package.ts",
25231
- "line": 282
25231
+ "line": 283
25232
25232
  },
25233
25233
  "name": "codeArtifactOptions",
25234
25234
  "optional": true,
@@ -25251,7 +25251,7 @@
25251
25251
  "immutable": true,
25252
25252
  "locationInModule": {
25253
25253
  "filename": "src/javascript/node-package.ts",
25254
- "line": 49
25254
+ "line": 50
25255
25255
  },
25256
25256
  "name": "deps",
25257
25257
  "optional": true,
@@ -25277,7 +25277,7 @@
25277
25277
  "immutable": true,
25278
25278
  "locationInModule": {
25279
25279
  "filename": "src/javascript/node-package.ts",
25280
- "line": 33
25280
+ "line": 34
25281
25281
  },
25282
25282
  "name": "description",
25283
25283
  "optional": true,
@@ -25300,7 +25300,7 @@
25300
25300
  "immutable": true,
25301
25301
  "locationInModule": {
25302
25302
  "filename": "src/javascript/node-package.ts",
25303
- "line": 67
25303
+ "line": 68
25304
25304
  },
25305
25305
  "name": "devDeps",
25306
25306
  "optional": true,
@@ -25324,7 +25324,7 @@
25324
25324
  "immutable": true,
25325
25325
  "locationInModule": {
25326
25326
  "filename": "src/javascript/node-package.ts",
25327
- "line": 128
25327
+ "line": 129
25328
25328
  },
25329
25329
  "name": "entrypoint",
25330
25330
  "optional": true,
@@ -25341,7 +25341,7 @@
25341
25341
  "immutable": true,
25342
25342
  "locationInModule": {
25343
25343
  "filename": "src/javascript/node-package.ts",
25344
- "line": 198
25344
+ "line": 199
25345
25345
  },
25346
25346
  "name": "homepage",
25347
25347
  "optional": true,
@@ -25358,7 +25358,7 @@
25358
25358
  "immutable": true,
25359
25359
  "locationInModule": {
25360
25360
  "filename": "src/javascript/node-package.ts",
25361
- "line": 119
25361
+ "line": 120
25362
25362
  },
25363
25363
  "name": "keywords",
25364
25364
  "optional": true,
@@ -25382,7 +25382,7 @@
25382
25382
  "immutable": true,
25383
25383
  "locationInModule": {
25384
25384
  "filename": "src/javascript/node-package.ts",
25385
- "line": 226
25385
+ "line": 227
25386
25386
  },
25387
25387
  "name": "license",
25388
25388
  "optional": true,
@@ -25400,7 +25400,7 @@
25400
25400
  "immutable": true,
25401
25401
  "locationInModule": {
25402
25402
  "filename": "src/javascript/node-package.ts",
25403
- "line": 233
25403
+ "line": 234
25404
25404
  },
25405
25405
  "name": "licensed",
25406
25406
  "optional": true,
@@ -25418,7 +25418,7 @@
25418
25418
  "immutable": true,
25419
25419
  "locationInModule": {
25420
25420
  "filename": "src/javascript/node-package.ts",
25421
- "line": 217
25421
+ "line": 218
25422
25422
  },
25423
25423
  "name": "maxNodeVersion",
25424
25424
  "optional": true,
@@ -25436,7 +25436,7 @@
25436
25436
  "immutable": true,
25437
25437
  "locationInModule": {
25438
25438
  "filename": "src/javascript/node-package.ts",
25439
- "line": 210
25439
+ "line": 211
25440
25440
  },
25441
25441
  "name": "minNodeVersion",
25442
25442
  "optional": true,
@@ -25454,7 +25454,7 @@
25454
25454
  "immutable": true,
25455
25455
  "locationInModule": {
25456
25456
  "filename": "src/javascript/node-package.ts",
25457
- "line": 268
25457
+ "line": 269
25458
25458
  },
25459
25459
  "name": "npmAccess",
25460
25460
  "optional": true,
@@ -25473,7 +25473,7 @@
25473
25473
  "immutable": true,
25474
25474
  "locationInModule": {
25475
25475
  "filename": "src/javascript/node-package.ts",
25476
- "line": 249
25476
+ "line": 250
25477
25477
  },
25478
25478
  "name": "npmRegistry",
25479
25479
  "optional": true,
@@ -25492,7 +25492,7 @@
25492
25492
  "immutable": true,
25493
25493
  "locationInModule": {
25494
25494
  "filename": "src/javascript/node-package.ts",
25495
- "line": 242
25495
+ "line": 243
25496
25496
  },
25497
25497
  "name": "npmRegistryUrl",
25498
25498
  "optional": true,
@@ -25510,7 +25510,7 @@
25510
25510
  "immutable": true,
25511
25511
  "locationInModule": {
25512
25512
  "filename": "src/javascript/node-package.ts",
25513
- "line": 275
25513
+ "line": 276
25514
25514
  },
25515
25515
  "name": "npmTokenSecret",
25516
25516
  "optional": true,
@@ -25528,7 +25528,7 @@
25528
25528
  "immutable": true,
25529
25529
  "locationInModule": {
25530
25530
  "filename": "src/javascript/node-package.ts",
25531
- "line": 161
25531
+ "line": 162
25532
25532
  },
25533
25533
  "name": "packageManager",
25534
25534
  "optional": true,
@@ -25549,7 +25549,7 @@
25549
25549
  "immutable": true,
25550
25550
  "locationInModule": {
25551
25551
  "filename": "src/javascript/node-package.ts",
25552
- "line": 26
25552
+ "line": 27
25553
25553
  },
25554
25554
  "name": "packageName",
25555
25555
  "optional": true,
@@ -25566,7 +25566,7 @@
25566
25566
  "immutable": true,
25567
25567
  "locationInModule": {
25568
25568
  "filename": "src/javascript/node-package.ts",
25569
- "line": 105
25569
+ "line": 106
25570
25570
  },
25571
25571
  "name": "peerDependencyOptions",
25572
25572
  "optional": true,
@@ -25585,7 +25585,7 @@
25585
25585
  "immutable": true,
25586
25586
  "locationInModule": {
25587
25587
  "filename": "src/javascript/node-package.ts",
25588
- "line": 86
25588
+ "line": 87
25589
25589
  },
25590
25590
  "name": "peerDeps",
25591
25591
  "optional": true,
@@ -25608,7 +25608,7 @@
25608
25608
  "immutable": true,
25609
25609
  "locationInModule": {
25610
25610
  "filename": "src/javascript/node-package.ts",
25611
- "line": 167
25611
+ "line": 168
25612
25612
  },
25613
25613
  "name": "repository",
25614
25614
  "optional": true,
@@ -25625,7 +25625,7 @@
25625
25625
  "immutable": true,
25626
25626
  "locationInModule": {
25627
25627
  "filename": "src/javascript/node-package.ts",
25628
- "line": 173
25628
+ "line": 174
25629
25629
  },
25630
25630
  "name": "repositoryDirectory",
25631
25631
  "optional": true,
@@ -25644,7 +25644,7 @@
25644
25644
  "immutable": true,
25645
25645
  "locationInModule": {
25646
25646
  "filename": "src/javascript/node-package.ts",
25647
- "line": 154
25647
+ "line": 155
25648
25648
  },
25649
25649
  "name": "scripts",
25650
25650
  "optional": true,
@@ -25666,7 +25666,7 @@
25666
25666
  "immutable": true,
25667
25667
  "locationInModule": {
25668
25668
  "filename": "src/javascript/node-package.ts",
25669
- "line": 203
25669
+ "line": 204
25670
25670
  },
25671
25671
  "name": "stability",
25672
25672
  "optional": true,
@@ -27150,7 +27150,7 @@
27150
27150
  "kind": "enum",
27151
27151
  "locationInModule": {
27152
27152
  "filename": "src/javascript/node-package.ts",
27153
- "line": 1115
27153
+ "line": 1138
27154
27154
  },
27155
27155
  "members": [
27156
27156
  {
@@ -27327,7 +27327,7 @@
27327
27327
  "kind": "interface",
27328
27328
  "locationInModule": {
27329
27329
  "filename": "src/javascript/node-package.ts",
27330
- "line": 1084
27330
+ "line": 1107
27331
27331
  },
27332
27332
  "name": "PeerDependencyOptions",
27333
27333
  "namespace": "javascript",
@@ -27342,7 +27342,7 @@
27342
27342
  "immutable": true,
27343
27343
  "locationInModule": {
27344
27344
  "filename": "src/javascript/node-package.ts",
27345
- "line": 1089
27345
+ "line": 1112
27346
27346
  },
27347
27347
  "name": "pinnedDevDependency",
27348
27348
  "optional": true,
@@ -37611,6 +37611,6 @@
37611
37611
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
37612
37612
  }
37613
37613
  },
37614
- "version": "0.48.0",
37615
- "fingerprint": "fc8q+hUx8FZGBqvjScYjcjwPbqu11eOFHyVr0UYaqiM="
37614
+ "version": "0.48.1",
37615
+ "fingerprint": "PO1Tu7LxSI/oPRWE/Byn7XDraK475TqeCwhBFE+MY4s="
37616
37616
  }
package/changelog.md CHANGED
@@ -1,13 +1,7 @@
1
1
 
2
- ## [0.48.0](https://github.com/projen/projen/compare/v0.47.15...v0.48.0) (2022-01-02)
2
+ ### [0.48.1](https://github.com/projen/projen/compare/v0.48.0...v0.48.1) (2022-01-02)
3
3
 
4
4
 
5
- ### BREAKING CHANGES
5
+ ### Bug Fixes
6
6
 
7
- * **eslint:** Prettier configuration is now under a `settings` option instead (instead of `prettierOptions: { bracketSpacing: false }`, write `prettierOptions: { settings: { bracketSpacing: false } }`).
8
- * **prettier:** `prettier.config` is now called `prettier.settings` and DOES NOT include `overrides`.
9
- * **node:** The `prettierIgnoreEnabled` option is now under `prettierOptions.ignoreFile` and can be accessed via `prettier.ignoreFile`. Similarly, `project.addPrettierIgnore()` is now `project.prettier.addIgnorePattern()`.
10
-
11
- ### Features
12
-
13
- * **eslint:** use prettier if enabled ([#1450](https://github.com/projen/projen/issues/1450)) ([5d970d8](https://github.com/projen/projen/commit/5d970d8ceef42fde7fe3728015b705c6045d5899))
7
+ * **node:** lockfile not updated after "*" deps are resolved ([#1451](https://github.com/projen/projen/issues/1451)) ([8d12b72](https://github.com/projen/projen/commit/8d12b72da6d3bfc1dad7ee20c455dcf9c102c501)), closes [#1435](https://github.com/projen/projen/issues/1435) [#1443](https://github.com/projen/projen/issues/1443)