openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
Bump jest-cli from 28.1.3 to 29.2.0
Bumps jest-cli from 28.1.3 to 29.2.0.
Release notes
Sourced from jest-cli's releases.
v29.2.0
Features
[@jest/cli, jest-config]A seed for the test run will be randomly generated, or set by a CLI option (#13400)[@jest/cli, jest-config]--show-seedwill display the seed value in the report, and can be set via a CLI flag or through the config file (#13400)[jest-config]AddreadInitialConfigutility function (#13356)[jest-core]AllowtestResultsProcessorto be async (#13343)[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]AddgetSeed()to thejestobject (#13400)[expect, @jest/expect-utils]AllowisAutility to take a type argument (#13355)[expect]ExposeAsyncExpectationResultandSyncExpectationResulttypes (#13411)Fixes
[babel-plugin-jest-hoist]IgnoreTSTypeQuerywhen checking for hoisted references (#13367)[jest-core]FixdetectOpenHandlesfalse positives for some special objects such asTLSWRAP(#13414)[jest-mock]Fix mocking of getters and setters on classes (#13398)[jest-reporters]Revert: Transform file paths into hyperlinks (#13399)[@jest/types]Infer type ofeachtable correctly when the table is a tuple or array (#13381)[@jest/types]Rework typings to allow the*ReturnedWithmatchers to be called with no argument (#13385)Chore & Maintenance
[*]Update@babel/*deps, resulting in slightly different stack traces foreach(#13422)Performance
[jest-runner]Do not instrument v8 coverage data if coverage should not be collected (#13282)New Contributors
@johannessjobergmade their first contribution in facebook/jest#13343@mitchhentgesspotifymade their first contribution in facebook/jest#13282@Methuselah96made their first contribution in facebook/jest#13409@jhwang98made their first contribution in facebook/jest#13400@professorjrodmade their first contribution in facebook/jest#13418@jesusarellmade their first contribution in facebook/jest#13407Full Changelog: https://github.com/facebook/jest/compare/v29.1.2...v29.2.0
v29.1.2
Fixes
[expect, @jest/expect]Revert buggy inference of argument types for*CalledWithand*ReturnedWithmatchers introduced in 29.1.0 (#13339)[jest-worker]Add missing dependency onjest-util(#13341)New Contributors
@brunocabral88made their first contribution in facebook/jest#13329@alexander-akaitmade their first contribution in facebook/jest#13341Full Changelog: https://github.com/facebook/jest/compare/v29.1.1...v29.1.2
... (truncated)
Changelog
Sourced from jest-cli's changelog.
29.2.0
Features
[@jest/cli, jest-config]A seed for the test run will be randomly generated, or set by a CLI option (#13400)[@jest/cli, jest-config]--show-seedwill display the seed value in the report, and can be set via a CLI flag or through the config file (#13400)[jest-config]AddreadInitialConfigutility function (#13356)[jest-core]AllowtestResultsProcessorto be async (#13343)[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]AddgetSeed()to thejestobject (#13400)[expect, @jest/expect-utils]AllowisAutility to take a type argument (#13355)[expect]ExposeAsyncExpectationResultandSyncExpectationResulttypes (#13411)Fixes
[babel-plugin-jest-hoist]IgnoreTSTypeQuerywhen checking for hoisted references (#13367)[jest-core]FixdetectOpenHandlesfalse positives for some special objects such asTLSWRAP(#13414)[jest-mock]Fix mocking of getters and setters on classes (#13398)[jest-reporters]Revert: Transform file paths into hyperlinks (#13399)[@jest/types]Infer type ofeachtable correctly when the table is a tuple or array (#13381)[@jest/types]Rework typings to allow the*ReturnedWithmatchers to be called with no argument (#13385)Chore & Maintenance
[*]Update@babel/*deps, resulting in slightly different stack traces foreach(#13422)Performance
[jest-runner]Do not instrument v8 coverage data if coverage should not be collected (#13282)29.1.2
Fixes
[expect, @jest/expect]Revert buggy inference of argument types for*CalledWithand*ReturnedWithmatchers introduced in 29.1.0 (#13339)[jest-worker]Add missing dependency onjest-util(#13341)29.1.1
Fixes
[jest-mock]Revert #13145 which broke mocking of transpiled ES modules29.1.0
Features
[expect, @jest/expect]Support type inference for function parameters inCalledWithassertions (#13268)[expect, @jest/expect]Infer type of*ReturnedWithmatchers argument (#13278)[@jest/environment, jest-runtime]Allowjest.requireActualandjest.requireMockto take a type argument (#13253)[@jest/environment]Allowjest.mockandjest.doMockto take a type argument (#13254)
... (truncated)
Commits
ee5b37av29.2.07b49471feat: add a seed value to test runs (#13400)f9439d8refactor(jest-cli): rework internal typings (#13405)21cf669chore: usereferencesin all__tests__/tsconfig.jsonfiles (#13394)2ecf723refactor(jest-cli): reduce nesting in the package (#13395)a905b13chore: convert onejest-clitest to TypeScript (#13392)8219820chore(lint): usejest/prefer-to-berule (#13369)286dab2chore: fix some type errors in tests (#13360)eafabf9chore: replace@types/jestwith a new private@jest/test-globalspackage ...3c31dd6v29.1.2- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)