Skip to content

Commit a087a81

Browse files
committed
☝️ tools: Upgrade (#461)
Upgrade hermitised and node tools according to docs. It all went smoothly apart from Playwright which required a bunch of snapshot updates again and is still not working properly with local Node run on Linux :(. This merges the following commits: * tools: Upgrade hermitised tools * node: Upgrade tooling * go: Upgrade dependencies * tools: Upgrade Playwright .hermit/node/package-lock.json | 217 ++++++++++++------ .hermit/node/package.json | 4 +- Makefile | 2 +- ...base-13.29.1.pkg => .firebase-13.29.2.pkg} | 0 bin/{.gh-2.63.2.pkg => .gh-2.65.0.pkg} | 0 bin/{.go-1.23.4.pkg => .go-1.23.5.pkg} | 0 ...t-1.62.2.pkg => .golangci-lint-1.63.4.pkg} | 0 ...leaser-2.5.0.pkg => .goreleaser-2.6.1.pkg} | 0 bin/{.node-22.12.0.pkg => .node-22.13.1.pkg} | 0 ...{.tinygo-0.34.0.pkg => .tinygo-0.35.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/tinygo | 2 +- .../comment-hover-chromium-docker.png | Bin 93311 -> 95295 bytes .../comment-page-chromium-docker.png | Bin 72187 -> 73169 bytes .../dialog-chromium-docker.png | Bin 57654 -> 60131 bytes .../dialog-theme-chromium-docker.png | Bin 62238 -> 62914 bytes .../expand-0-chromium-docker.png | Bin 93739 -> 95705 bytes .../expand-1-chromium-docker.png | Bin 93320 -> 95238 bytes .../no-dialog-chromium-docker.png | Bin 74311 -> 76511 bytes .../printf-chromium-docker.png | Bin 90835 -> 93313 bytes .../printf-theme-chromium-docker.png | Bin 86813 -> 84794 bytes .../start-chromium-docker.png | Bin 74311 -> 76511 bytes .../start-theme-chromium-docker.png | Bin 71730 -> 69995 bytes e2e/package-lock.json | 26 +-- e2e/package.json | 4 +- .../console-output-chromium-docker.png | Bin 35250 -> 36450 bytes .../modal-chromium-docker.png | Bin 68541 -> 73457 bytes .../no-dialog-chromium-docker.png | Bin 29669 -> 30938 bytes .../no-sidebar-chromium-docker.png | Bin 29493 -> 30938 bytes .../read-input-chromium-docker.png | Bin 25003 -> 25944 bytes .../sidebar-chromium-docker.png | Bin 23082 -> 23673 bytes .../landing-top-chromium-docker.png | Bin 24830 -> 25155 bytes .../playground-chromium-docker.png | Bin 29669 -> 30927 bytes go.mod | 8 +- go.sum | 16 +- learn/go.mod | 10 +- learn/go.sum | 16 +- 46 files changed, 204 insertions(+), 121 deletions(-) docs: https://github.com/evylang/evy/blob/5b196cbe154c60d68b2c2deffa41e118985ffba9/docs/development/upgrade.md Pull-request: #461
2 parents 41778ce + 4158642 commit a087a81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+204
-121
lines changed

.hermit/node/package-lock.json

Lines changed: 150 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.hermit/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"prettier": "^3.4.2",
4-
"stylelint": "^16.12.0",
5-
"stylelint-config-standard": "^36.0.1"
4+
"stylelint": "^16.14.1",
5+
"stylelint-config-standard": "^37.0.0"
66
}
77
}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ define PLAYWRIGHT_CMD_LOCAL
232232
npx --prefix e2e playwright test --config e2e $(PLAYWRIGHT_ARGS)
233233
endef
234234

235-
PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.49.1-jammy
235+
PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.50.0-noble
236236
PLAYWRIGHT_CMD_DOCKER = docker run --rm \
237237
--volume $$(pwd):/work/ -w /work/ \
238238
--user $(shell id -u):$(shell id -g) \
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)