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 prod-dependencies group across 2 directories with 16 updates #9621

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps the prod-dependencies group with 9 updates in the / directory:

Package From To
aws-sdk-codecommit 1.63.0 1.65.0
aws-sdk-ecr 1.68.0 1.70.0
faraday 2.7.11 2.9.0
faraday-retry 2.2.0 2.2.1
json 2.6.3 2.7.2
nokogiri 1.16.0 1.16.4
opentelemetry-sdk 1.3.1 1.4.1
stackprof 0.2.25 0.2.26
parseconfig 1.0.8 1.1.2

Bumps the prod-dependencies group with 15 updates in the /updater directory:

Package From To
aws-sdk-codecommit 1.63.0 1.65.0
aws-sdk-ecr 1.68.0 1.70.0
excon 0.109.0 0.110.0
faraday 2.7.11 2.9.0
faraday-retry 2.2.0 2.2.1
json 2.6.3 2.7.2
opentelemetry-sdk 1.3.1 1.4.1
sorbet-runtime 0.5.11353 0.5.11358
stackprof 0.2.25 0.2.26
parseconfig 1.0.8 1.1.2
http 5.1.1 5.2.0
opentelemetry-exporter-otlp 0.26.1 0.26.3
opentelemetry-instrumentation-faraday 0.23.4 0.24.1
sentry-opentelemetry 5.16.1 5.17.3
sentry-ruby 5.16.1 5.17.3

Updates aws-sdk-codecommit from 1.63.0 to 1.65.0

Changelog

Sourced from aws-sdk-codecommit's changelog.

