projen 0.92.10__tar.gz → 0.92.12__tar.gz
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.
Potentially problematic release.
This version of projen might be problematic. Click here for more details.
- {projen-0.92.10/src/projen.egg-info → projen-0.92.12}/PKG-INFO +1 -1
- {projen-0.92.10 → projen-0.92.12}/setup.py +3 -2
- {projen-0.92.10 → projen-0.92.12}/src/projen/_jsii/__init__.py +1 -1
- {projen-0.92.10 → projen-0.92.12}/src/projen/_jsii/bin/projen +1 -1
- projen-0.92.12/src/projen/_jsii/projen@0.92.12.jsii.tgz +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/awscdk/__init__.py +133 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/cdk/__init__.py +89 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/cdk8s/__init__.py +89 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/cdktf/__init__.py +45 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/javascript/__init__.py +330 -0
- projen-0.92.12/src/projen/javascript/biome_config/__init__.py +24256 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/typescript/__init__.py +95 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/web/__init__.py +177 -0
- {projen-0.92.10 → projen-0.92.12/src/projen.egg-info}/PKG-INFO +1 -1
- {projen-0.92.10 → projen-0.92.12}/src/projen.egg-info/SOURCES.txt +2 -1
- projen-0.92.10/src/projen/_jsii/projen@0.92.10.jsii.tgz +0 -0
- {projen-0.92.10 → projen-0.92.12}/LICENSE +0 -0
- {projen-0.92.10 → projen-0.92.12}/MANIFEST.in +0 -0
- {projen-0.92.10 → projen-0.92.12}/README.md +0 -0
- {projen-0.92.10 → projen-0.92.12}/pyproject.toml +0 -0
- {projen-0.92.10 → projen-0.92.12}/setup.cfg +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/build/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/circleci/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/github/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/github/workflows/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/gitlab/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/java/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/py.typed +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/python/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/release/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen/vscode/__init__.py +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen.egg-info/dependency_links.txt +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen.egg-info/requires.txt +0 -0
- {projen-0.92.10 → projen-0.92.12}/src/projen.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "projen",
|
|
8
|
-
"version": "0.92.
|
|
8
|
+
"version": "0.92.12",
|
|
9
9
|
"description": "CDK for software projects",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/projen/projen.git",
|
|
@@ -34,6 +34,7 @@ kwargs = json.loads(
|
|
|
34
34
|
"projen.gitlab",
|
|
35
35
|
"projen.java",
|
|
36
36
|
"projen.javascript",
|
|
37
|
+
"projen.javascript.biome_config",
|
|
37
38
|
"projen.python",
|
|
38
39
|
"projen.release",
|
|
39
40
|
"projen.typescript",
|
|
@@ -42,7 +43,7 @@ kwargs = json.loads(
|
|
|
42
43
|
],
|
|
43
44
|
"package_data": {
|
|
44
45
|
"projen._jsii": [
|
|
45
|
-
"projen@0.92.
|
|
46
|
+
"projen@0.92.12.jsii.tgz"
|
|
46
47
|
],
|
|
47
48
|
"projen": [
|
|
48
49
|
"py.typed"
|
|
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
31
31
|
import constructs._jsii
|
|
32
32
|
|
|
33
33
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
-
"projen", "0.92.
|
|
34
|
+
"projen", "0.92.12", __name__[0:-6], "projen@0.92.12.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
@@ -8,7 +8,7 @@ if "JSII_RUNTIME_PACKAGE_CACHE" not in os.environ:
|
|
|
8
8
|
os.environ["JSII_RUNTIME_PACKAGE_CACHE"] = "disabled"
|
|
9
9
|
|
|
10
10
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
11
|
-
"projen", "0.92.
|
|
11
|
+
"projen", "0.92.12", "projen", "projen@0.92.12.jsii.tgz"
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
exit_code = __jsii_assembly__.invokeBinScript("projen", "projen", sys.argv[1:])
|
|
Binary file
|
|
@@ -83,6 +83,7 @@ from ..java import (
|
|
|
83
83
|
ProjenrcOptions as _ProjenrcOptions_65cd3dd8,
|
|
84
84
|
)
|
|
85
85
|
from ..javascript import (
|
|
86
|
+
BiomeOptions as _BiomeOptions_452ab984,
|
|
86
87
|
BuildWorkflowOptions as _BuildWorkflowOptions_b756f97f,
|
|
87
88
|
BundlerOptions as _BundlerOptions_d60b85ed,
|
|
88
89
|
BundlingOptions as _BundlingOptions_fc10f395,
|
|
@@ -335,6 +336,8 @@ class AwsCdkConstructLibrary(
|
|
|
335
336
|
default_release_branch: builtins.str,
|
|
336
337
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
337
338
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
339
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
340
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
338
341
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
339
342
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
340
343
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -517,6 +520,8 @@ class AwsCdkConstructLibrary(
|
|
|
517
520
|
:param default_release_branch: (experimental) The name of the main release branch. Default: "main"
|
|
518
521
|
:param artifacts_directory: (experimental) A directory which will contain build artifacts. Default: "dist"
|
|
519
522
|
:param auto_approve_upgrades: (experimental) Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). Throw if set to true but ``autoApproveOptions`` are not defined. Default: - true
|
|
523
|
+
:param biome: (experimental) Setup Biome. Default: false
|
|
524
|
+
:param biome_options: (experimental) Biome options. Default: - default options
|
|
520
525
|
:param build_workflow: (experimental) Define a GitHub workflow for building PRs. Default: - true if not a subproject
|
|
521
526
|
:param build_workflow_options: (experimental) Options for PR build workflow.
|
|
522
527
|
:param build_workflow_triggers: (deprecated) Build workflow triggers. Default: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
@@ -701,6 +706,8 @@ class AwsCdkConstructLibrary(
|
|
|
701
706
|
default_release_branch=default_release_branch,
|
|
702
707
|
artifacts_directory=artifacts_directory,
|
|
703
708
|
auto_approve_upgrades=auto_approve_upgrades,
|
|
709
|
+
biome=biome,
|
|
710
|
+
biome_options=biome_options,
|
|
704
711
|
build_workflow=build_workflow,
|
|
705
712
|
build_workflow_options=build_workflow_options,
|
|
706
713
|
build_workflow_triggers=build_workflow_triggers,
|
|
@@ -2475,6 +2482,8 @@ class AwsCdkTypeScriptApp(
|
|
|
2475
2482
|
default_release_branch: builtins.str,
|
|
2476
2483
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
2477
2484
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
2485
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
2486
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2478
2487
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
2479
2488
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
2480
2489
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -2649,6 +2658,8 @@ class AwsCdkTypeScriptApp(
|
|
|
2649
2658
|
:param default_release_branch: (experimental) The name of the main release branch. Default: "main"
|
|
2650
2659
|
:param artifacts_directory: (experimental) A directory which will contain build artifacts. Default: "dist"
|
|
2651
2660
|
:param auto_approve_upgrades: (experimental) Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). Throw if set to true but ``autoApproveOptions`` are not defined. Default: - true
|
|
2661
|
+
:param biome: (experimental) Setup Biome. Default: false
|
|
2662
|
+
:param biome_options: (experimental) Biome options. Default: - default options
|
|
2652
2663
|
:param build_workflow: (experimental) Define a GitHub workflow for building PRs. Default: - true if not a subproject
|
|
2653
2664
|
:param build_workflow_options: (experimental) Options for PR build workflow.
|
|
2654
2665
|
:param build_workflow_triggers: (deprecated) Build workflow triggers. Default: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
@@ -2825,6 +2836,8 @@ class AwsCdkTypeScriptApp(
|
|
|
2825
2836
|
default_release_branch=default_release_branch,
|
|
2826
2837
|
artifacts_directory=artifacts_directory,
|
|
2827
2838
|
auto_approve_upgrades=auto_approve_upgrades,
|
|
2839
|
+
biome=biome,
|
|
2840
|
+
biome_options=biome_options,
|
|
2828
2841
|
build_workflow=build_workflow,
|
|
2829
2842
|
build_workflow_options=build_workflow_options,
|
|
2830
2843
|
build_workflow_triggers=build_workflow_triggers,
|
|
@@ -3598,6 +3611,8 @@ class ConstructLibraryAws(
|
|
|
3598
3611
|
default_release_branch: builtins.str,
|
|
3599
3612
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
3600
3613
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
3614
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
3615
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
3601
3616
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
3602
3617
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
3603
3618
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -3780,6 +3795,8 @@ class ConstructLibraryAws(
|
|
|
3780
3795
|
:param default_release_branch: (experimental) The name of the main release branch. Default: "main"
|
|
3781
3796
|
:param artifacts_directory: (experimental) A directory which will contain build artifacts. Default: "dist"
|
|
3782
3797
|
:param auto_approve_upgrades: (experimental) Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). Throw if set to true but ``autoApproveOptions`` are not defined. Default: - true
|
|
3798
|
+
:param biome: (experimental) Setup Biome. Default: false
|
|
3799
|
+
:param biome_options: (experimental) Biome options. Default: - default options
|
|
3783
3800
|
:param build_workflow: (experimental) Define a GitHub workflow for building PRs. Default: - true if not a subproject
|
|
3784
3801
|
:param build_workflow_options: (experimental) Options for PR build workflow.
|
|
3785
3802
|
:param build_workflow_triggers: (deprecated) Build workflow triggers. Default: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
@@ -3964,6 +3981,8 @@ class ConstructLibraryAws(
|
|
|
3964
3981
|
default_release_branch=default_release_branch,
|
|
3965
3982
|
artifacts_directory=artifacts_directory,
|
|
3966
3983
|
auto_approve_upgrades=auto_approve_upgrades,
|
|
3984
|
+
biome=biome,
|
|
3985
|
+
biome_options=biome_options,
|
|
3967
3986
|
build_workflow=build_workflow,
|
|
3968
3987
|
build_workflow_options=build_workflow_options,
|
|
3969
3988
|
build_workflow_triggers=build_workflow_triggers,
|
|
@@ -6109,6 +6128,8 @@ class AutoDiscoverOptions(
|
|
|
6109
6128
|
"default_release_branch": "defaultReleaseBranch",
|
|
6110
6129
|
"artifacts_directory": "artifactsDirectory",
|
|
6111
6130
|
"auto_approve_upgrades": "autoApproveUpgrades",
|
|
6131
|
+
"biome": "biome",
|
|
6132
|
+
"biome_options": "biomeOptions",
|
|
6112
6133
|
"build_workflow": "buildWorkflow",
|
|
6113
6134
|
"build_workflow_options": "buildWorkflowOptions",
|
|
6114
6135
|
"build_workflow_triggers": "buildWorkflowTriggers",
|
|
@@ -6298,6 +6319,8 @@ class AwsCdkConstructLibraryOptions(
|
|
|
6298
6319
|
default_release_branch: builtins.str,
|
|
6299
6320
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
6300
6321
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
6322
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
6323
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6301
6324
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
6302
6325
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6303
6326
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -6481,6 +6504,8 @@ class AwsCdkConstructLibraryOptions(
|
|
|
6481
6504
|
:param default_release_branch: (experimental) The name of the main release branch. Default: "main"
|
|
6482
6505
|
:param artifacts_directory: (experimental) A directory which will contain build artifacts. Default: "dist"
|
|
6483
6506
|
:param auto_approve_upgrades: (experimental) Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). Throw if set to true but ``autoApproveOptions`` are not defined. Default: - true
|
|
6507
|
+
:param biome: (experimental) Setup Biome. Default: false
|
|
6508
|
+
:param biome_options: (experimental) Biome options. Default: - default options
|
|
6484
6509
|
:param build_workflow: (experimental) Define a GitHub workflow for building PRs. Default: - true if not a subproject
|
|
6485
6510
|
:param build_workflow_options: (experimental) Options for PR build workflow.
|
|
6486
6511
|
:param build_workflow_triggers: (deprecated) Build workflow triggers. Default: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
@@ -6600,6 +6625,8 @@ class AwsCdkConstructLibraryOptions(
|
|
|
6600
6625
|
yarn_berry_options = _YarnBerryOptions_b6942539(**yarn_berry_options)
|
|
6601
6626
|
if isinstance(workflow_runs_on_group, dict):
|
|
6602
6627
|
workflow_runs_on_group = _GroupRunnerOptions_148c59c1(**workflow_runs_on_group)
|
|
6628
|
+
if isinstance(biome_options, dict):
|
|
6629
|
+
biome_options = _BiomeOptions_452ab984(**biome_options)
|
|
6603
6630
|
if isinstance(build_workflow_options, dict):
|
|
6604
6631
|
build_workflow_options = _BuildWorkflowOptions_b756f97f(**build_workflow_options)
|
|
6605
6632
|
if isinstance(build_workflow_triggers, dict):
|
|
@@ -6744,6 +6771,8 @@ class AwsCdkConstructLibraryOptions(
|
|
|
6744
6771
|
check_type(argname="argument default_release_branch", value=default_release_branch, expected_type=type_hints["default_release_branch"])
|
|
6745
6772
|
check_type(argname="argument artifacts_directory", value=artifacts_directory, expected_type=type_hints["artifacts_directory"])
|
|
6746
6773
|
check_type(argname="argument auto_approve_upgrades", value=auto_approve_upgrades, expected_type=type_hints["auto_approve_upgrades"])
|
|
6774
|
+
check_type(argname="argument biome", value=biome, expected_type=type_hints["biome"])
|
|
6775
|
+
check_type(argname="argument biome_options", value=biome_options, expected_type=type_hints["biome_options"])
|
|
6747
6776
|
check_type(argname="argument build_workflow", value=build_workflow, expected_type=type_hints["build_workflow"])
|
|
6748
6777
|
check_type(argname="argument build_workflow_options", value=build_workflow_options, expected_type=type_hints["build_workflow_options"])
|
|
6749
6778
|
check_type(argname="argument build_workflow_triggers", value=build_workflow_triggers, expected_type=type_hints["build_workflow_triggers"])
|
|
@@ -7022,6 +7051,10 @@ class AwsCdkConstructLibraryOptions(
|
|
|
7022
7051
|
self._values["artifacts_directory"] = artifacts_directory
|
|
7023
7052
|
if auto_approve_upgrades is not None:
|
|
7024
7053
|
self._values["auto_approve_upgrades"] = auto_approve_upgrades
|
|
7054
|
+
if biome is not None:
|
|
7055
|
+
self._values["biome"] = biome
|
|
7056
|
+
if biome_options is not None:
|
|
7057
|
+
self._values["biome_options"] = biome_options
|
|
7025
7058
|
if build_workflow is not None:
|
|
7026
7059
|
self._values["build_workflow"] = build_workflow
|
|
7027
7060
|
if build_workflow_options is not None:
|
|
@@ -8406,6 +8439,28 @@ class AwsCdkConstructLibraryOptions(
|
|
|
8406
8439
|
result = self._values.get("auto_approve_upgrades")
|
|
8407
8440
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
8408
8441
|
|
|
8442
|
+
@builtins.property
|
|
8443
|
+
def biome(self) -> typing.Optional[builtins.bool]:
|
|
8444
|
+
'''(experimental) Setup Biome.
|
|
8445
|
+
|
|
8446
|
+
:default: false
|
|
8447
|
+
|
|
8448
|
+
:stability: experimental
|
|
8449
|
+
'''
|
|
8450
|
+
result = self._values.get("biome")
|
|
8451
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
8452
|
+
|
|
8453
|
+
@builtins.property
|
|
8454
|
+
def biome_options(self) -> typing.Optional[_BiomeOptions_452ab984]:
|
|
8455
|
+
'''(experimental) Biome options.
|
|
8456
|
+
|
|
8457
|
+
:default: - default options
|
|
8458
|
+
|
|
8459
|
+
:stability: experimental
|
|
8460
|
+
'''
|
|
8461
|
+
result = self._values.get("biome_options")
|
|
8462
|
+
return typing.cast(typing.Optional[_BiomeOptions_452ab984], result)
|
|
8463
|
+
|
|
8409
8464
|
@builtins.property
|
|
8410
8465
|
def build_workflow(self) -> typing.Optional[builtins.bool]:
|
|
8411
8466
|
'''(experimental) Define a GitHub workflow for building PRs.
|
|
@@ -12272,6 +12327,8 @@ class AwsCdkPythonAppOptions(
|
|
|
12272
12327
|
"default_release_branch": "defaultReleaseBranch",
|
|
12273
12328
|
"artifacts_directory": "artifactsDirectory",
|
|
12274
12329
|
"auto_approve_upgrades": "autoApproveUpgrades",
|
|
12330
|
+
"biome": "biome",
|
|
12331
|
+
"biome_options": "biomeOptions",
|
|
12275
12332
|
"build_workflow": "buildWorkflow",
|
|
12276
12333
|
"build_workflow_options": "buildWorkflowOptions",
|
|
12277
12334
|
"build_workflow_triggers": "buildWorkflowTriggers",
|
|
@@ -12454,6 +12511,8 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
12454
12511
|
default_release_branch: builtins.str,
|
|
12455
12512
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
12456
12513
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
12514
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
12515
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
12457
12516
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
12458
12517
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
12459
12518
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -12628,6 +12687,8 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
12628
12687
|
:param default_release_branch: (experimental) The name of the main release branch. Default: "main"
|
|
12629
12688
|
:param artifacts_directory: (experimental) A directory which will contain build artifacts. Default: "dist"
|
|
12630
12689
|
:param auto_approve_upgrades: (experimental) Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). Throw if set to true but ``autoApproveOptions`` are not defined. Default: - true
|
|
12690
|
+
:param biome: (experimental) Setup Biome. Default: false
|
|
12691
|
+
:param biome_options: (experimental) Biome options. Default: - default options
|
|
12631
12692
|
:param build_workflow: (experimental) Define a GitHub workflow for building PRs. Default: - true if not a subproject
|
|
12632
12693
|
:param build_workflow_options: (experimental) Options for PR build workflow.
|
|
12633
12694
|
:param build_workflow_triggers: (deprecated) Build workflow triggers. Default: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
@@ -12739,6 +12800,8 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
12739
12800
|
yarn_berry_options = _YarnBerryOptions_b6942539(**yarn_berry_options)
|
|
12740
12801
|
if isinstance(workflow_runs_on_group, dict):
|
|
12741
12802
|
workflow_runs_on_group = _GroupRunnerOptions_148c59c1(**workflow_runs_on_group)
|
|
12803
|
+
if isinstance(biome_options, dict):
|
|
12804
|
+
biome_options = _BiomeOptions_452ab984(**biome_options)
|
|
12742
12805
|
if isinstance(build_workflow_options, dict):
|
|
12743
12806
|
build_workflow_options = _BuildWorkflowOptions_b756f97f(**build_workflow_options)
|
|
12744
12807
|
if isinstance(build_workflow_triggers, dict):
|
|
@@ -12869,6 +12932,8 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
12869
12932
|
check_type(argname="argument default_release_branch", value=default_release_branch, expected_type=type_hints["default_release_branch"])
|
|
12870
12933
|
check_type(argname="argument artifacts_directory", value=artifacts_directory, expected_type=type_hints["artifacts_directory"])
|
|
12871
12934
|
check_type(argname="argument auto_approve_upgrades", value=auto_approve_upgrades, expected_type=type_hints["auto_approve_upgrades"])
|
|
12935
|
+
check_type(argname="argument biome", value=biome, expected_type=type_hints["biome"])
|
|
12936
|
+
check_type(argname="argument biome_options", value=biome_options, expected_type=type_hints["biome_options"])
|
|
12872
12937
|
check_type(argname="argument build_workflow", value=build_workflow, expected_type=type_hints["build_workflow"])
|
|
12873
12938
|
check_type(argname="argument build_workflow_options", value=build_workflow_options, expected_type=type_hints["build_workflow_options"])
|
|
12874
12939
|
check_type(argname="argument build_workflow_triggers", value=build_workflow_triggers, expected_type=type_hints["build_workflow_triggers"])
|
|
@@ -13136,6 +13201,10 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
13136
13201
|
self._values["artifacts_directory"] = artifacts_directory
|
|
13137
13202
|
if auto_approve_upgrades is not None:
|
|
13138
13203
|
self._values["auto_approve_upgrades"] = auto_approve_upgrades
|
|
13204
|
+
if biome is not None:
|
|
13205
|
+
self._values["biome"] = biome
|
|
13206
|
+
if biome_options is not None:
|
|
13207
|
+
self._values["biome_options"] = biome_options
|
|
13139
13208
|
if build_workflow is not None:
|
|
13140
13209
|
self._values["build_workflow"] = build_workflow
|
|
13141
13210
|
if build_workflow_options is not None:
|
|
@@ -14510,6 +14579,28 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
14510
14579
|
result = self._values.get("auto_approve_upgrades")
|
|
14511
14580
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
14512
14581
|
|
|
14582
|
+
@builtins.property
|
|
14583
|
+
def biome(self) -> typing.Optional[builtins.bool]:
|
|
14584
|
+
'''(experimental) Setup Biome.
|
|
14585
|
+
|
|
14586
|
+
:default: false
|
|
14587
|
+
|
|
14588
|
+
:stability: experimental
|
|
14589
|
+
'''
|
|
14590
|
+
result = self._values.get("biome")
|
|
14591
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
14592
|
+
|
|
14593
|
+
@builtins.property
|
|
14594
|
+
def biome_options(self) -> typing.Optional[_BiomeOptions_452ab984]:
|
|
14595
|
+
'''(experimental) Biome options.
|
|
14596
|
+
|
|
14597
|
+
:default: - default options
|
|
14598
|
+
|
|
14599
|
+
:stability: experimental
|
|
14600
|
+
'''
|
|
14601
|
+
result = self._values.get("biome_options")
|
|
14602
|
+
return typing.cast(typing.Optional[_BiomeOptions_452ab984], result)
|
|
14603
|
+
|
|
14513
14604
|
@builtins.property
|
|
14514
14605
|
def build_workflow(self) -> typing.Optional[builtins.bool]:
|
|
14515
14606
|
'''(experimental) Define a GitHub workflow for building PRs.
|
|
@@ -15530,6 +15621,8 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
15530
15621
|
"default_release_branch": "defaultReleaseBranch",
|
|
15531
15622
|
"artifacts_directory": "artifactsDirectory",
|
|
15532
15623
|
"auto_approve_upgrades": "autoApproveUpgrades",
|
|
15624
|
+
"biome": "biome",
|
|
15625
|
+
"biome_options": "biomeOptions",
|
|
15533
15626
|
"build_workflow": "buildWorkflow",
|
|
15534
15627
|
"build_workflow_options": "buildWorkflowOptions",
|
|
15535
15628
|
"build_workflow_triggers": "buildWorkflowTriggers",
|
|
@@ -15716,6 +15809,8 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
15716
15809
|
default_release_branch: builtins.str,
|
|
15717
15810
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
15718
15811
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
15812
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
15813
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
15719
15814
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
15720
15815
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
15721
15816
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -15898,6 +15993,8 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
15898
15993
|
:param default_release_branch: (experimental) The name of the main release branch. Default: "main"
|
|
15899
15994
|
:param artifacts_directory: (experimental) A directory which will contain build artifacts. Default: "dist"
|
|
15900
15995
|
:param auto_approve_upgrades: (experimental) Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued). Throw if set to true but ``autoApproveOptions`` are not defined. Default: - true
|
|
15996
|
+
:param biome: (experimental) Setup Biome. Default: false
|
|
15997
|
+
:param biome_options: (experimental) Biome options. Default: - default options
|
|
15901
15998
|
:param build_workflow: (experimental) Define a GitHub workflow for building PRs. Default: - true if not a subproject
|
|
15902
15999
|
:param build_workflow_options: (experimental) Options for PR build workflow.
|
|
15903
16000
|
:param build_workflow_triggers: (deprecated) Build workflow triggers. Default: "{ pullRequest: {}, workflowDispatch: {} }"
|
|
@@ -16019,6 +16116,8 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
16019
16116
|
yarn_berry_options = _YarnBerryOptions_b6942539(**yarn_berry_options)
|
|
16020
16117
|
if isinstance(workflow_runs_on_group, dict):
|
|
16021
16118
|
workflow_runs_on_group = _GroupRunnerOptions_148c59c1(**workflow_runs_on_group)
|
|
16119
|
+
if isinstance(biome_options, dict):
|
|
16120
|
+
biome_options = _BiomeOptions_452ab984(**biome_options)
|
|
16022
16121
|
if isinstance(build_workflow_options, dict):
|
|
16023
16122
|
build_workflow_options = _BuildWorkflowOptions_b756f97f(**build_workflow_options)
|
|
16024
16123
|
if isinstance(build_workflow_triggers, dict):
|
|
@@ -16163,6 +16262,8 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
16163
16262
|
check_type(argname="argument default_release_branch", value=default_release_branch, expected_type=type_hints["default_release_branch"])
|
|
16164
16263
|
check_type(argname="argument artifacts_directory", value=artifacts_directory, expected_type=type_hints["artifacts_directory"])
|
|
16165
16264
|
check_type(argname="argument auto_approve_upgrades", value=auto_approve_upgrades, expected_type=type_hints["auto_approve_upgrades"])
|
|
16265
|
+
check_type(argname="argument biome", value=biome, expected_type=type_hints["biome"])
|
|
16266
|
+
check_type(argname="argument biome_options", value=biome_options, expected_type=type_hints["biome_options"])
|
|
16166
16267
|
check_type(argname="argument build_workflow", value=build_workflow, expected_type=type_hints["build_workflow"])
|
|
16167
16268
|
check_type(argname="argument build_workflow_options", value=build_workflow_options, expected_type=type_hints["build_workflow_options"])
|
|
16168
16269
|
check_type(argname="argument build_workflow_triggers", value=build_workflow_triggers, expected_type=type_hints["build_workflow_triggers"])
|
|
@@ -16441,6 +16542,10 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
16441
16542
|
self._values["artifacts_directory"] = artifacts_directory
|
|
16442
16543
|
if auto_approve_upgrades is not None:
|
|
16443
16544
|
self._values["auto_approve_upgrades"] = auto_approve_upgrades
|
|
16545
|
+
if biome is not None:
|
|
16546
|
+
self._values["biome"] = biome
|
|
16547
|
+
if biome_options is not None:
|
|
16548
|
+
self._values["biome_options"] = biome_options
|
|
16444
16549
|
if build_workflow is not None:
|
|
16445
16550
|
self._values["build_workflow"] = build_workflow
|
|
16446
16551
|
if build_workflow_options is not None:
|
|
@@ -17825,6 +17930,28 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
17825
17930
|
result = self._values.get("auto_approve_upgrades")
|
|
17826
17931
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
17827
17932
|
|
|
17933
|
+
@builtins.property
|
|
17934
|
+
def biome(self) -> typing.Optional[builtins.bool]:
|
|
17935
|
+
'''(experimental) Setup Biome.
|
|
17936
|
+
|
|
17937
|
+
:default: false
|
|
17938
|
+
|
|
17939
|
+
:stability: experimental
|
|
17940
|
+
'''
|
|
17941
|
+
result = self._values.get("biome")
|
|
17942
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
17943
|
+
|
|
17944
|
+
@builtins.property
|
|
17945
|
+
def biome_options(self) -> typing.Optional[_BiomeOptions_452ab984]:
|
|
17946
|
+
'''(experimental) Biome options.
|
|
17947
|
+
|
|
17948
|
+
:default: - default options
|
|
17949
|
+
|
|
17950
|
+
:stability: experimental
|
|
17951
|
+
'''
|
|
17952
|
+
result = self._values.get("biome_options")
|
|
17953
|
+
return typing.cast(typing.Optional[_BiomeOptions_452ab984], result)
|
|
17954
|
+
|
|
17828
17955
|
@builtins.property
|
|
17829
17956
|
def build_workflow(self) -> typing.Optional[builtins.bool]:
|
|
17830
17957
|
'''(experimental) Define a GitHub workflow for building PRs.
|
|
@@ -19461,6 +19588,8 @@ def _typecheckingstub__afd0fb486a35fef51bf540cdcd69366795c03710cee73c0b5a81431a8
|
|
|
19461
19588
|
default_release_branch: builtins.str,
|
|
19462
19589
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
19463
19590
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
19591
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
19592
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
19464
19593
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
19465
19594
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
19466
19595
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -19799,6 +19928,8 @@ def _typecheckingstub__d4516e51d77bf8bd5807e45e842cd19fa87c9a6d72e4f7d0caead33d3
|
|
|
19799
19928
|
default_release_branch: builtins.str,
|
|
19800
19929
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
19801
19930
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
19931
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
19932
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
19802
19933
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
19803
19934
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
19804
19935
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -19977,6 +20108,8 @@ def _typecheckingstub__53f11e06b68a1910463459774b89205819af9292d548e5215ddd85989
|
|
|
19977
20108
|
default_release_branch: builtins.str,
|
|
19978
20109
|
artifacts_directory: typing.Optional[builtins.str] = None,
|
|
19979
20110
|
auto_approve_upgrades: typing.Optional[builtins.bool] = None,
|
|
20111
|
+
biome: typing.Optional[builtins.bool] = None,
|
|
20112
|
+
biome_options: typing.Optional[typing.Union[_BiomeOptions_452ab984, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
19980
20113
|
build_workflow: typing.Optional[builtins.bool] = None,
|
|
19981
20114
|
build_workflow_options: typing.Optional[typing.Union[_BuildWorkflowOptions_b756f97f, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
19982
20115
|
build_workflow_triggers: typing.Optional[typing.Union[_Triggers_e9ae7617, typing.Dict[builtins.str, typing.Any]]] = None,
|