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

build(deps-dev): bump rspec-wait from 0.0.9 to 1.0.0 #338

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps rspec-wait from 0.0.9 to 1.0.0.

Changelog

Sourced from rspec-wait's changelog.

[1.0.0] - 2024-05-31

Promoted version 1.0.0.rc1 to 1.0.0.

[1.0.0.rc1] - 2024-04-25

Added

  • Support for Ruby versions 3.0 through 3.3
  • Support for RSpec versions 3.6 through 3.13
  • A clone_wait_matcher configuration to use a new matcher for every block call (default: false)
  • A lib/rspec-wait.rb file allowing Bundler to auto-require

Changed

  • Added RuboCop for consistent code style
  • Move CI from Travis to GitHub Actions
  • Stop using Ruby's dangerous Timeout API. Only evaluate the timeout condition after successfully calling the matcher's block, never mid-call.

Removed

  • Support for all Ruby 2.x versions
  • Support for all RSpec 2.x versions
  • Support for RSpec versions 3.0 through 3.3
  • RSpec::Wait.version (in favor of RSpec::Wait::VERSION)
  • Passing an argument to wait_for or wait.for (must pass a block)
  • RSpec::Wait::TimeoutError in favor of RSpec failure

[0.0.10] - 2024-04-26

Changed

  • Added RuboCop for consistent code style

Deprecated

  • Passing an argument to wait_for or wait.for (should pass a block)
Commits
  • 57b51f5 Prepare version 1.0.0
  • ca9442d Clean up the RuboCop configuration
  • 0b0729e Include v0.0.10 in the changelog
  • 3d6c0bd Socialize the v1 release candidate
  • 0862654 Give v0-to-v1 upgrade guidance
  • 021e5d1 Merge pull request #32 from laserlemon/v1
  • 4aec7c3 Update the changelog
  • c00e28a Run RuboCop on Markdown code snippets
  • 96e7067 Improve the README in preparation of v1.0
  • 764dfa4 Beef up and restructure the RSpec suite to reduce duplication
  • 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 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 [rspec-wait](https://github.com/laserlemon/rspec-wait) from 0.0.9 to 1.0.0.
- [Changelog](https://github.com/laserlemon/rspec-wait/blob/main/CHANGELOG.md)
- [Commits](laserlemon/rspec-wait@v0.0.9...v1.0.0)

---
updated-dependencies:
- dependency-name: rspec-wait
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 3, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 25, 2024

Superseded by #361.

@dependabot dependabot bot closed this Jun 25, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rspec-wait-1.0.0 branch June 25, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants