Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2022

Bumps sinon from 5.0.7 to 5.0.10.

Changelog

Sourced from sinon's changelog.


layout: default title: Changelog permalink: /releases/changelog

Changelog

13.0.2

  • bddb631a Update fake-timers (Carl-Erik Kopseng)
  • eaed0eb2 Bump nokogiri from 1.13.3 to 1.13.4 (#2451) (dependabot[bot])

Released by Carl-Erik Kopseng on 2022-04-14.

13.0.1

  • ec4223f9 Bump nise to fix sinonjs/nise#193 (Carl-Erik Kopseng)
  • f329a010 Add unimported to workflow (#2441) (Morgan Roderick)
  • 7f16cec9 Enable updates to same major version (Carl-Erik Kopseng)
  • f784d7ad Re-introduce new version.sh script to version hook (Joel Bradshaw)

    This was inadvertently removed during merge conflicts, and is required for any of the new release process stuff to work

  • 51c508ab Add dry run mode to npm version (#2436) (Joel Bradshaw)
    • Add DRY_RUN flag to skip publish/push

    • Allow overriding branch names for testing

  • 05341dcf Update npm version scripts to manage new releases branch (Joel Bradshaw)
  • fe658261 Remove release archives from master (Joel Bradshaw)

    These archives made it difficult to find things in the GitHub interface, and take up a lot of space in a checked-out repo for something that is not useful to most people checking out the repository.

    The main purpose of these archives is to make old versions and documentation available on the Sinon website that is run out of this repo. This can be supported by using a separate branch for website releases, and to maintain the archives.

    Following this commit, the npm version scripts will be updated to automatically handle archiving the releases in the new releases branch and keeping it up to date with master.

... (truncated)

Commits
  • 41d0dcb 5.0.10
  • 928379c Update History.md and AUTHORS for new release
  • 5ca48d3 Merge pull request #1802 from ifrost/feature/restore-default-sandbox-fake-timers
  • 86b930c Update docs/changelog.md and set new release id in docs/_config.yml
  • 033aa60 Add release documentation for v5.0.9
  • 3321085 5.0.9
  • 9f321d5 Update History.md and AUTHORS for new release
  • e862196 Upgrade @std/esm to esm.
  • 3685ee4 Update docs/changelog.md and set new release id in docs/_config.yml
  • 6b5d7fb Add release documentation for v5.0.8
  • 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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 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)

@dependabot dependabot bot requested a review from a team April 14, 2022 20:57
@MichaIng MichaIng added this to the Nextcloud 24 milestone Apr 14, 2022
@MichaIng
Copy link
Member

This patch version update would be actually great for master branch. The major version upgrade requires a lot of work, hence it was set to be ignored by dependabot.

Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2022

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@blizzz blizzz modified the milestones: Nextcloud 24, Nextcloud 25 Apr 21, 2022
@blizzz blizzz mentioned this pull request Apr 21, 2022
@blizzz blizzz mentioned this pull request May 16, 2022
@blizzz blizzz mentioned this pull request Jun 9, 2022
2 tasks
@blizzz
Copy link
Member

blizzz commented Jun 10, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable24/sinon-5.0.10 branch from b8e68ee to 645cf79 Compare June 10, 2022 22:26
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@blizzz
Copy link
Member

blizzz commented Jun 12, 2022

/compile amend /

Bumps [sinon](https://github.com/sinonjs/sinon) from 5.0.7 to 5.0.10.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v5.0.7...v5.0.10)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/stable24/sinon-5.0.10 branch from 645cf79 to 93935f4 Compare June 12, 2022 01:04
@blizzz
Copy link
Member

blizzz commented Jun 13, 2022

moving to 24.0.3

@blizzz blizzz mentioned this pull request Jun 17, 2022
This was referenced Jul 5, 2022
@blizzz blizzz mentioned this pull request Jul 18, 2022
@blizzz blizzz mentioned this pull request Aug 1, 2022
@PVince81
Copy link
Member

PVince81 commented Aug 1, 2022

from what I can see this makes the JS tests fail, maybe some upstream behavior has changed

this would need more time to sort out but I don't see this as a high priority, considering that it's just the library for mocking stuff

@blizzz
Copy link
Member

blizzz commented Aug 1, 2022

from what I can see this makes the JS tests fail, maybe some upstream behavior has changed

this would need more time to sort out but I don't see this as a high priority, considering that it's just the library for mocking stuff

moving to 24.0.5 then

@blizzz blizzz mentioned this pull request Aug 30, 2022
@blizzz
Copy link
Member

blizzz commented Aug 30, 2022

or we actually ignore this bump for 24 and close it.

@PVince81 PVince81 closed this Aug 31, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stable24/sinon-5.0.10 branch August 31, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants