projen 0.60.15 → 0.60.16
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 +71 -35
- package/docs/api/API.md +36 -0
- package/docs/releases.md +6 -0
- 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.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -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.js +2 -2
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.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/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.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 +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- 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 +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- 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.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.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/bump-version.d.ts +13 -0
- package/lib/release/bump-version.js +12 -1
- package/lib/release/bump-version.task.js +8 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.d.ts +16 -0
- package/lib/release/release.js +3 -2
- 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.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/launch-config.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 +1 -1
package/.jsii
CHANGED
|
@@ -43726,7 +43726,7 @@
|
|
|
43726
43726
|
"kind": "interface",
|
|
43727
43727
|
"locationInModule": {
|
|
43728
43728
|
"filename": "src/release/release.ts",
|
|
43729
|
-
"line":
|
|
43729
|
+
"line": 619
|
|
43730
43730
|
},
|
|
43731
43731
|
"name": "BranchOptions",
|
|
43732
43732
|
"namespace": "release",
|
|
@@ -43740,13 +43740,30 @@
|
|
|
43740
43740
|
"immutable": true,
|
|
43741
43741
|
"locationInModule": {
|
|
43742
43742
|
"filename": "src/release/release.ts",
|
|
43743
|
-
"line":
|
|
43743
|
+
"line": 629
|
|
43744
43744
|
},
|
|
43745
43745
|
"name": "majorVersion",
|
|
43746
43746
|
"type": {
|
|
43747
43747
|
"primitive": "number"
|
|
43748
43748
|
}
|
|
43749
43749
|
},
|
|
43750
|
+
{
|
|
43751
|
+
"abstract": true,
|
|
43752
|
+
"docs": {
|
|
43753
|
+
"stability": "experimental",
|
|
43754
|
+
"summary": "The minimum major version to release."
|
|
43755
|
+
},
|
|
43756
|
+
"immutable": true,
|
|
43757
|
+
"locationInModule": {
|
|
43758
|
+
"filename": "src/release/release.ts",
|
|
43759
|
+
"line": 634
|
|
43760
|
+
},
|
|
43761
|
+
"name": "minMajorVersion",
|
|
43762
|
+
"optional": true,
|
|
43763
|
+
"type": {
|
|
43764
|
+
"primitive": "number"
|
|
43765
|
+
}
|
|
43766
|
+
},
|
|
43750
43767
|
{
|
|
43751
43768
|
"abstract": true,
|
|
43752
43769
|
"docs": {
|
|
@@ -43757,7 +43774,7 @@
|
|
|
43757
43774
|
"immutable": true,
|
|
43758
43775
|
"locationInModule": {
|
|
43759
43776
|
"filename": "src/release/release.ts",
|
|
43760
|
-
"line":
|
|
43777
|
+
"line": 662
|
|
43761
43778
|
},
|
|
43762
43779
|
"name": "npmDistTag",
|
|
43763
43780
|
"optional": true,
|
|
@@ -43775,7 +43792,7 @@
|
|
|
43775
43792
|
"immutable": true,
|
|
43776
43793
|
"locationInModule": {
|
|
43777
43794
|
"filename": "src/release/release.ts",
|
|
43778
|
-
"line":
|
|
43795
|
+
"line": 641
|
|
43779
43796
|
},
|
|
43780
43797
|
"name": "prerelease",
|
|
43781
43798
|
"optional": true,
|
|
@@ -43794,7 +43811,7 @@
|
|
|
43794
43811
|
"immutable": true,
|
|
43795
43812
|
"locationInModule": {
|
|
43796
43813
|
"filename": "src/release/release.ts",
|
|
43797
|
-
"line":
|
|
43814
|
+
"line": 655
|
|
43798
43815
|
},
|
|
43799
43816
|
"name": "tagPrefix",
|
|
43800
43817
|
"optional": true,
|
|
@@ -43812,7 +43829,7 @@
|
|
|
43812
43829
|
"immutable": true,
|
|
43813
43830
|
"locationInModule": {
|
|
43814
43831
|
"filename": "src/release/release.ts",
|
|
43815
|
-
"line":
|
|
43832
|
+
"line": 624
|
|
43816
43833
|
},
|
|
43817
43834
|
"name": "workflowName",
|
|
43818
43835
|
"optional": true,
|
|
@@ -45444,7 +45461,7 @@
|
|
|
45444
45461
|
},
|
|
45445
45462
|
"locationInModule": {
|
|
45446
45463
|
"filename": "src/release/release.ts",
|
|
45447
|
-
"line":
|
|
45464
|
+
"line": 278
|
|
45448
45465
|
},
|
|
45449
45466
|
"parameters": [
|
|
45450
45467
|
{
|
|
@@ -45464,7 +45481,7 @@
|
|
|
45464
45481
|
"kind": "class",
|
|
45465
45482
|
"locationInModule": {
|
|
45466
45483
|
"filename": "src/release/release.ts",
|
|
45467
|
-
"line":
|
|
45484
|
+
"line": 241
|
|
45468
45485
|
},
|
|
45469
45486
|
"methods": [
|
|
45470
45487
|
{
|
|
@@ -45474,7 +45491,7 @@
|
|
|
45474
45491
|
},
|
|
45475
45492
|
"locationInModule": {
|
|
45476
45493
|
"filename": "src/release/release.ts",
|
|
45477
|
-
"line":
|
|
45494
|
+
"line": 248
|
|
45478
45495
|
},
|
|
45479
45496
|
"name": "of",
|
|
45480
45497
|
"parameters": [
|
|
@@ -45501,7 +45518,7 @@
|
|
|
45501
45518
|
},
|
|
45502
45519
|
"locationInModule": {
|
|
45503
45520
|
"filename": "src/release/release.ts",
|
|
45504
|
-
"line":
|
|
45521
|
+
"line": 394
|
|
45505
45522
|
},
|
|
45506
45523
|
"name": "addBranch",
|
|
45507
45524
|
"parameters": [
|
|
@@ -45532,7 +45549,7 @@
|
|
|
45532
45549
|
},
|
|
45533
45550
|
"locationInModule": {
|
|
45534
45551
|
"filename": "src/release/release.ts",
|
|
45535
|
-
"line":
|
|
45552
|
+
"line": 461
|
|
45536
45553
|
},
|
|
45537
45554
|
"name": "addJobs",
|
|
45538
45555
|
"parameters": [
|
|
@@ -45559,7 +45576,7 @@
|
|
|
45559
45576
|
},
|
|
45560
45577
|
"locationInModule": {
|
|
45561
45578
|
"filename": "src/release/release.ts",
|
|
45562
|
-
"line":
|
|
45579
|
+
"line": 444
|
|
45563
45580
|
},
|
|
45564
45581
|
"name": "preSynthesize",
|
|
45565
45582
|
"overrides": "projen.Component"
|
|
@@ -45576,7 +45593,7 @@
|
|
|
45576
45593
|
"immutable": true,
|
|
45577
45594
|
"locationInModule": {
|
|
45578
45595
|
"filename": "src/release/release.ts",
|
|
45579
|
-
"line":
|
|
45596
|
+
"line": 242
|
|
45580
45597
|
},
|
|
45581
45598
|
"name": "ANTI_TAMPER_CMD",
|
|
45582
45599
|
"static": true,
|
|
@@ -45592,7 +45609,7 @@
|
|
|
45592
45609
|
"immutable": true,
|
|
45593
45610
|
"locationInModule": {
|
|
45594
45611
|
"filename": "src/release/release.ts",
|
|
45595
|
-
"line":
|
|
45612
|
+
"line": 276
|
|
45596
45613
|
},
|
|
45597
45614
|
"name": "artifactsDirectory",
|
|
45598
45615
|
"type": {
|
|
@@ -45607,7 +45624,7 @@
|
|
|
45607
45624
|
"immutable": true,
|
|
45608
45625
|
"locationInModule": {
|
|
45609
45626
|
"filename": "src/release/release.ts",
|
|
45610
|
-
"line":
|
|
45627
|
+
"line": 470
|
|
45611
45628
|
},
|
|
45612
45629
|
"name": "branches",
|
|
45613
45630
|
"type": {
|
|
@@ -45627,7 +45644,7 @@
|
|
|
45627
45644
|
"immutable": true,
|
|
45628
45645
|
"locationInModule": {
|
|
45629
45646
|
"filename": "src/release/release.ts",
|
|
45630
|
-
"line":
|
|
45647
|
+
"line": 256
|
|
45631
45648
|
},
|
|
45632
45649
|
"name": "publisher",
|
|
45633
45650
|
"type": {
|
|
@@ -45651,7 +45668,7 @@
|
|
|
45651
45668
|
"kind": "interface",
|
|
45652
45669
|
"locationInModule": {
|
|
45653
45670
|
"filename": "src/release/release.ts",
|
|
45654
|
-
"line":
|
|
45671
|
+
"line": 196
|
|
45655
45672
|
},
|
|
45656
45673
|
"name": "ReleaseOptions",
|
|
45657
45674
|
"namespace": "release",
|
|
@@ -45666,7 +45683,7 @@
|
|
|
45666
45683
|
"immutable": true,
|
|
45667
45684
|
"locationInModule": {
|
|
45668
45685
|
"filename": "src/release/release.ts",
|
|
45669
|
-
"line":
|
|
45686
|
+
"line": 233
|
|
45670
45687
|
},
|
|
45671
45688
|
"name": "artifactsDirectory",
|
|
45672
45689
|
"type": {
|
|
@@ -45683,7 +45700,7 @@
|
|
|
45683
45700
|
"immutable": true,
|
|
45684
45701
|
"locationInModule": {
|
|
45685
45702
|
"filename": "src/release/release.ts",
|
|
45686
|
-
"line":
|
|
45703
|
+
"line": 219
|
|
45687
45704
|
},
|
|
45688
45705
|
"name": "branch",
|
|
45689
45706
|
"type": {
|
|
@@ -45700,7 +45717,7 @@
|
|
|
45700
45717
|
"immutable": true,
|
|
45701
45718
|
"locationInModule": {
|
|
45702
45719
|
"filename": "src/release/release.ts",
|
|
45703
|
-
"line":
|
|
45720
|
+
"line": 202
|
|
45704
45721
|
},
|
|
45705
45722
|
"name": "task",
|
|
45706
45723
|
"type": {
|
|
@@ -45717,7 +45734,7 @@
|
|
|
45717
45734
|
"immutable": true,
|
|
45718
45735
|
"locationInModule": {
|
|
45719
45736
|
"filename": "src/release/release.ts",
|
|
45720
|
-
"line":
|
|
45737
|
+
"line": 209
|
|
45721
45738
|
},
|
|
45722
45739
|
"name": "versionFile",
|
|
45723
45740
|
"type": {
|
|
@@ -45734,7 +45751,7 @@
|
|
|
45734
45751
|
"immutable": true,
|
|
45735
45752
|
"locationInModule": {
|
|
45736
45753
|
"filename": "src/release/release.ts",
|
|
45737
|
-
"line":
|
|
45754
|
+
"line": 226
|
|
45738
45755
|
},
|
|
45739
45756
|
"name": "githubRelease",
|
|
45740
45757
|
"optional": true,
|
|
@@ -45798,6 +45815,25 @@
|
|
|
45798
45815
|
"primitive": "number"
|
|
45799
45816
|
}
|
|
45800
45817
|
},
|
|
45818
|
+
{
|
|
45819
|
+
"abstract": true,
|
|
45820
|
+
"docs": {
|
|
45821
|
+
"default": "- No minimum version is being enforced",
|
|
45822
|
+
"remarks": "This can be useful to set to 1, as breaking changes before the 1.x major\nrelease are not incrementing the major version number.\n\nCan not be set together with `majorVersion`.",
|
|
45823
|
+
"stability": "experimental",
|
|
45824
|
+
"summary": "Minimal Major version to release."
|
|
45825
|
+
},
|
|
45826
|
+
"immutable": true,
|
|
45827
|
+
"locationInModule": {
|
|
45828
|
+
"filename": "src/release/release.ts",
|
|
45829
|
+
"line": 92
|
|
45830
|
+
},
|
|
45831
|
+
"name": "minMajorVersion",
|
|
45832
|
+
"optional": true,
|
|
45833
|
+
"type": {
|
|
45834
|
+
"primitive": "number"
|
|
45835
|
+
}
|
|
45836
|
+
},
|
|
45801
45837
|
{
|
|
45802
45838
|
"abstract": true,
|
|
45803
45839
|
"docs": {
|
|
@@ -45809,7 +45845,7 @@
|
|
|
45809
45845
|
"immutable": true,
|
|
45810
45846
|
"locationInModule": {
|
|
45811
45847
|
"filename": "src/release/release.ts",
|
|
45812
|
-
"line":
|
|
45848
|
+
"line": 110
|
|
45813
45849
|
},
|
|
45814
45850
|
"name": "npmDistTag",
|
|
45815
45851
|
"optional": true,
|
|
@@ -45850,7 +45886,7 @@
|
|
|
45850
45886
|
"immutable": true,
|
|
45851
45887
|
"locationInModule": {
|
|
45852
45888
|
"filename": "src/release/release.ts",
|
|
45853
|
-
"line":
|
|
45889
|
+
"line": 100
|
|
45854
45890
|
},
|
|
45855
45891
|
"name": "prerelease",
|
|
45856
45892
|
"optional": true,
|
|
@@ -45868,7 +45904,7 @@
|
|
|
45868
45904
|
"immutable": true,
|
|
45869
45905
|
"locationInModule": {
|
|
45870
45906
|
"filename": "src/release/release.ts",
|
|
45871
|
-
"line":
|
|
45907
|
+
"line": 190
|
|
45872
45908
|
},
|
|
45873
45909
|
"name": "publishDryRun",
|
|
45874
45910
|
"optional": true,
|
|
@@ -45887,7 +45923,7 @@
|
|
|
45887
45923
|
"immutable": true,
|
|
45888
45924
|
"locationInModule": {
|
|
45889
45925
|
"filename": "src/release/release.ts",
|
|
45890
|
-
"line":
|
|
45926
|
+
"line": 183
|
|
45891
45927
|
},
|
|
45892
45928
|
"name": "publishTasks",
|
|
45893
45929
|
"optional": true,
|
|
@@ -45906,7 +45942,7 @@
|
|
|
45906
45942
|
"immutable": true,
|
|
45907
45943
|
"locationInModule": {
|
|
45908
45944
|
"filename": "src/release/release.ts",
|
|
45909
|
-
"line":
|
|
45945
|
+
"line": 130
|
|
45910
45946
|
},
|
|
45911
45947
|
"name": "releaseBranches",
|
|
45912
45948
|
"optional": true,
|
|
@@ -45948,7 +45984,7 @@
|
|
|
45948
45984
|
"immutable": true,
|
|
45949
45985
|
"locationInModule": {
|
|
45950
45986
|
"filename": "src/release/release.ts",
|
|
45951
|
-
"line":
|
|
45987
|
+
"line": 137
|
|
45952
45988
|
},
|
|
45953
45989
|
"name": "releaseFailureIssue",
|
|
45954
45990
|
"optional": true,
|
|
@@ -45967,7 +46003,7 @@
|
|
|
45967
46003
|
"immutable": true,
|
|
45968
46004
|
"locationInModule": {
|
|
45969
46005
|
"filename": "src/release/release.ts",
|
|
45970
|
-
"line":
|
|
46006
|
+
"line": 145
|
|
45971
46007
|
},
|
|
45972
46008
|
"name": "releaseFailureIssueLabel",
|
|
45973
46009
|
"optional": true,
|
|
@@ -46005,7 +46041,7 @@
|
|
|
46005
46041
|
"immutable": true,
|
|
46006
46042
|
"locationInModule": {
|
|
46007
46043
|
"filename": "src/release/release.ts",
|
|
46008
|
-
"line":
|
|
46044
|
+
"line": 159
|
|
46009
46045
|
},
|
|
46010
46046
|
"name": "releaseTagPrefix",
|
|
46011
46047
|
"optional": true,
|
|
@@ -46041,7 +46077,7 @@
|
|
|
46041
46077
|
"immutable": true,
|
|
46042
46078
|
"locationInModule": {
|
|
46043
46079
|
"filename": "src/release/release.ts",
|
|
46044
|
-
"line":
|
|
46080
|
+
"line": 117
|
|
46045
46081
|
},
|
|
46046
46082
|
"name": "releaseWorkflowName",
|
|
46047
46083
|
"optional": true,
|
|
@@ -46082,7 +46118,7 @@
|
|
|
46082
46118
|
"immutable": true,
|
|
46083
46119
|
"locationInModule": {
|
|
46084
46120
|
"filename": "src/release/release.ts",
|
|
46085
|
-
"line":
|
|
46121
|
+
"line": 167
|
|
46086
46122
|
},
|
|
46087
46123
|
"name": "versionrcOptions",
|
|
46088
46124
|
"optional": true,
|
|
@@ -46123,7 +46159,7 @@
|
|
|
46123
46159
|
"immutable": true,
|
|
46124
46160
|
"locationInModule": {
|
|
46125
46161
|
"filename": "src/release/release.ts",
|
|
46126
|
-
"line":
|
|
46162
|
+
"line": 173
|
|
46127
46163
|
},
|
|
46128
46164
|
"name": "workflowRunsOn",
|
|
46129
46165
|
"optional": true,
|
|
@@ -48887,6 +48923,6 @@
|
|
|
48887
48923
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
48888
48924
|
}
|
|
48889
48925
|
},
|
|
48890
|
-
"version": "0.60.
|
|
48891
|
-
"fingerprint": "
|
|
48926
|
+
"version": "0.60.16",
|
|
48927
|
+
"fingerprint": "enP4Z6teRjYHRnDR9oqyLPdUsMKqeRJuPMFoqr0gbBU="
|
|
48892
48928
|
}
|