tbrittain / vault-bot

Collaborative, unique music management and tracking application using Discord and Spotify
https://www.tbrittain.com/projects/vaultbot
1 stars 0 forks source link

Bump @apollo/client from 3.7.5 to 3.7.6 in /frontend #700

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @apollo/client from 3.7.5 to 3.7.6.

Release notes

Sourced from @​apollo/client's releases.

v3.7.6

Patch Changes

  • #10470 47435e879 Thanks @​alessbell! - Bumps TypeScript to 4.9.4 (previously 4.7.4) and updates types to account for changes in TypeScript 4.8 by propagating contstraints on generic types. Technically this makes some types stricter as attempting to pass null|undefined into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place.

  • #10408 55ffafc58 Thanks @​zlrlo! - fix: modify BatchHttpLink to have a separate timer for each different batch key

  • #9573 4a4f48dda Thanks @​vladar! - Improve performance of local resolvers by only executing selection sets that contain an @client directive. Previously, local resolvers were executed even when the field did not contain @client. While the result was properly discarded, the unncessary work could negatively affect query performance, sometimes signficantly.

Changelog

Sourced from @​apollo/client's changelog.

3.7.6

Patch Changes

  • #10470 47435e879 Thanks @​alessbell! - Bumps TypeScript to 4.9.4 (previously 4.7.4) and updates types to account for changes in TypeScript 4.8 by propagating contstraints on generic types. Technically this makes some types stricter as attempting to pass null|undefined into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place.

  • #10408 55ffafc58 Thanks @​zlrlo! - fix: modify BatchHttpLink to have a separate timer for each different batch key

  • #9573 4a4f48dda Thanks @​vladar! - Improve performance of local resolvers by only executing selection sets that contain an @client directive. Previously, local resolvers were executed even when the field did not contain @client. While the result was properly discarded, the unncessary work could negatively affect query performance, sometimes signficantly.

Commits
  • 9f0e298 Version Packages (#10479)
  • b4a4bd1 Add more details to the roadmap (#10494)
  • 4a4f48d Fields without @client directive should not be resolved locally (#9573)
  • 43f3a54 chore(deps): update dependency eslint to v8.33.0
  • 8f56cc4 chore(deps): update dependency eslint-plugin-testing-library to v5.10.0
  • 154d8ac chore(deps): update dependency @​typescript-eslint/parser to v5.49.0
  • ca852c2 chore(deps): update dependency @​typescript-eslint/eslint-plugin to v5.49.0
  • 9784872 chore(deps): update cimg/node docker tag to v19.5.0
  • 7db773d chore(deps): update dependency rimraf to v4.1.2
  • 0ff17be chore(deps): update dependency acorn to v8.8.2
  • 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)