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 minor-and-patch group with 3 updates #1880

Merged
merged 2 commits into from Apr 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-and-patch group with 3 updates: graphql, shopify-money and rbi.

Updates graphql from 2.3.0 to 2.3.1

Changelog

Sourced from graphql's changelog.

2.3.1 (22 Apr 2024)

New features

  • Schema.max_query_string_tokens: support a limit on the number of tokens the lexer should identify #4929
  • Parser: add an option to reject numbers followed immediately by argument names #4924
  • Parser and CParser: reduce allocated and retained strings when parsing schemas #4899
  • run_graphql_field: support :lookahead and :ast_node field extras #4930

Bug fixes

  • Rescue when trying to print integers that are too big for Ruby #4923
  • Mutation: clear the Dataloader cache before resolving #4903
  • Fix FieldUsage analyzer when InputObjects return a prepared value #4902
  • Add a minimal query string for run_graphql_field #4891
  • Fix PrometheusTrace with multiple tracers #4888
Commits
  • d08e6d1 2.3.1
  • cb3f017 Merge pull request #4930 from rmosolgo/run-graphql-field-extras-support
  • e68025a Support extras: [:lookahead, :ast_node] in run_graphql_query
  • 2f46e14 Merge pull request #4929 from rmosolgo/add-max-tokens-limit
  • 2afa40b Update cparser test
  • a8f6ad1 fix tests
  • 8acc708 Implement token counting for C parser
  • c634445 Add Schema.max_query_strings_tokens limit
  • dc62848 Merge pull request #4924 from rmosolgo/reject-numbers-followed-by-names
  • c920b43 Fix typo
  • Additional commits viewable in compare view

Updates shopify-money from 2.0.0 to 2.2.0

Release notes

Sourced from shopify-money's releases.

v2.2.0

What's Changed

Full Changelog: Shopify/money@v2.1.0...v2.2.0

v2.1.0

What's Changed

New Contributors

Full Changelog: Shopify/money@v2.0.0...v2.1.0

Commits
  • 4076656 Merge pull request #290 from Shopify/bump-2-2-0
  • 4945292 update version to v2.2.0
  • 45553f1 Revert "ignore gemfile.lock used for tests"
  • f795fd2 Merge pull request #289 from Shopify/revert-279-csalvato/drop-support-for-ini...
  • 995d7b9 ignore gemfile.lock used for tests
  • 6dfbfe3 raise on Money.new is attempting to change currency of an existing money object
  • 241365b Revert "Drop support for initialization with another money object."
  • d2b1523 Merge pull request #287 from Shopify/split-allocations
  • 984a578 Merge pull request #278 from ghiculescu/allocate-none
  • 52f9b82 Optimize Money#split(n) for large n
  • Additional commits viewable in compare view

Updates rbi from 0.1.10 to 0.1.11

Release notes

Sourced from rbi's releases.

v0.1.11

What's Changed

🛠 Other Changes

Full Changelog: Shopify/rbi@v0.1.10...v0.1.11

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 3 updates: [graphql](https://github.com/rmosolgo/graphql-ruby), [shopify-money](https://github.com/Shopify/money) and [rbi](https://github.com/Shopify/rbi).


Updates `graphql` from 2.3.0 to 2.3.1
- [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.3.0...v2.3.1)

Updates `shopify-money` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/Shopify/money/releases)
- [Commits](Shopify/money@v2.0.0...v2.2.0)

Updates `rbi` from 0.1.10 to 0.1.11
- [Release notes](https://github.com/Shopify/rbi/releases)
- [Commits](Shopify/rbi@v0.1.10...v0.1.11)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: shopify-money
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rbi
  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 April 22, 2024 21:56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 22, 2024
@dependabot dependabot bot requested a review from Morriar April 22, 2024 21:56
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Apr 22, 2024
@dependabot dependabot bot requested a review from egiurleo April 22, 2024 21:56
@egiurleo egiurleo merged commit 0f0ce3f into main Apr 23, 2024
36 checks passed
@egiurleo egiurleo deleted the dependabot/bundler/minor-and-patch-45e0131fe9 branch April 23, 2024 14:21
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