tjmehta / graphql-date

GraphQL Date Type
MIT License
67 stars 11 forks source link

An in-range update of graphql is breaking the build 🚨 #13

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.11.0 of graphql just got published.

Branch Build failing 🚨
Dependency graphql
Current Version 0.10.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As graphql is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/tjmehta/graphql-date/builds/268509152?utm_source=github_status&utm_medium=notification)

Release Notes v0.11.0

Breaking

  • The subscribe() function now returns a Promise of either an AsyncIterator or ExecutionResult to better distinguish between initialization errors and publish errors; previously it just returned an AsyncIterator (#918).

Spec compliance

  • Passing an array in place of a String input throws an error instead of silently coercing (#925).

Fixes

  • Directive descriptions are preserved through calls to extendSchema() (#961).

Changes

  • The ExecutionArgs type is now exported (#988).
  • Adding a type to a union or a value to an enum are now reported as "dangerous" changes (#991).
Commits

The new version differs by 41 commits.

  • d7a80b6 0.11.0
  • d3fd6c3 Merge pull request #994 from APIs-guru/cleanupBuildAstSchema
  • d9178f4 remove dead code from buildASTSchema
  • 0eb070f Expanded findBreakingChanges test with missing case. (#993)
  • 0779c36 Update subscribe function to return a Promise of AsyncIterator or ExecutionResult (#918)
  • 24a5038 Throw TypeError when coercing an array into a GraphQLString (#925)
  • 85bfd13 Export "ExecutionArgs" type (#988)
  • 26023b3 Adding a type to a union is now a dangerous change. (#991)
  • 6953f97 Freshen yarn.lock
  • b860b6f Merge pull request #987 from graphql/greenkeeper/eslint-4.4.1
  • c156180 chore(package): update eslint to version 4.4.1
  • b6a46a0 Merge pull request #984 from excitement-engineer/enum-dangerous-change
  • 0e7d460 Freshen yarn.lock
  • 7984f12 Merge pull request #985 from graphql/greenkeeper/eslint-4.4.0
  • d49c355 Merge pull request #983 from graphql/greenkeeper/chai-4.1.1

There are 41 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 0.10.5 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 7 years ago

Version 0.11.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.11.1

Fixes

  • Remove unintended runtime dependency on Regenerator runtime (#1007).
Commits

The new version differs by 3 commits.

  • 8ef2d04 0.11.1
  • 8b5476a Merge pull request #1007 from wincent/glh/graphql-update-fix
  • 609af80 Rewrite createSourceEventStream to avoid use of async

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.11.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.11.2

Fixes

  • Fix Flow errors for people who do not have experimental.const_params=true set in their .flowconfig (#1012).
Commits

The new version differs by 13 commits.

  • 96a869a 0.11.2
  • 275471e Merge pull request #1012 from graphql/async-map-value-flow
  • 3530f12 Assign rejectCallback to temporary const variable
  • 0f3698c Add comment to explain redundant null check for rejectCallback
  • 78219d6 Fix flow error in mapAsyncIterator
  • 4a378b9 Merge pull request #1010 from wincent/glh/lint
  • 84e0ad8 Provide more context in lint error message
  • 31ebb1f Merge pull request #1009 from wincent/glh/header
  • 31cb269 Add linter error preventing use of async outside the test suite
  • 7b3152f Add a missing license header
  • 8ef2d04 0.11.1
  • 8b5476a Merge pull request #1007 from wincent/glh/graphql-update-fix
  • 609af80 Rewrite createSourceEventStream to avoid use of async

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.11.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.11.3

Fixes:

Fix type errors exposed by Flow version v0.54 (#1023, #1026).

Commits

The new version differs by 19 commits.

  • b84b69f 0.11.3
  • 4fbfd22 Follow up: improve legibility of graphql/execute fns
  • fee8abb Revert "Simplify args processing in "graphql" and "execute" functions"
  • 61272b4 Update to flow 0.54 (#1026)
  • 87934f6 Merge pull request #1025 from APIs-guru/simplifyArgs
  • 58ac464 Simplify args processing in "graphql" and "execute" functions
  • 96a869a 0.11.2
  • 275471e Merge pull request #1012 from graphql/async-map-value-flow
  • 3530f12 Assign rejectCallback to temporary const variable
  • 0f3698c Add comment to explain redundant null check for rejectCallback
  • 78219d6 Fix flow error in mapAsyncIterator
  • 4a378b9 Merge pull request #1010 from wincent/glh/lint
  • 84e0ad8 Provide more context in lint error message
  • 31ebb1f Merge pull request #1009 from wincent/glh/header
  • 31cb269 Add linter error preventing use of async outside the test suite

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.11.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.11.4

New:

Fixes:

  • Fix another type issue exposed by Flow version v0.54 (#1027).
Commits

The new version differs by 26 commits.

  • a501a9c 0.11.4
  • 3afa992 Update to iterall@1.1.2 with memory leak fix
  • 4f5e351 Relicense as MIT (#1046)
  • eb01a23 Merge pull request #1027 from APIs-guru/excuteArgs
  • 7086160 Fix issues uncovered by enabling Flow
  • 3c74e0b Add missing '@flow' and unify comments style
  • 56c2e42 Add missing ExecutionArgs export
  • b84b69f 0.11.3
  • 4fbfd22 Follow up: improve legibility of graphql/execute fns
  • fee8abb Revert "Simplify args processing in "graphql" and "execute" functions"
  • 61272b4 Update to flow 0.54 (#1026)
  • 87934f6 Merge pull request #1025 from APIs-guru/simplifyArgs
  • 58ac464 Simplify args processing in "graphql" and "execute" functions
  • 96a869a 0.11.2
  • 275471e Merge pull request #1012 from graphql/async-map-value-flow

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.11.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.11.5

Fixes

  • Update to Flow version v0.56.0
  • fix flow errors by annotating null prototypes, exposed by Flow v0.55.0 (#1048)
Commits

The new version differs by 2 commits.

  • 0136567 0.11.5
  • 9a9de3e fix flow errors by annotating null prototypes (#1048)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.11.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.11.6

Fixes

  • Upgrades iterall dependency to v01.1.3, removing an undesired arrow function in the published package that could break build and runtime processes (leebyron/iterall#27).
Commits

The new version differs by 3 commits.

  • efcfae6 0.11.6
  • ec25e75 Merge pull request #1052 from wincent/glh/bump
  • a7c4206 Upgrade iterall dependency

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.11.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.11.7

Fixes:

  • Fix an issue where flow typed resolvers would unnecessarily need to include __proto__ (#1056)
Commits

The new version differs by 5 commits.

  • e236ca2 0.11.7
  • 36b3407 Return normal objects for args and vars. (#1056)
  • efcfae6 0.11.6
  • ec25e75 Merge pull request #1052 from wincent/glh/bump
  • a7c4206 Upgrade iterall dependency

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.12.0

RELEASE NOTES COMING SOON

Commits

The new version differs by 114 commits.

  • 9d8b297 0.12.0
  • 1f97618 Flow type visitor and validation rules. (#1155)
  • b283d9b Add suggestions for invalid values (#1153)
  • f236898 Find breaking directive changes (#1152)
  • c4e301d Fix path argument. Enchance visit test to validate all arguments (#1149)
  • 0765be3 Merge pull request #1150 from mohawk2/fix-watch-lint
  • c70f5cc Merge pull request #1148 from APIs-guru/noMaxLen
  • de40c22 Make npm run watch linting work right
  • 8d1ae25 Remove eslint comments unnecessary after 40f73fd
  • ada56fe Validate literals in a single rule with finer precision (#1144)
  • 1aa12df Simplify Unknown Args Validation (#1147)
  • ce0a4b9 Add experimental support for parsing variable definitions in fragments (#1141)
  • f39b0fd Re-enable eslint redeclare check for rest of file (#1140)
  • 1d90ad2 Robust type info (#1143)
  • 461392d Move schema validation into separate step (type constructors) (#1132)

There are 114 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.12.1

Flow Type Fixes:

  • Removed experimental.const_params Flow option to ensure support for projects which do not enable this option (#1157, #1160)
  • Changed visit() to return any instead of mixed to reduce the scope of the breaking change of adding Flow types for this function.
Commits

The new version differs by 119 commits.

  • a471980 0.12.1
  • 68ec835 Remove flow option experimental.const_params (#1160)
  • d11883e Increase test timeout threshold to avoid spurrious CI failure
  • 026870c Upgrade to support flow 0.61 (#1158)
  • 8bd9fda visit return any instead of mixed. (#1159)
  • 9d8b297 0.12.0
  • 1f97618 Flow type visitor and validation rules. (#1155)
  • b283d9b Add suggestions for invalid values (#1153)
  • f236898 Find breaking directive changes (#1152)
  • c4e301d Fix path argument. Enchance visit test to validate all arguments (#1149)
  • 0765be3 Merge pull request #1150 from mohawk2/fix-watch-lint
  • c70f5cc Merge pull request #1148 from APIs-guru/noMaxLen
  • de40c22 Make npm run watch linting work right
  • 8d1ae25 Remove eslint comments unnecessary after 40f73fd
  • ada56fe Validate literals in a single rule with finer precision (#1144)

There are 119 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.12.2

Fixes:

  • Properly deploy a package on npm which contains es6-modules (#1161)
  • Support 5-year-old legacy GraphQL services (#1162)
Commits

The new version differs by 123 commits.

  • e6a8e31 0.12.2
  • 8c2693c Unify build scripts to all rely on npm run build (#1161)
  • 0071110 Add special case for legacy servers. (#1162)
  • 0d66e29 Increase test run time further for slow machines
  • a471980 0.12.1
  • 68ec835 Remove flow option experimental.const_params (#1160)
  • d11883e Increase test timeout threshold to avoid spurrious CI failure
  • 026870c Upgrade to support flow 0.61 (#1158)
  • 8bd9fda visit return any instead of mixed. (#1159)
  • 9d8b297 0.12.0
  • 1f97618 Flow type visitor and validation rules. (#1155)
  • b283d9b Add suggestions for invalid values (#1153)
  • f236898 Find breaking directive changes (#1152)
  • c4e301d Fix path argument. Enchance visit test to validate all arguments (#1149)
  • 0765be3 Merge pull request #1150 from mohawk2/fix-watch-lint

There are 123 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.12.3

Fixes:

  • Excluded lock files from deployed npm package
Commits

The new version differs by 125 commits.

  • 81a88eb 0.12.3
  • 72b8e1b Do not include lock files in deployed package
  • e6a8e31 0.12.2
  • 8c2693c Unify build scripts to all rely on npm run build (#1161)
  • 0071110 Add special case for legacy servers. (#1162)
  • 0d66e29 Increase test run time further for slow machines
  • a471980 0.12.1
  • 68ec835 Remove flow option experimental.const_params (#1160)
  • d11883e Increase test timeout threshold to avoid spurrious CI failure
  • 026870c Upgrade to support flow 0.61 (#1158)
  • 8bd9fda visit return any instead of mixed. (#1159)
  • 9d8b297 0.12.0
  • 1f97618 Flow type visitor and validation rules. (#1155)
  • b283d9b Add suggestions for invalid values (#1153)
  • f236898 Find breaking directive changes (#1152)

There are 125 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 169 commits.

  • 5f50543 0.13.0
  • 4b96a86 Maintain allowed legacy names when extending a schema. (#1226)
  • 312daa5 Switch introspection tests to graphqlSync (#1225)
  • b333b30 Fix spelling, "lexographicSortSchema" => "lexicographicSortSchema" (#1220)
  • 360fa06 Travis job include condition tweak
  • f4e104d Improve travis runs (#1219)
  • b39f728 0.13.0-rc.1
  • 5578fb9 Simplify build steps (#1216)
  • 40481f1 Update to latest dependencies (#1215)
  • 6a1eddf Add 'lexographicSortSchema' (#1208)
  • a722af7 Fix #1205 - Use multi-line block for trailing quote (#1212)
  • 6dc634b Follow up to #1211
  • bd8aa36 Add 'objectValues' JS util function (#1209)
  • a725633 Remove redundancy in 'schemaPrinter' tests (#1211)
  • fa1341f Fix #1210 - SourceLocation is a type, not a value

There are 169 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 191 commits.

  • 31ae8a8 0.13.1
  • 2c58b26 Make 'ASTDefinitionBuilder' responsible only for build types from AST (#1230)
  • 65afbaf Use .mjs for module code (#1244)
  • d640f9f Update to latest release of iterall
  • 7e68984 Fix outdated reference to old license
  • b4f2955 More allowed legacy names (#1235)
  • 14fde90 simplify extendSchema tests (#1242)
  • ebdac97 ISSUE_TEMPLATE: Fix 'facebook/graphql' link (#1243)
  • 81db410 Remove duplicate test (#1240)
  • 3493edd Export ExectuableDefinitionNode (#1241)
  • f2534a1 Merge pull request #1237 from gdi2290/patch-1
  • 0487302 Update index.js
  • 135619c export isValidNameError
  • ee93a91 export isValidNameError
  • 8f81f0a export isValidNameError

There are 191 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v0.13.2

New:

  • Allow buildSchema() to take options (#1249)
  • Update to Flow v0.68 (#1290)

Fixes:

  • Update iterall (#1254)
  • buildSchema: Make options optional (#1270)
Commits

The new version differs by 210 commits.

  • f995c1f 0.13.2
  • 3fe5dee Merge pull request #1290 from samwgoldman/master
  • 207a2fd Update to Flow v0.68
  • 70f008e Remove redundant Flow type casts (#1278)
  • 1fbd7ec Throws descriptive error when non-type used instead of interface (#1282)
  • fb27b92 Merge wrappers into type/definition to fix circular imports (#1275) (#1276)
  • 4a9e37a Cleanup variables test (extracted from #1267) (#1273)
  • 8913bf0 Remove unused dev dependencies
  • fbcda23 Add nested nullable test in VariablesInAllowedPositions test
  • 65fb6ae buildSchema: Make options optional (#1270)
  • 323f2d2 Tests: Remove excessive dependencies and async/await (#1269)
  • a62eea8 Unify extending of type system (#1261)
  • 261b99b Eliminate circular dependency in validation rules (#1263)
  • 499a759 Replace getPromise with isPromise (#1255)
  • fb3257c Update iterall and flow v0.66 (#1254)

There are 210 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 14.0.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v14.0.0

Breaking:

  • Drops support for node v4 and v9, makes sure node v10 is supported (#1338, #1445)
  • Reject invalid scalar value coercion (#1365, #1336)
  • Removes VariablesDefaultValueAllowed validation rule, and ProvidedNonNullArguments became ProvidedRequiredArguments (#1274)
  • Stricter coercion of Scalar Types (#1382)
  • Removes deprecated Introspection fields onOperation, onFragment, and onField (#1385, #1429)
  • GraphQL*Config are now exact types (#1391, #1443)
  • "Schema Change" keys in BreakingChangeType and DangerousChangeType for detecting adding args and input fields changed name (#1492)
  • formatError API changed for error message extensions. To upgrade without changing existing server responses, wrap graphql's formatError:
import { formatError as baseFormatError, /* ... */ } from 'graphql';

{
  // other options
  formatError(error) {
    const { extensions, ...rest } = baseFormatError(error);
    return { ...extensions, ...rest };
  },
}

New:

  • Parse new schema extensions (#1314, #1323)
  • Export SDL AST types (#1315)
  • extendSchema extended with spec-compliant SDL extensions (#1373, #1392, #1441)
  • symbol.toStringTag support (#1297)
  • Expose getOperationRootType(schema, operationAST) (#1345)
  • Package is marked as side-effect free (#1312)
  • validateSchema works with Schema extensions (#1410)
  • validate works on SDL definitions (#1438, #1383)
  • directives can be added to variable definitions, behind experimentalVariableDefinitionDirectives flag (#1437, #1454)
  • ASTNode predicates, like isDefinitionNode and isTypeSystemDefinitionNode (#1459)
  • isRequiredArgument and isRequiredInputField predicates (#1463)

Fixed:

  • Fixes for custom enum types
  • Prettier, Flow and eslint upgrades (#1304, #1319)
  • Babel 7 upgrade (#1350)
  • Introspection query perf improved (#1329)
  • introspectionFromSchema has default options (#1408)
  • buildSchema memory leaks and infinite recursion fixed (#1417, #1427)
  • watch command fixed (#1449)
  • Benchmarking for validation (#1471)

Deprecated:

These will be removed in v15

  • introspectionQuery, use getIntrospectionQuery (#1386)
  • getDescription, use the schema AST node to get descriptions (#1396)
  • isValidJSValue, use coerceValue (#1386)
  • isValidLiteralValue, use validation (#1386)
greenkeeper[bot] commented 6 years ago

Version 14.0.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v14.0.1

(Something went wrong during release, this version has been unpublished)

Commits

The new version differs by 361 commits.

  • d1c4e7d Add missing ESLint rules as comments (#1503)
  • 7a94fac Rearrange ESLint rules, extracted from #1503 (#1511)
  • 6b033c2 Prevent infinite loop on invalid introspection (#1509)
  • 6963fc8 Benchmark: always assume schema is valid (#1510)
  • 84d05fc Run spell checker on all JS files (#1506)
  • c8a5792 buildClientSchema: Throws when missing directive locations (#1507)
  • e36368e Export "ValidationRule" type (#1504)
  • ea9dcfb 14.0.1
  • 1f44c59 update package.json file to support node 9.x (#1508)
  • 5b1ac59 Minor typo/spelling fixes (#1505)
  • 213d844 Add missing keywords (#1501)
  • fdb4633 Cleanup 'jsutils/inspect' function (#1499)
  • 8682f57 Cleanup formatting of string literals (#1498)
  • 5d56adb Update deps (#1500)
  • 6eec989 14.0.0

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 14.0.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v14.0.2

Fixes:

  • No longer presents warnings when used with node v7 and v9 (#1508)
  • Added keywords to the NPM package (#1501)
  • ValidationRule flow type is now exported (#1505)
  • Improved schema validation reports directives without locations (#1507)
  • Fixed potential infinite loop during introspection of some schema (#1509)
Commits

The new version differs by 362 commits.

  • 3595ea9 14.0.2
  • d1c4e7d Add missing ESLint rules as comments (#1503)
  • 7a94fac Rearrange ESLint rules, extracted from #1503 (#1511)
  • 6b033c2 Prevent infinite loop on invalid introspection (#1509)
  • 6963fc8 Benchmark: always assume schema is valid (#1510)
  • 84d05fc Run spell checker on all JS files (#1506)
  • c8a5792 buildClientSchema: Throws when missing directive locations (#1507)
  • e36368e Export "ValidationRule" type (#1504)
  • ea9dcfb 14.0.1
  • 1f44c59 update package.json file to support node 9.x (#1508)
  • 5b1ac59 Minor typo/spelling fixes (#1505)
  • 213d844 Add missing keywords (#1501)
  • fdb4633 Cleanup 'jsutils/inspect' function (#1499)
  • 8682f57 Cleanup formatting of string literals (#1498)
  • 5d56adb Update deps (#1500)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.1.0

New:

  • Added assertSchema and assertDirective (#1580)
  • Adds additional type extension validation (#1643)

Fixes:

  • Improves flow type definitions
  • Adds back in support for node 9, and tests for node 11. node >= 6 is currently supported.
  • Allows custom node inspect (#1605)
  • Correctly handles newlines in block strings (#1637)
Commits

The new version differs by 471 commits.

  • da61380 14.1.0
  • 4de99f7 Merge branch 'OneCyrus-feat_listTypeForError'
  • 0a731a5 Prettier and fix tests
  • a6676dc Merge branch 'feat_listTypeForError' of https://github.com/OneCyrus/graphql-js into OneCyrus-feat_listTypeForError
  • 37c022d buildClientSchema: add missing tests for introspection validations (#1666)
  • 3fef0d4 Enable Flow on buildClientSchema tests (#1665)
  • 6876587 Move $DisableFlowOnNegativeTest to more precise locations (#1664)
  • b747bb4 changed type error message
  • 8d7a5fd Merge schema validation tests with other schema tests (#1663)
  • 6741ac2 Add tests for GraphQLDirective (#1662)
  • d48e481 Move isInputType & isOutputType test to rest of predicates test (#1661)
  • 4cdc8e2 Update Flow to 0.90.0 (#1660)
  • 9f85d51 Remove excessive invariants (#1658)
  • 0818c18 ignore .nyc_output dir (#1657)
  • 9e40465 Move polyfills into separate dir and exclude them from coverage (#1656)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.1.1

Fixes:

Commits

The new version differs by 474 commits.

  • 7dd2b2b 14.1.1
  • 51c67dc Update travis api_key for npm deploys (#1667)
  • 7fe9985 Remove usage of Flow placeholder argument + cleanup (#1669)
  • da61380 14.1.0
  • 4de99f7 Merge branch 'OneCyrus-feat_listTypeForError'
  • 0a731a5 Prettier and fix tests
  • a6676dc Merge branch 'feat_listTypeForError' of https://github.com/OneCyrus/graphql-js into OneCyrus-feat_listTypeForError
  • 37c022d buildClientSchema: add missing tests for introspection validations (#1666)
  • 3fef0d4 Enable Flow on buildClientSchema tests (#1665)
  • 6876587 Move $DisableFlowOnNegativeTest to more precise locations (#1664)
  • b747bb4 changed type error message
  • 8d7a5fd Merge schema validation tests with other schema tests (#1663)
  • 6741ac2 Add tests for GraphQLDirective (#1662)
  • d48e481 Move isInputType & isOutputType test to rest of predicates test (#1661)
  • 4cdc8e2 Update Flow to 0.90.0 (#1660)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.2.0

14.2.0 (2019-03-26)

Note: Updating to this release can cause new Flow errors since it adds Flow typing for print function that was missing in previous versions.

New Feature πŸš€

Bug Fix 🐞

Docs πŸ“

Polish πŸ’…

42 PRs were merged

Internal 🏠

17 PRs were merged

Committers: 7

Commits

The new version differs by 588 commits.

  • 1321858 v14.2.0
  • 0b5e955 Tiny simplification in the parser code (#1801)
  • 0d2c01d Update deps (#1800)
  • 329f357 Rename 'MaybePromise' to 'PromiseOrValue' (#1798)
  • 84ea1c9 Update to Babel 7.4.1 (#1797)
  • fe0705f Update deps (#1796)
  • c83412f Switch 'check-cover' to use Flow's 'batch-coverage' cmd (#1795)
  • 26da75e Update Flow to v0.95 (#1794)
  • ffccf3f inspect: Add test for circular object as result of custom inspect
  • 1375776 inspect: detect circular objects
  • 97a2e98 inspect: Correctly handle custom inspect returning this
  • ad35c41 inspect: Limit maximum depth of printed objects
  • 68058b2 inspect: move implementation into formatValue
  • b3d9a5c inspect: Limit maximum number of printed items to 10
  • b699cfc Update deps (#1793)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.2.1

14.2.1 (2019-03-31)

Bug Fix 🐞

Commits

The new version differs by 592 commits.

  • d2ffd7c v14.2.1
  • 3c79bed buildClientSchema: Revert breaking change introduced in #1677 (#1808)
  • f289555 Update to ESLint 5.16 (#1807)
  • c1376e3 Enable Flow on more test files (#1806)
  • 1321858 v14.2.0
  • 0b5e955 Tiny simplification in the parser code (#1801)
  • 0d2c01d Update deps (#1800)
  • 329f357 Rename 'MaybePromise' to 'PromiseOrValue' (#1798)
  • 84ea1c9 Update to Babel 7.4.1 (#1797)
  • fe0705f Update deps (#1796)
  • c83412f Switch 'check-cover' to use Flow's 'batch-coverage' cmd (#1795)
  • 26da75e Update Flow to v0.95 (#1794)
  • ffccf3f inspect: Add test for circular object as result of custom inspect
  • 1375776 inspect: detect circular objects
  • 97a2e98 inspect: Correctly handle custom inspect returning this

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 629 commits.

  • 4bd1a11 v14.3.0
  • 972a150 Update Flow to 0.98.1 (#1852)
  • e90a5ca nyc: Switch config from JSON to YAML and move args from package.json (#1851)
  • d69c533 Add comment to make test better understandable (#1850)
  • 9ab5dfb Update deps (#1849)
  • e0fbf90 Remove Flow workaround for const arguments (#1848)
  • ccbbb29 isSpecifiedDirective should not assume Directive type (#1837)
  • d6c973a Adapt benchmark to the new build script (#1845)
  • 316e24e Correctly trap errors in shell scripts (#1844)
  • 22f0719 Fix "npm run build" on Node 10 (#1843)
  • ec206fc Terminate shell scripts if any subcomand terminated (#1842)
  • c11ccba Make single 'build.js' to handle NPM package build (#1841)
  • 1023264 ESLint: enable 'arrow-body-style' rule (#1840)
  • cd80f94 ESLint: enable all low-hanging rules and mark rest as TODO (#1839)
  • ce832ee Mark all ESLint rules that conflict with Prettier (#1838)

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.3.1

14.3.1 (2019-05-23)

Bug Fix 🐞

Polish πŸ’…

19 PRs were merged

Internal 🏠

15 PRs were merged

Committers: 2

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.4.0

v14.4.0 (2019-06-26)

New Feature πŸš€

Bug Fix 🐞

Docs πŸ“

2 PRs were merged

Polish πŸ’…

40 PRs were merged

Internal 🏠

19 PRs were merged

Dependency πŸ“¦

8 PRs were merged

Committers: 3

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.4.1

v14.4.1 (2019-06-29)

Bug Fix 🐞

Polish πŸ’…

Internal 🏠

4 PRs were merged

Committers: 1

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.4.2

v14.4.2 (2019-07-03)

Bug Fix 🐞

Polish πŸ’…

2 PRs were merged

Internal 🏠

Committers: 2

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.5.0

v14.5.0 (2019-08-22)

New Feature πŸš€

Bug Fix 🐞

Docs πŸ“

Polish πŸ’…

42 PRs were merged

Internal 🏠

14 PRs were merged

Dependency πŸ“¦

7 PRs were merged

Committers: 4

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.5.1

v14.5.1 (2019-08-23)

Bug Fix 🐞

Dependency πŸ“¦

Committers: 2

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.5.2

v14.5.2 (2019-08-24)

Bug Fix 🐞

Committers: 2

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.5.3

v14.5.3 (2019-08-24)

Bug Fix 🐞

Committers: 1

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.5.4

v14.5.4 (2019-08-29)

Bug Fix 🐞

Polish πŸ’…

Committers: 3

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.5.5

v14.5.5 (2019-09-13)

Bug Fix 🐞

Polish πŸ’…

2 PRs were merged

Committers: 3

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.5.7

v14.5.7 (2019-09-20)

Bug Fix 🐞

Committers: 1

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v14.6.0

v14.6.0 (2020-01-27)

New Feature πŸš€

Committers: 1