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

Merged
merged 8 commits into from
Feb 20, 2025
Merged

Conversation

jakebailey
Copy link
Member

@jakebailey jakebailey commented Jan 13, 2025

Updates dependencies; no more npm audit messages.

  • 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
@jakebailey jakebailey marked this pull request as ready for review February 19, 2025 19:24
@jakebailey jakebailey merged commit eb25b58 into microsoft:main Feb 20, 2025
32 checks passed
@jakebailey jakebailey deleted the update-deps-2025-01-12 branch February 20, 2025 00:54
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.

3 participants