Closed renovate[bot] closed 4 years ago
:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.
This PR contains the following updates:
13.9.1
->13.9.4
12.12.30
->12.12.31
16.9.23
->16.9.25
9.0.0
->9.0.2
0.3.1
->0.4.0
9.0.0
->9.0.2
3.4.0
->3.4.1
8.6.2
->8.8.1
Release Notes
keycloak/keycloak-nodejs-connect
### [`v9.0.2`](https://togithub.com/keycloak/keycloak-nodejs-connect/compare/9.0.0...9.0.2) [Compare Source](https://togithub.com/keycloak/keycloak-nodejs-connect/compare/9.0.0...9.0.2)aerogear/keycloak-connect-graphql
### [`v0.4.0`](https://togithub.com/aerogear/keycloak-connect-graphql/releases/0.4.0) [Compare Source](https://togithub.com/aerogear/keycloak-connect-graphql/compare/0.3.1...0.4.0) - Added support for error codes for authentication and authorizationkeycloak/keycloak
### [`v9.0.2`](https://togithub.com/keycloak/keycloak/compare/9.0.0...9.0.2) [Compare Source](https://togithub.com/keycloak/keycloak/compare/9.0.0...9.0.2)facebook/create-react-app
### [`v3.4.1`](https://togithub.com/facebook/create-react-app/blob/master/CHANGELOG.md#341-2020-03-20) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v3.4.0...v3.4.1) v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8. ##### :bug: Bug Fix - `react-scripts` - [#8276](https://togithub.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@mrmckeb](https://togithub.com/mrmckeb)) - [#7203](https://togithub.com/facebook/create-react-app/pull/7203) Closes webpack dev server and exits process on "end" stdin ([@kelseyleftwich](https://togithub.com/kelseyleftwich)) - `babel-preset-react-app` - [#8526](https://togithub.com/facebook/create-react-app/pull/8526) Fix optional chaining and nullish coalescing support ([@ianschmitz](https://togithub.com/ianschmitz)) - `cra-template`, `eslint-config-react-app`, `react-scripts` - [#7790](https://togithub.com/facebook/create-react-app/pull/7790) Widen eslint-config-react-app peer dependency versions ([@lukyth](https://togithub.com/lukyth)) ##### :nail_care: Enhancement - `cra-template-typescript`, `cra-template` - [#8558](https://togithub.com/facebook/create-react-app/pull/8558) Add React.StrictMode to default templates ([@connkat](https://togithub.com/connkat)) - `react-scripts` - [#8539](https://togithub.com/facebook/create-react-app/pull/8539) allow specification of package.main in template.json ([@EvanBoyle](https://togithub.com/EvanBoyle)) ##### :memo: Documentation - Other - [#8515](https://togithub.com/facebook/create-react-app/pull/8515) Fix proxying API request docs ([@hjr3](https://togithub.com/hjr3)) - [#8561](https://togithub.com/facebook/create-react-app/pull/8561) Indicate that the file structure is the template's ([@Vinnl](https://togithub.com/Vinnl)) - `react-scripts` - [#8276](https://togithub.com/facebook/create-react-app/pull/8276) Use native ESLint behaviour when extending ([@mrmckeb](https://togithub.com/mrmckeb)) ##### :hammer: Underlying Tools - `babel-preset-react-app`, `create-react-app`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#8681](https://togithub.com/facebook/create-react-app/pull/8681) Update to Babel 7.9 ([@ianschmitz](https://togithub.com/ianschmitz)) - [#8620](https://togithub.com/facebook/create-react-app/pull/8620) Bump dependencies ([@ianschmitz](https://togithub.com/ianschmitz)) - `react-scripts` - [#8509](https://togithub.com/facebook/create-react-app/pull/8509) Bumps pnp-webpack-plugin ([@arcanis](https://togithub.com/arcanis)) ##### Committers: 9 - Brody McKee ([@mrmckeb](https://togithub.com/mrmckeb)) - Evan Boyle ([@EvanBoyle](https://togithub.com/EvanBoyle)) - Herman J. Radtke III ([@hjr3](https://togithub.com/hjr3)) - Ian Schmitz ([@ianschmitz](https://togithub.com/ianschmitz)) - Kanitkorn Sujautra ([@lukyth](https://togithub.com/lukyth)) - KatCon ([@connkat](https://togithub.com/connkat)) - Kelsey Leftwich ([@kelseyleftwich](https://togithub.com/kelseyleftwich)) - Maël Nison ([@arcanis](https://togithub.com/arcanis)) - Vincent ([@Vinnl](https://togithub.com/Vinnl)) ##### Migrating from 3.4.0 to 3.4.1 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.4.1 ``` or ```sh yarn add --exact react-scripts@3.4.1 ```TypeStrong/ts-node
### [`v8.8.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.8.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.8.0...v8.8.1) **Fixed** - Fix `--files` support [`be2c899`](https://togithub.com/TypeStrong/ts-node/commit/be2c899) ### [`v8.8.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.8.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.7.0...v8.8.0) **Added** - Add `sanitize=true` to README for SVGs to work on NPM **Fixed** - Simplify `projectVersion++` by incrementing on each file change - List all files for `getScriptFileNames` ([#985](https://togithub.com/TypeStrong/ts-node/issues/985)) - revisits the change in [#884](https://togithub.com/TypeStrong/ts-node/issues/884) ### [`v8.7.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.7.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.6.2...v8.7.0) **Fixed** - Remove buggy caching of `ts.sys.readDirectory` ([#969](https://togithub.com/TypeStrong/ts-node/issues/969)) - Fix REPL ASI handling when user input starts with `-` ([#944](https://togithub.com/TypeStrong/ts-node/issues/944)) **Added** - Implement `LanguageServiceHost::getProjectVersion` to workaround [microsoft/TypeScript#36748](https://togithub.com/microsoft/TypeScript/issues/36748) ([#906](https://togithub.com/TypeStrong/ts-node/issues/906) - Add `ts-node-transpile-only` binary ([#939](https://togithub.com/TypeStrong/ts-node/issues/939)) [@G-Rath](https://togithub.com/G-Rath) **Changed** - Deprecate `ts-script` in favor of `ts-node-script` ([#948](https://togithub.com/TypeStrong/ts-node/issues/948)) [@G-Rath](https://togithub.com/G-Rath) **Docs** - Fix bash syntax error in README ([#943](https://togithub.com/TypeStrong/ts-node/issues/943)) [@abraj](https://togithub.com/abraj) - Add Github issue templates ([#959](https://togithub.com/TypeStrong/ts-node/issues/959), [#965](https://togithub.com/TypeStrong/ts-node/issues/965), [#947](https://togithub.com/TypeStrong/ts-node/issues/947)) - Add IntelliJ debug instructions to README ([#958](https://togithub.com/TypeStrong/ts-node/issues/958)) - Add mocha 7 usage example to README ([#961](https://togithub.com/TypeStrong/ts-node/issues/961))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
: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.