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

housekeeping: Upgrade tools #261

Merged
merged 3 commits into from
Feb 5, 2024
Merged

housekeeping: Upgrade tools #261

merged 3 commits into from
Feb 5, 2024

Conversation

juliaogris
Copy link
Member

  • Upgrade hermitised tools
  • Check go dependencies (nothing to be done)
  • Upgrade node dependencies
  • Upgrade playwright docker image

HOORAY, all upgraded.

Upgrade tools with hermit, running

	hermit upgrade

Check for new major releases for node, firebase and openjre with

	hermit search --exact <TOOL>

openjre was a hit so upgrade with

	hermit install openjre-18.0.2.1_1
Install npm-check-updates globally with

 	npm install --global npm-check-updates

Then update all package.json files with

 	(cd .hermit/node/; ncu -u; npm install)
 	(cd e2e; ncu -u; npm install)
Manually update playwright docker image version in Makfile by checking the
playwright website for the most recent version.

Link: https://playwright.dev/docs/docker
Copy link
Member

@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 900e965 into main Feb 5, 2024
3 checks passed
@juliaogris juliaogris deleted the upgrade-tools branch February 5, 2024 21:10
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.

2 participants