daily-api
daily-api copied to clipboard
build(deps): bump graphql and graphql-relay
Bumps graphql and graphql-relay. These dependencies needed to be updated together.
Updates graphql
from 15.8.0 to 16.6.0
Release notes
Sourced from graphql's releases.
v16.6.0 (2022-08-16)
New Feature 🚀
- #3645 createSourceEventStream: introduce named arguments and deprecate positional arguments (
@yaacovCR
)- #3702 parser: limit maximum number of tokens (
@IvanGoncharov
)Bug Fix 🐞
- #3686 Workaround for codesandbox having bug with TS enums (
@IvanGoncharov
)- #3701 Parser: allow 'options' to explicitly accept undefined (
@IvanGoncharov
)Committers: 2
- Ivan Goncharov(
@IvanGoncharov
)- Yaacov Rydzinski (
@yaacovCR
)v16.5.0 (2022-05-09)
New Feature 🚀
- #3565 Expose GraphQLErrorOptions type (#3554) (
@IvanGoncharov
)Committers: 1
- Ivan Goncharov(
@IvanGoncharov
)v16.4.0 (2022-04-25)
New Feature 🚀
- #3465 refactor: use object for GraphQLError constructor (
@n1ru4l
)- #3487 feat: expose getArgumentValues (
@saihaj
)Bug Fix 🐞
Docs 📝
- #3505 correct outdated documentation (
@Ginhing
)- #3512 Update documentation on deprecated formatError(..) (
@dwelch2344
)Polish 💅
- #3522 tests(execution): add missing new lines (
@IvanGoncharov
)- #3524 tests(printSchema): test omitting schema of common names (
@IvanGoncharov
)- #3537 ESLint: disallow using node globals in src/tests (
@IvanGoncharov
)Internal 🏠
... (truncated)
Commits
3a51eca
16.6.0f0a0a4d
parser: limit maximum number of tokens (#3702)6c6508b
Parser: allow 'options' to explicitly accept undefined (#3701)af8221a
Workaround for codesandbox having bug with TS enums (#3686)59a73d6
createSourceEventStream: introduce named arguments and deprecate positional a...1f8ba95
16.5.01112b4d
Expose GraphQLErrorOptions type (#3554) (#3565)23dba4e
16.4.0af64b67
pass valid value to codecov config (#3543)16503cd
github-actions-bot: fix reply on commands (#3538)- Additional commits viewable in compare view
Updates graphql-relay
from 0.9.0 to 0.10.0
Release notes
Sourced from graphql-relay's releases.
v0.10.0 (2021-12-19)
Breaking Change 💥
- #340 Migrate to TypeScript (
@saihaj
)- #362 connection: use proper type for
nodeType
(@IvanGoncharov
)- #364 Drop support for PromiseLike object in mutation resolvers (
@IvanGoncharov
)- #365 Add back support for PromiseLike values in mutation resolvers (
@IvanGoncharov
)- #370 TS: sync up TS typings with Flow typings (
@IvanGoncharov
)- #373 Switch to [email protected] (
@IvanGoncharov
)New Feature 🚀
- #371 Export 'ConnectionConfig' and 'GraphQLConnectionDefinitions' types (
@IvanGoncharov
)- #372 TS: add typings for 'src/utils/base64.js' (
@IvanGoncharov
)Bug Fix 🐞
- #374 Fix: 'fromGlobalId' trowing on invalide UTF code points (
@IvanGoncharov
)Polish 💅
- #363 Improve internal typings (
@IvanGoncharov
)- #366 Add explicit typing of recursive variables (
@IvanGoncharov
)- #369 TS: add 'declare' to function typings (
@IvanGoncharov
)Internal 🏠
- #368 Sync up NPM build script with graphql-js (
@IvanGoncharov
)Committers: 2
- Ivan Goncharov(
@IvanGoncharov
)- Saihajpreet Singh(
@saihaj
)
Commits
3796e09
0.10.06530b83
Fix: 'fromGlobalId' trowing on invalide UTF code points (#374)d4c533f
Switch to [email protected] (#373)08a4a87
remove flow infra and use TSe0db753
backportextensions
typings from 'mutation.d.ts'10fab5b
Switch all files to TS syntaxadcfe48
convertjs
tots
06633c3
TS: add typings for 'src/utils/base64.js' (#372)440a32b
Export 'ConnectionConfig' and 'GraphQLConnectionDefinitions' types (#371)2b9dbaf
TS: sync up TS typings with Flow typings (#370)- 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
.
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)