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

Bump the ruby-dependencies group with 6 updates #1394

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps the ruby-dependencies group with 6 updates:

Package From To
rspec-core 3.12.1 3.12.2
rspec-expectations 3.12.2 3.12.3
excon 0.99.0 0.104.0
parallel_tests 4.0.0 4.3.0
ci-queue 0.24.2 0.37.0
redis 5.0.5 5.0.7

Updates rspec-core from 3.12.1 to 3.12.2

Changelog

Sourced from rspec-core's changelog.

3.12.2 / 2023-04-18

Full Changelog

Bug fixes:

  • Remove link to outdated documentation in generated output. (Jon Rowe, #3035)
Commits
  • 2fd36ed v3.12.2
  • 4c6b86c Changelog for #3035
  • 6374490 Merge pull request #3035 from rspec/remove-relish
  • c013587 Merge pull request #3034 from rspec/update-common-plaintext-files-2023-04-16-...
  • f7c8ae6 Updated common plaintext files (from rspec-dev) 3-12-maintenance
  • 932e1e1 Merge pull request #3029 from rspec/update-ci-build-scripts-2023-04-11-for-3-...
  • d148f46 Updated ci build scripts (from rspec-dev) 3-12-maintenance
  • 54fb426 Consistent scenario titles
  • bb95dd3 Fix a documentation link
  • 55ca47e Fix some feature markup
  • Additional commits viewable in compare view

Updates rspec-expectations from 3.12.2 to 3.12.3

Changelog

Sourced from rspec-expectations's changelog.

3.12.3 / 2023-04-20

Full Changelog

Bug Fixes:

  • Fix include matcher when fuzzy matching on keys with a hash-like actual which has a non standard key? method which may raise. (Jon Rowe, #1416)
Commits
  • df704eb v3.12.3
  • cba47e1 Changelog for #1416
  • e6437d1 Merge pull request #1416 from rspec/fix-include-matcher-fuzzy-matched-key-errors
  • b1ea579 Merge pull request #1420 from rspec/remove-relish
  • b05570f Merge pull request #1419 from rspec/update-common-plaintext-files-2023-04-16-...
  • aed2db2 Updated common plaintext files (from rspec-dev) 3-12-maintenance
  • 6308936 Merge pull request #1415 from rspec/update-ci-build-scripts-2023-04-11-for-3-...
  • 1d79062 Updated ci build scripts (from rspec-dev) 3-12-maintenance
  • f3382e4 Remove typo
  • 091efcd Consistent scenario titles
  • Additional commits viewable in compare view

Updates excon from 0.99.0 to 0.104.0

Changelog

Sourced from excon's changelog.

0.104.0 2023-09-29

  • fix dates in changelog
  • add resolv_resolver option and deprecate dns_timeout

0.103.0 2023-09-13

  • fix cert related warnings
  • update checkout github action
  • add option to specify dns_timeout
  • update bundled default certs

0.102.0 2023-08-23

  • revert bundled cert update for now, as it is breaking tests

0.101.0 2023-08-23

  • remove old Ruby 1.9 related conditionals and code
  • add jruby to test matrix
  • update bundled certs

0.100.0 2023-06-06

  • bump stale action
  • respect non-titlecase host headers
  • update bundled certs
Commits
  • 5332be2 v0.104.0
  • 3b421b6 Add resolv_resolver optional parameter (#834)
  • 85556ae fix dates in changelog
  • d8a2eb1 v0.103.0
  • b09ba27 Merge pull request #831 from excon/08-22-23-cert-update
  • 69def1d update bundled certs, skip test certs update due to errors
  • 9d16753 Merge pull request #830 from bruno-b-martins/use-resolv-timeouts
  • 865f840 Update spec's context
  • 0172308 Fix spec
  • f8649ad Test that dns_timeouts reaches Resolv::DNS's Config
  • Additional commits viewable in compare view

Updates parallel_tests from 4.0.0 to 4.3.0

Changelog

Sourced from parallel_tests's changelog.

4.3.0 - 2023-10-08

Added

  • Support for RSpec turnip feature files.

4.2.2 - 2023-09-05

Breaking Changes

  • Drop support for RSpec 2.

Added

  • Document unexpected behavior where the --only-group flag will also set a grouping strategy.

4.2.1 - 2023-05-05

Fixed

  • Fix $TEST_ENV_NUMBER replacing code to not affect all processes (#905)
  • Remove duplicate raise codes. (#897)

4.2.0 - 2023-02-06

Fixed

  • Avoid double sending int while also not breaking debugging #891

4.1.0 - 2023-01-14

Fixed

  • Avoid double sending of SIGINT to subprocesses #889
Commits

Updates ci-queue from 0.24.2 to 0.37.0

Release notes

Sourced from ci-queue's releases.

v0.26.0

What's Changed

Full Changelog: Shopify/ci-queue@v0.25.0...v0.26.0

Commits
  • 209e7bc Bump version to 0.37.0
  • de56717 Merge pull request #242 from Shopify/nikita8/fix-flaky-tests
  • 5a7b8f0 Fix requiring active support
  • 77d83d1 Fix flaky test record for skipped test
  • 32ceb1f Bump version to 0.36.0
  • b362ff4 Merge pull request #241 from Shopify/zarifmahfuz/update-failure-formatter
  • 6e42a01 Bump version
  • d05e1a8 Merge pull request #240 from Shopify/cbruckmayer/instrument-leader-election
  • 826fe6c Exit with status 40 when no master elected
  • c3c3fc8 Update error_class in FailureFormatter
  • Additional commits viewable in compare view

Updates redis from 5.0.5 to 5.0.7

Changelog

Sourced from redis's changelog.

5.0.7

  • Fix compatibility with redis-client 0.15.0 when using Redis Sentinel. Fix #1209.

5.0.6

  • Wait for an extra config.read_timeout in blocking commands rather than an arbitrary 100ms. See #1175.
  • Treat ReadOnlyError as ConnectionError. See #1168.
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [rspec-core](https://github.com/rspec/rspec-core) | `3.12.1` | `3.12.2` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) | `3.12.2` | `3.12.3` |
| [excon](https://github.com/excon/excon) | `0.99.0` | `0.104.0` |
| [parallel_tests](https://github.com/grosser/parallel_tests) | `4.0.0` | `4.3.0` |
| [ci-queue](https://github.com/Shopify/ci-queue) | `0.24.2` | `0.37.0` |
| [redis](https://github.com/redis/redis-rb) | `5.0.5` | `5.0.7` |


Updates `rspec-core` from 3.12.1 to 3.12.2
- [Release notes](https://github.com/rspec/rspec-core/releases)
- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)
- [Commits](rspec/rspec-core@v3.12.1...v3.12.2)

Updates `rspec-expectations` from 3.12.2 to 3.12.3
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](rspec/rspec-expectations@v3.12.2...v3.12.3)

Updates `excon` from 0.99.0 to 0.104.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.99.0...v0.104.0)

Updates `parallel_tests` from 4.0.0 to 4.3.0
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel_tests@v4.0.0...v4.3.0)

Updates `ci-queue` from 0.24.2 to 0.37.0
- [Release notes](https://github.com/Shopify/ci-queue/releases)
- [Commits](Shopify/ci-queue@v0.24.2...v0.37.0)

Updates `redis` from 5.0.5 to 5.0.7
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.0.5...v5.0.7)

---
updated-dependencies:
- dependency-name: rspec-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: rspec-expectations
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: excon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: parallel_tests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: ci-queue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 16, 2023 13:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code skip changelog labels Oct 16, 2023
@edmorley edmorley enabled auto-merge (squash) October 16, 2023 13:40
@edmorley edmorley merged commit 9b5dfe8 into main Oct 16, 2023
5 of 6 checks passed
@edmorley edmorley deleted the dependabot/bundler/ruby-dependencies-e621a4b18c branch October 16, 2023 13:41
This pull request was closed.
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 skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant