-
Notifications
You must be signed in to change notification settings - Fork 78
Update to Jest 30.0.2 #561
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
base: graphite-base/561
Are you sure you want to change the base?
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
f2c5fe7
to
da7c407
Compare
f0240e7
to
38caf54
Compare
38caf54
to
643f7f9
Compare
da7c407
to
ad0b696
Compare
ad0b696
to
43a069b
Compare
643f7f9
to
81a8e7a
Compare
81a8e7a
to
92b68dc
Compare
43a069b
to
84adb06
Compare
BundleMonUnchanged files (127)
Total files change +12B 0% Final result: ✅ View report in BundleMon website ➡️ |
92b68dc
to
75729f3
Compare
84adb06
to
a4c6918
Compare
Documentation Preview: https://kit-docs-k3qknfc3u-anza-tech.vercel.app |
a4c6918
to
3132d59
Compare
75729f3
to
39d8a3e
Compare
3132d59
to
963ea6a
Compare
39d8a3e
to
aabe662
Compare
963ea6a
to
db0aaaf
Compare
aabe662
to
51c4c5d
Compare
- return value === undefined ? String(undefined) : value; | ||
+ return value === undefined | ||
+ ? String(undefined) | ||
+ : typeof value === 'bigint' | ||
+ ? `${value.toString()}n` | ||
+ : value; |
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.
db0aaaf
to
3c88550
Compare
Problem
Summary of Changes
Fixes #