Skip to content

revert(imagebuilder-alpha): add support for Component Construct#36104

Merged
mergify[bot] merged 1 commit intomainfrom
revert-36006-imagebuilder-component
Nov 19, 2025
Merged

revert(imagebuilder-alpha): add support for Component Construct#36104
mergify[bot] merged 1 commit intomainfrom
revert-36006-imagebuilder-component

Conversation

@ozelalisen
Copy link
Copy Markdown
Member

@ozelalisen ozelalisen commented Nov 19, 2025

Reverts #36006 as it caused JSII errors that is coming from https://github.com/cdklabs/cdk-generate-synthetic-examples


@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentPhase-example.ts:9:1 - error TS7005: Variable 'declare' implicitly has an 'any' type.
--
 
9 declare const inputs: any;
~~~~~~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentPhase-example.ts:9:9 - error TS1005: ',' expected.
 
9 declare const inputs: any;
~~~~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentPhase-example.ts:18:4 - error TS1005: '(' expected.
 
18  if: any;
~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentPhase-example.ts:18:6 - error TS2693: 'any' only refers to a type, but is being used as a value here.
 
18  if: any;
~~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentPhase-example.ts:27:9 - error TS1109: Expression expected.
 
27     if: if,
~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentPhase-example.ts:27:11 - error TS1005: ':' expected.
 
27     if: if,
~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentStep-example.ts:9:1 - error TS7005: Variable 'declare' implicitly has an 'any' type.
 
9 declare const inputs: any;
~~~~~~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentStep-example.ts:9:9 - error TS1005: ',' expected.
 
9 declare const inputs: any;
~~~~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentStep-example.ts:18:4 - error TS1005: '(' expected.
 
18  if: any;
~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentStep-example.ts:18:6 - error TS2693: 'any' only refers to a type, but is being used as a value here.
 
18  if: any;
~~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentStep-example.ts:25:7 - error TS1109: Expression expected.
 
25   if: if,
~~
@aws-cdk.aws-imagebuilder-alpha.ComponentDocumentStep-example.ts:25:9 - error TS1005: ':' expected.
 
25   if: if,
~


@aws-cdk-automation aws-cdk-automation requested a review from a team November 19, 2025 12:24
@github-actions github-actions bot added the p2 label Nov 19, 2025
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Nov 19, 2025
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 19, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 689ad05 into main Nov 19, 2025
38 of 39 checks passed
@mergify mergify bot deleted the revert-36006-imagebuilder-component branch November 19, 2025 12:57
@github-actions
Copy link
Copy Markdown
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

contribution/core This is a PR that came from AWS. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants