Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit b0bd607

Browse files
committed
chore: Fix formatting issues
1 parent 1c743ba commit b0bd607

4 files changed

Lines changed: 10 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ const bucket = new s3.S3Bucket(this, "bucket");
18021802
const firstRuleStage = Fn.lookup(
18031803
bucket.lifecycleRule("0").tags,
18041804
"stage",
1805-
"no-stage"
1805+
"no-stage",
18061806
);
18071807
const firstRuleTags = bucket.lifecycleRule("0").tags;
18081808

packages/@cdktf/hcl2cdk/test/convertProject.test.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const CDKTF_CLI = path.resolve(
2020
"..",
2121
"..",
2222
"packages",
23-
"cdktf-cli"
23+
"cdktf-cli",
2424
);
2525

2626
const createFiles = (cwd: string, files: [string, string][]) => {
@@ -176,9 +176,9 @@ describe.skip("convertProject", () => {
176176
providerRequirements.map((spec) =>
177177
ConstructsMakerProviderTarget.from(
178178
new TerraformProviderConstraint(spec),
179-
LANGUAGES[0]
180-
)
181-
)
179+
LANGUAGES[0],
180+
),
181+
),
182182
);
183183
cachedProviderSchema = providerSchema;
184184
});
@@ -232,16 +232,16 @@ describe.skip("convertProject", () => {
232232
{
233233
language: "typescript",
234234
providerSchema: cachedProviderSchema,
235-
}
235+
},
236236
);
237237

238238
fs.writeFileSync(path.resolve(targetPath, "main.ts"), code(mainTs), "utf8");
239239
fs.writeFileSync(
240240
path.resolve(targetPath, "cdktf.json"),
241241
JSON.stringify(
242-
cdktfJson(require(path.resolve(targetPath, "cdktf.json")))
242+
cdktfJson(require(path.resolve(targetPath, "cdktf.json"))),
243243
),
244-
"utf8"
244+
"utf8",
245245
);
246246

247247
const currentPlan = getCdkPlan(targetPath);

website/docs/cdktf/create-and-deploy/deployment-patterns.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: >-
44
Continuously deploy your applications with CDKTF.
55
---
66

7-
> [!IMPORTANT]
8-
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
7+
> [!IMPORTANT] > **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
98
109
# Deployment Patterns
1110

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,22 +2137,14 @@
21372137
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
21382138
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
21392139

2140-
"@types/react@*":
2140+
"@types/react@*", "@types/react@18.3.18", "@types/react@18.3.21":
21412141
version "18.3.18"
21422142
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
21432143
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
21442144
dependencies:
21452145
"@types/prop-types" "*"
21462146
csstype "^3.0.2"
21472147

2148-
"@types/react@18.3.21":
2149-
version "18.3.21"
2150-
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.21.tgz#ba9bdc8833ceaf2b5edabbbabfbf9a84040df89a"
2151-
integrity sha512-gXLBtmlcRJeT09/sI4PxVwyrku6SaNUj/6cMubjE6T6XdY1fDmBL7r0nX0jbSZPU/Xr0KuwLLZh6aOYY5d91Xw==
2152-
dependencies:
2153-
"@types/prop-types" "*"
2154-
csstype "^3.0.2"
2155-
21562148
"@types/readdir-glob@*":
21572149
version "1.1.5"
21582150
resolved "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.5.tgz#21a4a98898fc606cb568ad815f2a0eedc24d412a"

0 commit comments

Comments
 (0)