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

Un-pin @sinonjs/fake-timers #2495

Merged
merged 1 commit into from Mar 12, 2023
Merged

Un-pin @sinonjs/fake-timers #2495

merged 1 commit into from Mar 12, 2023

Conversation

elwayman02
Copy link
Contributor

@elwayman02 elwayman02 commented Mar 10, 2023

Purpose (TL;DR)

The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range, pinning it to a single version: aa493da

Un-pinning the version will allow sinon and its consumers to automatically pick up new in-range versions of @sinonjs/fake-timers as they're released in the future.

How to verify

  1. Check out this branch
  2. npm install
  3. Latest version of @sinonjs/fake-timers should still be installed

Checklist for author

  • npm run lint passes

The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range, pinning it to a single version: aa493da

Un-pinning the version will allow sinon and its consumers to automatically pick up new in-range versions of @sinonjs/fake-timers as they're released in the future.
@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (45be60f) 95.95% compared to head (e4150a3) 95.95%.

❗ Current head e4150a3 differs from pull request most recent head ad8b46e. Consider uploading reports for the commit ad8b46e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2495   +/-   ##
=======================================
  Coverage   95.95%   95.95%           
=======================================
  Files          38       38           
  Lines        1878     1878           
=======================================
  Hits         1802     1802           
  Misses         76       76           
Flag Coverage Δ
unit 95.95% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fatso83 fatso83 merged commit e01275b into sinonjs:main Mar 12, 2023
8 checks passed
@fatso83
Copy link
Contributor

fatso83 commented Mar 12, 2023

Ooh, thanks for picking that up!

fatso83 pushed a commit that referenced this pull request Mar 12, 2023
The commit upgrading from v9 to v10 appears to have accidentally dropped the caret from the version range, pinning it to a single version: aa493da

Un-pinning the version will allow sinon and its consumers to automatically pick up new in-range versions of @sinonjs/fake-timers as they're released in the future.
@fatso83
Copy link
Contributor

fatso83 commented Mar 12, 2023

published as sinon 15.0.2

@elwayman02 elwayman02 deleted the fake-timers-caret branch March 13, 2023 20:03
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.

None yet

2 participants