Skip to content

Commit

Permalink
☝ tools: Upgrade (#454)
Browse files Browse the repository at this point in the history
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
juliaogris committed Nov 18, 2024
2 parents 6ab3696 + 4d4ca8f commit aed932e
Show file tree
Hide file tree
Showing 32 changed files with 132 additions and 140 deletions.
2 changes: 0 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ linters:
- depguard
- dupword
- dupl
- execinquery
- exhaustive
- exhaustruct
- exportloopref
Expand All @@ -36,7 +35,6 @@ linters:
- goconst
- gocyclo
- godox
- gomnd
- gomoddirectives
- inamedparam
- interfacebloat
Expand Down
148 changes: 71 additions & 77 deletions .hermit/node/package-lock.json

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

2 changes: 1 addition & 1 deletion .hermit/node/package.json
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"
}
}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ define PLAYWRIGHT_CMD_LOCAL
npx --prefix e2e playwright test --config e2e $(PLAYWRIGHT_ARGS)
endef

PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.48.0-jammy
PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.48.2-jammy
PLAYWRIGHT_CMD_DOCKER = docker run --rm \
--volume $$(pwd):/work/ -w /work/ \
--user $(shell id -u):$(shell id -g) \
Expand Down
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.
2 changes: 1 addition & 1 deletion bin/corepack
2 changes: 1 addition & 1 deletion bin/firebase
2 changes: 1 addition & 1 deletion bin/gh
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/golangci-lint
2 changes: 1 addition & 1 deletion bin/goreleaser
Loading

0 comments on commit aed932e

Please sign in to comment.