Skip to content

Commit

Permalink
Update dependencies (#1532)
Browse files Browse the repository at this point in the history
* Update dependencies

Packages that remain out of date are explained in dependency notes.

* update date in dependency notes
  • Loading branch information
mint-thompson authored Oct 31, 2024
1 parent faaf076 commit d83c0df
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 702 deletions.
3 changes: 1 addition & 2 deletions DEPENDENCY-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
As of 2024 August 27:
As of 2024 Oct 28:

The `npm outdated` command reports some dependencies as outdated. They are not being updated at this time for the reasons given below:

- `@types/node`: don't update until Node 22 is LTS version (currently Node 20).
- `chalk`: major version 5 causes problems for jest. Keep updated to latest 4.x release.
- `diff`: latest version is beta. Wait for stable release.
- `html-minifier-terser` / `@types/html-minifier-terser`: major version 6 changes the functions we use to become async, which would require changing more or less the entirety of SUSHI's export functions to async.
- `junk`: major version 4 is an esmodule.
- `title-case`: major version 4 is an esmodule.
Expand Down
Loading

0 comments on commit d83c0df

Please sign in to comment.