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

feat(check-node): allow silencing @jsii/check-node warnings #3841

Merged
merged 7 commits into from
Nov 24, 2022

Commits on Nov 15, 2022

  1. feat: allow silencing @jsii/check-node warnings

    Allows silencing @jsii/check-node warnings when the runtime is not
    End-of-Life, so that users who know what they are doing can suppress
    the extraneous output.
    
    This is particularly useful for new Node releases that are un-tested,
    but can typically be expected to work, or known broken releases that
    happen to work for a given use-case that is carefully crafted to avoid
    the known issues; but is also possible for deprecated node releases.
    
    Messages about using end-of-life releases are intentionally not
    suppressible.
    
    Also updated the message for un-tested and known-broken releases to
    better frame the fact that these might work fine, and urge users to
    retry using a known supported release before they file a bug report.
    
    Fixes #3817
    Fixes #3171
    RomainMuller committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    79572af View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fix flaking test

    RomainMuller committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9a5badf View commit details
    Browse the repository at this point in the history
  2. remove useless escape

    RomainMuller committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    420d61f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f99bd2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aaeb1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c50708c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    f30f7d2 View commit details
    Browse the repository at this point in the history