-
Notifications
You must be signed in to change notification settings - Fork 31
chore(deps): update dependency sinon to v15 #237
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
960a8e4 to
cb7380b
Compare
Codecov Report
@@ Coverage Diff @@
## main #237 +/- ##
=======================================
Coverage 41.94% 41.94%
=======================================
Files 14 14
Lines 2093 2093
Branches 42 42
=======================================
Hits 878 878
Misses 1197 1197
Partials 18 18 |
aabmass
approved these changes
Jul 20, 2023
cb7380b to
6876004
Compare
auto-merge was automatically disabled
July 20, 2023 19:10
Head branch was pushed to by a user without write access
6876004 to
bcd700d
Compare
bcd700d to
c43dd46
Compare
auto-merge was automatically disabled
July 20, 2023 19:35
Head branch was pushed to by a user without write access
c43dd46 to
532e961
Compare
aabmass
pushed a commit
to aabmass/pprof-nodejs
that referenced
this pull request
Jul 21, 2023
aabmass
pushed a commit
to aabmass/pprof-nodejs
that referenced
this pull request
Jul 21, 2023
aabmass
pushed a commit
to aabmass/pprof-nodejs
that referenced
this pull request
Jul 21, 2023
aabmass
added a commit
that referenced
this pull request
Jul 21, 2023
* chore(deps): update golang docker tag to v1.17 (#182) * test: change base Debian image from Debian 9 to Debian 11 to include a supported Python3 version for node-gyp (#187) * fix(deps): update dependency protobufjs to ~7.2.0 [security] (#254) * fix(deps): update dependency protobufjs to ~7.2.0 [security] * Pull in protobufjs-cli tools (pbjs and pbts) and regen proto stubs * Explicitly upgrade protobufjs past vulnerability, regenerate package-lock.json --------- Co-authored-by: Aaron Abbott <aaronabbott@google.com> * Update package-lock so there are no prod vulnerabilities * chore(deps): update dependency sinon to v15 (#237) * npm run fix with new package-lock.json * chore: remove testing in windows from workflow (#202) * Fix system test to use older npm for compat * test: bump debian version in system test (#251) * test: specify python3 when building docker image (#192) * Use alpine version with python < 3.11 --------- Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Garrett Wang <garrettwang@google.com> Co-authored-by: Amarin (Um) Phaosawasdi <amchiclet@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^14.0.0->^15.0.0Release Notes
sinonjs/sinon (sinon)
v15.2.0Compare Source
66b0081eUse fake-timers v10.1.0 re-released as v10.3.0 (Carl-Erik Kopseng)
a79ccaebSupport callable instances (#2517) (bojavou)
d220c995fix: bundling compatibility with webpack@5 (#2519) (Avi Vahl)
Released by Carl-Erik Kopseng on 2023-06-20.
v15.1.2Compare Source
02b73aedUpdate lock file after removing node_modules ... (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2023-06-12.
v15.1.1Compare Source
194fc2efChange fake-timers version to specifically target the one containing the 'jump' feature (Carl-Erik Kopseng)
05f05ac3docs: Remove threw(obj) from docs (#2513) (Morgan Roderick)
Released by Carl-Erik Kopseng on 2023-06-12.
v15.1.0Compare Source
79e719f2Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
b2a4df5aAdd docs for clock.jump method (#2512) (Jason O'Neill)
f096abfffix (#2514): only force new or inherited descriptors to be configurable (#2515) (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2023-05-18.
v15.0.4Compare Source
e9042c4fHandling non-configurable object descriptors on the prototype (#2508) (Carl-Erik Kopseng)
430c9a60Remove uses of
var(#2506) (Carl-Erik Kopseng)Released by Carl-Erik Kopseng on 2023-04-20.
v15.0.3Compare Source
b775f1b4Avoid tampering with globals and other modules' exports in tests (#2504) (Carl-Erik Kopseng)
477064b6fix: make it possible to call through to underlying stub in stub instance (#2503) (Carl-Erik Kopseng)
6e19746eRemove dead Travis and Gitter references (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2023-03-26.
v15.0.2Compare Source
19bd99f3Use no-op for every function when restoring instances (#2499) (Carl-Erik Kopseng)
8663ffa0Upgrade deps (#2498) (Carl-Erik Kopseng)
e01275bbUn-pin @sinonjs/fake-timers (#2495) (Jordan Hawker)
6cbde9b0fix throws().callsFake() precedence (#2497) (Eduardo Diaz)
45be60f3Replace probot/stale with official stale action (Morgan Roderick)
Released by Carl-Erik Kopseng on 2023-03-12.
v15.0.1Compare Source
aa493da4Upgrade to fake-timers v10.0.2 (Carl-Erik Kopseng)
b3ee0aa5Use Node version 18 in Runkit examples (Carl-Erik Kopseng)
Released by Carl-Erik Kopseng on 2022-12-15.
v15.0.0Compare Source
b75fbfa9Fix 2448: remove custom formatter (Morgan Roderick)
Released by Morgan Roderick on 2022-11-28.
v14.0.2Compare Source
4d70f6e0Upgrade nise to latest (Morgan Roderick)
96a0d756Update @sinonjs/samsam to latest (Morgan Roderick)
babb4736Prefer @sinonjs/commons@2 (Morgan Roderick)
Released by Morgan Roderick on 2022-11-07.
v14.0.1Compare Source
6c4753efFixed CSS selectors in
_base.scssand changed blockquote default size to 16px. (Jose Lupianez)Released by Carl-Erik Kopseng on 2022-10-03.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.