ToxicMushroom / Melijn

A powerful multi-purpose discord bot
https://melijn.com/
MIT License
76 stars 23 forks source link

chore(deps): bump apollo-coroutines-support from 2.4.0 to 2.4.1 #192

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps apollo-coroutines-support from 2.4.0 to 2.4.1.

Release notes

Sourced from apollo-coroutines-support's releases.

v2.4.1

Version 2.4.1 brings a bunch of bug fixes, support for Gradle configuration cache and better Apollo Studio integration.

Gradle configuration cache

Apollo Android now supports Gradle configuration cache. Configuration cache is still an incubating Gradle feature. If you notice any warning in your builds, please file an issue

Studio integration

Users of Apollo Studio can now use the built-in ApolloClientAwarenessInterceptor to get more insights about their Android clients. Check the related documentation for more details how to do this.

Also, the Gradle plugin can now download schemas from the registry in addition to using introspection. To download a schema from the registry, use the --graph argument:

./gradlew downloadApolloSchema --graph $APOLLO_GRAPH --key $APOLLO_KEY --schema schema.[json | sdl]

Full Changelog

✨ New

[Gradle Plugin] add registry download (#2617) [Runtime] add a client awareness OkHttp interceptor (#2603) [Gradle Plugin] configuration cache compatibility (#2608)

👷‍ Fixes

[Compiler] fix line wrapping on long lines with forEach lambda. (#2621) [Compiler] fix cache key for arguments that contain lists (#2592) [Gradle Plugin] fix absolute paths in windows (#2615)

⚙️ Internal

[Runtime] Fix some operation log calls (#2599)

❤️ External contributors

Many thanks to @SamuelFrankSmith, @BenSchwab, @moshkit, @annieechen for their awesome work on codegen, runtime, documentation and help keep the project in good shape in general!

Commits
  • bf3a361 release 2.4.1
  • c155cac Merge pull request #2607 from apollographql/doc/2.4.1
  • 0bd0cc7 Update dependency gatsby to v2.24.67
  • 96d53ba Update dependency gatsby-theme-apollo-docs to v4.5.2
  • 4d9e052 Update dependency gatsby-theme-apollo-docs to v4.5.1
  • b4de862 Merge pull request #2617 from apollographql/download-from-the-registry
  • 110a9a8 Merge pull request #2621 from SamuelFrankSmith/fix/2620
  • f8d96f6 Corrects #2620 - Improper wrapper in forEach lambda.
  • 5a409ea use the new url
  • 6b1a321 gix typo
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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](https://app.dependabot.com): - 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)