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

Bump sinon from 15.2.0 to 16.0.0 in /build/npm #2404

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps sinon from 15.2.0 to 16.0.0.

Changelog

Sourced from sinon's changelog.

16.0.0

  • c3396058 fix(2525): ensure non empty message when error of type string is passed, but no message (#2544) (Mark de Dios)
  • baa1aee9 .define method (#2539) (Konstantin Gukov)
    • .define method for temporarily defining new properties during the tests
  • fe799e78 Fix issue 2534: spies are not restored (#2535) (Carl-Erik Kopseng)
  • 305fb6cc fix: actaully reset 'injectedKeys' (#2456) (Morgan Roderick)
  • de2635dd Bump LTS version one notch: 20 (#2529) (Carl-Erik Kopseng)

Released by Morgan Roderick on 2023-09-13.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v15.2.0...v16.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 18, 2023
@github-actions
Copy link
Contributor

Benchmark Results

java_simple_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 26% 65580 0:18.79 0
cbb087a 28% 65620 0:14.39 0
30a0c23 30% 65536 0:20.64 0
ec72262 24% 65608 0:18.49 0

java_gradle_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 6% 120660 0:34.02 0
cbb087a 6% 94368 0:36.67 0
30a0c23 6% 123340 0:35.22 0
ec72262 7% 122772 0:31.23 0

java_gradle_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 6% 119700 0:31.42 0
cbb087a 6% 124600 0:29.64 0
30a0c23 6% 121232 0:30.46 0
ec72262 6% 121580 0:32.13 0

java_maven_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 50% 209008 0:24.03 0
cbb087a 41% 201340 0:28.75 0
30a0c23 46% 186872 0:33.25 0
ec72262 52% 202076 0:25.39 0

java_simple_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 20% 67916 0:23.75 0
cbb087a 20% 65780 0:23.02 0
30a0c23 23% 66796 0:23.61 0
ec72262 21% 65776 0:24.41 0

java_gradle_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 5% 121060 0:36.79 0
cbb087a 5% 119308 0:48.68 0
30a0c23 5% 123460 0:42.99 0
ec72262 5% 120592 0:39.06 0

java_maven_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 42% 203644 0:23.39 0
cbb087a 45% 194884 0:22.46 0
30a0c23 46% 198360 0:21.18 0
ec72262 48% 197160 0:24.55 0

java_maven_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 37% 206568 0:42.16 0
cbb087a 37% 199396 0:30.74 0
30a0c23 35% 193528 0:31.80 0
ec72262 37% 195348 0:36.08 0

java_simple_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 26% 66300 0:12.22 0
cbb087a 26% 63600 0:12.15 0
30a0c23 26% 64196 0:20.23 0
ec72262 23% 65576 0:13.48 0

Notes

  • The results above are generated by running against seed projects in https://github.com/getgauge/gauge-benchmark
  • These results are not persisted, but on merging to master the benchmark will be rerun.
  • These benchmark are run in Github Actions' agents, which are virtualized. Results are not to be taken as actual benchmarks.Rather, these are indicative numbers and make sense for comparison.

See Workflow log for more details.

@haroon-sheikh haroon-sheikh enabled auto-merge (squash) September 19, 2023 12:19
@haroon-sheikh haroon-sheikh merged commit a85f843 into master Sep 20, 2023
19 checks passed
@haroon-sheikh haroon-sheikh deleted the dependabot/npm_and_yarn/build/npm/sinon-16.0.0 branch September 20, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

2 participants