Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dataloader from 2.0.0 to 2.0.1 (#906)
Bumps [dataloader](https://github.com/absinthe-graphql/dataloader) from 2.0.0 to 2.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/absinthe-graphql/dataloader/blob/main/CHANGELOG.md">dataloader's changelog</a>.</em></p> <blockquote> <h2>v2.0.1 2024-09-04</h2> <ul> <li>Bug Fix: Revert undesirable lateral (<a href="https://redirect.github.com/absinthe-graphql/dataloader/pull/171">#171</a>)</li> <li>Improvement: Relax otel process propagator vsn (<a href="https://redirect.github.com/absinthe-graphql/dataloader/pull/167">#167</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/1bb6f1bd14c631e526aa970fb50116ef8dd14122"><code>1bb6f1b</code></a> Merge pull request <a href="https://redirect.github.com/absinthe-graphql/dataloader/issues/175">#175</a> from absinthe-graphql/bryanjos/update_changelog_for_r...</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/845393bd1ef9e2541596569534cc9deaf5bd5ecf"><code>845393b</code></a> Update changelog</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/c19fec8187846926d9c0e21e46e974d3a1c835c1"><code>c19fec8</code></a> Merge pull request <a href="https://redirect.github.com/absinthe-graphql/dataloader/issues/171">#171</a> from absinthe-graphql/remove-undesirable-lateral</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/f0b372b475d0e51fff9341f8660893b1fef1590d"><code>f0b372b</code></a> Improve test description</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/cbb38a52ffd70e0f0f8630f2793e4e32af96c36e"><code>cbb38a5</code></a> change to many to many to support test case</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/37cd17f761127b83c7c58e1a5848cdae7646514b"><code>37cd17f</code></a> don't lateral join just because we have order_bys</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/f1db9ae761ba5264e61d2673d98c0d5577fa8c76"><code>f1db9ae</code></a> Merge pull request <a href="https://redirect.github.com/absinthe-graphql/dataloader/issues/167">#167</a> from bryannaegele/main</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/1d335a5a864af2cd9d490cf64ecce4d84ca66ffa"><code>1d335a5</code></a> Make it backwards compatible.</li> <li><a href="https://github.com/absinthe-graphql/dataloader/commit/963a71feb829bbff048459dd98e981fd6dcfc711"><code>963a71f</code></a> Relax otel process propagator vsn</li> <li>See full diff in <a href="https://github.com/absinthe-graphql/dataloader/compare/v2.0.0...v2.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dataloader&package-manager=hex&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
- Loading branch information