bahmutov / add-typescript-to-cypress

Quickly adds TypeScript spec support to Cypress
https://github.com/bahmutov/test-add-typescript-to-cypress
107 stars 6 forks source link

fix(deps): update dependency ts-loader to v6 #36

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
ts-loader dependencies major 3.5.0 -> 6.0.0 source

Release Notes

TypeStrong/ts-loader ### [`v6.0.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v600) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.4.5...v6.0.0) - [Drop support for node < 8.6 related to micromatch upgrade to 4](https://togithub.com/TypeStrong/ts-loader/pull/930); see: [#​929](https://togithub.com/TypeStrong/ts-loader/issues/929) - [Update dependencies](https://togithub.com/TypeStrong/ts-loader/pull/928) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! ### [`v5.4.5`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v545) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.4.4...v5.4.5) - [use @​types/webpack for loader typings](https://togithub.com/TypeStrong/ts-loader/pull/927) - thanks [@​LukeSheard](https://togithub.com/LukeSheard)! ### [`v5.4.4`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v544) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.4.3...v5.4.4) - [refactor: add common appendTsTsxSuffixesIfRequired function to instance](https://togithub.com/TypeStrong/ts-loader/pull/924) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! ### [`v5.4.3`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v543) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.3...v5.4.3) - [feat: resolveTypeReferenceDirective support for yarn PnP](https://togithub.com/TypeStrong/ts-loader/pull/921) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! - [fix: don't include anything apart from ts-loader in publish](https://togithub.com/TypeStrong/ts-loader/pull/923) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! ### [`v5.3.3`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v533) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.2...v5.3.3) - [fix: Pass ts.Program to getCustomTransformers](https://togithub.com/TypeStrong/ts-loader/pull/889) ([#​860](https://togithub.com/TypeStrong/ts-loader/issues/860)) - thanks [@​andersekdahl](https://togithub.com/andersekdahl)! ### [`v5.3.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v532) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.1...v5.3.2) - [feat: enable experimentalFileCaching by default](https://togithub.com/TypeStrong/ts-loader/pull/885) ([#​868](https://togithub.com/TypeStrong/ts-loader/issues/868)) - thanks [@​timocov](https://togithub.com/timocov)! ### [`v5.3.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v531) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.0...v5.3.1) - [fix: projectReferences with rootDir](https://togithub.com/TypeStrong/ts-loader/pull/871) ([#​868](https://togithub.com/TypeStrong/ts-loader/issues/868)) - thanks [@​andrewbranch](https://togithub.com/andrewbranch)! ### [`v5.3.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v530) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.2.2...v5.3.0) - [feat: Exposes a `resolveNodeModule` option](https://togithub.com/TypeStrong/ts-loader/pull/862) - thanks [@​arcanis](https://togithub.com/arcanis)! ### [`v5.2.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v522) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.2.1...v5.2.2) - [feat: Micro-optimizations](https://togithub.com/TypeStrong/ts-loader/pull/855) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly) ### [`v5.2.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v521) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.2.0...v5.2.1) - [feat: Lists typescript as a peer dependency](https://togithub.com/TypeStrong/ts-loader/pull/841) - thanks [@​arcanis](https://togithub.com/arcanis)! ### [`v5.2.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v520) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.1.1...v5.2.0) - [feat: Initial support for project references - `projectReferences`](https://togithub.com/TypeStrong/ts-loader/pull/817) - thanks [@​andrewbranch](https://togithub.com/andrewbranch)! ### [`v5.1.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v511) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.1.0...v5.1.1) - [fix(getTranspilationEmit): pass the raw path to transpileModule](https://togithub.com/TypeStrong/ts-loader/pull/835) - thanks [@​Brooooooklyn](https://togithub.com/Brooooooklyn) ### [`v5.1.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v510) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.0.0...v5.1.0) - [feat: Added cache for some FS operations while compiling - `experimentalFileCaching`](https://togithub.com/TypeStrong/ts-loader/pull/829) - thanks [@​timocov](https://togithub.com/timocov)! ### [`v5.0.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v500) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.5.0...v5.0.0) - [feat: Fixed issue with incorrect output path for declaration files](https://togithub.com/TypeStrong/ts-loader/pull/822) - thanks [@​JonWallsten](https://togithub.com/JonWallsten)! **BREAKING CHANGE** ### [`v4.5.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v450) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.4.2...v4.5.0) - [feat: Added support for TypeScript declaration map](https://togithub.com/TypeStrong/ts-loader/pull/821) - thanks [@​JonWallsten](https://togithub.com/JonWallsten)! ### [`v4.4.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v442) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.4.1...v4.4.2) - [fix(loader): new Error to webpack when errors occured in the loader function](https://togithub.com/TypeStrong/ts-loader/pull/792) - thanks [@​linxiaowu66](https://togithub.com/linxiaowu66) and [@​systemmetaphor](https://togithub.com/systemmetaphor)! ### [`v4.4.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v441) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.4.0...v4.4.1) - [fix(types): expose public interfaces from root index.d.ts](https://togithub.com/TypeStrong/ts-loader/pull/790) - thanks [@​Hotell](https://togithub.com/Hotell)! ### [`v4.4.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v440) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.3.1...v4.4.0) - [feat: generate ambient types from implementation](https://togithub.com/TypeStrong/ts-loader/pull/788) - thanks [@​Hotell](https://togithub.com/Hotell)! - [error when not using webpack 4](https://togithub.com/TypeStrong/ts-loader/pull/786) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly) ### [`v4.3.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v431) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.3.0...v4.3.1) - [Fix options caching when ts-loader is used in multiple rules](https://togithub.com/TypeStrong/ts-loader/pull/782) - thanks [@​yyx990803](https://togithub.com/yyx990803)! Please note, this bug fix requires that vue-loader users still using v14 should either upgrade to v15 or explicitly pass the same ts-loader options via v14's loaders option. [See more details here](https://togithub.com/TypeStrong/ts-loader/pull/782#issuecomment-394406093) ### [`v4.3.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v430) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.2.0...v4.3.0) - [Fix dependency resolution when using pnpm](https://togithub.com/TypeStrong/ts-loader/pull/774) - thanks [@​xbtsw](https://togithub.com/xbtsw) and [@​zkochan](https://togithub.com/zkochan)! - [Add `allowTsInNodeModules` option for importing .ts files from node_modules](https://togithub.com/TypeStrong/ts-loader/pull/773) - thanks [@​aelawson](https://togithub.com/aelawson)! ### [`v4.2.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v420) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.1.0...v4.2.0) - [Pass \`context' to error formatters](https://togithub.com/TypeStrong/ts-loader/pull/756) - thanks [@​gustavderdrache](https://togithub.com/gustavderdrache)! ### [`v4.1.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v410) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.0.1...v4.1.0) - [Fix slow `experimentalWatchApi`](https://togithub.com/TypeStrong/ts-loader/pull/747) ([#​746](https://togithub.com/TypeStrong/ts-loader/issues/746)) - thanks [@​sheetalkamat](https://togithub.com/sheetalkamat) and [@​MLoughry](https://togithub.com/MLoughry)! - [feat: `getCustomTransformers` support path string for a module](https://togithub.com/TypeStrong/ts-loader/pull/745) - thanks [@​vagusX](https://togithub.com/vagusX) and [@​s-panferov](https://togithub.com/s-panferov) (upon whose work this is based I believe) ### [`v4.0.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v401) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.0.0...v4.0.1) - [Fix name collision in experimentalWatchApi code](https://togithub.com/TypeStrong/ts-loader/pull/737) - thanks [@​MLoughry](https://togithub.com/MLoughry)! ### [`v4.0.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v400) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v3.5.0...v4.0.0) - Support webpack 4 - Drop support for webpack 2/3 **BREAKING CHANGE** - use ts-loader 3.x if you need webpack 2/3 support - Minimum TypeScript version is now 2.4.1 **BREAKING CHANGE** - Deprecated option `entryFileCannotBeJs` removed' **BREAKING CHANGE** - Start using [prettier](https://prettier.io/) for the codebase

Renovate configuration

:date: Schedule: "every weekend" in timezone America/New_York.

: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!".

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



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

bahmutov commented 5 years ago

:tada: This PR is included in version 2.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: