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.5.0
Release notes
Sourced from graphql's releases.
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 🏠
- #3468 ci: add stub action for canary releases on PRs (
@IvanGoncharov
)- #3470 ci: implement canary releases on PRs (
@IvanGoncharov
)- #3472 ci: remove NPM caching on canary release script (
@IvanGoncharov
)- #3473 ci: Pass 'GITHUB_TOKEN' to GitHub CLI (
@IvanGoncharov
)- #3475 ci: checkout repo in canary workflow (
@IvanGoncharov
)- #3477 ci: fix & cleanup script for modifying NPM package into canary (
@IvanGoncharov
)- #3479 ci: Add missing require to canary script (
@IvanGoncharov
)- #3481 ci: fix missing PR number in canary release workflow (
@IvanGoncharov
)- #3483 ci: fix missing PR number in canary release workflow (
@IvanGoncharov
)- #3484 ci: Moving GH Action template syntax to env variables (
@IvanGoncharov
)- #3486 ci: improve comment on canary releases (
@IvanGoncharov
)- #3488 ci: Extract branch publishing into separate workflow (
@IvanGoncharov
)
... (truncated)
Commits
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)0926554
ESLint: disallow using node globals in src/tests (#3537)4f062aa
github-actions-bot: fix usage of NPM_CANARY_PR_PUBLISH_TOKEN (#3536)a981dc6
github-actions-bot: fix publishing of canary releases (#3534)bb70cbc
Update deps (#3533)b38429f
integrationTests/node: fix crash on Mac with M1 by using docker (#3530)- 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)