Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update test dependencies (major) #45

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mocha (source) ^10.7.3 -> ^11.1.0 age adoption passing confidence
npm-run-all2 ^6.2.2 -> ^7.0.2 age adoption passing confidence
sinon (source) ^19.0.2 -> ^20.0.0 age adoption passing confidence

Release Notes

mochajs/mocha (mocha)

v11.1.0

Compare Source

🌟 Features

v11.0.2

Compare Source

🩹 Fixes
  • catch exceptions setting Error.stackTraceLimit (#​5254) (259f8f8)
  • error handling for unexpected numeric arguments passed to cli (#​5263) (210d658)
📚 Documentation

v11.0.1

Compare Source

🌟 Features
📚 Documentation

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • adapt new engine range for Mocha 11 (#​5216)
🌟 Features
🩹 Fixes
📚 Documentation

v10.8.2

Compare Source

🩹 Fixes
📚 Documentation
  • indicate 'exports' interface does not work in browsers (#​5181) (14e640e)
🧹 Chores
  • fix docs builds by re-adding eleventy and ignoring gitignore again (#​5240) (881e3b0)
🤖 Automation

v10.8.1

Compare Source

🩹 Fixes

v10.8.0

Compare Source

🌟 Features
🩹 Fixes
📚 Documentation
🧹 Chores
bcomnes/npm-run-all2 (npm-run-all2)

v7.0.2

Compare Source

Merged
  • Upgrade: Bump neostandard from 0.11.9 to 0.12.0 #164
  • Upgrade: Bump codecov/codecov-action from 4 to 5 #161
Commits
  • Raise cross-spawn version floor to ^7.0.6 45a9e19
  • Merge pull request #​163 from bcomnes/dependabot/npm_and_yarn/mocha-11.0.1 285967a
  • Upgrade: Bump mocha from 10.8.2 to 11.0.1 5d1aea5

v7.0.1

Compare Source

Commits
  • Revert engine range bump back to Node 18 b2e849b

v7.0.0

Compare Source

Merged
  • Prevent a throw when looking up undefined results #158
Commits
  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #​156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085

v6.2.6

Compare Source

Commits
  • Prevent a throw when looking up undefined results d928f9a

v6.2.5

Compare Source

v6.2.4

Compare Source

Merged
  • Switch to JS-based which command #154
Fixed
  • Switch to JS-based which command #153

v6.2.3

Compare Source

Commits
  • Merge pull request #​151 from bcomnes/fix-pnpm-agian c43fa2b
  • Avoid passing config fields as flags for pnpm dc2d7da
sinonjs/sinon (sinon)

v20.0.0

Compare Source

  • b6daed26
    chore!: remove usingPromise (Morgan Roderick)

    Everyone should be using native promises by now, or should know how to stub natives

  • 95d4b8fc
    chore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)

    BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API

Released by Morgan Roderick on 2025-03-24.

v19.0.5

Compare Source

  • 67d19ff0
    chore: deprecate usingPromise (#​2651) (Morgan Roderick)
  • 598dddb6
    chore: deprecate useFakeXMLHttpRequest and useFakeServer (Morgan Roderick)

Released by Morgan Roderick on 2025-03-23.

v19.0.4

Compare Source

The release script failed half-way in 19.0.3, so re-releasing.

  • da67311a
    Revert "Add version 19.0.3 to releases" (Carl-Erik Kopseng)
  • 84d5c82a
    Add version 19.0.3 to releases (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2025-03-19.

v19.0.3

Compare Source

Basically just documentation updates

  • 1f1d3706
    Verifying links procedure (Carl-Erik Kopseng)
  • 37623efc
    Catch latest two missing redirects (Carl-Erik Kopseng)
  • 2404a45f
    Ignore ancient deadlinks to Sinon child projects in previous releases (Carl-Erik Kopseng)
  • fba6f877
    Ignore historic links in changelog (Carl-Erik Kopseng)
  • e3950d9b
    Fix external link (Carl-Erik Kopseng)
  • 0be40825
    Fix the missing redirects to the migration guide (Carl-Erik Kopseng)
  • 108fbca0
    Fix internal ../assertions link in source (Carl-Erik Kopseng)
  • bb10e53a
    Fix spy-call reference in source (Carl-Erik Kopseng)
  • ef582e31
    Remove bash-ism from Makefile (use POSIX) (Carl-Erik Kopseng)
  • 7af1d235
    chore: remove .unimportedrc.json (Morgan Roderick)
  • dfcad710
    chore: fix codecov upload (Morgan Roderick)

    We are seeing errors uploading coverage reports to codecov:

    Rate limit reached. Please upload with the Codecov repository upload token to resolve issue
    

    I've added a repository token, as instructed in https://docs.codecov.com/docs/adding-the-codecov-token.

    This changeset should fix the upload issue.

  • 0ca2e49e
    fix: browser-test job fails in ubuntu-latest (Morgan Roderick)
  • e9eb2eb2
    chore: remove unused unused job (Morgan Roderick)

    This crucial part of this workflow was removed in
    278e667, we should have removed the entire job.

  • 278e667e
    chore: remove unimported (Morgan Roderick)

    The repository has been archived. See https://github.com/smeijer/unimported

  • 9e30835b
    npm audit (Morgan Roderick)
  • a74301cf
    chore: remove RunKit (Morgan Roderick)

    This service is dead.

  • 80bc1d96
    Fix out-of-date fake-timers docs (#​2628) (Carl-Erik Kopseng)
    • Fix documentation issue for fake-timers mentioned in #​2625

    The docs were out of sync with the fake-timers docs.

    • Update dependencies before new patch version
  • 527568cc
    Bump rexml from 3.3.7 to 3.3.9 (#​2626) (dependabot[bot])

    Bumps rexml from 3.3.7 to 3.3.9.


    updated-dependencies:

    • dependency-name: rexml

      dependency-type: indirect

    ...

    Signed-off-by: dependabot[bot] support@github.com

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

  • ed029725
    Bump webrick from 1.8.1 to 1.8.2 (#​2623) (dependabot[bot])

    Bumps webrick from 1.8.1 to 1.8.2.


    updated-dependencies:

    • dependency-name: webrick

      dependency-type: indirect

    ...

    Signed-off-by: dependabot[bot] support@github.com

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>

Released by Carl-Erik Kopseng on 2025-03-19.


Configuration

📅 Schedule: Branch creation - "* 5 */14 * *" 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency npm-run-all2 to v7 chore(deps): update test dependencies (major) Jan 1, 2025
@renovate renovate bot force-pushed the renovate/major-tests branch from 404f74e to 6b06a5a Compare January 1, 2025 04:21
@renovate renovate bot force-pushed the renovate/major-tests branch from 6b06a5a to ac5316e Compare February 15, 2025 04:44
@renovate renovate bot force-pushed the renovate/major-tests branch from ac5316e to f3b2854 Compare March 29, 2025 04:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants