projen 0.52.73 → 0.53.0

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 (121) hide show
  1. package/.jsii +39 -22
  2. package/changelog.md +8 -1
  3. package/docs/api/API.md +44 -42
  4. package/docs/github.md +27 -1
  5. package/lib/awscdk/auto-discover.js +4 -4
  6. package/lib/awscdk/awscdk-app-java.js +1 -1
  7. package/lib/awscdk/awscdk-app-py.js +1 -1
  8. package/lib/awscdk/awscdk-app-ts.js +1 -1
  9. package/lib/awscdk/awscdk-construct.js +2 -2
  10. package/lib/awscdk/awscdk-deps-java.js +1 -1
  11. package/lib/awscdk/awscdk-deps-js.js +1 -1
  12. package/lib/awscdk/awscdk-deps.js +1 -1
  13. package/lib/awscdk/cdk-config.js +1 -1
  14. package/lib/awscdk/cdk-tasks.js +1 -1
  15. package/lib/awscdk/integration-test.js +1 -1
  16. package/lib/awscdk/lambda-extension.js +1 -1
  17. package/lib/awscdk/lambda-function.js +2 -2
  18. package/lib/build/build-workflow.js +1 -1
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/integration-test.js +1 -1
  28. package/lib/cdktf/cdktf-construct.js +1 -1
  29. package/lib/component.js +1 -1
  30. package/lib/dependencies.js +1 -1
  31. package/lib/dev-env.js +1 -1
  32. package/lib/docker-compose.js +2 -2
  33. package/lib/file.js +1 -1
  34. package/lib/gitattributes.js +1 -1
  35. package/lib/github/auto-approve.js +1 -1
  36. package/lib/github/auto-merge.js +1 -1
  37. package/lib/github/dependabot.js +1 -1
  38. package/lib/github/github-project.d.ts +1 -1
  39. package/lib/github/github-project.js +3 -3
  40. package/lib/github/github.js +1 -1
  41. package/lib/github/mergify.js +1 -1
  42. package/lib/github/pr-template.js +1 -1
  43. package/lib/github/pull-request-lint.js +1 -1
  44. package/lib/github/stale.js +1 -1
  45. package/lib/github/task-workflow.js +1 -1
  46. package/lib/github/workflows.js +1 -1
  47. package/lib/gitlab/configuration.js +1 -1
  48. package/lib/gitlab/gitlab-configuration.js +1 -1
  49. package/lib/gitlab/nested-configuration.js +1 -1
  50. package/lib/gitpod.js +1 -1
  51. package/lib/ignore-file.js +1 -1
  52. package/lib/ini.js +1 -1
  53. package/lib/java/java-project.js +1 -1
  54. package/lib/java/junit.js +1 -1
  55. package/lib/java/maven-compile.js +1 -1
  56. package/lib/java/maven-packaging.js +1 -1
  57. package/lib/java/maven-sample.js +1 -1
  58. package/lib/java/pom.js +1 -1
  59. package/lib/java/projenrc.js +1 -1
  60. package/lib/javascript/bundler.js +1 -1
  61. package/lib/javascript/eslint.js +1 -1
  62. package/lib/javascript/jest.js +1 -1
  63. package/lib/javascript/node-package.js +1 -1
  64. package/lib/javascript/node-project.js +1 -1
  65. package/lib/javascript/npm-config.js +1 -1
  66. package/lib/javascript/prettier.js +1 -1
  67. package/lib/javascript/projenrc.js +1 -1
  68. package/lib/javascript/typescript-config.js +1 -1
  69. package/lib/javascript/upgrade-dependencies.js +2 -2
  70. package/lib/json.js +1 -1
  71. package/lib/license.js +1 -1
  72. package/lib/logger.js +1 -1
  73. package/lib/makefile.js +1 -1
  74. package/lib/object-file.js +1 -1
  75. package/lib/project-build.js +1 -1
  76. package/lib/project.js +1 -1
  77. package/lib/projects.js +1 -1
  78. package/lib/projenrc-json.js +1 -1
  79. package/lib/python/pip.js +1 -1
  80. package/lib/python/poetry.js +2 -2
  81. package/lib/python/projenrc.js +1 -1
  82. package/lib/python/pytest-sample.js +1 -1
  83. package/lib/python/pytest.js +1 -1
  84. package/lib/python/python-project.js +1 -1
  85. package/lib/python/python-sample.js +1 -1
  86. package/lib/python/requirements-file.js +1 -1
  87. package/lib/python/setuppy.js +1 -1
  88. package/lib/python/setuptools.js +1 -1
  89. package/lib/python/venv.js +1 -1
  90. package/lib/readme.js +1 -1
  91. package/lib/release/bump-version.js +4 -1
  92. package/lib/release/publisher.js +1 -1
  93. package/lib/release/release-trigger.js +1 -1
  94. package/lib/release/release.js +3 -2
  95. package/lib/run-task.js +1 -1813
  96. package/lib/sample-file.js +2 -2
  97. package/lib/semver.js +1 -1
  98. package/lib/source-code.js +1 -1
  99. package/lib/task-runtime.js +1 -1
  100. package/lib/task.js +1 -1
  101. package/lib/tasks.js +1 -1
  102. package/lib/testing.js +1 -1
  103. package/lib/textfile.js +1 -1
  104. package/lib/toml.js +1 -1
  105. package/lib/typescript/projenrc.js +1 -1
  106. package/lib/typescript/typescript-typedoc.js +1 -1
  107. package/lib/typescript/typescript.js +3 -3
  108. package/lib/version.d.ts +4 -0
  109. package/lib/version.js +4 -2
  110. package/lib/vscode/devcontainer.js +1 -1
  111. package/lib/vscode/launch-config.js +1 -1
  112. package/lib/vscode/vscode.js +1 -1
  113. package/lib/web/next.js +3 -3
  114. package/lib/web/postcss.js +1 -1
  115. package/lib/web/react.js +4 -4
  116. package/lib/web/tailwind.js +1 -1
  117. package/lib/xmlfile.js +1 -1
  118. package/lib/yaml.js +1 -1
  119. package/package.json +5 -5
  120. package/releasetag.txt +1 -1
  121. package/version.txt +1 -1
