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

docs: Explain the transitive dependency case for no-extraneous-* #347

Merged
merged 4 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Explain the transitive dependency case

    no-extraneous-require will fail when a require is requiring a consistently available package that is not explicitly listed as a direct dependency. This doc change explains why.
    DingoEatingFuzz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    25a0d61 View commit details
    Browse the repository at this point in the history
  2. Explain the transitive dependency case

    Update import doc to match require doc.
    DingoEatingFuzz authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    347b0b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Rephrase new and existing language

    Co-authored-by: Sebastian Good <2230835+scagood@users.noreply.github.com>
    DingoEatingFuzz and scagood committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e31709b View commit details
    Browse the repository at this point in the history
  2. Call out how transitive dependencies via dev dependencies will not be…

    … available in production installations
    DingoEatingFuzz committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    be49f88 View commit details
    Browse the repository at this point in the history