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 4 updates #1413

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the ruby-dependencies group with 4 updates: excon, parallel_tests, json and ci-queue.

Updates excon from 0.104.0 to 0.108.0

Changelog

Sourced from excon's changelog.

0.108.0 2023-12-15

  • fix array syntax error for old ruby versions

0.107.0 2023-12-15

  • performance improvements for nonblocking sockets

0.106.0 2023-12-13

  • add rackup to Gemfile
  • bump actions/stale version
  • update bundled default certs

0.105.0 2023-11-28

  • add support for non-blocking request timeouts
Commits

Updates parallel_tests from 4.3.0 to 4.4.0

Changelog

Sourced from parallel_tests's changelog.

4.4.0 - 2023-12-24

Added

  • Sort the output of runtime_logger for RSpec to show slowest tests first
  • Add new ParallelTests::RSpec::VerboseLogger to output detailed information about each example and it's process as it starts and finishes.
Commits

Updates json from 2.6.3 to 2.7.1

Release notes

Sourced from json's releases.

v2.7.1

What's Changed

Improved

Fixed

Misc

New Contributors

Full Changelog: ruby/json@v2.7.0...v2.7.1

v2.7.0

What's Changed

Improved

Added

Fixed

Compatibility changes

... (truncated)

Changelog

Sourced from json's changelog.

2023-12-05 (2.7.1)

  • JSON.dump: handle unenclosed hashes regression #554
  • Overload kwargs in JSON.dump #556
  • [DOC] RDoc for additions #557
  • Fix JSON.dump overload combination #558

2023-12-01 (2.7.0)

  • Add a strict option to Generator #519
  • escape_slash option was renamed as script_safe and now also escape U+2028 and U+2029. escape_slash is now an alias of script_safe #525
  • Remove unnecessary initialization of create_id in JSON.parse() #454
  • Improvements to Hash#to_json in pure implementation generator #203
  • Use ruby_xfree to free buffers #518
  • Fix "unexpected token" offset for Infinity #507
  • Avoid using deprecated BigDecimal.new on JRuby #546
  • Removed code for Ruby 1.8 #540
  • Rename JSON::ParseError to JSON:ParserError #530
  • Call super in included hook #486
  • JRuby requires a minimum of Java 8 #516
  • Always indent even if empty #517
Commits

Updates ci-queue from 0.38.0 to 0.40.0

Commits
  • d7b3796 Bump version
  • c710414 Merge pull request #245 from Shopify/cbruckmayer/report-early-exit
  • 87824e0 Write warnings to file instead of STDOUT
  • 233298a Print requeued tests
  • 0e9f24e Use Ruby 3.2 in development
  • b592a55 Add 3.3.0-rc1 to CI matrix
  • b386ff7 Report early exits
  • ebe406c Bump version
  • 9e53278 Merge pull request #244 from Shopify/ruby-redis-reconnect
  • b403d0c Ruby/Redis: retry connection errors more agressively
  • See full diff in compare view

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 4 updates: [excon](https://github.com/excon/excon), [parallel_tests](https://github.com/grosser/parallel_tests), [json](https://github.com/flori/json) and [ci-queue](https://github.com/Shopify/ci-queue).


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

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

Updates `json` from 2.6.3 to 2.7.1
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.6.3...v2.7.1)

Updates `ci-queue` from 0.38.0 to 0.40.0
- [Release notes](https://github.com/Shopify/ci-queue/releases)
- [Commits](Shopify/ci-queue@v0.38.0...v0.40.0)

---
updated-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: json
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2024 23:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code skip changelog labels Jan 1, 2024
@edmorley edmorley removed the request for review from a team January 26, 2024 22:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #1418.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/ruby-dependencies-2ef5275921 branch February 1, 2024 23:12
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.

0 participants