Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps wait-for-expect from 1.3.0 to 3.0.2.

Release notes

Sourced from wait-for-expect's releases.

v3.0.2

3.0.2 (2020-02-06)

Bug Fixes

v3.0.1

3.0.1 (2019-10-25)

Bug Fixes

  • Transpile Object.assign which is not available in IE 11 (#25) (a59b638)

v3.0.0

3.0.0 (2019-09-24)

Features

  • Add runWithRealTimers & getSetTimeoutFn functions (dd272db)

BREAKING CHANGES

  • If you are using fake jest timers by default, but upgraded to v2.0 here, you might have to upgrade your tests. Sorry! :(

Co-authored-by: Brais Piñeiro brapifra@gmail.com

v2.0.0

2.0.0 (2019-08-20)

BREAKING CHANGES

  • If you combined fake timers with wait-for-expect that will most probably not work anymore. Please make an issue with your failing usecase, as we couldn't think of a situation where using wait-for-expect and fake timers in the same test would be necessary.
Commits
  • 6be6e2e fix: Add Promise<void> return type for expectation (#26)
  • a59b638 fix: Transpile Object.assign which is not available in IE 11 (#25)
  • dd272db feat: Add runWithRealTimers & getSetTimeoutFn functions
  • a6f0b72 Get setTimeout lazily (#20)
  • See full diff 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [wait-for-expect](https://github.com/TheBrainFamily/wait-for-expect) from 1.3.0 to 3.0.2.
- [Release notes](https://github.com/TheBrainFamily/wait-for-expect/releases)
- [Changelog](https://github.com/TheBrainFamily/wait-for-expect/blob/master/manual-releases.md)
- [Commits](TheBrainFamily/wait-for-expect@v1.3.0...v3.0.2)

---
updated-dependencies:
- dependency-name: wait-for-expect
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the A-dependencies Area: Pull requests that update a dependency file label Jul 24, 2024
@engelhartrueben
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot merged commit 2f206b8 into stage-main-14.1 Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stage-main-14.1/wait-for-expect-3.0.2 branch July 25, 2024 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants