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

fix: incorrect peerDependency on "constructs" #13255

Merged
merged 7 commits into from
Feb 25, 2021

Commits on Feb 24, 2021

  1. fix: incorrect peerDependency on "constructs"

    Both `@monocdk-experiment/assert` and `aws-cdk-lib` had an outdated peer
    dependency declaration against `construct` (at `^3.0.4` when the code
    actually depends on features introduced as recently as `^3.2.0`). This
    corrects the declaration accordingly.
    
    Additionally, fixes the pack prerequisite check for .NET to accept
    .NET 5.0 as a valid provider for .NET Core 3.1 (because it is).
    RomainMuller committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    e372669 View commit details
    Browse the repository at this point in the history
  2. add pkglint rule

    RomainMuller committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    e18dbe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0279a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update tools/pkglint/lib/rules.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    RomainMuller and Niranjan Jayakar authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e338f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5928df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dde3042 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c79bed View commit details
    Browse the repository at this point in the history