1.65.0 (2024-04-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.64.0 (2024-01-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates aws-sdk-ecr from 1.68.0 to 1.70.0

Changelog

Sourced from aws-sdk-ecr's changelog.

1.70.0 (2024-04-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.69.0 (2024-01-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates faraday from 2.7.11 to 2.9.0

Release notes

Sourced from faraday's releases.

v2.9.0

What's Changed

NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the minimum version.

New Contributors

Full Changelog: lostisland/faraday@v2.8.1...v2.9.0

v2.8.1

What's Changed

Full Changelog: lostisland/faraday@v2.8.0...v2.8.1

v2.8.0

What's Changed

New features ✨

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.7.12...v2.8.0

v2.7.12

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.11...v2.7.12

Commits
  • cc5d607 Version bump to 2.9.0
  • ceb01e4 Bump faraday-net_http version to allow 3.1 (#1546)
  • 074506e Use latest Ruby version to publish and run rubocop
  • 898f203 Run rubocop in CI using Ruby 3.3
  • f0f549d Fix Rubocop offenses
  • caa4ff4 Update GitHub workflows, add 3.3 to CI matrix
  • 13732f7 Remove ruby2_keywords dependency
  • 8cbfd75 Make 3.0 the minimum supported Ruby version
  • 9487833 Remove runtime dependency on base64 (#1541)
  • 7e12133 v2.8.1
  • Additional commits viewable in compare view

Updates faraday-retry from 2.2.0 to 2.2.1

Release notes

Sourced from faraday-retry's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: lostisland/faraday-retry@v2.2.0...v2.2.1

Changelog

Sourced from faraday-retry's changelog.

v2.2.1 (2024-04-15)

Commits
  • 7506f91 v2.2.1
  • 1a7ae96 CHANGELOG.md: Add unreleased code [ci skip]
  • 8056d24 Bump actions/checkout from 3 to 4
  • 2b3fba5 CI: Tell dependabot to update GH Actions
  • ce15807 Check for Faraday::UploadIO while rewinding
  • f1929d9 Add instructions on how to inherit the default exceptions to the README
  • 0b769c4 Add missing default exceptions
  • 1be9551 Add Ruby 3.3 to CI matrix
  • 6b1419f Update docs reference to RaiseError middleware (#32)
  • 41b7ea2 Document "methods" type as symbols [ci skip] (#30)
  • See full diff in compare view

Updates json from 2.6.3 to 2.7.2

Release notes

Sourced from json's releases.

v2.7.2

What's Changed

New Contributors

Full Changelog: flori/json@v2.7.1...v2.7.2

v2.7.1

What's Changed

Improved

Fixed

Misc

New Contributors

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

v2.7.0

What's Changed

Improved

Added

... (truncated)

Changelog

Sourced from json's changelog.

2024-04-04 (2.7.2)

  • Use rb_sym2str instead of SYM2ID #561
  • Fix memory leak when exception is raised during JSON generation #574
  • Remove references to "19" methods in JRuby #576
  • Make OpenStruct support as optional by @​hsbt in #565
  • Autoload JSON::GenericObject to avoid require ostruct warning in Ruby 3.4 #577
  • Warn to install ostruct if json couldn't load it by @​hsbt #578

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
  • 036944a Bump up 2.7.2
  • 5a1659d Merge pull request #578 from flori/warn-bundled-gems
  • fff2859 Warn to install ostruct if json couldn't load it
  • cdbcbd0 Merge pull request #577 from tompng/autoload_generic_object
  • 84b7517 Merge pull request #576 from headius/no_19_jruby_methods
  • b507f9e Autoload GenericObject to avoid require ostruct warning in Ruby 3.4
  • a480682 Remove references to "19" methods in JRuby
  • 35d435e Merge pull request #575 from flori/refine-ci
  • 817d7b0 Exclude 2.3-2.5 on macos-14 iamge
  • df33e8e Added JRuby 9.4
  • Additional commits viewable in compare view

Updates nokogiri from 1.16.0 to 1.16.4

Release notes

Sourced from nokogiri's releases.

v1.16.4 / 2024-04-10

Dependencies

  • [CRuby] Vendored zlib in the precompiled native gems is updated to v1.3.1 from v1.3. Nokogiri is not affected by the minizip CVE patched in this version, but this update may satisfy some security scanners. Related, see this discussion about removing the compression libraries altogether in a future version of Nokogiri.

sha256 checksums:

bdb1dc4378ebcf3ade8f440c7df68f6d76946a1a96c4823a2b4c53c01a320cd5  nokogiri-1.16.4-aarch64-linux.gem
0c994b9996d5576eddcc3201a94ef2bff6fc3627c4ae4d2708b0ec9b9743ec6a  nokogiri-1.16.4-arm-linux.gem
8e86abb64c93c06d3c588042a0e757279e8f1dc88b5210a00be892a9a7a27196  nokogiri-1.16.4-arm64-darwin.gem
bf84fa28be4943692bd64772186e0832fb1061f80714ccb93e111e9d72b1cadc  nokogiri-1.16.4-java.gem
a46808467c1f63a2031e1ca0715cd5336bb4ec759e9c0e2f4c951c1cc30994ae  nokogiri-1.16.4-x64-mingw-ucrt.gem
4cdf64bc5e9443ec3e0b595347ecc8affe21968d9ae934c0825d26630ef96468  nokogiri-1.16.4-x64-mingw32.gem
d86d21bae47dd9f6f5223055e45d33fae08b0b89aad94cbc0ece4f4274fa7af5  nokogiri-1.16.4-x86-linux.gem
d488b872884844686780fda7cf5da44ee884d32faa713a55aeb4736d76718168  nokogiri-1.16.4-x86-mingw32.gem
a896e52a56951ffb0e6a9279afbf485d683e357a053d27f4cfcb2a73b0824628  nokogiri-1.16.4-x86_64-darwin.gem
92ff4f09910255fec84b3bc4c4b182e94cada3ed12b9f7a6ea058e0af186fb31  nokogiri-1.16.4-x86_64-linux.gem
62c116c3a14b4ed4e1faec786da266c4bd4c717a0bd04a9916164a7046040f45  nokogiri-1.16.4.gem

v1.16.3 / 2024-03-15

Dependencies

Changed

  • [CRuby] XML::Reader sets the @encoding instance variable during reading if it is not passed into the initializer. Previously, it would remain nil. The behavior of Reader#encoding has not changed. This works around changes to how libxml2 reports the encoding used in v2.12.6.

sha256 checksums:

3d806263a0548e5163ff256655d78a87998fa83a5ae256b83c14a1a97731e824  nokogiri-1.16.3-aarch64-linux.gem
cfb923c02bde065005e2521f0a6883c63cf305cb899a9dd4c74897731bb2af1d  nokogiri-1.16.3-arm-linux.gem
5d3268558c002fa493e33076798cfda1df8effbd5363060dc41595cfebb1cf90  nokogiri-1.16.3-arm64-darwin.gem
6bf0918233959c7d5e703061ada0f436544612397475a866aa314071f02bfabb  nokogiri-1.16.3-java.gem
656f163dd287671c3a28157a2e853ee1a36afeb3f4185a78af863f3980efc58d  nokogiri-1.16.3-x64-mingw-ucrt.gem
7330f65cf2f8fa442327112b6515b4988f396d23010d33571714fd2ac0648fb9  nokogiri-1.16.3-x64-mingw32.gem
08d8a369940fa2309379cd8af1e7b3cc702b0115d3ddd197cfa7b33daedfd541  nokogiri-1.16.3-x86-linux.gem
cd26e99fa6388cd73c8892bb99ac98af162fe83c8f71c6473dfeba7aac76bcb9  nokogiri-1.16.3-x86-mingw32.gem
bc22786f4db4c32a5587e3b77a106408148d3bb1602dd0b52c0f5c968c42d17d  nokogiri-1.16.3-x86_64-darwin.gem
47a3330e41b49a100225b6fab490b2dc43410931e01e791886e0c2998412e8cb  nokogiri-1.16.3-x86_64-linux.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.16.4 / 2024-04-10

Dependencies

  • [CRuby] Vendored zlib in the precompiled native gems is updated to v1.3.1 from v1.3. Nokogiri is not affected by the minizip CVE patched in this version, but this update may satisfy some security scanners. Related, see this discussion about removing the compression libraries altogether in a future version of Nokogiri.

v1.16.3 / 2024-03-15

Dependencies

Changed

  • [CRuby] XML::Reader sets the @encoding instance variable during reading if it is not passed into the initializer. Previously, it would remain nil. The behavior of Reader#encoding has not changed. This works around changes to how libxml2 reports the encoding used in v2.12.6.

v1.16.2 / 2024-02-04

Security

Dependencies

v1.16.1 / 2024-02-03

Dependencies

Fixed

Commits

Updates opentelemetry-sdk from 1.3.1 to 1.4.1

Release notes

Sourced from opentelemetry-sdk's releases.

opentelemetry-sdk 1.4.1

v1.4.1 / 2024-03-21

  • FIXED: ForwardingLogger should forward block param.

opentelemetry-sdk 1.4.0

v1.4.0 / 2024-01-25

  • ADDED: Add spans to Trace::ExportError

opentelemetry-sdk 1.3.2

v1.3.2 / 2024-01-23

  • FIXED: Reduce allocations on GraphQL hot paths
  • FIXED: Add context to metrics reporting of buffer-full events
Changelog

Sourced from opentelemetry-sdk's changelog.

v1.4.1 / 2024-03-21

  • FIXED: ForwardingLogger should forward block param.

v1.4.0 / 2024-01-25

  • ADDED: Add spans to Trace::ExportError

v1.3.2 / 2024-01-23

  • FIXED: Reduce allocations on GraphQL hot paths
  • FIXED: Add context to metrics reporting of buffer-full events
Commits
  • 40171ab release: Release opentelemetry-sdk 1.4.1 (was 1.4.0) (#1621)
  • b1d6d05 fix: ForwardingLogger should foward block param (#1616)
  • bffcb77 chore: Implement shared RuboCop configuration (#1587)
  • 540b77e chore: Replace positive? with 'greater than 0' (#1586)
  • 4d94aa4 release: Release opentelemetry-sdk 1.4.0 (was 1.3.2) (#1583)
  • 200ea02 feat: add spans to Trace::ExportError (#1582)
  • 4b37bb3 re-add spans using splat operator (#1580)
  • d89ca85 release: Release opentelemetry-sdk 1.3.2 (was 1.3.1) (#1579)
  • 9da08e4 Add context to metrics reporting of buffer-full events (#1566)
  • 98c629e fix: Reduce allocations on GraphQL hot paths (#1544)
  • See full diff in compare view

Updates stackprof from 0.2.25 to 0.2.26

Commits
  • ebdd3af bumping version
  • bd885f9 Merge pull request #222 from casperisfine/typed-data
  • aaeef71 Migrate to the TypedData API
  • 91d12e7 Merge pull request #219 from casperisfine/yjit-3.3-postponed-jbos
  • c1e71bd Fix compatibility with newer minitest
  • c771fd4 Don't use postponed jobs on Ruby 3.3+YJIT
  • 726a172 Merge pull request #214 from tmm1/fix-gc-times
  • 329e57b Fix GC profiling timing
  • 51b71bf Merge pull request #213 from tmm1/raw-line-numbers
  • 03369b9 Add raw line numbers for raw mode
  • Additional commits viewable in compare view

Updates parseconfig from 1.0.8 to 1.1.2

Changelog

Sourced from parseconfig's changelog.

Wed Sep 29, 2021 - v1.1.2

  • Dev and test against recent versions of Ruby (2.6+, 3.0+)
  • Docker development support
  • Remove tests for deprecated 'get_value()' method
  • Use Rspec 'expect' in place of 'should'

Mon Sep 28, 2020 - v1.1.0

  • Add non-value option support. Resolves Issue #11

Mon Jan 25, 2016 - v1.0.8

  • Use backward compatible positional arguments (not named keyword arguments) Resolves Issue #31

Mon Jan 25, 2016 - v1.0.7

  • Support alternative comment types (default: ['#', ';']) (@​voobscout) Resolves Issue #30

Mon Oct 06, 2014 - v1.0.6

  • Fix where extraneous double quotes were getting wrapped around parameters that have non-word characters (issue #19)

Thu Dec 19, 2013 - v1.0.4

  • Add fix for config files with Byte Order Marker (BOM)
  • Add support for .eql? function.

Tue Jun 12, 2012 - v1.0.2

  • Re-enable get_value() as it seems some projects are still using it. That said, get_value() will be removed in the future at some point.

Tue Jun 12, 2012 - v1.0.0

  • Resolved Issue #3, Config files not closed properly.
  • Resolved Issue #7, Added basic rspec testing
  • Resolved Issue #5, Readded support for array like access
  • Removed deprecated function get_value()

Sat Feb 27, 2010 - v0.5.2

  • Re-releasing under MIT License.
  • Fixed issue with the add() method where if you added a group outside of the import_config() method, the group would not be properly added to self.groups[].
  • Added feature that if you attempt to add a group that already exists, the groups will be merged together. Any existing params in the original group will be overwritten by the new ones.
  • Fully deprecated override_value() and nil_value(). Anything using 'instance_variable*' has been removed as well as it wasn't working properly anyway.
  • If you attempt to add_to_group() to a group that doesn't exist, the group is added automatically.

... (truncated)

Commits

Updates aws-sdk-codecommit from 1.63.0 to 1.65.0

Changelog

Sourced from aws-sdk-codecommit's changelog.

1.65.0 (2024-04-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.64.0 (2024-01-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates aws-sdk-ecr from 1.68.0 to 1.70.0

Changelog

Sourced from aws-sdk-ecr's changelog.

1.70.0 (2024-04-25)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

1.69.0 (2024-01-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates excon from 0.109.0 to 0.110.0

Changelog

Sourced from excon's changelog.

0.110.0 2024-03-12

  • update bundled default certificates
Commits
  • 1970dee v0.109.0
  • 8751208 update bundled certs
  • 7451fcd remove stale action
  • 253b515 add security policy
  • 52dfe42 fix cron attribute on ci action
  • 4b43f0a add a weekly test run, for regular feedback even when code remains stable
  • 536d50f bump dependabot from daily to weekly
  • 18f023f add explicit content-types to fix tests on Rack 3+
  • f57afe1 add funding info
  • 44d0550 update gem version badge in readme to link to rubygems
  • Additional commits viewable in compare view

Updates faraday from 2.7.11 to 2.9.0

Release notes

Sourced from faraday's releases.

v2.9.0

What's Changed

NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the minimum version.

New Contributors

Full Changelog: lostisland/faraday@v2.8.1...v2.9.0

v2.8.1

What's Changed

Full Changelog: lostisland/faraday@v2.8.0...v2.8.1

v2.8.0

What's Changed

New features ✨

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.7.12...v2.8.0

v2.7.12

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.7.11...v2.7.12

Commits
  • cc5d607 Version bump to 2.9.0
  • ceb01e4 Bump faraday-net_http version to allow 3.1 (#1546)
  • 074506e Use latest Ruby version to publish and run rubocop
  • 898f203 Run rubocop in CI using Ruby 3.3
  • f0f549d Fix Rubocop offenses
  • caa4ff4 Update GitHub workflows, add 3.3 to CI matrix
  • 13732f7 Remove ruby2_keywords dependency
  • 8cbfd75 Make 3.0 the minimum supported Ruby version
  • 9487833 Remove runtime dependency on base64 (#1541)
  • 7e12133 v2.8.1
  • Additional commits viewable in compare view

Updates faraday-retry from 2.2.0 to 2.2.1

Release notes

Sourced from faraday-retry's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: lostisland/faraday-retry@v2.2.0...v2.2.1

Changelog

Sourced from faraday-retry's changelog.

v2.2.1 (2024-04-15)

Commits
  • 7506f91 v2.2.1
  • 1a7ae96 CHANGELOG.md: Add unreleased code [ci skip]
  • 8056d24 Bump actions/checkout from 3 to 4
  • 2b3fba5 CI: Tell dependabot to update GH Actions
  • ce15807 Check for Faraday::UploadIO while rewinding
  • f1929d9 Add instructions on how to inherit the default exceptions to the README
  • 0b769c4 Add missing default exceptions
  • 1be9551 Add Ruby 3.3 to CI matrix
  • 6b1419f Update docs reference to RaiseError middleware (#32)
  • 41b7ea2 Document "methods" type as symbols [ci skip] (#30)
  • See full diff in compare view

Updates json from 2.6.3 to 2.7.2

Release notes

Sourced from json's releases.

v2.7.2

What's Changed

New Contributors

Full Changelog: flori/json@v2.7.1...v2.7.2

v2.7.1

What's Changed

Improved

Fixed

Bumps the prod-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-codecommit](https://github.com/aws/aws-sdk-ruby) | `1.63.0` | `1.65.0` |
| [aws-sdk-ecr](https://github.com/aws/aws-sdk-ruby) | `1.68.0` | `1.70.0` |
| [faraday](https://github.com/lostisland/faraday) | `2.7.11` | `2.9.0` |
| [faraday-retry](https://github.com/lostisland/faraday-retry) | `2.2.0` | `2.2.1` |
| [json](https://github.com/flori/json) | `2.6.3` | `2.7.2` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.16.0` | `1.16.4` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-ruby) | `1.3.1` | `1.4.1` |
| [stackprof](https://github.com/tmm1/stackprof) | `0.2.25` | `0.2.26` |
| [parseconfig](https://github.com/datafolklabs/ruby-parseconfig) | `1.0.8` | `1.1.2` |

Bumps the prod-dependencies group with 15 updates in the /updater directory:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-codecommit](https://github.com/aws/aws-sdk-ruby) | `1.63.0` | `1.65.0` |
| [aws-sdk-ecr](https://github.com/aws/aws-sdk-ruby) | `1.68.0` | `1.70.0` |
| [excon](https://github.com/excon/excon) | `0.109.0` | `0.110.0` |
| [faraday](https://github.com/lostisland/faraday) | `2.7.11` | `2.9.0` |
| [faraday-retry](https://github.com/lostisland/faraday-retry) | `2.2.0` | `2.2.1` |
| [json](https://github.com/flori/json) | `2.6.3` | `2.7.2` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-ruby) | `1.3.1` | `1.4.1` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11353` | `0.5.11358` |
| [stackprof](https://github.com/tmm1/stackprof) | `0.2.25` | `0.2.26` |
| [parseconfig](https://github.com/datafolklabs/ruby-parseconfig) | `1.0.8` | `1.1.2` |
| [http](https://github.com/httprb/http) | `5.1.1` | `5.2.0` |
| [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-ruby) | `0.26.1` | `0.26.3` |
| [opentelemetry-instrumentation-faraday](https://github.com/open-telemetry/opentelemetry-ruby-contrib) | `0.23.4` | `0.24.1` |
| [sentry-opentelemetry](https://github.com/getsentry/sentry-ruby) | `5.16.1` | `5.17.3` |
| [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `5.16.1` | `5.17.3` |



Updates `aws-sdk-codecommit` from 1.63.0 to 1.65.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-codecommit/CHANGELOG.md)
- [Commits](aws/aws-sdk-ruby@v1.63.0...v1.65.0)

Updates `aws-sdk-ecr` from 1.68.0 to 1.70.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ecr/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `faraday` from 2.7.11 to 2.9.0
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.7.11...v2.9.0)

Updates `faraday-retry` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/lostisland/faraday-retry/releases)
- [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday-retry@v2.2.0...v2.2.1)

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

Updates `nokogiri` from 1.16.0 to 1.16.4
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.0...v1.16.4)

Updates `opentelemetry-sdk` from 1.3.1 to 1.4.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-sdk/v1.3.1...opentelemetry-sdk/v1.4.1)

Updates `stackprof` from 0.2.25 to 0.2.26
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](tmm1/stackprof@v0.2.25...v0.2.26)

Updates `parseconfig` from 1.0.8 to 1.1.2
- [Changelog](https://github.com/datafolklabs/ruby-parseconfig/blob/master/Changelog)
- [Commits](https://github.com/datafolklabs/ruby-parseconfig/commits)

Updates `aws-sdk-codecommit` from 1.63.0 to 1.65.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-codecommit/CHANGELOG.md)
- [Commits](aws/aws-sdk-ruby@v1.63.0...v1.65.0)

Updates `aws-sdk-ecr` from 1.68.0 to 1.70.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ecr/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `excon` from 0.109.0 to 0.110.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.109.0...v0.110.0)

Updates `faraday` from 2.7.11 to 2.9.0
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.7.11...v2.9.0)

Updates `faraday-retry` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/lostisland/faraday-retry/releases)
- [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday-retry@v2.2.0...v2.2.1)

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

Updates `opentelemetry-sdk` from 1.3.1 to 1.4.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-sdk/v1.3.1...opentelemetry-sdk/v1.4.1)

Updates `sorbet-runtime` from 0.5.11353 to 0.5.11358
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `stackprof` from 0.2.25 to 0.2.26
- [Changelog](https://github.com/tmm1/stackprof/blob/master/CHANGELOG.md)
- [Commits](tmm1/stackprof@v0.2.25...v0.2.26)

Updates `parseconfig` from 1.0.8 to 1.1.2
- [Changelog](https://github.com/datafolklabs/ruby-parseconfig/blob/master/Changelog)
- [Commits](https://github.com/datafolklabs/ruby-parseconfig/commits)

Updates `http` from 5.1.1 to 5.2.0
- [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md)
- [Commits](httprb/http@v5.1.1...v5.2.0)

Updates `opentelemetry-exporter-otlp` from 0.26.1 to 0.26.3
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-exporter-otlp/v0.26.1...opentelemetry-exporter-otlp/v0.26.3)

Updates `opentelemetry-instrumentation-faraday` from 0.23.4 to 0.24.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/faraday/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-faraday/v0.23.4...opentelemetry-instrumentation-faraday/v0.24.1)

Updates `sentry-opentelemetry` from 5.16.1 to 5.17.3
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.16.1...5.17.3)

Updates `sentry-ruby` from 5.16.1 to 5.17.3
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.16.1...5.17.3)

Updates `sentry-ruby` from 5.16.1 to 5.17.3
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.16.1...5.17.3)

---
updated-dependencies:
- dependency-name: aws-sdk-codecommit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: aws-sdk-ecr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: faraday-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: nokogiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: stackprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: parseconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: aws-sdk-codecommit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: aws-sdk-ecr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: excon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: faraday-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: stackprof
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: parseconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-exporter-otlp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: opentelemetry-instrumentation-faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sentry-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 26, 2024 17:47
@dependabot dependabot bot added dependencies ruby Dependabot pull requests that update Ruby code labels Apr 26, 2024
@github-actions github-actions bot added the L: git:submodules Git submodules label Apr 26, 2024
@deivid-rodriguez
Copy link
Contributor

This is awesome, nice work 🎉! I guess it's not GA yet though, right?

@abdulapopoola
Copy link
Member

@deivid-rodriguez not GA yet, still WIP :) , glad to see you still active here hehe

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 28, 2024
@dependabot dependabot bot deleted the dependabot/bundler/prod-dependencies-53e73f92f1 branch April 28, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies L: git:submodules Git submodules ruby Dependabot pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants