ufosc / AskAGator

Open source teacher/professor interaction software
10 stars 7 forks source link

Bump graphql from 14.3.1 to 14.4.0 #129

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps graphql from 14.3.1 to 14.4.0.

Release notes *Sourced from [graphql's releases](https://github.com/graphql/graphql-js/releases).* > ## v14.4.0 (2019-06-26) > > #### New Feature πŸš€ > * [#1906](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1906) Use 'Object.freeze' consistently on all exported Array/Object constants ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1878](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1878) Add "version" string and parsed "versionInfo" ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1942](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1942) Export "SubscriptionArgs" type ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1946](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1946) GraphQLScalarType: make 'serialize' optional with 'identityFunc' as default ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1359](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1359) validateSchema: validate Input Objects self-references ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1949](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1949) [printError] Make location formatting IDE friendly ([@​alloy](https://github.com/alloy)) > * [#1955](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1955) Make 'parseLiteral' optional and use wrapped 'parseValue' by default ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1965](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1965) Added partial support for repeatable directives ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1984](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1984) Extract 'printLocation' & 'printSourceLocation' functions ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1985](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1985) Print minified location ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > > #### Bug Fix 🐞 > * [#1916](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1916) findBreakingChanges: use string representation to compare default values ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1920](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1920) Remove trailing spaces from 'Int' and 'Float' descriptions ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1937](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1937) Accept normal object as 'variableValues' arg of 'graphql' function ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1938](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1938) Allow null value on 'data' property of 'ExecutionResult' type ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1939](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1939) Accept normal object as 'variableValues' arg of subscribe functions ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1983](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1983) printError shouldn't return trailing new line ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > > #### Docs πŸ“ >
> 2 PRs were merged > > * [#1923](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1923) Copy 'site/graphql-js' folder from 'graphql.github.io' repo ([@​IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1959](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1959) Fix URLs to the GraphQL Specification and its repository ([@​IvanGoncharov](https://github.com/IvanGoncharov)) >

Polish πŸ’…

40 PRs were merged * [#1901](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1901) findBreakingChanges: extract 'findByName' utility function ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1902](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1902) findBreakingChanges: Simplify type to string conversion ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1903](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1903) findBreakingChanges: add missing dots to descriptions ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1904](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1904) findBreakingChanges-test: Unify changes snapshots ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1905](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1905) findBreakingChanges: simplify schema iteration ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1907](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1907) findBreakingChanges: unify how changes are collected ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1908](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1908) findBreakingChanges: extract "diff" utility function ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1909](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1909) findBreakingChanges: reduce duplication by merging some functions ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1910](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1910) Replace some "for" cycles with "for of" ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1911](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1911) findBreakingChanges: merge funcs and remove duplicated iteration logic ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1912](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1912) findBreakingChanges: sort functions in logical order ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1914](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1914) ESLint: Forbid unnecessary backticks ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1918](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1918) tests: replace 'printNode' with more high-level 'printASTNode' ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1921](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1921) Manually concat all static strings ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1927](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1927) validation-tests: remove useless parseValue & parseLiteral ([@​IvanGoncharov](https://github.com/IvanGoncharov)) * [#1934](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1934) Add typings to introspection resolvers ([@​IvanGoncharov](https://github.com/IvanGoncharov)) ... (truncated)
Commits
  • 16f5ca0 v14.4.0
  • 610de0e Update NPM token inside '.travis.yml' (#1996)
  • 4899187 Improve typings for 'toJSONDeep' function (#1995)
  • 2a0dcd9 Improve Flow typing for 'memoize3' (#1994)
  • e6d2c5a Update Flow to v0.102 (#1993)
  • 857682a Change formatting of '.travis.yml'. Continuation of 2b9d571 (#1992)
  • 2b9d571 Change formating of '.travis.yml' to better match output of Tra… (#1991)
  • a1b1292 Update deps
  • d8c1dfd printLocation: Add special support for minified documents
  • e171bbc printLocation: Use vertical bar as number column delimiter
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by i1g, a new releaser for graphql since your current version.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #133.