-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade tooling according to https://docs.evy.dev/development/upgrade.html Everything went fairly smoothly this time. There were only a few new golangci-lint warning, due to the new linter recvcheck. I had to manually fix those. Playwright update for Docker worked out of the box, the local playwright version is sadly still broken. This merges the following commits: * hermit: Upgrade tools * go: Update dependencies * node: Upgrade tools * playwright: Upgrade .golangci.yaml | 2 - .hermit/node/package-lock.json | 148 +++++++++--------- .hermit/node/package.json | 2 +- Makefile | 2 +- ...base-13.22.0.pkg => .firebase-13.25.0.pkg} | 0 bin/{.gh-2.58.0.pkg => .gh-2.61.0.pkg} | 0 bin/{.go-1.23.2.pkg => .go-1.23.3.pkg} | 0 ...t-1.61.0.pkg => .golangci-lint-1.62.0.pkg} | 0 ...leaser-2.3.2.pkg => .goreleaser-2.4.4.pkg} | 0 bin/{.node-22.9.0.pkg => .node-22.11.0.pkg} | 0 bin/{.shfmt-3.9.0.pkg => .shfmt-3.10.0.pkg} | 0 ...{.tinygo-0.33.0.pkg => .tinygo-0.34.0.pkg} | 0 bin/corepack | 2 +- bin/firebase | 2 +- bin/gh | 2 +- bin/go | 2 +- bin/gofmt | 2 +- bin/golangci-lint | 2 +- bin/goreleaser | 2 +- bin/node | 2 +- bin/npm | 2 +- bin/npx | 2 +- bin/shfmt | 2 +- bin/tinygo | 2 +- e2e/package-lock.json | 26 +-- e2e/package.json | 4 +- go.mod | 6 +- go.sum | 16 +- learn/go.mod | 8 +- learn/go.sum | 16 +- learn/pkg/learn/frontmatter.go | 16 +- pkg/evaluator/evaluator.go | 2 +- 32 files changed, 132 insertions(+), 140 deletions(-) Pull-request: #454
- Loading branch information
Showing
32 changed files
with
132 additions
and
140 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,7 +1,7 @@ | ||
{ | ||
"devDependencies": { | ||
"prettier": "^3.3.3", | ||
"stylelint": "^16.9.0", | ||
"stylelint": "^16.10.0", | ||
"stylelint-config-standard": "^36.0.1" | ||
} | ||
} |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 +1 @@ | ||
.node-22.9.0.pkg | ||
.node-22.11.0.pkg |
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 +1 @@ | ||
.firebase-13.22.0.pkg | ||
.firebase-13.25.0.pkg |
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 +1 @@ | ||
.gh-2.58.0.pkg | ||
.gh-2.61.0.pkg |
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 +1 @@ | ||
.go-1.23.2.pkg | ||
.go-1.23.3.pkg |
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 +1 @@ | ||
.go-1.23.2.pkg | ||
.go-1.23.3.pkg |
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 +1 @@ | ||
.golangci-lint-1.61.0.pkg | ||
.golangci-lint-1.62.0.pkg |
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 +1 @@ | ||
.goreleaser-2.3.2.pkg | ||
.goreleaser-2.4.4.pkg |
Oops, something went wrong.