From edd0c2539266b799a261eb38fa92ad9c97173a8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 May 2022 10:46:16 +0000 Subject: [PATCH] chore(deps): update dependency ts-jest to v28.0.2 (#121) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://togithub.com/kulshekhar/ts-jest)) | [`28.0.1` -> `28.0.2`](https://renovatebot.com/diffs/npm/ts-jest/28.0.1/28.0.2) | [![age](https://badges.renovateapi.com/packages/npm/ts-jest/28.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ts-jest/28.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ts-jest/28.0.2/compatibility-slim/28.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ts-jest/28.0.2/confidence-slim/28.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
kulshekhar/ts-jest ### [`v28.0.2`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#​2802-httpsgithubcomkulshekharts-jestcomparev2801v2802-2022-05-07) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v28.0.1...v28.0.2) ##### Bug Fixes - **transformers:** use `Array.sort` in hoisting transformer ([#​3498](https://togithub.com/kulshekhar/ts-jest/issues/3498)) ([e400a6e](https://togithub.com/kulshekhar/ts-jest/commit/e400a6ec0e4706f606ae9b1e2897b0bb1cff6343)), closes [#​3476](https://togithub.com/kulshekhar/ts-jest/issues/3476)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/ToppleTheNun/npm-lockfile-version). --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f36be2a..3fbeea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "prettier": "2.6.2", "prettier-plugin-organize-imports": "2.3.4", "prettier-plugin-pkg": "0.13.1", - "ts-jest": "28.0.1", + "ts-jest": "28.0.2", "typescript": "4.6.4" } }, @@ -10286,9 +10286,9 @@ } }, "node_modules/ts-jest": { - "version": "28.0.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.1.tgz", - "integrity": "sha512-PbkbitaT/9ZYAqqzk3UYTvCq080Seo46T3m/AdwcZ0D8WH2uBhG6PvA8oOAWsZIknzPQU66fYobvFCL8IqIhmg==", + "version": "28.0.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.2.tgz", + "integrity": "sha512-IOZMb3D0gx6IHO9ywPgiQxJ3Zl4ECylEFwoVpENB55aTn5sdO0Ptyx/7noNBxAaUff708RqQL4XBNxxOVjY0vQ==", "dev": true, "dependencies": { "bs-logger": "0.x", @@ -18406,9 +18406,9 @@ "dev": true }, "ts-jest": { - "version": "28.0.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.1.tgz", - "integrity": "sha512-PbkbitaT/9ZYAqqzk3UYTvCq080Seo46T3m/AdwcZ0D8WH2uBhG6PvA8oOAWsZIknzPQU66fYobvFCL8IqIhmg==", + "version": "28.0.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-28.0.2.tgz", + "integrity": "sha512-IOZMb3D0gx6IHO9ywPgiQxJ3Zl4ECylEFwoVpENB55aTn5sdO0Ptyx/7noNBxAaUff708RqQL4XBNxxOVjY0vQ==", "dev": true, "requires": { "bs-logger": "0.x", diff --git a/package.json b/package.json index b55836d..b802965 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prettier": "2.6.2", "prettier-plugin-organize-imports": "2.3.4", "prettier-plugin-pkg": "0.13.1", - "ts-jest": "28.0.1", + "ts-jest": "28.0.2", "typescript": "4.6.4" }, "commitlint": {