aerogear / keycloak-connect-graphql

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

chore(deps): update all #79

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@types/keycloak-connect devDependencies patch 4.5.2 -> 4.5.3
@types/node devDependencies patch 10.17.17 -> 10.17.21
coveralls devDependencies minor 3.0.11 -> 3.1.0
express-session devDependencies patch 1.17.0 -> 1.17.1
nyc (source) devDependencies patch 15.0.0 -> 15.0.1
ts-node devDependencies minor 8.8.1 -> 8.10.1
typescript (source) devDependencies minor 3.8.3 -> 3.9.2

Release Notes

nickmerwin/node-coveralls ### [`v3.1.0`](https://togithub.com/nickmerwin/node-coveralls/releases/v3.1.0) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.14...v3.1.0) - Handle `service_job_number` for parallelism in Travis and CircleCI ([#​290](https://togithub.com/nickmerwin/node-coveralls/issues/290)) [`705c3b5`](https://togithub.com/nickmerwin/node-coveralls/commit/705c3b5) - Update sinon to v7.5.0. ([#​288](https://togithub.com/nickmerwin/node-coveralls/issues/288)) [`eb6dc35`](https://togithub.com/nickmerwin/node-coveralls/commit/eb6dc35) * * * This is a `minor` release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs: ```javascript options.service_number = process.env.CIRCLE_WORKFLOW_ID; options.service_job_number = process.env.CIRCLE_BUILD_NUM; ``` ### [`v3.0.14`](https://togithub.com/nickmerwin/node-coveralls/releases/v3.0.14) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.13...v3.0.14) - Update safe dependencies and fix npm vulnerabilities ([#​284](https://togithub.com/nickmerwin/node-coveralls/issues/284)) [`59a57e2`](https://togithub.com/nickmerwin/node-coveralls/commit/59a57e2) - Move fixtures to test/fixtures. ([#​286](https://togithub.com/nickmerwin/node-coveralls/issues/286)) [`a0c6941`](https://togithub.com/nickmerwin/node-coveralls/commit/a0c6941) [@​XhmikosR](https://togithub.com/XhmikosR) - GH Action workflow update ([#​287](https://togithub.com/nickmerwin/node-coveralls/issues/287)) [`1615297`](https://togithub.com/nickmerwin/node-coveralls/commit/1615297) - Minor lint tweaks ([#​285](https://togithub.com/nickmerwin/node-coveralls/issues/285)) [`3647673`](https://togithub.com/nickmerwin/node-coveralls/commit/3647673) [@​XhmikosR](https://togithub.com/XhmikosR) - remove redundant code ([#​283](https://togithub.com/nickmerwin/node-coveralls/issues/283)) [`ff21930`](https://togithub.com/nickmerwin/node-coveralls/commit/ff21930) [@​lpinca](https://togithub.com/lpinca) ### [`v3.0.13`](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.12...v3.0.13) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.12...v3.0.13) ### [`v3.0.12`](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12)
expressjs/session ### [`v1.17.1`](https://togithub.com/expressjs/session/blob/master/HISTORY.md#​1171--2020-04-16) [Compare Source](https://togithub.com/expressjs/session/compare/v1.17.0...v1.17.1) =================== - Fix internal method wrapping error on failed reloads
istanbuljs/nyc ### [`v15.0.1`](https://togithub.com/istanbuljs/nyc/blob/master/CHANGELOG.md#​1501-httpsgithubcomistanbuljsnyccomparev1500v1501-2020-04-02) [Compare Source](https://togithub.com/istanbuljs/nyc/compare/v15.0.0...v15.0.1) ##### Bug Fixes - Data merge concurrency limit to prevent OOM ([#​1293](https://togithub.com/istanbuljs/nyc/issues/1293)) ([df34c1c](https://togithub.com/istanbuljs/nyc/commit/df34c1c71e74468fd67287caad2ac987176ae503)), closes [#​1263](https://togithub.com/istanbuljs/nyc/issues/1263) - Ignore insignificant lines when coalesce text report ([#​1300](https://togithub.com/istanbuljs/nyc/issues/1300)) ([3a577f0](https://togithub.com/istanbuljs/nyc/commit/3a577f0ddc4799d0334f7c154b612653a46b532f)), closes [istanbuljs/istanbuljs#​525](https://togithub.com/istanbuljs/istanbuljs/issues/525)
TypeStrong/ts-node ### [`v8.10.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.10.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.10.0...v8.10.1) **Fix** Fixes [#​1026](https://togithub.com/TypeStrong/ts-node/issues/1026): revert the addition of package.json "exports" because it blocked `require()`s that used to work, for example `require('ts-node/register')` ([#​1027](https://togithub.com/TypeStrong/ts-node/issues/1027)) ### [`v8.10.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.10.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.9.1...v8.10.0) **Added** Experimental support for native ECMAScript modules in node >=13 ([#​1007](https://togithub.com/TypeStrong/ts-node/issues/1007), [#​1010](https://togithub.com/TypeStrong/ts-node/issues/1010)) ### [`v8.9.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.9.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.9.0...v8.9.1) **Fixed** Fix `--interactive` / `-i` flag so it forces REPL even when stdin is not a TTY ([#​1019](https://togithub.com/TypeStrong/ts-node/issues/1019)) ### [`v8.9.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.9.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.8.2...v8.9.0) **Fixed** Fix failing tests caused by recent changes to [@​types/node](https://togithub.com/types/node) ([#​1016](https://togithub.com/TypeStrong/ts-node/issues/1016)) Fix [#​945](https://togithub.com/TypeStrong/ts-node/issues/945): Bump source-map-support dependency to include upstream fix for worker threads error handling ([#​1015](https://togithub.com/TypeStrong/ts-node/issues/1015)) [@​addaleax](https://togithub.com/addaleax) Fix [#​1004](https://togithub.com/TypeStrong/ts-node/issues/1004): in `--scriptMode`, resolve config file relative to realpath of entrypoint script ([#​1009](https://togithub.com/TypeStrong/ts-node/issues/1009)) Normalized filenames in cache to fix performance issues on Windows ([#​997](https://togithub.com/TypeStrong/ts-node/issues/997)) [@​sylc](https://togithub.com/sylc) **Added** Add timestamps to debug logging ([#​994](https://togithub.com/TypeStrong/ts-node/issues/994)) [@​sylc](https://togithub.com/sylc) **Docs** Improve coverage of the README ([#​1000](https://togithub.com/TypeStrong/ts-node/issues/1000)) [@​KasparEtter](https://togithub.com/KasparEtter) Change order of install commands in README ([#​993](https://togithub.com/TypeStrong/ts-node/issues/993)) [@​jacobdcastro](https://togithub.com/jacobdcastro) Mention `ts-node -vv` flag in issue template ([#​1001](https://togithub.com/TypeStrong/ts-node/issues/1001)) Run GHActions tests on pull requests ([#​1017](https://togithub.com/TypeStrong/ts-node/issues/1017)) ### [`v8.8.2`](https://togithub.com/TypeStrong/ts-node/releases/v8.8.2) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.8.1...v8.8.2) **Fixed** - Avoid pushing to `rootFileNames` with version
Microsoft/TypeScript ### [`v3.9.2`](https://togithub.com/Microsoft/TypeScript/releases/v3.9.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.9.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.0%22+is%3Aclosed+). - [fixed issues query for Typescript v3.9.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.1%22+is%3Aclosed+). - [fixed issues query for Typescript v3.9.2 (Final)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-39) ([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 you tick the rebase/retry checkbox.

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



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