From 3c9c481973b82419be980d8e1984d15f898cf421 Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Tue, 23 Jul 2024 09:01:13 -0400 Subject: [PATCH] Remove eslint from dependency notes --- DEPENDENCY-NOTES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEPENDENCY-NOTES.md b/DEPENDENCY-NOTES.md index 4a053f542..3e656e737 100644 --- a/DEPENDENCY-NOTES.md +++ b/DEPENDENCY-NOTES.md @@ -3,7 +3,6 @@ As of 2024 June 17: The `npm outdated` command reports some dependencies as outdated. They are not being updated at this time for the reasons given below: - `chalk`: major version 5 causes problems for jest. Keep updated to latest 4.x release. -- `eslint`: version 8.57.0 is the newest version supported by `@typescript-eslint` packages. Update this package when the `@typescript-eslint` packages' support is updated. - `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.