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

chore(dev-deps): upgrade Sinon to v18 #8285

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

hainenber
Copy link

@hainenber hainenber commented Sep 22, 2024

Description

Upgrade dev dep Sinon to v18, rectify path for ESLint script and fix a flaky unit test

Issues Resolved

N/A

Screenshot

N/A

Testing the changes

CI jobs should be green

Changelog

  • skip

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Signed-off-by: hainenber <dotronghai96@gmail.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
…tual one

Signed-off-by: hainenber <dotronghai96@gmail.com>
Copy link
Contributor

❌ Changelog Entry Missing Hyphen

Changelog entries must begin with a hyphen (-).

@github-actions github-actions bot added Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry and removed failed changeset labels Sep 22, 2024
@@ -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:
Copy link
Collaborator

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?

Copy link
Author

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

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.97%. Comparing base (f6924a7) to head (c9f9e77).
Report is 78 commits behind head on main.

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     
Flag Coverage Δ
Linux_1 28.86% <ø> (-1.21%) ⬇️
Linux_2 56.34% <ø> (-2.53%) ⬇️
Linux_3 37.78% <ø> (?)
Linux_4 29.95% <ø> (-1.64%) ⬇️
Windows_1 28.87% <ø> (-1.21%) ⬇️
Windows_2 56.29% <ø> (-2.52%) ⬇️
Windows_3 37.78% <ø> (-2.58%) ⬇️
Windows_4 29.95% <ø> (-1.64%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-time-contributor Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants