This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency jest to v26.6.3 #64
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/jest-monorepo
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
Codecov Report
@@ Coverage Diff @@
## master #64 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 3 3
Lines 54 54
Branches 8 8
=======================================
Hits 53 53
Misses 1 1 Continue to review full report at Codecov.
|
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
July 30, 2020 11:56
54f6cf6
to
74bec05
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.2.0
chore(deps): update dependency jest to v26.2.1
Jul 30, 2020
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
July 31, 2020 11:07
74bec05
to
395b269
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.2.1
chore(deps): update dependency jest to v26.2.2
Jul 31, 2020
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 10, 2020 12:03
395b269
to
d94e8c6
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.2.2
chore(deps): update dependency jest to v26.3.0
Aug 10, 2020
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 12, 2020 21:12
d94e8c6
to
df48a5b
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.3.0
chore(deps): update dependency jest to v26.4.0
Aug 12, 2020
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 20, 2020 08:54
df48a5b
to
9368200
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.4.0
chore(deps): update dependency jest to v26.4.1
Aug 20, 2020
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
August 22, 2020 12:24
9368200
to
307d9a7
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.4.1
chore(deps): update dependency jest to v26.4.2
Aug 22, 2020
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
October 28, 2020 11:03
307d9a7
to
55335a9
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.4.2
chore(deps): update dependency jest to v26.6.1
Oct 28, 2020
renovate
bot
force-pushed
the
renovate/jest-monorepo
branch
from
November 27, 2020 12:00
55335a9
to
56538b4
Compare
renovate
bot
changed the title
chore(deps): update dependency jest to v26.6.1
chore(deps): update dependency jest to v26.6.3
Nov 27, 2020
Codecov Report
@@ Coverage Diff @@
## master #64 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 3 3
Lines 54 54
Branches 8 8
=======================================
Hits 53 53
Misses 1 1 Continue to review full report at Codecov.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.0
->26.6.3
Release Notes
facebook/jest
v26.6.3
Compare Source
Fixes
[jest-resolve-dependencies]
Continue dependency resolution if mock dependency can't be found (#10779)v26.6.2
Compare Source
Features
[jest-core]
AddfindRelatedTests
andnonFlagArgs
in allowed config options forupdateConfigAndRun
in watch plugins (#10659)Fixes
[babel-plugin-jest-hoist]
Preserve order of hoisted mock nodes within containing block (#10536)[babel-plugin-jest-hoist]
Hoist pure constants to support experimental JSX transform in hoisted mocks (#10723)[babel-preset-jest]
Updatebabel-preset-current-node-syntax
to support top level await (#10747)[expect]
Revert "FixobjectContaining
to work recursively into sub-objects (#10508)" (#10766)[jest-circus, jest-jasmine2]
fix: don't assumestack
is always a string (#10697)[jest-config]
Fix bug introduced in watch mode by PR #10678 (#10692)[jest-config]
Throw correct error for missing preset modules (#10737)[jest-resolve-dependencies]
Resolve mocks as dependencies (#10713)[jest-runtime]
Handle file URLs in dynamic imports (#10744)[jest-runtime, babel-jest]
Pass more ESM options to@jest/transform
(#10752)[jest-runtime]
Properly injectextraGlobals
into the runtime (#10758)[jest-transform]
Link to ESM docs on syntax errors (#10748)Chore & Maintenance
[docs]
Add docs for using mocks in TypeScript (#10415)[eslint-config-fb-strict]
Move package from this repo tofbjs
repo (#10739)[examples]
Update TypeScript example to show use of newer Jest types (#10399)[jest-cli]
chore: standardize files and folder names (#10698)[jest-config]
Switch ts-nodeRegister
type toService
due to deprecation (#11210)v26.6.1
Compare Source
Features
[jest-runtime]
Support named exports from CommonJS as named ES Module imports (#10673)[jest-validate]
Add support forrecursiveDenylist
option as an alternative torecursiveBlacklist
(#10236)Fixes
[expect]
FixobjectContaining
to work recursively into sub-objects (#10508)[jest-cli, jest-core, jest-config, jest-types]
Fix--onlyFailures
flag to work in non-watch mode (#10678)[jest-config]
Fix for thejest.config.ts
compiler to not interfere withtsconfig.json
files (#10675)[jest-message-util]
Update to work properly with Node 15 (#10660)[jest-mock]
Allow to mock methods in getters (TypeScript 3.9 export) (#10156)v26.6.0
Compare Source
Features
[jest-cli, jest-config]
Add support for thejest.config.ts
configuration file (#10564)Fixes
[jest-config]
Simplify transform RegExp (#10207)[jest-fake-timers]
Lazily instantiate mock timers (#10551)[jest-runtime]
require.main
is no longerundefined
when usingjest.resetModules
(#10626)[@jest/types]
Add missing values fortimers
(#10632)Chore & Maintenance
[docs]
Add step for fetchingbackers.json
file in website setup docs (#10631)[docs]
Add page detailing environment variables set by Jest (#10630)[jest-circus]
RefactorcallAsyncCircusFn
parameters (#10629)v26.5.3
Compare Source
Features
[jest-runtime]
add support for dynamicimport()
from CommonJS (#10620)Fixes
[jest-runner, jest-runtime]
require.main
should not beundefined
withcreateRequire()
(#10610)[jest-runtime]
add missingmodule.path
property (#10615)[jest-runtime]
AddmainModule
instance variable to runtime (#10621)[jest-runtime]
Evaluate Node core modules on dynamicimport()
(#10622)[jest-validate]
Show suggestion only when unrecognized cli param is longer than 1 character (#10604)[jest-validate]
ValidatetestURL
as CLI option (#10595)v26.5.2
Compare Source
Fixes
[*]
Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 (#10599)[jest-circus]
Setup globals before emittingsetup
, and include Jest globals in thesetup
payload (#10598)[jest-mock]
Fix typings formockResolvedValue
,mockResolvedValueOnce
,mockRejectedValue
andmockRejectedValueOnce
(#10600)v26.5.0
Compare Source
Features
[jest-circus, jest-config, jest-runtime]
Add newinjectGlobals
config and CLI option to disable injecting global variables into the runtime (#10484)[jest-each]
Fixes.each
type to always be callable (#10447)[jest-runner]
Add support formoduleLoader
s withdefault
exports (#10541)[@jest/create-cache-key-function]
Added a new package for creating cache keys (#10587)Fixes
[jest-circus, jest-jasmine2]
Find correct location fortest.each
tests (#10413)[jest-console]
AddConsole
constructor toconsole
object (#10502)[jest-globals]
Fix lifecycle hook function types (#10480)[jest-runtime]
Remove usage ofvm.compileFunction
due to a performance issue (#10586)Chore & Maintenance
[jest-resolve]
Replace read-pkg-up with escalade package (10558)[jest-environment-jsdom]
Update jsdom to 16.4.0 (10578)v26.4.2
Compare Source
Fixes
[expect]
FixtoMatchObject
to work with inherited class getters (#10381)[pretty-format]
Lower minimum node version to >= 10 (#10435)v26.4.1
Compare Source
Fixes
[jest-core]
Don't report ELDHistogram as open handle (#10417)[jest-matcher-utils]
Fix diffing object contain readonly symbol key object (#10414)[jest-reporters]
Fixes notify reporter on Linux (using notify-send) (#10393)[jest-snapshot]
Correctly handles arrays and property matchers in snapshots (#10404)v26.4.0
Compare Source
Features
[jest-resolve]
Add support forpackageFilter
on custom resolver (#10393)Fixes
[pretty-format]
HandletagName
not being a string (#10397)v26.3.0
Compare Source
Features
[jest-circus, jest-jasmine2]
IncludefailureDetails
property in test results (#9496)[jest-each, jest-jasmine, jest-circus]
Add support for.concurrent.each
(#9326)Fixes
[jest-config]
Add.pnp.js
totransformIgnorePatterns
defaults (#10383)[jest-leak-detector]
Wait properly for GC runs due to changes in Node 14.7 (#10366)[jest-worker]
Downgrade minimum node version to 10.13 (#10352)[docs]
Update snapshot testing documentation(#10359)v26.2.2
Compare Source
Fixes
[jest-cli]
Use correct file name to override existing jest config on init (#10337)[jest-haste-map]
Properly detect support for nativefind
(#10346)v26.2.1
Compare Source
Fixes
[jest-worker]
Make sure to work with Node TS typings v12 (#10336)v26.2.0
Compare Source
Features
[jest-core, jest-circus, jest-reporter, jest-runner]
Added support for reporting individual test cases using jest-circus (#10227)[jest-config, jest-reporter, jest-runner, jest-test-sequencer]
AddslowTestThreshold
configuration option (#9366)[jest-haste-map]
Watchman crawler now includes dotfiles (#10075)[jest-worker]
Added support for workers to send custom messages to parent in jest-worker (#10293)[jest-worker]
Support passingresourceLimits
(#10335)[pretty-format]
Added support for serializing custom elements (web components) (#10217)Fixes
[expect]
Match symbols and bigints inany()
(#10223)[jest-changed-files]
Usegit diff
instead ofgit log
for--changedSince
(#10155)[jest-console]
Add missingconsole.timeLog
for compatibility with Node (#10209)[jest-haste-map]
Checkfind
binary supports the-iname
parameter (#10308)[jest-snapshot]
Strip added indentation for inline error snapshots (#10217)Chore & Maintenance
[*]
Add missing dependency on@types/node
(#10248)[jest-jasmine2]
ConvertPCancelable
to TypeScript (#10215)[jest-jasmine2]
Refine typings ofqueueRunner
(#10215)[jest-jasmine2]
Remove usage ofFunction
type (#10216)[jest-resolve]
Improve types (#10239)[docs]
Clarify thejest.requireActual(moduleName)
example[jest-types]
Refine typings ofcoverageReporters
(#10275)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.
This PR has been generated by WhiteSource Renovate. View repository job log here.