-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update most of our dev tools to their latest versions (#756)
I mostly did this to get a new `ubi` version, since that has a fix for an issue that one of our team members encountered. This does _not_ upgrade the following: * `eslint` - would require rewriting our config to a new format * `golangci-lint` - would require fixing a bunch of new issues it found. * `gosec` - also finds new issues, all of which appear to be spurious, but this deserves its own PR with a bit more attention.
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | ||
{ | ||
"devDependencies": { | ||
"eslint": "8.57.0", | ||
"prettier": "3.3.1" | ||
"prettier": "3.4.2" | ||
} | ||
} |