Commit aed932e
committed
☝ tools: Upgrade (#454)
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: #454File tree
32 files changed
+132
-140
lines changed- .hermit/node
- bin
- e2e
- learn
- pkg/learn
- pkg/evaluator
32 files changed
+132
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments