-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency ts-jest to v27.1.5 #44
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ts-jest-27.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nervina/mibao-ui/FsJCULcrUBQw1tRJai1Mn6jj65XD |
/rebase |
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
October 15, 2021 14:47
97348c6
to
5cd69e2
Compare
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
October 18, 2021 01:59
5cd69e2
to
e7a565b
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v27.0.6
chore(deps): update dependency ts-jest to v27.0.7
Oct 18, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
October 18, 2021 03:35
e7a565b
to
5b21261
Compare
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
October 20, 2021 10:09
5b21261
to
f89da2b
Compare
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
October 23, 2021 15:28
f89da2b
to
b030c04
Compare
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
December 1, 2021 05:01
b030c04
to
c0c74a4
Compare
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
December 5, 2021 11:17
c0c74a4
to
eecc4b8
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v27.0.7
chore(deps): update dependency ts-jest to v27.1.0
Dec 5, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
December 8, 2021 10:01
eecc4b8
to
213c9eb
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v27.1.0
chore(deps): update dependency ts-jest to v27.1.1
Dec 8, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
December 16, 2021 17:59
213c9eb
to
f73a473
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v27.1.1
chore(deps): update dependency ts-jest to v27.1.2
Dec 16, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
January 15, 2022 02:04
f73a473
to
e7767e0
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v27.1.2
chore(deps): update dependency ts-jest to v27.1.3
Jan 15, 2022
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
March 26, 2022 12:22
e7767e0
to
333295a
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v27.1.3
chore(deps): update dependency ts-jest to v27.1.4
Mar 26, 2022
renovate
bot
force-pushed
the
renovate/ts-jest-27.x
branch
from
June 18, 2022 13:19
333295a
to
472b26a
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v27.1.4
chore(deps): update dependency ts-jest to v27.1.5
Jun 18, 2022
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
27.0.5
->27.1.5
Release Notes
kulshekhar/ts-jest (ts-jest)
v27.1.5
Compare Source
Bug Fixes
Array.sort
in hoisting transformer (#3498) (e400a6e), fixes #3476v27.1.4
Compare Source
Bug Fixes
esbuild
from peer dependency (#3360) (8c8c1ca), closes #3346.cjs
extension (#3361) (5e5ac4a), closes #3335v27.1.3
Compare Source
Bug Fixes
v27.1.2
Compare Source
Bug Fixes
esbuild
type to avoid importingesbuild
directly (#3147) (9ace0a9)v27.1.1
Compare Source
Bug Fixes
afterProcess
hook (#3132) (2b6b86e)esbuild
as optional peer dependency (#3129) (20258de)v27.1.0
Compare Source
Features
processAsync
andgetCacheKeyAsync
(#3047) (571a880)ts-jest
public apis fromindex.js
(#3080) (53175dd), closes #3045Code Refactoring
mocked
util function (#3102) (55e69f1)compiler
option (#3087) (cc42daf)path-mapping
AST transformer (#3088) (d8f6b96)factory
API forhoisting
AST transformer (#3058) (a72f51d)DEPRECATIONS
path-mapping
AST transformer is deprecated and will be removed in v28.0.0. One should use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.mocked
function is deprecated and will be removed in v28.0.0. The function has been integrated intojest-mock
package as a part of Jest 27.4.0, see https://github.com/facebook/jest/pull/12089. One should use the one from Jest instead27.0.7 (2021-10-16)
Bug Fixes
lodash
import (#2978) (8b60679), closes #297727.0.6 (2021-10-14)
Bug Fixes
lodash
package instead of full packagelodash
(#2959) (dc89fe5), closes #295427.0.5 (2021-08-14)
Bug Fixes
tsConfig
option forts-jest
config options (#2794) (781710b), closes #2764config:init
genarate invalid type comment (#2773) (ede8a20), closes #2772./
in tsconfigpaths
forpathsToModuleNameMapper
(#2797) (42ff5e4), closes #2709Code Refactoring
Buffer.from
andmkdird
(#2774) (4869660)27.0.4 (2021-07-21)
Bug Fixes
@types/jest
as optionalpeerDependencies
to solve yarn 2 (#2756) (5fbf43e)babel-jest
as optionalpeerDependencies
to solve yarn 2 (#2751) (8bede2e)name
andversion
into cache key (#2755) (310fb9a), closes #2753Features
npx ts-jest:init
(#2742) (f51ba05)TS_JEST
to allow detecting ofts-jest
(#2717) (56c137a), closes #271627.0.3 (2021-06-06)
Bug Fixes
exports
field to support all node versions (#2658) (132c8ba)Features
27.0.2 (2021-05-30)
Bug Fixes
exclude
should only exclude files which match glob values (#2637) (c5ce979), closes #263427.0.1 (2021-05-26)
Bug Fixes
testMatch
if old jest config contains it (#2618) (c568f49), closes #2616isolatedModules: false
use updated compiler options (#2628) (348e30f), closes #2629presets
(#2624) (0ea025e), closes #2623v27.0.7
Compare Source
Bug Fixes
lodash
import (#2978) (8b60679), closes #2977v27.0.6
Compare Source
Bug Fixes
lodash
package instead of full packagelodash
(#2959) (dc89fe5), closes #2954Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR was generated by Mend Renovate. View the repository job log.