-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update dependency ts-jest to v26.5.6 #90
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/ts-jest-26.x
base: master
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.
Open
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
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
August 11, 2020 10:40
1ae98dc
to
7b8469c
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.1.4
Update dependency ts-jest to v26.2.0
Aug 11, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
August 26, 2020 06:56
7b8469c
to
f5434af
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.2.0
Update dependency ts-jest to v26.3.0
Aug 26, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
September 20, 2020 10:47
f5434af
to
e05916a
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.3.0
Update dependency ts-jest to v26.4.0
Sep 20, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
September 29, 2020 10:39
e05916a
to
174e819
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.4.0
Update dependency ts-jest to v26.4.1
Sep 29, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
October 28, 2020 00:56
174e819
to
39d9e02
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.4.1
Update dependency ts-jest to v26.4.3
Oct 28, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
November 26, 2020 20:59
39d9e02
to
4ccc48f
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.4.3
Update dependency ts-jest to v26.4.4
Nov 26, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
January 30, 2021 14:51
4ccc48f
to
c748eed
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.4.4
Update dependency ts-jest to v26.5.0
Jan 30, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
February 9, 2021 15:00
c748eed
to
4d73698
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.5.0
Update dependency ts-jest to v26.5.1
Feb 9, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
April 26, 2021 15:10
4d73698
to
0a66f3d
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.5.1
Update dependency ts-jest to v26.5.5
Apr 26, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
May 9, 2021 23:14
0a66f3d
to
f606ec7
Compare
renovate
bot
changed the title
Update dependency ts-jest to v26.5.5
Update dependency ts-jest to v26.5.6
May 9, 2021
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
26.1.3
->26.5.6
Release Notes
kulshekhar/ts-jest
v26.5.6
Compare Source
Code Refactoring
sourceMap: false
(#2557) (cf60990).v26.5.5
Compare Source
Bug Fixes
v26.5.4
Compare Source
Bug Fixes
.ts
/.tsx
/.d.ts
files only (#2457) (1dc731a), closes #2445v26.5.3
Compare Source
Bug Fixes
@types/jest
from direct dep (#2416) (060302e), closes #2406 #2411v26.5.2
Compare Source
Bug Fixes
outDir
from compiler source files (#2376) (9034677), closes #2350 #2374matchTestFilePath
beforesetupTsJestCfg
(#2373) (c427fea), closes #2371tsconfig
/tsConfig
option (#2377) (d4f6aff), closes #2368v26.5.1
Compare Source
Features
presets
entry point (#2341) (e12b004), closes #2325v26.5.0
Compare Source
Bug Fixes
node_modules
when addingts-jest
(#2309) (6bf2e8a)Features
exclude
to exclude files from diagnostics (#2308) (cd82fd3)DEPRECATIONS
pathRegex
in favor ofexclude
(#2308) (cd82fd3)v26.4.4
Compare Source
Bug Fixes
@jest/create-cache-key-function
(#2108) (dee8231), closes #2080 #2090 #2104Features
mocked
(#2096) (b1d072b), closes #2086v26.4.3
Compare Source
Bug Fixes
.babelrc
file path before attempting to read it (#2071) (681bfef), closes #2064Features
v26.4.2
Compare Source
Features
Performance Improvements
isolatedModules:false
(#2055) (230b5dd)DEPRECATIONS
tsConfig
in favor oftsconfig
(#1997)packageJson
since internal codes don't use it anymore (#2034)v26.4.1
Compare Source
Bug Fixes
MaybeMockedConstructor
returns T (#1976) (b7712b2)path.join
and add check on prefix ends with/
(#1989) (3d9035b), closes #1982v26.4.0
Compare Source
Bug Fixes
pathsToModuleNameMapper
resolve path mapping withpath.join
(#1969) (81fce4c), closes #1968jest-util
version at 26.1.0 (#1914) (f00414c), closes #1913Features
@jest/globals
(#1937) (0e5be15), closes #1593path-mapping
custom AST transformer (#1927) (3325186)Performance Improvements
createProgram
forisolatedModules: true
to boost startup speed (#1941) (dd84534)v26.3.0
Compare Source
Bug Fixes
package.json
(#1893) (4875a58), closes #1892Features
v26.2.0
Compare Source
Bug Fixes
@types/jest
to dependencies to work well with yarn 2 (#1859) (5eb1389), closes #1857Features
after
andafterDeclarations
AST transformers (#1831) (be20a7c)TS_JEST_DISABLE_VER_CHECKER
(#1821) (e6b42fc), closes #177426.1.4 (2020-07-28)
Bug Fixes
26.1.3 (2020-07-16)
Bug Fixes
26.1.2 (2020-07-13)
Bug Fixes
resolveModuleNames
TypeScript API to get resolved modules for test files (#1784) (5f26054), closes #1747tsconfig
change (#1788) (6948855)Performance Improvements
isolatedModules: false
(#1786) (7f731ed)globsToMatcher
fromjest-util
(#1754) (44f3913)26.1.1 (2020-06-21)
Bug Fixes
mapRoot
is set (#1741) (01ac417), closes #1718v26.1.4
Compare Source
Bug Fixes
Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.