Skip to content

Update batch-loader requirement from ~> 1.4.1 to >= 1.4.1, < 1.6.0#102

Merged
AlessioRocco merged 1 commit intomasterfrom
dependabot/bundler/batch-loader-gte-1.4.1-and-lt-1.6.0
May 15, 2020
Merged

Update batch-loader requirement from ~> 1.4.1 to >= 1.4.1, < 1.6.0#102
AlessioRocco merged 1 commit intomasterfrom
dependabot/bundler/batch-loader-gte-1.4.1-and-lt-1.6.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Apr 21, 2020

Updates the requirements on batch-loader to permit the latest version.

Changelog

Sourced from batch-loader's changelog.

v1.5.0

  • Added: Support for GraphQL Interpreter. #62
  • Deprecated: BatchLoader.for in GraphQL. #62

Please use BatchLoader::GraphQL.for instead:

field :user, UserType, null: false
def user # resolver
BatchLoader::GraphQL.for...
end

Or wrap a BatchLoader instance with BatchLoader::GraphQL.wrap:

field :user, UserType, null: false
def user # resolver
BatchLoader::GraphQL.wrap(lazy_user)
end
def lazy_user
BatchLoader.for...
end

v1.4.1

  • Fixes: Does not allow mutating and corrupting a list of items in a batch block. #46

v1.4.0

  • Added: new replace_methods argument to BatchLoader#batch to allow control over define_method calls. #45

v1.3.0

  • Added: BatchLoader::GraphQL.for to make it compatible with graphql gem versions >= 1.8.7. #30

v1.2.2

  • Fixed: Identify item by key object instead of key string representation. #27

v1.2.1

  • Fixed: Do not depend on method_missing for respond_to?. #14

v1.2.0

... (truncated)
Commits
  • a77cf9a Release v1.5.0
  • 071f943 Merge pull request #62 from exAspArk/graphql-interpreter
  • cd396ff Deprecate BatchLoader.for in GraphQL
  • 3135a6e Fix compatibility with GraphQL Interpreter and BatchLoader.for
  • 4b7596a Merge pull request #60 from fursich/chore/modify_gemfile_versions
  • 2ca1e23 update/refactor .travis.yml
  • bf56788 retrieve graphql-ruby version directly from constant
  • 6ca5949 update gemfile version specifier
  • a17b684 Merge pull request #57 from fursich/chore/update_ci
  • 76b0c78 update test expectation for FrozenError message
  • Additional commits viewable 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 21, 2020
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/bundler/batch-loader-gte-1.4.1-and-lt-1.6.0 branch 2 times, most recently from 23cdce6 to 0c67fd0 Compare May 8, 2020 08:21
@AlessioRocco
Copy link
Copy Markdown
Contributor

@dependabot rebase

Updates the requirements on [batch-loader](https://github.com/exAspArk/batch-loader) to permit the latest version.
- [Release notes](https://github.com/exAspArk/batch-loader/releases)
- [Changelog](https://github.com/exAspArk/batch-loader/blob/master/CHANGELOG.md)
- [Commits](exAspArk/batch-loader@v1.4.1...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/bundler/batch-loader-gte-1.4.1-and-lt-1.6.0 branch from 0c67fd0 to d54193d Compare May 15, 2020 11:06
@AlessioRocco AlessioRocco self-requested a review May 15, 2020 11:40
@AlessioRocco AlessioRocco merged commit 9a0e467 into master May 15, 2020
@AlessioRocco AlessioRocco deleted the dependabot/bundler/batch-loader-gte-1.4.1-and-lt-1.6.0 branch May 15, 2020 11:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants