-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies Packages that remain out of date are explained in dependency notes. * update date in dependency notes * update CI workflow to use only node version 20 Node version 20 is the version listed in the tool-versions, and several dependencies require 20 as the minimum version.
- Loading branch information
1 parent
2eeffc6
commit 7cd91e7
Showing
4 changed files
with
337 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
As of 2024 Sept 4: | ||
As of 2024 October 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). | ||
- `chai`: Chai v5 is an esmodule. | ||
- `chai`, `@types/chai`: Chai v5 is an esmodule. |
Oops, something went wrong.