Skip to content

Update dependency sinon to v20 #40

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

Open
wants to merge 1 commit into
base: the-one
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sinon (source) ^19.0.0 -> ^20.0.0 age adoption passing confidence

Release Notes

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 - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Mar 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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.

0 participants