diff --git a/CHANGELOG.md b/CHANGELOG.md index 27fad09023..6b85022984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [27.1.3](https://github.com/kulshekhar/ts-jest/compare/v27.1.2...v27.1.3) (2022-01-14) + + +### Bug Fixes + +* **compiler:** update memory cache for compiler using received file content ([#3194](https://github.com/kulshekhar/ts-jest/issues/3194)) ([e4d9541](https://github.com/kulshekhar/ts-jest/commit/e4d9541f262ca14cb25563c757c0f2345dbf5c51)) + + + ## [27.1.2](https://github.com/kulshekhar/ts-jest/compare/v27.1.1...v27.1.2) (2021-12-15) diff --git a/package-lock.json b/package-lock.json index 72f6f6f33c..e52e614d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-jest", - "version": "27.1.2", + "version": "27.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ts-jest", - "version": "27.1.2", + "version": "27.1.3", "license": "MIT", "dependencies": { "bs-logger": "0.x", @@ -27,10 +27,10 @@ "@jest/transform": "^27.4.2", "@jest/types": "^27.4.2", "@types/babel__core": "7.x", - "@types/cross-spawn": "*", - "@types/fs-extra": "*", + "@types/cross-spawn": "latest", + "@types/fs-extra": "latest", "@types/jest": "^27.0.3", - "@types/js-yaml": "*", + "@types/js-yaml": "latest", "@types/lodash.camelcase": "4.x", "@types/lodash.memoize": "4.x", "@types/lodash.set": "4.x", @@ -39,31 +39,31 @@ "@types/node-fetch": "^3.0.3", "@types/react": "17.x", "@types/rimraf": "^3.0.2", - "@types/semver": "*", - "@types/yargs": "*", + "@types/semver": "latest", + "@types/yargs": "latest", "@types/yargs-parser": "20.x", "@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/parser": "^5.3.0", "conventional-changelog-cli": "2.x", - "cross-spawn": "*", + "cross-spawn": "latest", "esbuild": "~0.14.2", "eslint": "^8.4.1", - "eslint-config-prettier": "*", - "eslint-plugin-import": "*", - "eslint-plugin-jest": "*", - "eslint-plugin-jsdoc": "*", - "eslint-plugin-prefer-arrow": "*", - "eslint-plugin-prettier": "*", + "eslint-config-prettier": "latest", + "eslint-plugin-import": "latest", + "eslint-plugin-jest": "latest", + "eslint-plugin-jsdoc": "latest", + "eslint-plugin-prefer-arrow": "latest", + "eslint-plugin-prettier": "latest", "execa": "5.1.1", "fs-extra": "10.x", "glob": "^7.1.7", - "glob-gitignore": "*", + "glob-gitignore": "latest", "husky": "4.x", "jest": "^27.4.3", "jest-snapshot-serializer-raw": "^1.2.0", - "js-yaml": "*", + "js-yaml": "latest", "json-schema-to-typescript": "^10.1.4", - "lint-staged": "*", + "lint-staged": "latest", "lodash.camelcase": "^4.3.0", "lodash.set": "^4.3.2", "node-fetch": "^3.0.0", diff --git a/package.json b/package.json index 3d6b7d8d31..336661e68c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-jest", - "version": "27.1.2", + "version": "27.1.3", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": {