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

Update deps, a few majors #60967

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jakebailey
Copy link
Member

Updates dependencies.

  • Updates compatible versions
  • Switches to picocolors, already used by other deps (and now has the light helpers which means it is a drop in for chalk, which we had been holding back)
  • Update to the latest version of diff, which has breaking changes but none that affect us.
  • Update to chokidar 4, which theoretically would reduce the number of deps, but mocha still depends on v3 (and even the latest mocha does too).
    • v4 doesn't do globs, but we don't need them anyway, only a recursive watch on the test cases.

To support older versions of node, we're still holding back chai, glob, mocha, ms, which.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jan 13, 2025
@jakebailey jakebailey changed the title Update compatible deps Update deps, a few majors Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants