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(deps): update dependency sinon to v18 #2112

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sinon (source) ^17.0.1 -> ^18.0.0 age adoption passing confidence

Release Notes

sinonjs/sinon (sinon)

v18.0.0

Compare Source

v17.0.2

Compare Source

  • f6dca0ba
    upgrade packages (#​2595) (Carl-Erik Kopseng)
  • 5025d001
    Avoid return and callArg* clearing each other's state (#​2593) (Carl-Erik Kopseng)
    • Partially revert "fix returns does not override call through (#​2567)"
    • revert to the old manual clearing of props
  • ed068a88
    Bump ip from 1.1.8 to 1.1.9 (#​2587) (dependabot[bot])
  • ec4d592e
    fix #​2589: avoid invoking getter as side-effect (#​2592) (Carl-Erik Kopseng)
  • 9972e1e3
    Fix typo in mocks documentation (#​2591) (Eduardo de la Cruz Palacios)
  • 52e6e4c5
    chore: prefer cache option of setup-node (Morgan Roderick)
  • 08da1235
    Bump actions/cache from 3 to 4 (dependabot[bot])
  • 404ef47e
    Bump nokogiri from 1.14.3 to 1.16.2 (dependabot[bot])
  • fd79612c
    Update Bug_report.md (Carl-Erik Kopseng)
  • 1fbc812a
    Re-add about (Carl-Erik Kopseng)
  • fc8f6c3e
    Fix formatting :clown: (Carl-Erik Kopseng)
  • c57e38ae
    Remove old template (Carl-Erik Kopseng)
  • 754bf7a9
    Update Bug_report.md (Carl-Erik Kopseng)
  • 87eed9d2
    Fix some typos at code comments (#​2581) (EliyahuMachluf)
  • cbae6997
    Link to createStubInstance util.md docs in stubs.md (#​2577) (Daniel Kaplan)
  • adcf936d
    Fix Mocha watch task by delegating to Node (#​2573) (Carl-Erik Kopseng)
  • 30ad2372
    prettier:write (Carl-Erik Kopseng)
  • 45c4d6b9
    Remove outdated info from README (#​2571) (Carl-Erik Kopseng)
  • 6c9f5c2a
    Add a notice that the Fake Timers API doc is incomplete (#​2570) (Carl-Erik Kopseng)
  • 93db3ef3
    breaking: Remove sinon.defaultConfig and related modules (#​2565) (Carl-Erik Kopseng)
    • breaking: Remove sinon.defaultConfig and related modules

    default-config and get-config are leftovers from when Sinon

    shipped with sinon.test (now the independent NPM module

    'sinon-test').

Released by Carl-Erik Kopseng on 2024-05-07.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 0d14198 Previous: f553952 Ratio
noop#napi-rs 85999202 ops/sec (±0.69%) 87064223 ops/sec (±0.09%) 1.01
noop#JavaScript 820922339 ops/sec (±0.17%) 823065202 ops/sec (±0.08%) 1.00
Plus number#napi-rs 19434206 ops/sec (±1.11%) 21098608 ops/sec (±0.5%) 1.09
Plus number#JavaScript 821659032 ops/sec (±0.09%) 821586171 ops/sec (±0.11%) 1.00
Create buffer#napi-rs 648399 ops/sec (±11.72%) 677266 ops/sec (±12.45%) 1.04
Create buffer#JavaScript 3327044 ops/sec (±1.82%) 3342453 ops/sec (±2.78%) 1.00
createArray#createArrayJson 51000 ops/sec (±0.45%) 55159 ops/sec (±0.26%) 1.08
createArray#create array for loop 10294 ops/sec (±0.46%) 10003 ops/sec (±0.59%) 0.97
createArray#create array with serde trait 9814 ops/sec (±0.37%) 10012 ops/sec (±0.46%) 1.02
getArrayFromJs#get array from json string 23823 ops/sec (±0.11%) 23941 ops/sec (±0.61%) 1.00
getArrayFromJs#get array from serde 13048 ops/sec (±0.35%) 13026 ops/sec (±0.42%) 1.00
getArrayFromJs#get array with for loop 16270 ops/sec (±0.49%) 16353 ops/sec (±0.05%) 1.01
Get Set property#Get Set from native#u32 565514 ops/sec (±12.04%) 559318 ops/sec (±13.21%) 0.99
Get Set property#Get Set from JavaScript#u32 555356 ops/sec (±2.09%) 542447 ops/sec (±2.42%) 0.98
Get Set property#Get Set from native#string 567283 ops/sec (±10.63%) 544475 ops/sec (±12.53%) 0.96
Get Set property#Get Set from JavaScript#string 516147 ops/sec (±1.71%) 521800 ops/sec (±2.07%) 1.01
Async task#spawn task 26674 ops/sec (±0.64%) 26775 ops/sec (±0.67%) 1.00
Async task#ThreadSafeFunction 9183 ops/sec (±0.64%) 9284 ops/sec (±0.39%) 1.01
Async task#Tokio future to Promise 34432 ops/sec (±0.78%) 35519 ops/sec (±1.79%) 1.03
Query#query * 100 3560 ops/sec (±1.28%) 3675 ops/sec (±0.35%) 1.03
Query#query * 1 27064 ops/sec (±1.34%) 27185 ops/sec (±1.46%) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

@Brooooooklyn Brooooooklyn merged commit 04da0d9 into main May 16, 2024
47 of 49 checks passed
@Brooooooklyn Brooooooklyn deleted the renovate/sinon-18.x branch May 16, 2024 06:27
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

1 participant