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(update): Tell users when they are still behind #13372

Merged
merged 19 commits into from
Feb 5, 2024

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    47a006e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7f1009 View commit details
    Browse the repository at this point in the history
  3. fix(update): Don't bother listing pre-release

    There might be casses where we want to show pre-release as this grows
    but, for now, there isn't too often a case where an update is held back,
    you are on a pre-release, your pre-release is updating, and you want a pre-release.
    epage committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a1db0b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f67d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a25085 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c75feb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4ad206 View commit details
    Browse the repository at this point in the history
  8. feat(update): Summarize unchanged packages with updates

    `--verbose` will show them.
    
    This is prep for telling the user about `--breaking` and other flags.
    epage committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c89ac1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21dfe88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    967e199 View commit details
    Browse the repository at this point in the history
  11. fix(update): Help people discover how they pull in a stale dep

    I put this behind `--verbose`
    - To keep the output down in the standard case
    - Because its assuming  most people's "behind" dependencies will be
      "Unchanged" and so that is when knowing how to look up how its pulled
      in is useful
    epage committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b05dc26 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    0034ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a0d9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de15651 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90b10cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dce58dc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    012ca52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e369a View commit details
    Browse the repository at this point in the history