Skip to content

Disable workflow schedule#2859

Open
jorgeazevedo wants to merge 1 commit intomainfrom
ja-disable-cdk-workflow
Open

Disable workflow schedule#2859
jorgeazevedo wants to merge 1 commit intomainfrom
ja-disable-cdk-workflow

Conversation

@jorgeazevedo
Copy link
Contributor

What does this change?

We've been reviewing how we manage this library's dependencies. Amazon established the following recommendation as part of the migration to cdk v2

For construct libraries, establish the lowest version of aws-cdk-lib you require for your application (2.0.0 here) and update package.json as follows.

{
  "peerDependencies": {
    "aws-cdk-lib": "^2.0.0",
    "constructs": "^10.0.0"
  },
  "devDependencies": {
    "aws-cdk-lib": "^2.0.0",
    "constructs": "^10.0.0",
    "typescript": "~3.9.0"
  }
}

It's unclear to me at present if having the lowest version is the right approach for us (it would be version 2.182.0, released April 2025). The way we expect this library to be used may lend itself to us specifying the cdk version as a direct dependency, rather than a minimum peer dependency. Until we make a final decision on that just disabling the automated library updates for now would reduce a significant amount of toil on clients.

@changeset-bot
Copy link

changeset-bot bot commented Mar 11, 2026

⚠️ No Changeset found

Latest commit: 442ccbb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@jorgeazevedo jorgeazevedo added the maintenance Departmental tracking: maintenance work, not a fix or a feature label Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Departmental tracking: maintenance work, not a fix or a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants