Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node: Upgrade node tooling #348

Merged
merged 1 commit into from
May 18, 2024
Merged

node: Upgrade node tooling #348

merged 1 commit into from
May 18, 2024

Conversation

juliaogris
Copy link
Member

Upgrade node tooling

(cd .hermit/node/; ncu -u; npm install)
(cd e2e; ncu -u; npm install)

Manually upgrade playwright docker image use in Makefile to v1.44.0 align with
CLI tooling.

Several new rendering issues showed in the new version, which could eventually
be traced down to an incorrect CSS main wrapper height value of 10% combined
with display flex. The available space is 100% - topnav-height. After this
CSS fix all tests started passing again without updates. Phew.

Upgrade node tooling

    (cd .hermit/node/; ncu -u; npm install)
    (cd e2e; ncu -u; npm install)

Manually upgrade playwright docker image use in Makefile to v1.44.0 align with
CLI tooling.

Several new rendering issues showed in the new version, which could eventually
be traced down to an incorrect CSS main wrapper height value of 10% combined
with display flex. The available space is 100% - topnav-height. After this
CSS fix all tests started passing again without updates. Phew.
Copy link
Contributor

@camh- camh- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥗

@juliaogris juliaogris merged commit 6dd8df0 into main May 18, 2024
3 checks passed
@juliaogris juliaogris deleted the upgrade-node-tools branch May 18, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants