DevExpress / devextreme-react

React UI and data visualization components
https://js.devexpress.com/Demos/
MIT License
161 stars 65 forks source link

chore(deps): update dependency ts-jest to ^25.5.1 #715

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-jest (source) ^25.0.0 -> ^25.5.1 age adoption passing confidence

Release Notes

kulshekhar/ts-jest ### [`v25.5.1`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2551-httpsgithubcomkulshekharts-jestcomparev2550v2551-2020-05-09) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.5.0...v25.5.1) ##### Bug Fixes - **compiler:** don't resolve files from build folder for `projectReferences` ([#​1614](https://togithub.com/kulshekhar/ts-jest/issues/1614)) ([74b92d3](https://togithub.com/kulshekhar/ts-jest/commit/74b92d3)) - **config:** don't set `include` value of `tsconfig` to empty array ([#​1606](https://togithub.com/kulshekhar/ts-jest/issues/1606)) ([8a29aaa](https://togithub.com/kulshekhar/ts-jest/commit/8a29aaa)) ### [`v25.5.0`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2550-httpsgithubcomkulshekharts-jestcomparev2540v2550-2020-05-05) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.4.0...v25.5.0) ##### Bug Fixes - **compiler:** make `projectReferences` work with `isolatedModules: false` ([#​1541](https://togithub.com/kulshekhar/ts-jest/issues/1541)) ([3e8efbe](https://togithub.com/kulshekhar/ts-jest/commit/3e8efbe)) - **compiler:** allow using `files` provided by `tsconfig` ([#​1562](https://togithub.com/kulshekhar/ts-jest/issues/1562)) ([a9f02bd](https://togithub.com/kulshekhar/ts-jest/commit/a9f02bd)) - **config:** verify `testMatchPatterns` contain RegExp instance or string type values ([#​1569](https://togithub.com/kulshekhar/ts-jest/issues/1569)) ([7f85bab](https://togithub.com/kulshekhar/ts-jest/commit/7f85bab)) ##### Features - **config:** add `tsconfig` alias to `tsConfig` option ([#​1565](https://togithub.com/kulshekhar/ts-jest/issues/1565)) ([c10eb6d](https://togithub.com/kulshekhar/ts-jest/commit/c10eb6d)) - **config:** define 'ts-jest' on `ConfigGlobals` interface of `@jest/types` ([#​1592](https://togithub.com/kulshekhar/ts-jest/issues/1592)) ([4526392](https://togithub.com/kulshekhar/ts-jest/commit/4526392)) ##### Performance Improvements - **compiler:** don’t write compile output to file system but rely on jest cache ([#​1561](https://togithub.com/kulshekhar/ts-jest/issues/1561)) ([d11a4ea](https://togithub.com/kulshekhar/ts-jest/commit/d11a4ea)) - **compiler:** improve performance for `isolatedModules: false` ([#​1558](https://togithub.com/kulshekhar/ts-jest/issues/1558)) ([85c09e3](https://togithub.com/kulshekhar/ts-jest/commit/85c09e3)) ##### BREAKING CHANGES - Any custom typing files or files which are needed to be compiled and intended to use with `jest` need to be defined in `files` option of `tsconfig`. For example: // tsconfig.json { // ...other configs "files": [ "my-custom-typings.d.ts", "my-global-module.ts" ] } - **compiler:** `incremental` and `compilerHost` options are no longer available. Please remove it from your `ts-jest` config. ### [`v25.4.0`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2540-httpsgithubcomkulshekharts-jestcomparev2531v2540-2020-04-17) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.3.1...v25.4.0) ##### Bug Fixes - **compiler:** make `projectReferences` work with `isolatedModules: true` ([#​1527](https://togithub.com/kulshekhar/ts-jest/issues/1527)) ([aa6b74c](https://togithub.com/kulshekhar/ts-jest/commit/aa6b74c)) - **compiler:** make sure `LanguageService` updated with test file information before getting diagnostics for test file ([#​1507](https://togithub.com/kulshekhar/ts-jest/issues/1507)) ([311eaeb](https://togithub.com/kulshekhar/ts-jest/commit/311eaeb)) - **config:** set default `outDir` when `allowJs` is true and no `outDir` in `tsconfig` ([#​1502](https://togithub.com/kulshekhar/ts-jest/issues/1502)) ([1a287ad](https://togithub.com/kulshekhar/ts-jest/commit/1a287ad)) - **config:** use original jest config object instead of stringified config ([#​1511](https://togithub.com/kulshekhar/ts-jest/issues/1511)) ([4f0bb33](https://togithub.com/kulshekhar/ts-jest/commit/4f0bb33)) #### [25.3.1](https://togithub.com/kulshekhar/ts-jest/compare/v25.3.0...v25.3.1) (2020-04-03) ##### Bug Fixes - only do type checking while compiling file ([#​1483](https://togithub.com/kulshekhar/ts-jest/issues/1483)) ([dbc0a08](https://togithub.com/kulshekhar/ts-jest/commit/dbc0a08)) - **config:** set default outDir for enabled allowJs without outDir ([#​1472](https://togithub.com/kulshekhar/ts-jest/issues/1472)) ([57c7af0](https://togithub.com/kulshekhar/ts-jest/commit/57c7af0)) ### [`v25.3.1`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2531-httpsgithubcomkulshekharts-jestcomparev2530v2531-2020-04-03) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.3.0...v25.3.1) ##### Bug Fixes - only do type checking while compiling file ([#​1483](https://togithub.com/kulshekhar/ts-jest/issues/1483)) ([dbc0a08](https://togithub.com/kulshekhar/ts-jest/commit/dbc0a08)) - **config:** set default outDir for enabled allowJs without outDir ([#​1472](https://togithub.com/kulshekhar/ts-jest/issues/1472)) ([57c7af0](https://togithub.com/kulshekhar/ts-jest/commit/57c7af0)) ### [`v25.3.0`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2530-httpsgithubcomkulshekharts-jestcompare2521v2530-2020-03-30) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/25.2.1...v25.3.0) ##### Bug Fixes - add `jest-config` to dependencies list ([6d9e0d8](https://togithub.com/kulshekhar/ts-jest/commit/6d9e0d8)) - always do type check for all files provided to ts-jest transformer for non-watch mode ([#​1450](https://togithub.com/kulshekhar/ts-jest/issues/1450)) ([107e062](https://togithub.com/kulshekhar/ts-jest/commit/107e062)) ##### Chores - **docs:** add `TROUBLESHOOTING` ([96cd9b3](https://togithub.com/kulshekhar/ts-jest/commit/b8ebf36)) ##### Features - **compiler:** expose internal ts `Program` via ConfigSet `TsCompiler` ([#​1433](https://togithub.com/kulshekhar/ts-jest/issues/1433)) ([7153246](https://togithub.com/kulshekhar/ts-jest/commit/7153246)) - **config:** add incremental option ([#​1418](https://togithub.com/kulshekhar/ts-jest/issues/1418)) ([5a69bce](https://togithub.com/kulshekhar/ts-jest/commit/5a69bce)) ##### BREAKING CHANGES - **config:** improve diagnostics message ([#​1444](https://togithub.com/kulshekhar/ts-jest/issues/1444)) ([96cd9b3](https://togithub.com/kulshekhar/ts-jest/commit/96cd9b3)). This will affect to any snapshots or assertion against diagnostics messages

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

renovate[bot] commented 2 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm WARN deprecated @evocateur/pacote@9.6.5: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated @evocateur/npm-registry-fetch@4.0.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated read-package-tree@5.3.1: The functionality that this package provided is now in @npmcli/arborist
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN deprecated @evocateur/libnpmaccess@3.1.2: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated @evocateur/libnpmpublish@1.2.2: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN @octokit/plugin-request-log@1.0.4 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.

lerna notice cli v3.22.1
lerna info versioning independent
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
lerna notice cli v3.22.1
lerna info versioning independent
lerna info Bootstrapping 3 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --ignore-scripts --no-audit --package-lock-only exited 1 in 'devextreme-react'