This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
chore(deps): update devdependencies-non-major #32
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.0.13
->26.0.24
14.6.3
->14.18.63
26.4.2
->26.6.3
13.0.4
->13.4.0
2.0.4
->2.0.22
1.2.2
->1.2.5
26.3.0
->26.5.6
1.0.0-pre.62
->1.1.8
4.0.2
->4.9.5
Release Notes
jestjs/jest (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)nock/nock (nock)
v13.4.0
Compare Source
Features
context.query()
to nock back (#2553) (617511f)v13.3.8
Compare Source
Bug Fixes
filteringBodyRequest
(#2552) (0b18d07)v13.3.7
Compare Source
Reverts
v13.3.6
Compare Source
Bug Fixes
semver
usage (#2531) (f7216e9)v13.3.5
Compare Source
Bug Fixes
v13.3.4
Compare Source
Bug Fixes
nock(new URL('https://example.test/'))
(#2526) (6987327)v13.3.3
Compare Source
Bug Fixes
v13.3.2
Compare Source
Bug Fixes
nock.removeInterceptor
can remove the wrong Intercept (#2497) (92de0de)v13.3.1
Compare Source
Bug Fixes
v13.3.0
Compare Source
Features
v13.2.9
Compare Source
Bug Fixes
v13.2.8
Compare Source
Bug Fixes
Definition#scope
andDefinition#path
(#2374) (2edf341)v13.2.7
Compare Source
Bug Fixes
InterceptedRequestRouter.handleWrite
arity issue (#2371) (7f21d0c)v13.2.6
Compare Source
Reverts
v13.2.5
Compare Source
Bug Fixes
v13.2.4
Compare Source
Bug Fixes
v13.2.3
Compare Source
Bug Fixes
v13.2.2
Compare Source
Bug Fixes
allowUnocked
not working with regex host + request body match (#2277) (ac7b4fd)v13.2.1
Compare Source
Bug Fixes
update
type for record mode (#2250) (e8f23b1), closes #2241v13.2.0
Compare Source
Features
update
mode (#2241) (1cb4880)v13.1.4
Compare Source
Bug Fixes
v13.1.3
Compare Source
Bug Fixes
v13.1.2
Compare Source
Bug Fixes
v13.1.1
Compare Source
Bug Fixes
v13.1.0
Compare Source
Features
v13.0.11
Compare Source
Bug Fixes
v13.0.10
Compare Source
Bug Fixes
v13.0.9
Compare Source
Bug Fixes
destroyed
attribute (#2152) (b9758c8)v13.0.8
Compare Source
Bug Fixes
v13.0.7
Compare Source
Bug Fixes
v13.0.6
Compare Source
Bug Fixes
v13.0.5
Compare Source
Bug Fixes
req.end
multiple times (20e9f8a), closes /github.com/nodejs/node/blob/39a7f7663e8f70fc774105d8fa41b8e4cc69149f/lib/_http_outgoing.js#L816remy/nodemon (nodemon)
v2.0.22
Compare Source
Bug Fixes
v2.0.21
Compare Source
Bug Fixes
v2.0.20
Compare Source
Bug Fixes
v2.0.19
Compare Source
Bug Fixes
v2.0.18
Compare Source
Bug Fixes
v2.0.17
Compare Source
Bug Fixes
v2.0.16
Compare Source
Bug Fixes
v2.0.15
Compare Source
Bug Fixes
v2.0.14
Compare Source
Bug Fixes
v2.0.13
Compare Source
Bug Fixes
v2.0.12
Compare Source
Bug Fixes
v2.0.11
Compare Source
Bug Fixes
v2.0.10
Compare Source
Bug Fixes
v2.0.9
Compare Source
Bug Fixes
v2.0.8
Compare Source
Bug Fixes
v2.0.7
Compare Source
Bug Fixes
v2.0.6
Compare Source
Bug Fixes
v2.0.5
Compare Source
Bug Fixes
probot/smee-client (smee-client)
v1.2.5
Compare Source
Bug Fixes
v1.2.4
Compare Source
Bug Fixes
v1.2.3
Compare Source
Updating dependencies and types. No breaking changes, but hopefully this release saves everyone some energy caused by all the alerts.
On NPM: https://www.npmjs.com/package/smee-client/v/1.2.3
What's Changed
Full Changelog: probot/smee-client@v1.2.0...v1.2.3
kulshekhar/ts-jest (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)whitecolor/ts-node-dev (ts-node-dev)
v1.1.8
Compare Source
2c5a52d
v1.1.7
Compare Source
89200d8
v1.1.6
Compare Source
v1.1.5
Compare Source
v1.1.4
Compare Source
v1.1.3
Compare Source
v1.1.2
Compare Source
v1.1.1
Compare Source
v1.1.0
Compare Source
process.send
orwriteFile
fallbackv1.0.0
Compare Source
v1.0.0-pre.66
Compare Source
v1.0.0-pre.65
Compare Source
v1.0.0-pre.64
Compare Source
v1.0.0-pre.63
Compare Source
Microsoft/TypeScript (typescript)
v4.9.5
: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88ef
Port ignore deprecations to 4.9 (#52419)daf4e81
Port timestamp fix to 4.9 (#52426)v4.9.4
: TypeScript 4.9.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
e286821
Bump version to 4.9.4 and LKG.eb5419f
Cherry-pick #51704 to release 4.9 (#51712)b4d382b
Cherry-pick changes for narrowing to tagged literal types.e7a02f4
Port of #51626 and #51689 to release-4.9 (#51627)1727912
Cherry-pick fix aroundvisitEachChild
to release-4.9. (#51544)This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efe
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.