Skip to content

Upgrade packages and add Prettier #39

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

Merged
merged 3 commits into from
Mar 12, 2025
Merged

Upgrade packages and add Prettier #39

merged 3 commits into from
Mar 12, 2025

Conversation

robyoder
Copy link
Collaborator

@robyoder robyoder commented Dec 12, 2023

I upgraded as many packages as I could without causing issues I couldn't fix. We'll probably want to switch from Mocha to Jest if we keep this package around much longer.

I also added Prettier, including to the build-and-test GitHub action, then added a commit that formats everything. You can see below that the action failed when it was added and passed when the formatting commit was added.

Because the formatting is a large diff that doesn't need to be reviewed, I recommend reviewing this PR one commit at a time.

I upgraded as many packages as I could without causing issues I couldn't fix. We'll probably want to switch from Mocha to Jest if we keep this package around much longer.
@robyoder robyoder changed the title Draft: Upgrade TS packages Upgrade packages Mar 11, 2025
Everyone uses Prettier now and the only setting we tweak is to use tabs. The actual formatting will be in the next commit. This one should fail the updated CI script.
Self-explanatory, ran `npm run prettier`
@robyoder robyoder changed the title Upgrade packages Upgrade packages and add Prettier Mar 11, 2025
@savannidgerinel
Copy link
Collaborator

I'm good with these changes.

@robyoder robyoder merged commit 8a9270a into master Mar 12, 2025
1 check passed
@robyoder robyoder deleted the ry/upgrades branch March 12, 2025 16:30
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.

Upgrade dependencies Add Prettier v3 and PR check
3 participants