-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: update dev dependencies #860
Conversation
🦋 Changeset detectedLatest commit: 411bff4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +2.26 kB (+2%) Total Size: 151 kB
ℹ️ View Unchanged
|
functions: 70, | ||
branches: 70, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems our CI checks have not been set to required for some time, allowing coverage to fall. I will remedy that and we can bump this up again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof 🫠 ... if you have a sense for which coverage would be most valuable, I'd be happy to help write tests.
@@ -16,7 +16,7 @@ | |||
"moduleResolution": "node", | |||
"allowSyntheticDefaultImports": true, | |||
"forceConsistentCasingInFileNames": true, | |||
"importsNotUsedAsValues": "error", | |||
"verbatimModuleSyntax": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
importsNotUsedAsValues has been deprecated
Summary
Vite
andTypeScript
.Storybook
to latest stable versionTesting approaches
CI passes and local dev works as expected