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

Update test dependencies #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update test dependencies #96

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/chai (source) ^4.3.5 -> ^4.3.16 age adoption passing confidence
@types/chai-as-promised (source) ^7.1.5 -> ^7.1.8 age adoption passing confidence
@types/mocha (source) ^10.0.1 -> ^10.0.7 age adoption passing confidence
@types/sinon (source) ^10.0.15 -> ^10.0.20 age adoption passing confidence
@types/sinon-chai (source) ^3.2.9 -> ^3.2.12 age adoption passing confidence
c8 ^8.0.0 -> ^8.0.1 age adoption passing confidence
chai (source) ^4.3.7 -> ^4.4.1 age adoption passing confidence
chai-as-promised ^7.1.1 -> ^7.1.2 age adoption passing confidence
mocha (source) ^10.2.0 -> ^10.6.0 age adoption passing confidence
npm-run-all2 ^6.0.5 -> ^6.2.2 age adoption passing confidence
sinon (source) ^15.1.2 -> ^15.2.0 age adoption passing confidence

Release Notes

bcoe/c8 (c8)

v8.0.1

Compare Source

Bug Fixes
chaijs/chai (chai)

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

chaijs/chai-as-promised (chai-as-promised)

v7.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.1...v7.1.2

mochajs/mocha (mocha)

v10.6.0

Compare Source

🎉 Enhancements

v10.5.2

Compare Source

🐛 Fixes

v10.5.1

Compare Source

🐛 Fixes

v10.5.0

Compare Source

🎉 Enhancements
🐛 Fixes
🔩 Other

v10.4.0

Compare Source

🎉 Enhancements
🐛 Fixes
🔩 Other

v10.3.0

Compare Source

This is a stable release equivalent to 10.30.0-prerelease.

bcomnes/npm-run-all2 (npm-run-all2)

v6.2.2

Compare Source

Commits
  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Compare Source

Merged
  • Compatibility: npm, yarn and pnpm run scripts #143
  • Use neostandard + add more static code analysis #142
  • Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
  • Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131

v6.1.2

Compare Source

Merged
  • feat: move to read-package-json-fast #130
  • Upgrade: Bump c8 from 8.0.1 to 9.0.0 #127
  • Upgrade: Bump github/codeql-action from 2 to 3 #126
  • Upgrade: Bump actions/setup-node from 3 to 4 #123
Commits
  • Publish the whole project 3dde20c
  • Utilize CJS require for 'read-package-json-fast' 605ca15
  • Update FUNDING.yml c838ee9

v6.1.1

Compare Source

Commits

v6.1.0

Compare Source

Merged
  • Upgrade: Bump actions/checkout from 3 to 4 #119
Commits

v6.0.6

Compare Source

Merged
  • Update all esm only packages #114
  • Upgrade: Bump c8 from 7.14.0 to 8.0.0 #111
  • Delete .nycrc #109
  • Update CodeQL workflow #110
Commits
sinonjs/sinon (sinon)

v15.2.0

Compare Source

  • 66b0081e
    Use fake-timers v10.1.0 re-released as v10.3.0 (Carl-Erik Kopseng)

    Version 10.2.0 of fake-timers had an unexpected breaking
    change. We re-released 10.1.0 as 10.3.0 to force users
    into jumping over the deprecated version.

    v10.2.0 was re-released as v11.0.0 and will be part of
    the next Sinon major

  • a79ccaeb
    Support callable instances (#​2517) (bojavou)
    • Support callable instances

    • Clean prettier lint


    Co-authored-by: - <->

  • d220c995
    fix: bundling compatibility with webpack@5 (#​2519) (Avi Vahl)
    • fix: bundling compatibility with webpack@5

    when using webpack v5 to bundle code that calls require('sinon') (cjs) , it would have defaulted to "exports->require" and fail with multiple node-api requirements (util, timers, etc.)

    this patch ensures that anyone who bundles sinon for browser gets the (browser-compatible) esm version.

    tested on both webpack v5 and v4. should be noted that v4 worked even without this patch, as it automatically injected polyfills. v5 no longer does so. with this PR, people using webpack@4 to bundle sinon at least see size improvement, as the polyfills are no longer required.

    • fix: revert change for package.json -> "browser"

    browserify doesn't seem to like esm. leave that entry point alone, and ensure "exports" -> "browser" (which webpack@5 uses) is esm.

Released by Carl-Erik Kopseng on 2023-06-20.


Configuration

📅 Schedule: Branch creation - "every 2 weeks" in timezone Europe/Stockholm, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot changed the title Update dependency sinon to ^15.1.2 Update dependency sinon to ^15.1.2 - autoclosed Jun 15, 2023
@renovate renovate bot closed this Jun 15, 2023
@renovate renovate bot deleted the renovate/tests branch June 15, 2023 09:22
@renovate renovate bot changed the title Update dependency sinon to ^15.1.2 - autoclosed Update dependency sinon to ^15.1.2 Jun 20, 2023
@renovate renovate bot reopened this Jun 20, 2023
@renovate renovate bot restored the renovate/tests branch June 20, 2023 15:33
@renovate renovate bot changed the title Update dependency sinon to ^15.1.2 Update dependency sinon to ^15.2.0 Jun 22, 2023
@renovate renovate bot changed the title Update dependency sinon to ^15.2.0 Update test dependencies Jul 6, 2023
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from cbdae85 to 094b3fe Compare August 1, 2023 10:07
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from 4919de8 to 99c6774 Compare October 16, 2023 22:08
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from e9b3d31 to 5c6f90f Compare November 21, 2023 01:05
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from dadccaf to 45fc61c Compare November 28, 2023 00:24
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from b5e3a51 to 5d0c069 Compare January 16, 2024 00:41
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from caf8229 to b3127ac Compare April 1, 2024 22:22
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from d77cd9e to 8013381 Compare May 13, 2024 22:01
@renovate renovate bot force-pushed the renovate/tests branch 3 times, most recently from 8a9e83d to d609bac Compare July 1, 2024 22:30
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

0 participants