Skip to content

Bump sinon from 11.1.2 to 12.0.1

scriptuser requested to merge dependabot-npm_and_yarn-sinon-12.0.1 into master

Bumps sinon from 11.1.2 to 12.0.1.

Changelog

Sourced from sinon's changelog.

12.0.1

  • 3f598221 Fix issue with npm unlink for npm version > 6 (Carl-Erik Kopseng)

    'npm unlink' would implicitly unlink the current dir until version 7, which requires an argument

  • 51417a38 Fix bundling of cjs module (#2412) (Julian Grinblat)
    • Fix bundling of cjs module >
    • Run prettier

Released by Carl-Erik Kopseng on 2021-11-04.

12.0.0

  • b20ef9e4 Upgrade to fake-timers@8 (Carl-Erik Kopseng). This is potentially breaking, but should not be, as the breaking change deals with the Node timer object created by fake timers.
  • eba42cc3 Enable esm named exports (#2382) (Julian Grinblat)
  • b0cf5448 Spelling (#2398) (Josh Soref)
  • e78a6706 Make calledWith() assertions idempotent (#2407) (Joel Bradshaw)
  • 2814c0a2 Generate CHANGES.md using @​studio/changes (Morgan Roderick)

    This will bring us closer to having the same release process as the other @sinonjs packages.

  • 2d5d6ad4 Run tests in Node 16 in GitHub Actions (Morgan Roderick)

Released by Carl-Erik Kopseng on 2021-11-03.

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports