aerogear / keycloak-connect-graphql

Add Keyloak Authentication and Authorization to your GraphQL server.
Apache License 2.0
157 stars 23 forks source link

chore(deps): update all #36

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
@types/express-session devDependencies patch 1.15.14 -> 1.15.15
@types/node devDependencies minor 10.14.17 -> 10.17.5
@types/sinon devDependencies minor 7.0.13 -> 7.5.0
ava (source) devDependencies minor 2.3.0 -> 2.4.0
coveralls devDependencies patch 3.0.6 -> 3.0.7
express-session devDependencies minor 1.16.2 -> 1.17.0
graphql devDependencies patch 14.5.4 -> 14.5.8
sinon (source) devDependencies minor 7.4.2 -> 7.5.0
ts-node devDependencies minor 8.3.0 -> 8.5.0
tslint (source) devDependencies minor 5.19.0 -> 5.20.1
typescript (source) devDependencies minor 3.6.2 -> 3.7.2

Release Notes

avajs/ava ### [`v2.4.0`](https://togithub.com/avajs/ava/releases/v2.4.0) [Compare Source](https://togithub.com/avajs/ava/compare/v2.3.0...v2.4.0) #### Experimental `t.try()` assertions Thanks to the amazing work and patience of [@​qlonik](https://togithub.com/qlonik) we're shipping a new assertion! `t.try()` lets you perform assertions and decide whether to commit or discard their outcome. All kinds of interesting things can be built on top of this, from fuzzy testers to new test interfaces and more. We're excited to get this out there, but it's not quite done yet. For now you have to [_opt in_](https://togithub.com/avajs/ava/blob/master/docs/06-configuration.md#experiments) to this new feature. Being opt-in, we may make changes (breaking ones even!) until we feel this is stable. To opt in, configure AVA with the following: `package.json`: ```json { "ava": { "nonSemVerExperiments": { "tryAssertion": true } } } ``` `ava.config.js`: ```js export default { nonSemVerExperiments: { tryAssertion: true } }; ``` We'd love to hear your feedback. Please join us in this issue: [#​2250](https://togithub.com/avajs/ava/issues/2250) Also, if you're looking to help out with the remaining issues so that we can ship this _without_ the opt-in, have a look at this project: Thanks again [@​qlonik](https://togithub.com/qlonik)! #### Other changes - We've added the [common pitfall](https://togithub.com/avajs/ava/blob/master/docs/08-common-pitfalls.md) of sharing variables across asynchronous tests [`49b202f`](https://togithub.com/avajs/ava/commit/49b202fb5c376e71c1400f6c35043280cf417140) - We've updated the [endpoint testing recipe](https://togithub.com/avajs/ava/blob/master/docs/recipes/endpoint-testing.md) to focus on the concept, not specific libraries [`67e4dea`](https://togithub.com/avajs/ava/commit/67e4deac2857503e5fac7d38da2d23014eb29724) #### All changes [`v2.3.0...v2.4.0`](https://togithub.com/avajs/ava/compare/v2.3.0...v2.4.0) #### Thanks Thank you [@​jeremenichelli](https://togithub.com/jeremenichelli), [@​jamesgeorge007](https://togithub.com/jamesgeorge007), [@​dongjae93](https://togithub.com/dongjae93), [@​qlonik](https://togithub.com/qlonik) and [@​tryzniak](https://togithub.com/tryzniak). We couldn't have done this without you! #### Get involved We welcome new contributors. AVA is a friendly place to get started in open source. We have a [great article](https://medium.com/@​vadimdemedes/making-your-first-contribution-de6576ddb190#.umxr7id07) on getting started contributing and a comprehensive [contributing guide](https://togithub.com/avajs/ava/blob/master/contributing.md).
nickmerwin/node-coveralls ### [`v3.0.7`](https://togithub.com/nickmerwin/node-coveralls/compare/1e096913d5de887722c8ce8619b9f76085632e70...2ed185ca3626591549ed33c2363a47b824a39d0f) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/1e096913d5de887722c8ce8619b9f76085632e70...2ed185ca3626591549ed33c2363a47b824a39d0f)
expressjs/session ### [`v1.17.0`](https://togithub.com/expressjs/session/blob/master/HISTORY.md#​1170--2019-10-10) [Compare Source](https://togithub.com/expressjs/session/compare/v1.16.2...v1.17.0) =================== - deps: cookie@0.4.0 - Add `SameSite=None` support - deps: safe-buffer@5.2.0
graphql/graphql-js ### [`v14.5.8`](https://togithub.com/graphql/graphql-js/releases/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/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/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/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))
sinonjs/sinon ### [`v7.5.0`](https://togithub.com/sinonjs/sinon/blob/master/CHANGELOG.md#​750--2019-09-23) [Compare Source](https://togithub.com/sinonjs/sinon/compare/v7.4.2...v7.5.0) ================== - Add sinon.assert.calledOnceWithExactly - Feature parity: support _spying_ all methods on an object
TypeStrong/ts-node ### [`v8.5.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.5.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.4.1...v8.5.0) **Added** - Expose `ts-script` for relative `tsconfig.json` files from `` - Support `--interactive` CLI option - Expose registered `ts-node` instance information on `process` - Allow dynamic `enable` of registered `ts-node` instances - Allow `--dir` to be configurable from CLI - Add `--scope` flag for directory scoped compilation of TypeScript - REPL history on node 11+ - Expose `create` function for programmatic compiler usage **Fixed** - Repeated RegExps in REPL will now compile ### [`v8.4.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.4.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.4.0...v8.4.1) **Fixed** - Revert "List all files in memory cache improves perf 1.4x" [`87a6e2c`](https://togithub.com/TypeStrong/ts-node/commit/87a6e2c) ### [`v8.4.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.4.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.3.0...v8.4.0) **Added** - Introduce transformers program support ([#​879](https://togithub.com/TypeStrong/ts-node/issues/879)) [`12ff53d`](https://togithub.com/TypeStrong/ts-node/commit/12ff53d) **Fixed** - Fix prefer TS exts via env variables ([#​867](https://togithub.com/TypeStrong/ts-node/issues/867)) [`b01b629`](https://togithub.com/TypeStrong/ts-node/commit/b01b629)
palantir/tslint ### [`v5.20.1`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5201) [Compare Source](https://togithub.com/palantir/tslint/compare/5.20.0...5.20.1) No changes from v5.20.0, just re-released to correctly mark with the `latest` dist-tag on NPM. ### [`v5.20.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v5200) [Compare Source](https://togithub.com/palantir/tslint/compare/5.19.0...5.20.0) - [bugfix] fix [`strict-boolean-expressions`](https://palantir.github.io/tslint/rules/strict-boolean-expressions/) false positive with `"ignore-rhs"` option ([#​4833](https://togithub.com/palantir/tslint/issues/4833)) - [bugfix] fix [`no-unnecessary-type-assertion`](https://palantir.github.io/tslint/rules/no-unnecessary-type-assertion/) no error when `"strict": true` in compiler flags ([#​4841](https://togithub.com/palantir/tslint/issues/4841)) - [bugfix] "ignore" option for [`file-name-casing`](https://palantir.github.io/tslint/rules/file-name-casing/) rule works correctly ([#​4848](https://togithub.com/palantir/tslint/issues/4848)) - [bugfix] fix [`array-type`](https://palantir.github.io/tslint/rules/array-type/) false positive for simple parenthesized types with "array-simple" option ([#​4844](https://togithub.com/palantir/tslint/issues/4844)) - [new-rule-option][`object-literal-shorthand`]() supports `{"property"?: "never", "method"?: "never"}` as config options ([#​4842](https://togithub.com/palantir/tslint/issues/4842)) - [new-rule-option]: `allow-generics` option for [`invalid-void`](https://palantir.github.io/tslint/rules/invalid-void) rule ([#​4839](https://togithub.com/palantir/tslint/issues/4839)) - [new-rule-option] `check-super-calls` option for [`unnecessary-constructor`](https://palantir.github.io/tslint/rules/unnecessary-constructor/) rule ([#​4813](https://togithub.com/palantir/tslint/issues/4813)) - [chore] Upgrade `diff` dependency to v4.0.1 ([#​4845](https://togithub.com/palantir/tslint/issues/4845), [#​4852](https://togithub.com/palantir/tslint/issues/4852)) Thanks to our contributors! - Bas Bosman - Tanmoy Bhowmik - David Zulaica - Maxime Kjaer - [@​guidsdo](https://togithub.com/guidsdo) - Pavel Birukov - Josh Goldberg - Akshaya Srivatsa
Microsoft/TypeScript ### [`v3.7.2`](https://togithub.com/Microsoft/TypeScript/releases/v3.7.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.6.4...v3.7.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/). For new features, check out the [What's new in TypeScript v3.7.2](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.7.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+). - [fixed issues query for Typescript v3.7.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+). - [fixed issues query for Typescript v3.7.2 (Final)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-372) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v3.6.4`](https://togithub.com/Microsoft/TypeScript/releases/v3.6.4) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.6.3...v3.6.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-6/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.6.4](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.4%22+is%3Aclosed+). - [fixed issues query for Typescript v3.6.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.3%22+is%3Aclosed+). - [fixed issues query for Typescript v3.6.2](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.2%22+is%3Aclosed+). - [fixed issues query for Typescript v3.6.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.1%22+is%3Aclosed+). - [fixed issues query for Typescript v3.6.0](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-364) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v3.6.3`](https://togithub.com/Microsoft/TypeScript/releases/v3.6.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.6.2...v3.6.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-6/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.6.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.3%22+is%3Aclosed+). - [fixed issues query for Typescript v3.6.2](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.2%22+is%3Aclosed+). - [fixed issues query for Typescript v3.6.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.1%22+is%3Aclosed+). - [fixed issues query for Typescript v3.6.0](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.6.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-363) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot. View repository job log here.