react-intl-cra
react-intl-cra copied to clipboard
chore(deps): update dependency jest to v22.4.4
This PR contains the following updates:
Package | Type | Update | Change | References |
---|---|---|---|---|
jest | devDependencies | minor | 22.1.4 -> 22.4.4 |
homepage, source |
Release Notes
facebook/jest
v22.4.2
Fixes
-
[jest-haste-map]
Recreate Haste map when deserialization fails (#β5642)
v22.4.1
Fixes
-
[jest-haste-map]
Parallelize Watchman calls in crawler (#β5640) -
[jest-editor-support]
Update TypeScript definitions (#β5625) -
[babel-jest]
RemoveretainLines
argument to babel. (#β5594)
Features
-
[jest-runtime]
Providerequire.main
property set to module with test suite (#β5618)
Chore & Maintenance
-
[docs]
Add note about Node version support (#β5622) -
[docs]
Update to use yarn (#β5624) -
[docs]
Add how to mock scoped modules to Manual Mocks doc (#β5638)
v22.4.0
Fixes
-
[jest-haste-map]
Overhauls how Watchman crawler works fixing Windows (#β5615) -
[expect]
Allow matching of Errors against plain objects (#β5611) -
[jest-haste-map]
Do not read binary files in Haste, even when instructed to do so (#β5612) -
[jest-cli]
Don't skip matchers for exact files (#β5582) -
[docs]
Update discord links (#β5586) -
[jest-runtime]
Align handling of testRegex on Windows between searching for tests and instrumentation checks (#β5560) -
[jest-config]
Make it possible to mergetransform
option with preset (#β5505) -
[jest-util]
Fixconsole.assert
behavior in custom & buffered consoles (#β5576)
Features
-
[docs]
Add MongoDB guide (#β5571) -
[jest-runtime]
Deprecate mapCoverage option. (#β5177) -
[babel-jest]
Add option to return sourcemap from the transformer separately from source. (#β5177) -
[jest-validate]
Add ability to log deprecation warnings for CLI flags. (#β5536) -
[jest-serializer]
Added new module for serializing. Works using V8 or JSON (#β5609) -
[docs]
Add a documentation note for projectdisplayName
configuration (#β5600)
Chore & Maintenance
-
[docs]
Update automatic mocks documentation (#β5630)
v22.3.0
Fixes
-
[expect]
Add descriptive error message to CalledWith methods when missing optional arguments (#β5547) -
[jest-cli]
Fix inability to quit watch mode while debugger is still attached (#β5029) -
[jest-haste-map]
Properly handle platform-specific file deletions (#β5534)
Features
-
[jest-util]
Add the following methods to the "console" implementations:assert
,count
,countReset
,dir
,dirxml
,group
,groupCollapsed
,groupEnd
,time
,timeEnd
(#β5514) -
[docs]
Add documentation for interactive snapshot mode (#β5291) -
[jest-editor-support]
Add watchAll flag (#β5523) -
[jest-cli]
Support multiple glob patterns forcollectCoverageFrom
(#β5537) -
[docs]
Add versioned documentation to the website (#β5541)
Chore & Maintenance
-
[jest-config]
Allow<rootDir>
to be used withcollectCoverageFrom
(#β5524) -
[filenames]
Standardize files names in "integration-tests" folder (#β5513)
v22.2.2
Fixes
-
[babel-jest]
Revert "Remove retainLines from babel-jest" (#β5496) -
[jest-docblock]
Support multiple of the same@pragma
. (#β5154)
Features
-
[jest-worker]
Assign a unique id for each worker and pass it to the child process. It will be available viaprocess.env.JEST_WORKER_ID
(#β5494)
Chore & Maintenance
-
[filenames]
Standardize file names in root (#β5500)
v22.2.1
Fixes
-
[jest-config]
"all" takes precedence over "lastCommit" (#β5486)
v22.2.0
Features
-
[jest-runner]
Move test summary to after coverage report (#β4512) -
[jest-cli]
Added--notifyMode
to specify when to be notified. (#β5125) -
[diff-sequences]
New package compares items in two sequences to find a longest common subsequence. (#β5407) -
[jest-matcher-utils]
Addcomment
option tomatcherHint
function (#β5437) -
[jest-config]
Allow lastComit and changedFilesWithAncestor via JSON config (#β5476) -
[jest-util]
Add deletion toprocess.env
as well (#β5466) -
[jest-util]
Add case-insensitive getters/setters toprocess.env
(#β5465) -
[jest-mock]
Add util methods to create async functions. (#β5318)
Fixes
-
[jest-cli]
Add trailing slash when checking root folder (#β5464) -
[jest-cli]
Hide interactive mode if there are no failed snapshot tests (#β5450) -
[babel-jest]
Remove retainLines from babel-jest (#β5439) -
[jest-cli]
Glob patterns ignore non-require
-able files (e.g.README.md
) (#β5199) -
[jest-mock]
Add backticks support (``) tomock
a certain package via the__mocks__
folder. (#β5426) -
[jest-message-util]
Prevent anENOENT
crash when the test file contained a malformed source-map. (#β5405). -
[jest]
Addimport-local
tojest
package. (#β5353) -
[expect]
Support class instances in.toHaveProperty()
and.toMatchObject
matcher. (#β5367) -
[jest-cli]
Fix npm update command for snapshot summary. (#β5376, 5389) -
[expect]
Makerejects
andresolves
synchronously validate its argument. (#β5364) -
[docs]
Add tutorial page for ES6 class mocks. (#β5383) -
[jest-resolve]
Search required modules in node_modules and then in custom paths. (#β5403) -
[jest-resolve]
Get builtin modules from node core. (#β5411) -
[jest-resolve]
Detect and preserve absolute paths inmoduleDirectories
. Do not generate additional (invalid) paths by prepending each ancestor ofcwd
to the absolute path. Additionally, this fixes functionality in Windows OS. (#β5398)
Chore & Maintenance
-
[jest-util]
Implement watch plugins (#β5399)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!
".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
:warning: Lock file problem
Renovate failed to update a lock file. You probably do not want to merge this PR as-is.
:recycle: Renovate will retry this branch, including lockfile, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The lock file failure details are included below:
yarn.lock
internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module '/usr/src/node_modules/renovate/bin/yarn-1.9.4.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
Codecov Report
Merging #61 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
Coverage 93.75% 93.75%
=======================================
Files 1 1
Lines 16 16
=======================================
Hits 15 15
Misses 1 1
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update f06afc5...c03e813. Read the comment docs.