package/.jsii CHANGED
@@ -29,7 +29,7 @@
29
29
  "stability": "experimental"
30
30
  },
31
31
  "homepage": "https://github.com/projen/projen.git",
32
- "jsiiVersion": "1.55.0 (build 3e0fc04)",
32
+ "jsiiVersion": "1.55.1 (build 07d2d90)",
33
33
  "keywords": [
34
34
  "cdk",
35
35
  "cicd",
@@ -8756,7 +8756,7 @@
8756
8756
  },
8757
8757
  "locationInModule": {
8758
8758
  "filename": "src/version.ts",
8759
- "line": 50
8759
+ "line": 55
8760
8760
  },
8761
8761
  "parameters": [
8762
8762
  {
@@ -8776,7 +8776,7 @@
8776
8776
  "kind": "class",
8777
8777
  "locationInModule": {
8778
8778
  "filename": "src/version.ts",
8779
- "line": 29
8779
+ "line": 34
8780
8780
  },
8781
8781
  "name": "Version",
8782
8782
  "properties": [
@@ -8788,7 +8788,7 @@
8788
8788
  "immutable": true,
8789
8789
  "locationInModule": {
8790
8790
  "filename": "src/version.ts",
8791
- "line": 30
8791
+ "line": 35
8792
8792
  },
8793
8793
  "name": "STANDARD_VERSION",
8794
8794
  "static": true,
@@ -8803,7 +8803,7 @@
8803
8803
  "immutable": true,
8804
8804
  "locationInModule": {
8805
8805
  "filename": "src/version.ts",
8806
- "line": 32
8806
+ "line": 37
8807
8807
  },
8808
8808
  "name": "bumpTask",
8809
8809
  "type": {
@@ -8818,7 +8818,7 @@
8818
8818
  "immutable": true,
8819
8819
  "locationInModule": {
8820
8820
  "filename": "src/version.ts",
8821
- "line": 38
8821
+ "line": 43
8822
8822
  },
8823
8823
  "name": "changelogFileName",
8824
8824
  "type": {
@@ -8833,7 +8833,7 @@
8833
8833
  "immutable": true,
8834
8834
  "locationInModule": {
8835
8835
  "filename": "src/version.ts",
8836
- "line": 48
8836
+ "line": 53
8837
8837
  },
8838
8838
  "name": "releaseTagFileName",
8839
8839
  "type": {
@@ -8847,7 +8847,7 @@
8847
8847
  "immutable": true,
8848
8848
  "locationInModule": {
8849
8849
  "filename": "src/version.ts",
8850
- "line": 33
8850
+ "line": 38
8851
8851
  },
8852
8852
  "name": "unbumpTask",
8853
8853
  "type": {
@@ -8862,7 +8862,7 @@
8862
8862
  "immutable": true,
8863
8863
  "locationInModule": {
8864
8864
  "filename": "src/version.ts",
8865
- "line": 43
8865
+ "line": 48
8866
8866
  },
8867
8867
  "name": "versionFileName",
8868
8868
  "type": {
@@ -8920,6 +8920,23 @@
8920
8920
  "primitive": "string"
8921
8921
  }
8922
8922
  },
8923
+ {
8924
+ "abstract": true,
8925
+ "docs": {
8926
+ "stability": "experimental",
8927
+ "summary": "The tag prefix corresponding to this version."
8928
+ },
8929
+ "immutable": true,
8930
+ "locationInModule": {
8931
+ "filename": "src/version.ts",
8932
+ "line": 31
8933
+ },
8934
+ "name": "tagPrefix",
8935
+ "optional": true,
8936
+ "type": {
8937
+ "primitive": "string"
8938
+ }
8939
+ },
8923
8940
  {
8924
8941
  "abstract": true,
8925
8942
  "docs": {
@@ -16594,7 +16611,7 @@
16594
16611
  {
16595
16612
  "abstract": true,
16596
16613
  "docs": {
16597
- "default": "true",
16614
+ "default": "false",
16598
16615
  "remarks": "See `staleOptions` for options.",
16599
16616
  "stability": "experimental",
16600
16617
  "summary": "Auto-close of stale issues and pull request."
@@ -39781,7 +39798,7 @@
39781
39798
  "kind": "interface",
39782
39799
  "locationInModule": {
39783
39800
  "filename": "src/release/release.ts",
39784
- "line": 571
39801
+ "line": 572
39785
39802
  },
39786
39803
  "name": "BranchOptions",
39787
39804
  "namespace": "release",
@@ -39795,7 +39812,7 @@
39795
39812
  "immutable": true,
39796
39813
  "locationInModule": {
39797
39814
  "filename": "src/release/release.ts",
39798
- "line": 581
39815
+ "line": 582
39799
39816
  },
39800
39817
  "name": "majorVersion",
39801
39818
  "type": {
@@ -39812,7 +39829,7 @@
39812
39829
  "immutable": true,
39813
39830
  "locationInModule": {
39814
39831
  "filename": "src/release/release.ts",
39815
- "line": 609
39832
+ "line": 610
39816
39833
  },
39817
39834
  "name": "npmDistTag",
39818
39835
  "optional": true,
@@ -39830,7 +39847,7 @@
39830
39847
  "immutable": true,
39831
39848
  "locationInModule": {
39832
39849
  "filename": "src/release/release.ts",
39833
- "line": 588
39850
+ "line": 589
39834
39851
  },
39835
39852
  "name": "prerelease",
39836
39853
  "optional": true,
@@ -39849,7 +39866,7 @@
39849
39866
  "immutable": true,
39850
39867
  "locationInModule": {
39851
39868
  "filename": "src/release/release.ts",
39852
- "line": 602
39869
+ "line": 603
39853
39870
  },
39854
39871
  "name": "tagPrefix",
39855
39872
  "optional": true,
@@ -39867,7 +39884,7 @@
39867
39884
  "immutable": true,
39868
39885
  "locationInModule": {
39869
39886
  "filename": "src/release/release.ts",
39870
- "line": 576
39887
+ "line": 577
39871
39888
  },
39872
39889
  "name": "workflowName",
39873
39890
  "optional": true,
@@ -41439,7 +41456,7 @@
41439
41456
  },
41440
41457
  "locationInModule": {
41441
41458
  "filename": "src/release/release.ts",
41442
- "line": 351
41459
+ "line": 352
41443
41460
  },
41444
41461
  "name": "addBranch",
41445
41462
  "parameters": [
@@ -41470,7 +41487,7 @@
41470
41487
  },
41471
41488
  "locationInModule": {
41472
41489
  "filename": "src/release/release.ts",
41473
- "line": 413
41490
+ "line": 414
41474
41491
  },
41475
41492
  "name": "addJobs",
41476
41493
  "parameters": [
@@ -41497,7 +41514,7 @@
41497
41514
  },
41498
41515
  "locationInModule": {
41499
41516
  "filename": "src/release/release.ts",
41500
- "line": 396
41517
+ "line": 397
41501
41518
  },
41502
41519
  "name": "preSynthesize",
41503
41520
  "overrides": "projen.Component"
@@ -41529,7 +41546,7 @@
41529
41546
  "immutable": true,
41530
41547
  "locationInModule": {
41531
41548
  "filename": "src/release/release.ts",
41532
- "line": 422
41549
+ "line": 423
41533
41550
  },
41534
41551
  "name": "branches",
41535
41552
  "type": {
@@ -44822,6 +44839,6 @@
44822
44839
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
44823
44840
  }
44824
44841
  },
44825
- "version": "0.52.73",
44826
- "fingerprint": "dzH2zdHJOBnPkXi5GB2rfru5Ym5xFhOAiHwgizmBB6Q="
44842
+ "version": "0.53.0",
44843
+ "fingerprint": "EB/3U54D8/J7VG12TSrHiNKxtEgICv+NncP8huk4Vmg="
44827
44844
  }
package/changelog.md CHANGED
@@ -1,2 +1,9 @@
1
1
 
2
- ### [0.52.73](https://github.com/projen/projen/compare/v0.52.72...v0.52.73) (2022-03-16)
2
+ ## [0.53.0](https://github.com/projen/projen/compare/v0.52.75...v0.53.0) (2022-03-17)
3
+
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * `stale.yml` GitHub workflow is no longer generated as the default behavior in projects. To keep generating it, specify `stale: true` or initialize a `github.Stale` component directly.
8
+
9
+ * disable stale workflow by default ([#1689](https://github.com/projen/projen/issues/1689)) ([06123c9](https://github.com/projen/projen/commit/06123c9bd1414d67c42138ed500a7781ba6cbc04))