This repository was archived by the owner on May 11, 2022. It is now read-only.
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:
7.17.8
->7.17.10
3.3.11
->3.3.13
7.0.2
->8.0.0
9.0.0
->9.1.0
27.4.1
->27.5.0
17.0.42
->18.0.9
0.67.3
->0.67.6
17.0.1
->18.0.0
5.16.0
->5.23.0
5.16.0
->5.23.0
0.26.1
->0.27.2
27.5.1
->28.1.0
v2
->v3
0.48.2
->0.52.0
8.11.0
->8.15.0
10.0.5
->10.1.0
v1
->v2
7.0.4
->8.0.1
12.3.7
->12.4.1
2.6.0
->2.6.2
17.0.2
->18.1.0
17.0.2
->18.1.0
17.0.2
->18.1.0
4.6.2
->4.6.4
Release Notes
babel/babel
v7.17.10
Compare Source
🐛 Bug Fix
babel-cli
,babel-core
,babel-generator
,babel-helper-transform-fixture-test-runner
SourceMapGenerator
for simple map concatenation (@jridgewell)💅 Polish
babel-cli
,babel-core
,babel-generator
,babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
babel-plugin-proposal-pipeline-operator
,babel-traverse
Scope#isPure
) (@JLHwung)🏠 Internal
babel-core
🏃♀️ Performance
babel-cli
,babel-core
,babel-generator
@jridgewell/gen-mapping
for sourcemap generation (@jridgewell)v7.17.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-standalone
@babel/standalone
(@nicolo-ribaudo)babel-traverse
babel-plugin-proposal-decorators
babel-parser
babel-generator
,babel-parser
babel-plugin-transform-classes
,babel-plugin-transform-modules-commonjs
,babel-preset-env
.mjs
and.js
files (@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
name
/length
(@nicolo-ribaudo)💅 Polish
babel-plugin-proposal-decorators
📝 Documentation
🏠 Internal
jest-light-runner
from npm (@nicolo-ribaudo)babel-cli
babel-helper-function-name
,babel-helper-get-function-arity
@babel/helper-get-function-arity
package (@nicolo-ribaudo)babel-helpers
@babel/helpers
code (@nicolo-ribaudo)babel-core
,babel-highlight
,babel-parser
googlemaps/google-maps-services-js
v3.3.13
Compare Source
3.3.13 (2022-04-18)
Build System
v3.3.12
Compare Source
3.3.12 (2022-03-28)
Build System
testing-library/react-hooks-testing-library
v8.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
@types/react
is not already listed in your package.json, please install it withnpm install --save-dev @​types 8000 /react@^17
.callstack/react-native-testing-library
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: callstack/react-native-testing-library@v9.0.0...v9.1.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.23.0
Compare Source
Bug Fixes
v5.22.0
Compare Source
Bug Fixes
nextToken
exists (#4868) (23746f8)Features
v5.21.0
Compare Source
Bug Fixes
Features
no-parameter-properties
(#4622) (88ed9ec)v5.20.0
Compare Source
Features
v5.19.0
Compare Source
Bug Fixes
Features
ignoreDifferentlyNamedParameters
option (#4659) (fdf95e0)v5.18.0
Compare Source
Bug Fixes
Features
v5.17.0
Compare Source
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.23.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.22.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.21.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.20.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.19.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.18.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.17.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
axios/axios
v0.27.2
Compare Source
Fixes and Functionality:
v0.27.1
Compare Source
Fixes and Functionality:
v0.27.0
Compare Source
Breaking changes:
Content-Type
request header when passing FormData (#3785)transformRequest
andtoFormData
(#4470)QOL and DevX improvements:
Fixes and Functionality:
Internal and Tests:
Documentation:
Notes:
facebook/jest
v28.1.0
Compare Source
Features
[jest-circus]
Addfailing
test modifier that inverts the behavior of tests (#12610)[jest-environment-node, jest-environment-jsdom]
Allow specifyingcustomExportConditions
(#12774)Fixes
[expect]
Adjust typings oflastCalledWith
,nthCalledWith
,toBeCalledWith
matchers to allow a case there a mock was called with no arguments (#12807)[@jest/expect-utils]
Fix deep equality of ImmutableJS Lists (#12763)[jest-core]
Do not collectSIGNREQUEST
as open handles (#12789)Chore & Maintenance
[docs]
Specified documentation about--filter
CLI docs (#12799)[@jest-reporters]
Move helper functions fromutils.ts
into separate files (#12782)[jest-resolve]
Replaceprocess.versions.pnp
type declaration with@types/pnpapi
devDependency (#12783)v28.0.3
Compare Source
Fixes
[jest-config]
Normalizereporters
option defined in presets (#12769)[@jest/reporters]
Fix trailing slash in matchingcoverageThreshold
key (#12714)[jest-resolve]
Fix (experimental) ESM module mocking for re-exports (#12766)[@jest/transform]
Throw better error if an invalid return value if encountered (#12764)Chore & Maintenance
[docs]
Fix typo in--shard
CLI docs (#12761)v28.0.2
Compare Source
Features
[jest-worker]
AddJestWorkerFarm
helper type (#12753)Fixes
[*]
Lower Node 16 requirement to 16.10 from 16.13 due to a Node bug that causes memory and performance issues (#12754)v28.0.1
Compare Source
Features
[jest-resolve]
ExposeResolverOptions
type (#12736)Fixes
[expect]
Add missing dependencyjest-util
(#12744)[jest-circus]
Improvetest.concurrent
(#12748)[jest-resolve]
Correctly throw an error ifjsdom
test environment is used, but not installed (#12749)Chore & Maintenance
[jest-serializer]
Remove deprecated module from source tree (#12735)v28.0.0
Compare Source
Features
[babel-jest]
ExportcreateTransformer
function (#12399)[expect]
ExposeAsymmetricMatchers
,MatcherFunction
andMatcherFunctionWithState
interfaces (#12363, #12376)[jest-circus]
Support error logging before retry (#12201)[jest-circus, jest-jasmine2]
Allowed classes and functions asdescribe
andit
/test
names (#12484)[jest-cli, jest-config]
[BREAKING] RemovetestURL
config, usetestEnvironmentOptions.url
instead (#10797)[jest-cli, jest-core]
Add--shard
parameter for distributed parallel test execution (#12546)[jest-cli]
[BREAKING] Remove undocumented--timers
option (#12572)[jest-config]
[BREAKING] Stop shippingjest-environment-jsdom
by default (#12354)[jest-config]
[BREAKING] Stop shippingjest-jasmine2
by default (#12355)[jest-config, @​jest/types]
Addci
toGlobalConfig
(#12378)[jest-config]
[BREAKING] RenamemoduleLoader
toruntime
(#10817)[jest-config]
[BREAKING] RenameextraGlobals
tosandboxInjectedGlobals
(#10817)[jest-config]
[BREAKING] Throw an error instead of showing a warning if multiple configs are used (#12510)[jest-config]
[BREAKING] Do not normalize long deprecated configuration optionspreprocessorIgnorePatterns
,scriptPreprocessor
,setupTestFrameworkScriptFile
andtestPathDirs
(#12701)[jest-cli, jest-core]
Add--ignoreProjects
CLI argument to ignore test suites by project name (#12620)[jest-core]
Pass project config toglobalSetup
/globalTeardown
function as second argument (#12440)[jest-core]
Stabilize test runners with event emitters (#12641)[jest-core, jest-watcher]
[BREAKING] MoveTestWatcher
class tojest-watcher
package (#12652)[jest-core]
Allow using Summary Reporter as stand-alone reporter (#12687)[jest-environment-jsdom]
[BREAKING] Upgrade jsd 8000 om to 19.0.0 (#12290)[jest-environment-jsdom]
[BREAKING] Add defaultbrowser
condition toexportConditions
forjsdom
environment (#11924)[jest-environment-jsdom]
[BREAKING] Pass global config to Jest environment constructor forjsdom
environment (#12461)[jest-environment-jsdom]
[BREAKING] Second argumentcontext
to constructor is mandatory (#12469)[jest-environment-node]
[BREAKING] Add defaultnode
andnode-addon
conditions toexportConditions
fornode
environment (#11924)[jest-environment-node]
[BREAKING] Pass global config to Jest environment constructor fornode
environment (#12461)[jest-environment-node]
[BREAKING] Second argumentcontext
to constructor is mandatory (#12469)[jest-environment-node]
Add all available globals to test globals, not just explicit ones (#12642, #12696)[@jest/expect]
New module which extendsexpect
withjest-snapshot
matchers (#12404, #12410, #12418)[@jest/expect-utils]
New module exporting utils forexpect
(#12323)[@jest/fake-timers]
[BREAKING] Renametimers
configuration option tofakeTimers
(#12572)[@jest/fake-timers]
[BREAKING] Allowjest.useFakeTimers()
andprojectConfig.fakeTimers
to take an options bag (#12572)[jest-haste-map]
[BREAKING]HasteMap.create
now returns a promise (#12008)[jest-haste-map]
Add support fordependencyExtractor
written in ESM (#12008)[jest-mock]
[BREAKING] Rename exported utility typesClassLike
,FunctionLike
,ConstructorLikeKeys
,MethodLikeKeys
,PropertyLikeKeys
; remove exports of utility typesArgumentsOf
,ArgsType
,ConstructorArgumentsOf
- TS builtin utility typesConstructorParameters
andParameters
should be used instead (#12435, #12489)[jest-mock]
ImproveisMockFunction
to infer types of passed function (#12442)[jest-mock]
[BREAKING] Improve the usage ofjest.fn
generic type argument (#12489)[jest-mock]
Add support for auto-mocking async generator functions (#11080)[jest-mock]
Addcontexts
member to mock functions (#12601)[@jest/reporters]
Add GitHub Actions reporter (#11320, #12658)[@jest/reporters]
PassreporterContext
to custom reporter constructors as third argument (#12657)[jest-resolve]
[BREAKING] Add support forpackage.json
exports
(#11961, #12373)[jest-resolve]
Support package self-reference (#12682)[jest-resolve, jest-runtime]
Add support fordata:
URI import and mock (#12392)[jest-resolve, jest-runtime]
Add support for async resolver (#11540)[jest-resolve]
[BREAKING] Removebrowser?: boolean
from resolver options,conditions: ['browser']
should be used instead (#12707)[jest-resolve]
ExposeJestResolver
,AsyncResolver
,SyncResolver
,PackageFilter
,PathFilter
andPackageJSON
types (#12707, (#12712)[jest-runner]
AllowsetupFiles
module to export an async function (#12042)[jest-runner]
Allow passingtestEnvironmentOptions
via docblocks (#12470)[jest-runner]
ExposeCallbackTestRunner
,EmittingTestRunner
abstract classes andCallbackTestRunnerInterface
,EmittingTestRunnerInterface
to help typing third party runners (#12646, #12715)[jest-runner]
Lock version ofsource-map-support
to 0.5.13 (#12720)[jest-runtime]
[BREAKING]Runtime.createHasteMap
now returns a promise (#12008)[jest-runtime]
Callingjest.resetModules
function will clear FS and transform cache (#12531)[jest-runtime]
[BREAKING] RemoveContext
type export, it must be imported from@jest/test-result
(#12685)[jest-runtime]
Addimport.meta.jest
(#12698)[@jest/schemas]
New module for JSON schemas for Jest's config (#12384)[@jest/source-map]
Migrate fromsource-map
to@jridgewell/trace-mapping
(#12692)[jest-transform]
[BREAKING] Make it required forprocess()
andprocessAsync()
methods to always return structured data (#12638)[jest-test-result]
Add duration propeConfiguration
📅 Schedule: "after 8pm on Monday" in timezone America/New_York.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 WhiteSource Renovate. View repository job log here.