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

Bumpy Bumps: Bump all dependencies, add CI tests #11

Merged
merged 5 commits into from
Aug 28, 2023
Merged

Conversation

Shadowfiend
Copy link
Contributor

@Shadowfiend Shadowfiend commented Aug 26, 2023

This updates us to use the latest major versions of ESLint, prettier, and TypeScript.

It also re-enables testing, and adds it to CI.

Note that one big and impactful change is the switch to Prettier 3.x, which changes the default value of trailingComma to all. This means that any project that pulls in a release after this PR lands will likely have a lot of updates to function calls that were previously not using trailing commas.

Somewhat less invasive, TypeScript annotations like typeof Thing["key"] are now being formatted as (typeof Thing)["key"].

@pdyraga pdyraga merged commit d1e1b95 into main Aug 28, 2023
1 check passed
@pdyraga pdyraga deleted the bumpy-bumps branch August 28, 2023 15:17
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