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 dependencies #231

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Conversation

gsnedders
Copy link
Member

Fixes #224, fixes #225, fixes #218.

This leaves us with:

gsnedders@gsnedders-milk wpt-results-analysis % npm outdated
Package             Current           Wanted  Latest  Location                 Depended by
chai                  4.5.0            4.5.0   5.1.1  node_modules/chai        wpt-results-analysis
eslint               8.57.1           8.57.1  9.11.1  node_modules/eslint      wpt-results-analysis
flags                 0.1.3            0.1.3   0.2.2  node_modules/flags       wpt-results-analysis
node-fetch            2.7.0            2.7.0   3.3.2  node_modules/node-fetch  wpt-results-analysis
nodegit     0.28.0-alpha.28  0.28.0-alpha.28  0.27.0  node_modules/nodegit     wpt-results-analysis

Aside from nodegit (where we're using a pre-release version), the
later versions of all of these require use to adopt ESM.
This breaks support for npm < v7, but that should be irrelevant at
this point (we rely on node v18, and that shipped with npm 8.6.0).

This just removes some redundancy that existed for compatibility with
older versions of npm.
@gsnedders gsnedders merged commit 6c76a4f into web-platform-tests:main Sep 25, 2024
1 check passed
@gsnedders gsnedders deleted the package-update branch September 25, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants