-
Notifications
You must be signed in to change notification settings - Fork 73
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 v26.5.6 #378
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.
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
September 21, 2020 06:12
ccf9678
to
74e0e35
Compare
Pull Request Test Coverage Report for Build 1456
💛 - Coveralls |
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
September 29, 2020 10:36
74e0e35
to
b9addcb
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.4.0
chore(deps): update dependency ts-jest to v26.4.1
Sep 29, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
October 23, 2020 16:28
b9addcb
to
daff80f
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.4.1
chore(deps): update dependency ts-jest to v26.4.2
Oct 23, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
October 26, 2020 21:47
daff80f
to
56450c0
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.4.2
chore(deps): update dependency ts-jest to v26.4.3
Oct 26, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
November 8, 2020 15:05
56450c0
to
21c0b55
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.4.3
chore(deps): update dependency ts-jest to v26.4.4
Nov 8, 2020
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
February 1, 2021 10:58
21c0b55
to
da0f48b
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.4.4
chore(deps): update dependency ts-jest to v26.5.0
Feb 1, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
February 9, 2021 13:02
da0f48b
to
16e620f
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.5.0
chore(deps): 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 14:25
16e620f
to
b3b4cda
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.5.1
chore(deps): 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 20:43
b3b4cda
to
e9f9235
Compare
renovate
bot
changed the title
chore(deps): update dependency ts-jest to v26.5.5
chore(deps): update dependency ts-jest to v26.5.6
May 9, 2021
renovate
bot
force-pushed
the
renovate/ts-jest-26.x
branch
from
October 19, 2021 01:01
e9f9235
to
b1421dc
Compare
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.3.0
->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)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.