Skip to content

Commit 1acce60

Browse files
committed
☝️ tools: Upgrade (#459)
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. This merges the following commits: * tools: Upgrade hermitised tools * node: Upgrade tooling * tools: Upgrade Playwright .hermit/node/package-lock.json | 195 ++++++++---------- .hermit/node/package.json | 4 +- Makefile | 2 +- ...base-13.25.0.pkg => .firebase-13.29.1.pkg} | 0 bin/{.gh-2.61.0.pkg => .gh-2.63.2.pkg} | 0 bin/{.go-1.23.3.pkg => .go-1.23.4.pkg} | 0 ...t-1.62.0.pkg => .golangci-lint-1.62.2.pkg} | 0 ...leaser-2.4.4.pkg => .goreleaser-2.5.0.pkg} | 0 bin/{.node-22.11.0.pkg => .node-22.12.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 +- .../comment-hover-ios-docker.png | Bin 32347 -> 52152 bytes .../comment-page-ios-docker.png | Bin 22732 -> 33290 bytes .../test.js-snapshots/expand-0-ios-docker.png | Bin 30321 -> 52209 bytes .../test.js-snapshots/expand-1-ios-docker.png | Bin 31574 -> 52173 bytes .../test.js-snapshots/printf-ios-docker.png | Bin 40450 -> 73996 bytes .../test.js-snapshots/sidebar-ios-docker.png | Bin 20539 -> 28964 bytes .../test.js-snapshots/start-ios-docker.png | Bin 49463 -> 78726 bytes e2e/package-lock.json | 26 +-- e2e/package.json | 4 +- .../about-dialog-ios-docker.png | Bin 33572 -> 49331 bytes .../console-output-ios-docker.png | Bin 14475 -> 15293 bytes .../test.js-snapshots/modal-ios-docker.png | Bin 43982 -> 52656 bytes .../no-dialog-chromium-docker.png | Bin 29491 -> 29669 bytes .../no-dialog-ios-docker.png | Bin 21357 -> 27926 bytes .../no-sidebar-ios-docker.png | Bin 21357 -> 27926 bytes .../read-input-chromium-docker.png | Bin 25043 -> 25003 bytes .../read-input-ios-docker.png | Bin 16756 -> 20988 bytes .../test.js-snapshots/sidebar-ios-docker.png | Bin 17099 -> 19429 bytes .../landing-top-ios-docker.png | Bin 14986 -> 15768 bytes .../playground-chromium-docker.png | Bin 29490 -> 29669 bytes .../playground-ios-docker.png | Bin 21357 -> 27926 bytes 40 files changed, 118 insertions(+), 133 deletions(-) docs: https://github.com/evylang/evy/blob/5b196cbe154c60d68b2c2deffa41e118985ffba9/docs/development/upgrade.md Pull-request: #459
2 parents 5b196cb + edb6d80 commit 1acce60

40 files changed

+118
-133
lines changed

.hermit/node/package-lock.json

Lines changed: 90 additions & 105 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": {
3-
"prettier": "^3.3.3",
4-
"stylelint": "^16.10.0",
3+
"prettier": "^3.4.2",
4+
"stylelint": "^16.12.0",
55
"stylelint-config-standard": "^36.0.1"
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.48.2-jammy
235+
PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.49.1-jammy
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.

bin/corepack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.node-22.11.0.pkg
1+
.node-22.12.0.pkg

0 commit comments

Comments
 (0)