Commit a6cb7fb
committed
☝ tools: Upgrade tools and dependencies (#447)
Upgrade tools and dependencies according to docs.
- Upgrade Hermitised Tools: automation only
- Upgrade Go Dependencies: automation only
- Upgrade Frontend Tools: nothing to be done
- Test External URLs: make URL grep command more robust
- Upgrade Playwright: this one was painful
For the playwright upgrade we also upgraded Ubuntu version from jammy to noble.
Many snapshot PNGs had to be updated as well with `make snaps USE_DOCKER=1`.
Changes are barely visible, they seem to relate to pixel level changes.
I tried really hard to get the local runs to work on my Ubuntu 24.04
(noble) system, but something with Webkit is not working as in Docker locally.
I have abandoned trying to fix this for now. Docker and CI end-to-end tests
seem to work reliably.
This merges the following commits:
* hermit: Upgrade tools
* go: Update dependencies
* make: Improve test-urls target
* playwright: Upgrade
Makefile | 4 +--
...base-13.17.0.pkg => .firebase-13.22.0.pkg} | 0
bin/{.gh-2.56.0.pkg => .gh-2.58.0.pkg} | 0
bin/{.go-1.23.1.pkg => .go-1.23.2.pkg} | 0
...leaser-2.3.1.pkg => .goreleaser-2.3.2.pkg} | 0
bin/{.node-22.8.0.pkg => .node-22.9.0.pkg} | 0
bin/corepack | 2 +-
bin/firebase | 2 +-
bin/gh | 2 +-
bin/go | 2 +-
bin/gofmt | 2 +-
bin/goreleaser | 2 +-
bin/node | 2 +-
bin/npm | 2 +-
bin/npx | 2 +-
.../comment-hover-chromium-docker.png | Bin 93302 -> 93311 bytes
.../comment-page-chromium-docker.png | Bin 72179 -> 72187 bytes
.../dialog-chromium-docker.png | Bin 57631 -> 57654 bytes
.../dialog-theme-chromium-docker.png | Bin 62197 -> 62238 bytes
.../expand-0-chromium-docker.png | Bin 93735 -> 93739 bytes
.../expand-1-chromium-docker.png | Bin 93303 -> 93320 bytes
.../no-dialog-chromium-docker.png | Bin 74294 -> 74311 bytes
.../printf-chromium-docker.png | Bin 90526 -> 90835 bytes
.../printf-theme-chromium-docker.png | Bin 86661 -> 86813 bytes
.../start-chromium-docker.png | Bin 74294 -> 74311 bytes
.../start-theme-chromium-docker.png | Bin 71717 -> 71730 bytes
e2e/package-lock.json | 26 +++++++++---------
e2e/package.json | 4 +--
.../modal-chromium-docker.png | Bin 64267 -> 64241 bytes
.../landing-bottom-chromium-docker.png | Bin 22952 -> 22952 bytes
.../landing-top-chromium-docker.png | Bin 27627 -> 24830 bytes
go.mod | 4 +--
go.sum | 8 +++---
learn/go.mod | 6 ++--
learn/go.sum | 8 +++---
35 files changed, 39 insertions(+), 39 deletions(-)
Link: https://docs.evy.dev/development/upgrade.html
Pull-request: #447File tree
35 files changed
+39
-39
lines changed- bin
- e2e
- docs/test.js-snapshots
- play/test.js-snapshots
- test.js-snapshots
- learn
35 files changed
+39
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments