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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch group with 8 updates #1833

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2024

Bumps the minor-and-patch group with 8 updates:

Package From To
minitest 5.22.2 5.22.3
rubocop-sorbet 0.7.8 0.8.0
sqlite3 1.7.2 1.7.3
identity_cache 1.5.5 1.5.6
graphql 2.2.13 2.3.0
nokogiri 1.16.2 1.16.3
config 5.3.0 5.4.0
sorbet-static-and-runtime 0.5.11287 0.5.11295

Updates minitest from 5.22.2 to 5.22.3

Changelog

Sourced from minitest's changelog.

=== 5.22.3 / 2024-03-13

  • 1 minor enhancement:

    • MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)
  • 3 bug fixes:

    • Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
    • Minor changes to tests to pass when tests ran with extra flags (eg -p).
    • Support Ruby 3.4's new error message format. (mame)
Commits
  • d0a993f Branching minitest to version 5.22.3
  • 112cdff - Minor changes to tests to pass when tests ran with extra flags (eg -p).
  • 9d2fc6c + MASSIVE improvement of minitest's pride plugin output: Frequencies doubled!...
  • 1ead76c - Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSID...
  • 93597e5 - Support Ruby 3.4's new error message format. (mame)
  • See full diff in compare view

Updates rubocop-sorbet from 0.7.8 to 0.8.0

Release notes

Sourced from rubocop-sorbet's releases.

v0.8.0

What's Changed

[!NOTE] This version drops the runtime dependency that Sorbet/SignatureBuildOrder had on unparser, so if you had that dependency in your Gemfile for only this reason, you should be able to drop it now.

馃洜 Other Changes

Full Changelog: Shopify/rubocop-sorbet@v0.7.8...v0.8.0

Commits
  • fde440d Bump version to v0.8.0
  • e4181c5 Merge pull request #189 from Shopify/order-more-signature-builders
  • e9be4a9 Consolidate dev deps into Gemfile
  • 4e1c3fc Refactor SignatureBuildOrder
  • 67efc28 Add final, bind, & implementation to SignatureBuildOrder
  • 233cf9a Extract SignatureBuildOrder Order config
  • 6b87977 Remove trailing spaces in default config
  • See full diff in compare view

Updates sqlite3 from 1.7.2 to 1.7.3

Release notes

Sourced from sqlite3's releases.

1.7.3 / 2024-03-15

Dependencies


sha256 checksums:

0ccb8c001cd2617f4801a2c816142d3c9bc299e3f3e0f49e03812f3610b0891c  sqlite3-1.7.3-aarch64-linux.gem
eb653026d44f8502b74564e585245485a5667d72f8888854e53c561f816541b0  sqlite3-1.7.3-arm-linux.gem
b956160cc882d2568f332f915c9fe27cae9a4521b202d6e7ea540171c88e4600  sqlite3-1.7.3-arm64-darwin.gem
8304a254e4fb0692e651b6f783e009415085f885d940c51c77981b8523511f45  sqlite3-1.7.3-x64-mingw-ucrt.gem
dde57850e92a7da0c7833dd904e666fe7baf382f1c7cabbec8e28a0005a4beea  sqlite3-1.7.3-x64-mingw32.gem
95543cad6bbdf1ba822526bcd0aba4a378887d9da906b8bfa250002745f3847e  sqlite3-1.7.3-x86-linux.gem
b88e117ae14b2c5b61a7eb14da24b3b0e93cd3e1c17774ff3b6e5a03ffe4e5b7  sqlite3-1.7.3-x86_64-darwin.gem
522a3285660dec8253465880c97980e873db0d79060900be8d14194217a3ee73  sqlite3-1.7.3-x86_64-linux.gem
fa77f63c709548f46d4e9b6bb45cda52aa3881aa12cc85991132758e8968701c  sqlite3-1.7.3.gem
Changelog

Sourced from sqlite3's changelog.

sqlite3-ruby Changelog

next / unreleased

(will be 2.0.0)

Ruby

This release drops support for Ruby 2.7. #453 @鈥媐lavorjones

Added

Improved

Changed

Removed

  • Removed class SQLite3::VersionProxy which has been deprecated since v1.3.2. #453 @鈥媐lavorjones
  • Removed class SQLite3::Translator and all related type translation methods. If you need to do type translation on values returned from the statement object, please wrap it with a delegate object. Here is an example of using a delegate class to implement type translation:
require "sqlite3"
require "delegate"
</tr></table> 

... (truncated)

Commits
  • bcba930 version bump to v1.7.3
  • f821184 ci: run gem-install and sqlite3-ruby workflows on stable branches
  • c203fa2 Merge pull request #514 from sparklemotion/flavorjones-sqlite-3.45.2_1-7-stable
  • faf32b5 doc: update CHANGELOG
  • 7445a37 dep: update vendored sqlite to v3.45.2
  • 10cbc45 doc: fix date in CHANGELOG
  • See full diff in compare view

Updates identity_cache from 1.5.5 to 1.5.6

Changelog

Sourced from identity_cache's changelog.

1.5.6

  • Minor performance improvements on association read
Commits
  • 9f636a9 Merge pull request #565 from Shopify/add-x86_64-linux
  • 5a705b0 Merge pull request #566 from Shopify/change-order-use-idc-check
  • 55ad14c Cleanup
  • ff1c954 Bump version
  • 586b5ac Change order in if clause for should_use_cache?
  • cd4c499 Add x86_64-linux as a supported platform
  • 22f3feb Merge pull request #563 from Shopify/centralize_ruby_version
  • 70d98e0 Centralize Ruby Version to .ruby-version
  • f4afc12 Remove Gemfile.lock from .gitignore
  • See full diff in compare view

