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

tools: Upgrade #443

Merged
merged 4 commits into from
Sep 17, 2024
Merged

tools: Upgrade #443

merged 4 commits into from
Sep 17, 2024

Conversation

juliaogris
Copy link
Member

Our regular housekeeping task: upgrade all the tools. Firebase and node are now
more insistent with their nag-ware to upgrade, even using color. What can I
say. It works. This time was relatively easy, no manual intervention require.

I followed the docs at to a tea, and it all worked fine.

Link: https://docs.evy.dev/development/upgrade.html

Upgrade hermitised tools to the latest versions with:

	hermit upgrade

I manually check _all_ tools for major version updates, with

	hermit search --exact <TOOL>

None to be found.
Upgrade all go dependencies with

	go get -u ./...
	go mod tidy
	go get -C learn -u ./...
	go mod -C learn tidy

This is a relatively mechanical housekeeping commit.
Upgrade node tools such as stylelint and prettier with:

	npx --prefix .hermit/node -y npm-check-updates --packageFile .hermit/node/package.json -u
	npm --prefix .hermit/node install
Upgrade end-to-end testing tool playwright to the latest version 1.47.1.
It is installed locally with npm and used on CI via docker image:

Form npm upgrade run:

	npx --prefix e2e -y npm-check-updates --packageFile e2e/package.json -u
	npm --prefix e2e install
	npx --prefix e2e playwright install

For Makefile upgrade manually update OCI image line.
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 a021456 into main Sep 17, 2024
4 checks passed
@juliaogris juliaogris deleted the upgrade-tools branch September 17, 2024 00:19
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