Skip to content

Commit

Permalink
Explain why eslint isn't being updated
Browse files Browse the repository at this point in the history
Other minor updates based on releases in the last few days.
  • Loading branch information
mint-thompson committed Jun 19, 2024
1 parent 33c60c0 commit bd7fd6c
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 97 deletions.
1 change: 1 addition & 0 deletions DEPENDENCY-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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.
Expand Down
169 changes: 76 additions & 93 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@types/jest": "^29.5.12",
"@types/json-diff": "^1.0.3",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/node": "^20.14.6",
"@types/opener": "^1.4.3",
"@types/readline-sync": "^1.4.8",
"@types/sax": "^1.2.7",
"@types/temp": "^0.9.4",
"@types/text-table": "^0.2.5",
"@types/valid-url": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"acorn": "^8.12.0",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
Expand All @@ -81,7 +81,7 @@
"nock": "^13.5.4",
"opener": "^1.5.2",
"prettier": "^3.3.2",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down

0 comments on commit bd7fd6c

Please sign in to comment.