Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: align-version script drops caret from dependencies it rewrites #27376

Merged
merged 3 commits into from
Oct 2, 2023

Commits on Oct 2, 2023

  1. chore: align-version script drops caret from dependencies it rewrites

    The `align-version` script is supposed to rewrite `0.0.0` -> `2.99.0`,
    and also to rewrite `^0.0.0` -> `^2.99.0`. It didn't do the latter,
    because of a variable shadowing mistake. That mistake happened to come
    out correctly often enough that we didn't notice it.
    
    Fix that bug.
    
    Also add a linting rule that says that all peerDependencies should
    have a `^` dependency on `aws-cdk-lib`.
    rix0rrr committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fe000f5 View commit details
    Browse the repository at this point in the history
  2. lint

    kaizencc committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b2912f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b5de59 View commit details
    Browse the repository at this point in the history