-
Notifications
You must be signed in to change notification settings - Fork 893
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(dev-deps): upgrade Sinon to v18 #8285
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: hainenber <dotronghai96@gmail.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
…tual one Signed-off-by: hainenber <dotronghai96@gmail.com>
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
@@ -15981,7 +15988,7 @@ string-similarity@^4.0.1: | |||
resolved "https://registry.yarnpkg.com/string-similarity/-/string-similarity-4.0.4.tgz#42d01ab0b34660ea8a018da8f56a3309bb8b2a5b" | |||
integrity sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ== | |||
|
|||
"string-width-cjs@npm:string-width@^4.2.0": | |||
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
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.
Can you plz undo these unrelated changes?
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.
I tried to revert these but it got restored after running yarn
I'm using Node v18 and Yarn v1.22.21, btw
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8285 +/- ##
==========================================
- Coverage 64.14% 60.97% -3.17%
==========================================
Files 3743 3743
Lines 88833 88833
Branches 13852 13852
==========================================
- Hits 56979 54170 -2809
- Misses 31239 31309 +70
- Partials 615 3354 +2739
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Upgrade dev dep
Sinon
to v18, rectify path for ESLint script and fix a flaky unit testIssues Resolved
N/A
Screenshot
N/A
Testing the changes
CI jobs should be green
Changelog
Check List
yarn test:jest
yarn test:jest_integration