Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^0.6.0
^0.7.0
π Schedule: At any time (no schedule defined).
π¦ Automerge: Enabled.
β»οΈ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
^0.6.0
->^0.7.0
Release Notes
graphql/graphql-relay-js
### [`v0.7.0`](https://togithub.com/graphql/graphql-relay-js/releases/v0.7.0) [Compare Source](https://togithub.com/graphql/graphql-relay-js/compare/v0.6.0...v0.7.0) #### v0.7.0 (2021-06-01) ##### Breaking Change π₯ - [#249](https://togithub.com/graphql/graphql-relay-js/pull/249) Drop support of Node v6, v8, v9 ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#253](https://togithub.com/graphql/graphql-relay-js/pull/253) Flow: switch to exact types ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#255](https://togithub.com/graphql/graphql-relay-js/pull/255) Flow: replaced deprecated types ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#266](https://togithub.com/graphql/graphql-relay-js/pull/266) graphql: Drop pre-14.0.0 versions add support for 15.x.x ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#297](https://togithub.com/graphql/graphql-relay-js/pull/297) Drop support for Node10 ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#300](https://togithub.com/graphql/graphql-relay-js/pull/300) Remove maybe types ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#332](https://togithub.com/graphql/graphql-relay-js/pull/332) Drop support for graphql@14 ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### New Feature π - [#279](https://togithub.com/graphql/graphql-relay-js/pull/279) Add TypeScript declaration files ([@danielrearden](https://togithub.com/danielrearden)) - [#330](https://togithub.com/graphql/graphql-relay-js/pull/330) Added a description to the pagination arguments. ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#333](https://togithub.com/graphql/graphql-relay-js/pull/333) mutationWithClientMutationId: pass through `extensions` ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix π - [#228](https://togithub.com/graphql/graphql-relay-js/pull/228) Use $ReadOnlyArray type for connection data ([@jaroslav-kubicek](https://togithub.com/jaroslav-kubicek)) - [#268](https://togithub.com/graphql/graphql-relay-js/pull/268) Avoid null payload in mutation ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#280](https://togithub.com/graphql/graphql-relay-js/pull/280) Sync TypeScript types with Flow types ([@danielrearden](https://togithub.com/danielrearden)) - [#284](https://togithub.com/graphql/graphql-relay-js/pull/284) Fix TS types ([@danielrearden](https://togithub.com/danielrearden)) - [#331](https://togithub.com/graphql/graphql-relay-js/pull/331) connection: allow `nodeType` to any named type with or without non-null ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Docs π - [#317](https://togithub.com/graphql/graphql-relay-js/pull/317) docs: fix and update links to HTTPS also general cleanup ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Polish π28 PRs were merged
- [#251](https://togithub.com/graphql/graphql-relay-js/pull/251) Flow: Switch all files to '[@flow](https://togithub.com/flow) strict' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#256](https://togithub.com/graphql/graphql-relay-js/pull/256) Flow: enable 'sketchy-null-string' check ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#260](https://togithub.com/graphql/graphql-relay-js/pull/260) Update ESLint and sync up config with 'graphql-js' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#261](https://togithub.com/graphql/graphql-relay-js/pull/261) ESLint: enable 'no-unused-vars' check ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#262](https://togithub.com/graphql/graphql-relay-js/pull/262) ESLint: enable 'arrow-body-style' rule ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#265](https://togithub.com/graphql/graphql-relay-js/pull/265) Fix formating of string literals in all source files ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#267](https://togithub.com/graphql/graphql-relay-js/pull/267) tests: remove unnecessary returns ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#269](https://togithub.com/graphql/graphql-relay-js/pull/269) Remove unnecessary async code ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#270](https://togithub.com/graphql/graphql-relay-js/pull/270) Use graphql's predicate function instead of `instanceof` ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#271](https://togithub.com/graphql/graphql-relay-js/pull/271) Remove unnecessary async code, part 2 ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#272](https://togithub.com/graphql/graphql-relay-js/pull/272) ESLint: enable 'import/order' rule ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#273](https://togithub.com/graphql/graphql-relay-js/pull/273) ESLint: enable 'import/extensions' rule ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#277](https://togithub.com/graphql/graphql-relay-js/pull/277) Make object types exact by default ([@danielrearden](https://togithub.com/danielrearden)) - [#285](https://togithub.com/graphql/graphql-relay-js/pull/285) Add downlevel-dts ([@danielrearden](https://togithub.com/danielrearden)) - [#287](https://togithub.com/graphql/graphql-relay-js/pull/287) LICENSE: Remove year from copyright ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#288](https://togithub.com/graphql/graphql-relay-js/pull/288) Achieve full test coverage ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#295](https://togithub.com/graphql/graphql-relay-js/pull/295) prettier: fix formatting ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#304](https://togithub.com/graphql/graphql-relay-js/pull/304) Sync .flowconfig with 'graphql-js' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#312](https://togithub.com/graphql/graphql-relay-js/pull/312) tests: Switch to using named args for graphql/graphqlSync ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#313](https://togithub.com/graphql/graphql-relay-js/pull/313) tests: Remove numbers as keys of object ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#318](https://togithub.com/graphql/graphql-relay-js/pull/318) test: Use short syntax for queries and mutations ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#319](https://togithub.com/graphql/graphql-relay-js/pull/319) tests: Add '-test' postfix to every test file ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#320](https://togithub.com/graphql/graphql-relay-js/pull/320) connectiontypes: inline types into 'connection.js' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#321](https://togithub.com/graphql/graphql-relay-js/pull/321) Consistently use camelcase for filenames ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#326](https://togithub.com/graphql/graphql-relay-js/pull/326) mutation-test: simplify tests setup ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#327](https://togithub.com/graphql/graphql-relay-js/pull/327) tests: replaces introspection queries with printing schemas ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#329](https://togithub.com/graphql/graphql-relay-js/pull/329) connection-test: add that checks generated types ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#334](https://togithub.com/graphql/graphql-relay-js/pull/334) connectionDefinitions: remove superfluous destructuring ([@IvanGoncharov](https://togithub.com/IvanGoncharov))33 PRs were merged
- [#223](https://togithub.com/graphql/graphql-relay-js/pull/223) chore(dependencies): use prettier as a dev dependency ([@JeandeCampredon](https://togithub.com/JeandeCampredon)) - [#246](https://togithub.com/graphql/graphql-relay-js/pull/246) Update prettier and sync up its config with graphql-js ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#247](https://togithub.com/graphql/graphql-relay-js/pull/247) Update Flow and sync it's config with 'graphql-js' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#250](https://togithub.com/graphql/graphql-relay-js/pull/250) Update LICENSE and remove license header from source files ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#254](https://togithub.com/graphql/graphql-relay-js/pull/254) Remove watch script ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#257](https://togithub.com/graphql/graphql-relay-js/pull/257) Update mocha & chai ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#258](https://togithub.com/graphql/graphql-relay-js/pull/258) Switch 'isparta' to 'nyc' and 'coveralls' to 'codecov' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#259](https://togithub.com/graphql/graphql-relay-js/pull/259) Sync up ignore files with graphql-js ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#263](https://togithub.com/graphql/graphql-relay-js/pull/263) ESLint: enable more plugins (partial sync up with graphql-js) ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#274](https://togithub.com/graphql/graphql-relay-js/pull/274) Add build script ([@danielrearden](https://togithub.com/danielrearden)) - [#275](https://togithub.com/graphql/graphql-relay-js/pull/275) Move showStats function to utils ([@danielrearden](https://togithub.com/danielrearden)) - [#278](https://togithub.com/graphql/graphql-relay-js/pull/278) Add TypeScript ESLint rules ([@danielrearden](https://togithub.com/danielrearden)) - [#281](https://togithub.com/graphql/graphql-relay-js/pull/281) Switch to NPM ([@danielrearden](https://togithub.com/danielrearden)) - [#282](https://togithub.com/graphql/graphql-relay-js/pull/282) Add cspell ([@danielrearden](https://togithub.com/danielrearden)) - [#290](https://togithub.com/graphql/graphql-relay-js/pull/290) Add EasyCLA info ([@brianwarner](https://togithub.com/brianwarner)) - [#293](https://togithub.com/graphql/graphql-relay-js/pull/293) Mark main package.json as private to prevent accidental publishing ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#294](https://togithub.com/graphql/graphql-relay-js/pull/294) package.json: remove 'prepublish' script ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#298](https://togithub.com/graphql/graphql-relay-js/pull/298) Switch to GitHub Actions ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#299](https://togithub.com/graphql/graphql-relay-js/pull/299) Flow: add typings for chai and mocha ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#301](https://togithub.com/graphql/graphql-relay-js/pull/301) Update Flow typing for Mocha ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#306](https://togithub.com/graphql/graphql-relay-js/pull/306) eslintrc: cleanup config for 'resources' folder ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#307](https://togithub.com/graphql/graphql-relay-js/pull/307) Remove override of `node/global-require` rule for `resources` dir ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#308](https://togithub.com/graphql/graphql-relay-js/pull/308) Flow: remove `@flow strict` annotations ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#309](https://togithub.com/graphql/graphql-relay-js/pull/309) Sync '.eslintrc' with one from 'graphql-js' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#315](https://togithub.com/graphql/graphql-relay-js/pull/315) Remove support for older TS version ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#316](https://togithub.com/graphql/graphql-relay-js/pull/316) Sync package building process with 'graphql-js' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#323](https://togithub.com/graphql/graphql-relay-js/pull/323) Sync 'package.json' with similar one in `graphql-js` ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#324](https://togithub.com/graphql/graphql-relay-js/pull/324) cspell: cleanup custom words list ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#325](https://togithub.com/graphql/graphql-relay-js/pull/325) ESLint: remove unused `eslint-disable` directive ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#335](https://togithub.com/graphql/graphql-relay-js/pull/335) package.json: Fix 'preversion' script ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#336](https://togithub.com/graphql/graphql-relay-js/pull/336) internal: Add workflow to check health of package-lock.json ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#337](https://togithub.com/graphql/graphql-relay-js/pull/337) resources: Add script to generate changelog ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#338](https://togithub.com/graphql/graphql-relay-js/pull/338) Add 'resources/gen-changelog.js' missing from [#337](https://togithub.com/graphql/graphql-relay-js/issues/337) ([@IvanGoncharov](https://togithub.com/IvanGoncharov))15 PRs were merged
- [#230](https://togithub.com/graphql/graphql-relay-js/pull/230) Bump handlebars from 4.0.11 to 4.5.3 ([@dependabot](https://togithub.com/apps/dependabot)) - [#231](https://togithub.com/graphql/graphql-relay-js/pull/231) Bump merge from 1.2.0 to 1.2.1 ([@dependabot](https://togithub.com/apps/dependabot)) - [#232](https://togithub.com/graphql/graphql-relay-js/pull/232) Bump mixin-deep from 1.3.1 to 1.3.2 ([@dependabot](https://togithub.com/apps/dependabot)) - [#233](https://togithub.com/graphql/graphql-relay-js/pull/233) Bump js-yaml from 3.11.0 to 3.13.1 ([@dependabot](https://togithub.com/apps/dependabot)) - [#234](https://togithub.com/graphql/graphql-relay-js/pull/234) Bump lodash from 4.17.5 to 4.17.15 ([@dependabot](https://togithub.com/apps/dependabot)) - [#235](https://togithub.com/graphql/graphql-relay-js/pull/235) Bump eslint-utils from 1.3.1 to 1.4.3 ([@dependabot](https://togithub.com/apps/dependabot)) - [#236](https://togithub.com/graphql/graphql-relay-js/pull/236) Bump stringstream from 0.0.5 to 0.0.6 ([@dependabot](https://togithub.com/apps/dependabot)) - [#237](https://togithub.com/graphql/graphql-relay-js/pull/237) Bump fstream from 1.0.11 to 1.0.12 ([@dependabot](https://togithub.com/apps/dependabot)) - [#252](https://togithub.com/graphql/graphql-relay-js/pull/252) Update babel ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#264](https://togithub.com/graphql/graphql-relay-js/pull/264) Update deps ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#296](https://togithub.com/graphql/graphql-relay-js/pull/296) package-lock.json: update to v2 ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#303](https://togithub.com/graphql/graphql-relay-js/pull/303) Update Flow ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#305](https://togithub.com/graphql/graphql-relay-js/pull/305) package.json: Remove unused package ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#314](https://togithub.com/graphql/graphql-relay-js/pull/314) Update deps ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#328](https://togithub.com/graphql/graphql-relay-js/pull/328) Update deps ([@IvanGoncharov](https://togithub.com/IvanGoncharov))Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Enabled.
β»οΈ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.