Updates graphql from 2.2.13 to 2.3.0

Changelog

Sourced from graphql's changelog.

2.3.0 (20 Mar 2024)

Breaking Changes

  • orphan_types: Only object types are accepted here; other types may be added to the schema through extra_types instead. #4869
  • Parser: line terminators are no longer allowed in single-quoted strings (as per the GraphQL spec). Escape newline characters instead; see GraphQL::Language.escape_single_quoted_newline(query_str) if you need to transform incoming query strings #4834

Deprecations

Bug fixes

  • Parser: handle some escaped character edge cases according to the GraphQL spec #4824
  • Analyzers: fix fragment skip/include tracking #4865
  • Remove unused Context modules #4876

2.2.14 (18 Mar 2024)

Bug fixes

  • Parser: properly handle stray hyphens in query strings #4879
Commits
  • c9a86dc 2.3.0
  • f9ef0f3 Merge pull request #4885 from Zain-Bin-Arshad/patch-1
  • ce46ef6 chore: removed warning for argument deprecation
  • d100174 Merge pull request #4869 from rmosolgo/validate-orphan-types
  • 98976c9 Update tests
  • ccda9b6 Merge branch 'master' into validate-orphan-types
  • cd7d8c6 Update more tests
  • 1f5120b Merge pull request #4878 from rmosolgo/deprecate-tracer
  • 94fad8b Fix lex tracing spec
  • adf80c3 Remove many uses of deprecated .tracer(...)
  • Additional commits viewable in compare view

Updates nokogiri from 1.16.2 to 1.16.3

Release notes

Sourced from nokogiri's releases.

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
498aa253ccd5b89a0fa5c4c82b346d22176fc865f4a12ef8da642064d1d3e248  nokogiri-1.16.3.gem
Changelog

Sourced from nokogiri's changelog.

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.
Commits

Updates config from 5.3.0 to 5.4.0

Release notes

Sourced from config's releases.

5.4.0

New features

  • Add configuration option environment to override the use of Rails.env (#356)
Changelog

Sourced from config's changelog.

5.4.0

New features

  • Add configuration option environment to override the use of Rails.env (#356)
Commits

Updates sorbet-static-and-runtime from 0.5.11287 to 0.5.11295

Release notes

Sourced from sorbet-static-and-runtime's releases.

sorbet 0.5.11294.20240315111737-36781b092

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11294', :group => :development
gem 'sorbet-runtime', '0.5.11294'

sorbet 0.5.11293.20240314125909-274412967

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11293', :group => :development
gem 'sorbet-runtime', '0.5.11293'

sorbet 0.5.11292.20240312155147-12e21c69b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11292', :group => :development
gem 'sorbet-runtime', '0.5.11292'

sorbet 0.5.11291.20240312150539-4f18613a9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11291', :group => :development
gem 'sorbet-runtime', '0.5.11291'

sorbet 0.5.11290.20240312150115-26591f256

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11290', :group => :development
gem 'sorbet-runtime', '0.5.11290'

sorbet 0.5.11289.20240312095051-aba87e763

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11289', :group => :development
gem 'sorbet-runtime', '0.5.11289'

sorbet 0.5.11288.20240311150722-7ab7039cb

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11288', :group => :development
gem 'sorbet-runtime', '0.5.11288'

sorbet 0.5.11287.20240307095403-dca3b6094

... (truncated)

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 minor-and-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [minitest](https://github.com/minitest/minitest) | `5.22.2` | `5.22.3` |
| [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.8` | `0.8.0` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `1.7.2` | `1.7.3` |
| [identity_cache](https://github.com/Shopify/identity_cache) | `1.5.5` | `1.5.6` |
| [graphql](https://github.com/rmosolgo/graphql-ruby) | `2.2.13` | `2.3.0` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.16.2` | `1.16.3` |
| [config](https://github.com/rubyconfig/config) | `5.3.0` | `5.4.0` |
| [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11287` | `0.5.11295` |


Updates `minitest` from 5.22.2 to 5.22.3
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.22.2...v5.22.3)

Updates `rubocop-sorbet` from 0.7.8 to 0.8.0
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](Shopify/rubocop-sorbet@v0.7.8...v0.8.0)

Updates `sqlite3` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.7.2...v1.7.3)

Updates `identity_cache` from 1.5.5 to 1.5.6
- [Changelog](https://github.com/Shopify/identity_cache/blob/main/CHANGELOG.md)
- [Commits](Shopify/identity_cache@v1.5.5...v1.5.6)

Updates `graphql` from 2.2.13 to 2.3.0
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](rmosolgo/graphql-ruby@v2.2.13...v2.3.0)

Updates `nokogiri` from 1.16.2 to 1.16.3
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.3)

Updates `config` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/rubyconfig/config/releases)
- [Changelog](https://github.com/rubyconfig/config/blob/master/CHANGELOG.md)
- [Commits](rubyconfig/config@5.3.0...5.4.0)

Updates `sorbet-static-and-runtime` from 0.5.11287 to 0.5.11295
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: rubocop-sorbet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: identity_cache
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: nokogiri
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: config
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 20, 2024 15:32
@dependabot dependabot bot requested review from egiurleo and KaanOzkan March 20, 2024 15:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 20, 2024
@KaanOzkan KaanOzkan merged commit ba2951e into main Mar 20, 2024
34 checks passed
@KaanOzkan KaanOzkan deleted the dependabot/bundler/minor-and-patch-8e45e26c14 branch March 20, 2024 17:57
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.

None yet

1 participant