hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
38.83k stars 4.75k forks source link

chore: bump sinon from 15.2.0 to 16.1.1 #5318

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps sinon from 15.2.0 to 16.1.1.

Changelog

Sourced from sinon's changelog.

16.1.1

  • ff0e993d Showcase #replace.usingAccessor for DI in the typescript case study (#2556) (Carl-Erik Kopseng)
  • c47a4bee Bump @​babel/traverse from 7.22.5 to 7.23.2 (#2555) (dependabot[bot])

    Co-authored-by: dependabot[bot]

Released by Carl-Erik Kopseng on 2023-10-18.

16.1.0

  • cac5184b Enable use of assignment in the presence of accessors (#2538) (Carl-Erik Kopseng)
  • f8c20e54 New article: making Sinon work with complex setups (#2540) (Carl-Erik Kopseng)

    Co-authored-by: Morgan Roderick morgan@roderick.dk >

  • cb5b9621 Add NPM script 'dev-docs' and document its usage (Carl-Erik Kopseng)
  • dd7c6091 Add a little update to contributing (Carl-Erik Kopseng)
  • 79acdf38 Move tool versions into single file at root (Carl-Erik Kopseng)
  • 03b1db50 Expose Changelog page (#2550) (Carl-Erik Kopseng)
  • e1c3dad2 Add section on tooling and recommend using ASDF for tool versioning (#2547) (Carl-Erik Kopseng) Released by Carl-Erik Kopseng on 2023-10-05.

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
  • 6c28d07 16.1.1
  • ff0e993 Showcase #replace.usingAccessor for DI in the typescript case study (#2556)
  • c47a4be Bump @​babel/traverse from 7.22.5 to 7.23.2 (#2555)
  • f0d250b Add TOC feature to articles (#2554)
  • 737736f 16.1.0
  • cac5184 Enable use of assignment in the presence of accessors (#2538)
  • f8c20e5 New article: making Sinon work with complex setups (#2540)
  • cb5b962 Add NPM script 'dev-docs' and document its usage
  • dd7c609 Add a little update to contributing
  • 79acdf3 Move tool versions into single file at root
  • Additional commits viewable in compare view


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 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)
github-actions[bot] commented 8 months ago

How to test

git clone -b dependabot/npm_and_yarn/sinon-16.1.1 https://github.com/hexojs/hexo.git
cd hexo
npm install
npm test
coveralls commented 8 months ago

Coverage Status

coverage: 98.687%. remained the same when pulling 89562abea749056a71c643c335230fe0564a0acb on dependabot/npm_and_yarn/sinon-16.1.1 into ad056527cee2c55fa961cc84a56f44ea55404c63 on master.

dependabot[bot] commented 8 months ago

Superseded by #5322.