evenchange4 / react-intl.macro

Extract react-intl messages with babel-plugin-macros.
MIT License
37 stars 6 forks source link

chore(deps): update dependency graphql to v14.7.0 #97

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql 14.4.2 -> 14.7.0 age adoption passing confidence

Release Notes

graphql/graphql-js (graphql) ### [`v14.7.0`](https://togithub.com/graphql/graphql-js/releases/tag/v14.7.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.6.0...v14.7.0) #### v14.7.0 (2020-07-06) ##### New Feature 🚀 - Backport [#​2688](https://togithub.com/graphql/graphql-js/pull/2688) Added new 'FormattedExecutionResult' type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v14.6.0`](https://togithub.com/graphql/graphql-js/releases/tag/v14.6.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.8...v14.6.0) #### v14.6.0 (2020-01-27) ##### New Feature 🚀 - [#​2400](https://togithub.com/graphql/graphql-js/pull/2400) validation: Add missing rule exports ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v14.5.8`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.8) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.7...v14.5.8) #### v14.5.8 (2019-09-25) ##### Bug Fix 🐞 - [#​2195](https://togithub.com/graphql/graphql-js/pull/2195) tstypes: fix typings for 'isSpecifiedDirective'/'isSpecifiedScalarType' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v14.5.7`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.7) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.6...v14.5.7) #### v14.5.7 (2019-09-20) ##### Bug Fix 🐞 - [#​2191](https://togithub.com/graphql/graphql-js/pull/2191) Fixes variable values of non-null type with default value ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v14.5.6`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.6) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.5...v14.5.6) #### v14.5.6 (2019-09-15) ##### Bug Fix 🐞 - [#​2169](https://togithub.com/graphql/graphql-js/pull/2169) Make onError optional in SDLValidationContext ([@​Cito](https://togithub.com/Cito)) - [#​2171](https://togithub.com/graphql/graphql-js/pull/2171) tstypes: Add missing 'abstractType' argument to `GraphQLTypeResolver` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Christoph Zwerschke([@​Cito](https://togithub.com/Cito)) - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v14.5.5`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.5) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.4...v14.5.5) #### v14.5.5 (2019-09-13) ##### Bug Fix 🐞 - [#​2151](https://togithub.com/graphql/graphql-js/pull/2151) findDangerousChanges: sort fields inside 'defaultValue' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2162](https://togithub.com/graphql/graphql-js/pull/2162) printLocation: Remove trailing whitespace from empty lines ([@​leebyron](https://togithub.com/leebyron)) - [#​2163](https://togithub.com/graphql/graphql-js/pull/2163) RFC: Lexing is Greedy ([@​leebyron](https://togithub.com/leebyron)) ##### Polish 💅
2 PRs were merged - [#​2157](https://togithub.com/graphql/graphql-js/pull/2157) Fix typos ([@​Cito](https://togithub.com/Cito)) - [#​2168](https://togithub.com/graphql/graphql-js/pull/2168) Minor fix in extensions-test ([@​Cito](https://togithub.com/Cito))
##### Committers: 3 * Christoph Zwerschke([@​Cito](https://togithub.com/Cito)) * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) * Lee Byron([@​leebyron](https://togithub.com/leebyron)) ### [`v14.5.4`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.4) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.3...v14.5.4) #### v14.5.4 (2019-08-29) ##### Bug Fix 🐞 - [#​2131](https://togithub.com/graphql/graphql-js/pull/2131) fix: added FlowFixMe on Array.prototype.flatMap ([@​Michael-M-Judd](https://togithub.com/Michael-M-Judd)) - [#​2134](https://togithub.com/graphql/graphql-js/pull/2134) `void` => `undefined` in Path.d.ts ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2135](https://togithub.com/graphql/graphql-js/pull/2135) tstypes: Use `any` as BREAK type. ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2137](https://togithub.com/graphql/graphql-js/pull/2137) Flow: fix errors in 'flatMap.js' on old Flow versions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2138](https://togithub.com/graphql/graphql-js/pull/2138) Add missing ` toObjMap' conversion for `extensions\` inside directive args ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2140](https://togithub.com/graphql/graphql-js/pull/2140) TypeScript: Backport v15 .d.ts fixes to v14 ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2142](https://togithub.com/graphql/graphql-js/pull/2142) tstypes: Mark `options` property optional in `getVariableValues` ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2143](https://togithub.com/graphql/graphql-js/pull/2143) Fix 'isFinite' polyfill resulting in infinite recursion ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Polish 💅 - [#​2133](https://togithub.com/graphql/graphql-js/pull/2133) Flow: fix warning about unused $FlowFixMe ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 3 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Jackson Kearl([@​JacksonKearl](https://togithub.com/JacksonKearl)) - Michael Judd([@​Michael-M-Judd](https://togithub.com/Michael-M-Judd)) ### [`v14.5.3`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.3) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.2...v14.5.3) #### v14.5.3 (2019-08-24) ##### Bug Fix 🐞 - [#​2120](https://togithub.com/graphql/graphql-js/pull/2120) Fix relative imports inside TypeScript definitions ([@​JacksonKearl](https://togithub.com/JacksonKearl)) ##### Committers: 1 - Jackson Kearl([@​JacksonKearl](https://togithub.com/JacksonKearl)) ### [`v14.5.2`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.2) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.1...v14.5.2) #### v14.5.2 (2019-08-24) ##### Bug Fix 🐞 - [#​2109](https://togithub.com/graphql/graphql-js/pull/2109) Sync type TS definitions with Flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2113](https://togithub.com/graphql/graphql-js/pull/2113) Sync tstypes/graphql.d.ts with flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2115](https://togithub.com/graphql/graphql-js/pull/2115) Sync utilities TS definitions with flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2116](https://togithub.com/graphql/graphql-js/pull/2116) Copy non-standard properites from field's config ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2118](https://togithub.com/graphql/graphql-js/pull/2118) Fixup index.d.ts files to reflect Flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2119](https://togithub.com/graphql/graphql-js/pull/2119) Sync validation TS definitions with flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) ##### Committers: 2 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Jackson Kearl([@​JacksonKearl](https://togithub.com/JacksonKearl)) ### [`v14.5.1`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.5.0...v14.5.1) #### v14.5.1 (2019-08-23) ##### Bug Fix 🐞 - [#​2105](https://togithub.com/graphql/graphql-js/pull/2105) Sync tstypes/errors with flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2106](https://togithub.com/graphql/graphql-js/pull/2106) Sync execution TS definitions with Flow. ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2107](https://togithub.com/graphql/graphql-js/pull/2107) Sync language TS definitions with Flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2108](https://togithub.com/graphql/graphql-js/pull/2108) Sync subscription TS definitions with Flow ([@​JacksonKearl](https://togithub.com/JacksonKearl)) - [#​2111](https://togithub.com/graphql/graphql-js/pull/2111) Flow lint disable 'deprecated-type' rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Dependency 📦 - [#​2112](https://togithub.com/graphql/graphql-js/pull/2112) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Jackson Kearl([@​JacksonKearl](https://togithub.com/JacksonKearl)) ### [`v14.5.0`](https://togithub.com/graphql/graphql-js/releases/tag/v14.5.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.4.2...v14.5.0) ##### v14.5.0 (2019-08-22) ##### New Feature 🚀 - [#​2062](https://togithub.com/graphql/graphql-js/pull/2062) Limits errors in getVariableValues() ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2074](https://togithub.com/graphql/graphql-js/pull/2074) \[validation] Add "onError" option to allow for custom error handling behavior when performing validation ([@​skevy](https://togithub.com/skevy)) - [#​2097](https://togithub.com/graphql/graphql-js/pull/2097) Add 'extensions' to all Type System objects ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2102](https://togithub.com/graphql/graphql-js/pull/2102) Add TS typings. All credits goes to original authors of '\*.d.ts' files: [@​TonyPythoneer](https://togithub.com/TonyPythoneer) [@​calebmer](https://togithub.com/calebmer) [@​intellix](https://togithub.com/intellix) [@​firede](https://togithub.com/firede) [@​kepennar](https://togithub.com/kepennar) [@​freiksenet](https://togithub.com/freiksenet) [@​IvanGoncharov](https://togithub.com/IvanGoncharov) [@​DxCx](https://togithub.com/DxCx) [@​rportugal](https://togithub.com/rportugal) [@​tgriesser](https://togithub.com/tgriesser) [@​dyst5422](https://togithub.com/dyst5422) [@​adnsio](https://togithub.com/adnsio) [@​divyenduz](https://togithub.com/divyenduz) [@​bradzacher](https://togithub.com/bradzacher) [@​clayne11](https://togithub.com/clayne11) [@​JCMais](https://togithub.com/JCMais) [@​langpavel](https://togithub.com/langpavel) [@​mc0](https://togithub.com/mc0) [@​martijnwalraven](https://togithub.com/martijnwalraven) [@​jedmao](https://togithub.com/jedmao) ##### Bug Fix 🐞 - [#​1467](https://togithub.com/graphql/graphql-js/pull/1467) Make error handling consistent in createSourceEventStream ([@​taion](https://togithub.com/taion)) - [#​2047](https://togithub.com/graphql/graphql-js/pull/2047) coerceValues: correctly handle NaN and similar values ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2075](https://togithub.com/graphql/graphql-js/pull/2075) inspect: correctly handle custom objects without class name ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2082](https://togithub.com/graphql/graphql-js/pull/2082) Convert type definitions subtypes to be exact ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2091](https://togithub.com/graphql/graphql-js/pull/2091) definitions: make constructed fields non-optional ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2099](https://togithub.com/graphql/graphql-js/pull/2099) Switch all 'for..of' loops to assume they iterating only arrays ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Docs 📝 - [#​2103](https://togithub.com/graphql/graphql-js/pull/2103) Add README for 'tstypes' folder ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Polish 💅
42 PRs were merged - [#​2014](https://togithub.com/graphql/graphql-js/pull/2014) Fix build after [#​1467](https://togithub.com/graphql/graphql-js/issues/1467) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2015](https://togithub.com/graphql/graphql-js/pull/2015) Flow: Remove some of the 'existential type' usages ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2023](https://togithub.com/graphql/graphql-js/pull/2023) parser: simplify 'many' utility function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2024](https://togithub.com/graphql/graphql-js/pull/2024) parser: Remove unnecessary export on internal function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2025](https://togithub.com/graphql/graphql-js/pull/2025) Move 'getTokenDesc' into parser ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2027](https://togithub.com/graphql/graphql-js/pull/2027) Flow: Remove unnecessary type annotations ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2028](https://togithub.com/graphql/graphql-js/pull/2028) Parser: group internal methods into a class to share lexer & options ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2031](https://togithub.com/graphql/graphql-js/pull/2031) Remove use of existential type in validation tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2033](https://togithub.com/graphql/graphql-js/pull/2033) Run prettier on all files in repo ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2042](https://togithub.com/graphql/graphql-js/pull/2042) Add tests for parseValue & parseLiteral of std scalars ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2045](https://togithub.com/graphql/graphql-js/pull/2045) test: Fully cover 'coerceValue' function with tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2046](https://togithub.com/graphql/graphql-js/pull/2046) Enable 'flowlint deprecated-type' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2049](https://togithub.com/graphql/graphql-js/pull/2049) Remove useless check since args are always array (can be empty) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2050](https://togithub.com/graphql/graphql-js/pull/2050) Simplify coercion algorithm in getVariableValues/getArgumentValues ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2051](https://togithub.com/graphql/graphql-js/pull/2051) Make getArgumentValues/getVariableValues algorithm linear ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2052](https://togithub.com/graphql/graphql-js/pull/2052) coerceValue: Simplify path printing ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2053](https://togithub.com/graphql/graphql-js/pull/2053) jsutils: Add generic Path implementation ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2054](https://togithub.com/graphql/graphql-js/pull/2054) buildExecutionContext: simplify errors handling ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2058](https://togithub.com/graphql/graphql-js/pull/2058) flow: Enable 'uninitialized-instance-property' lint ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2059](https://togithub.com/graphql/graphql-js/pull/2059) Sort imports in all JS files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2060](https://togithub.com/graphql/graphql-js/pull/2060) Using direct imports in test files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2061](https://togithub.com/graphql/graphql-js/pull/2061) change 'CoercedVariableValues' to disjoint union ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2063](https://togithub.com/graphql/graphql-js/pull/2063) Remove useless invariant since 'serialize' is always exist ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2064](https://togithub.com/graphql/graphql-js/pull/2064) invariant: improve code that babel outputs ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2065](https://togithub.com/graphql/graphql-js/pull/2065) Remove 'invariant' calls from 'stripIgnoredCharacters' tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2066](https://togithub.com/graphql/graphql-js/pull/2066) Use 'invariant' only for real invariants, add 'devAssert' for the rest ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2067](https://togithub.com/graphql/graphql-js/pull/2067) Convert all non-reachable exceptions into invariants ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2068](https://togithub.com/graphql/graphql-js/pull/2068) parser: Extract 'optionalMany' utility function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2069](https://togithub.com/graphql/graphql-js/pull/2069) parser: Inline 'parseExecutableDefinition' to simplify code ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2073](https://togithub.com/graphql/graphql-js/pull/2073) Simplify parser, avoid extra function call ([@​Cito](https://togithub.com/Cito)) - [#​2076](https://togithub.com/graphql/graphql-js/pull/2076) coverage: remove not essential 'istanbul ignore's ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2077](https://togithub.com/graphql/graphql-js/pull/2077) validation-test: remove unneeded 'specifiedRules' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2078](https://togithub.com/graphql/graphql-js/pull/2078) getVariableValues: improve coverage of 'maxErrors' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2079](https://togithub.com/graphql/graphql-js/pull/2079) Add benchmark for validating invalid query ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2083](https://togithub.com/graphql/graphql-js/pull/2083) GraphQLSchema: Remove unneeded recursion during type collection ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2085](https://togithub.com/graphql/graphql-js/pull/2085) starWarsIntrospection-test: cleanup + add explanation comment ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2086](https://togithub.com/graphql/graphql-js/pull/2086) GraphQLSchema: simplify `getPossibleTypes` & `isPossibleType` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2089](https://togithub.com/graphql/graphql-js/pull/2089) definition: replace object spread with explicit assignments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2090](https://togithub.com/graphql/graphql-js/pull/2090) type definitions: Use consistent order for public fields ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2094](https://togithub.com/graphql/graphql-js/pull/2094) tests: use consistent order of fields in snapshots ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2095](https://togithub.com/graphql/graphql-js/pull/2095) extendSchema-test: replace 'GraphQL\*' types with SDL ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2100](https://togithub.com/graphql/graphql-js/pull/2100) Convert more cycles to 'for..of' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠
14 PRs were merged - [#​2013](https://togithub.com/graphql/graphql-js/pull/2013) Mark as private to prevent accidential publishing of root 'package.json' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2016](https://togithub.com/graphql/graphql-js/pull/2016) Travis: Run gitdeploy only on pushes to master ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2019](https://togithub.com/graphql/graphql-js/pull/2019) Benchmark: Inline code from benchmark.js ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2021](https://togithub.com/graphql/graphql-js/pull/2021) Benchmark: simplify code ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2026](https://togithub.com/graphql/graphql-js/pull/2026) Flow: Remove unussed '$FlowIssue' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2032](https://togithub.com/graphql/graphql-js/pull/2032) ESLint: Enable flowtype/no-existential-type rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2034](https://togithub.com/graphql/graphql-js/pull/2034) Cleanup leftovers of CI publishing ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2035](https://togithub.com/graphql/graphql-js/pull/2035) gen-changelog: remove hardcoded GitHub org and repo ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2039](https://togithub.com/graphql/graphql-js/pull/2039) benchmark: improve reproducibility ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2070](https://togithub.com/graphql/graphql-js/pull/2070) coverage: Fixed coverage bug introduced in [#​2067](https://togithub.com/graphql/graphql-js/issues/2067) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2071](https://togithub.com/graphql/graphql-js/pull/2071) coverage: Fixed coverage bug introduced in [#​2067](https://togithub.com/graphql/graphql-js/issues/2067) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2072](https://togithub.com/graphql/graphql-js/pull/2072) Make npm scripts for prettier run on Windows ([@​Cito](https://togithub.com/Cito)) - [#​2087](https://togithub.com/graphql/graphql-js/pull/2087) benchmark: use version specific babel ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2088](https://togithub.com/graphql/graphql-js/pull/2088) benchmark: collect memory usage per operation ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Dependency 📦
7 PRs were merged - [#​2022](https://togithub.com/graphql/graphql-js/pull/2022) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2030](https://togithub.com/graphql/graphql-js/pull/2030) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2040](https://togithub.com/graphql/graphql-js/pull/2040) Update Babel ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2043](https://togithub.com/graphql/graphql-js/pull/2043) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2057](https://togithub.com/graphql/graphql-js/pull/2057) Update Flow to 0.104 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2080](https://togithub.com/graphql/graphql-js/pull/2080) Update Flow to 0.105 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2101](https://togithub.com/graphql/graphql-js/pull/2101) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 4 * Adam Miskiewicz([@​skevy](https://togithub.com/skevy)) * Christoph Zwerschke([@​Cito](https://togithub.com/Cito)) * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) * Jimmy Jia([@​taion](https://togithub.com/taion))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 5 years ago

Codecov Report

Base: 91.80% // Head: 0.00% // Decreases project coverage by -91.80% :warning:

Coverage data is based on head (4d0bfc9) compared to base (f528cc9). Patch has no changes to coverable lines.

:exclamation: Current head 4d0bfc9 differs from pull request most recent head 6c905d1. Consider uploading reports for the commit 6c905d1 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #97 +/- ## ======================================== - Coverage 91.80% 0 -91.81% ======================================== Files 8 0 -8 Lines 61 0 -61 Branches 10 0 -10 ======================================== - Hits 56 0 -56 + Misses 5 0 -5 ``` | [Impacted Files](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu) | Coverage Δ | | |---|---|---| | [src/utils/getMessages.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL3V0aWxzL2dldE1lc3NhZ2VzLmpz) | | | | [src/utils/importReactIntl.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL3V0aWxzL2ltcG9ydFJlYWN0SW50bC5qcw==) | | | | [src/utils/constants.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL3V0aWxzL2NvbnN0YW50cy5qcw==) | | | | [src/utils/writeFileSync.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL3V0aWxzL3dyaXRlRmlsZVN5bmMuanM=) | | | | [src/utils/ast-helper.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL3V0aWxzL2FzdC1oZWxwZXIuanM=) | | | | [src/macro.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL21hY3JvLmpz) | | | | [src/index.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL2luZGV4Lmpz) | | | | [src/utils/getJSXMessage.js](https://codecov.io/gh/evenchange4/react-intl.macro/pull/97/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu#diff-c3JjL3V0aWxzL2dldEpTWE1lc3NhZ2UuanM=) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Hsu)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.