Bump jsdom, jest and ts-jest
Removes jsdom. It's no longer used after updating ancestor dependencies jsdom, jest and ts-jest. These dependencies need to be updated together.
Removes jsdom
Updates jest from 23.6.0 to 29.1.2
Release notes
Sourced from jest's releases.
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
v29.1.1
Fixes
[jest-mock]Revert #13145 which broke mocking of transpiled ES modulesFull Changelog: https://github.com/facebook/jest/compare/v29.1.0...v29.1.1
v29.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)[@jest/fake-timers]Addjest.now()to return the current fake clock time (#13244, #13246)[@jest/mock]AddwithImplementationmethod for temporarily overriding a mock (#13281)[expect]ExporttoThrow*matchers (#13328)Fixes
[jest-circus, jest-jasmine2]Fix error messages for Node'sassert.throes(#13322)[jest-haste-map]Remove__proto__usage (#13256)[jest-mock]ImprovespyOntypings to handle optional properties (#13247)[jest-mock]Fix mocking of getters and setters on classes (#13145)[jest-snapshot]Throw useful error when an array is passed as property matchers (#13263)[jest-snapshot]Prioritize parser used in the project (#13323)[jest-transform]Attempt to work around issues with atomic writes on Windows (#11423)New Contributors
@fzn0xmade their first contribution in facebook/jest#13234@guimardmade their first contribution in facebook/jest#13256@weidehaimade their first contribution in facebook/jest#13270@kettanaitomade their first contribution in facebook/jest#12871@royhadadmade their first contribution in facebook/jest#13279@ghiscodingmade their first contribution in facebook/jest#13290@paulreecemade their first contribution in facebook/jest#13311@jeppestermade their first contribution in facebook/jest#13281@sashashuramade their first contribution in facebook/jest#13324
... (truncated)
Changelog
Sourced from jest's changelog.
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)[@jest/fake-timers]Addjest.now()to return the current fake clock time (#13244, #13246)[@jest/mock]AddwithImplementationmethod for temporarily overriding a mock (#13281)[expect]ExporttoThrow*matchers (#13328)Fixes
[jest-circus, jest-jasmine2]Fix error messages for Node'sassert.throes(#13322)[jest-haste-map]Remove__proto__usage (#13256)[jest-mock]ImprovespyOntypings to handle optional properties (#13247)[jest-mock]Fix mocking of getters and setters on classes (#13145)[jest-snapshot]Throw useful error when an array is passed as property matchers (#13263)[jest-snapshot]Prioritize parser used in the project (#13323)[jest-transform]Attempt to work around issues with atomic writes on Windows (#11423)29.0.3
Features
[@jest/environment, jest-runtime]Allow passing a generic type argument tojest.createMockFromModule<T>()method (#13202)[expect]ExposeExpectationResulttype (#13240)[jest-snapshot]ExposeContexttype (#13240)[@jest/globals]Addjest.Mocktype helper (#13235)Fixes
[jest-core]CaptureexecErrorduringTestScheduler.scheduleTestsand dispatch to reporters (#13203)[jest-resolve]Make sure to resolve module paths after looking atexports(#13242)[jest-resolve]Improve error on module not found deep in therequirestack (#8704)[jest-snapshot]Fix typings of snapshot matchers (#13240)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates ts-jest from 22.4.2 to 29.0.3
Release notes
Sourced from ts-jest's releases.
v29.0.3
Please refer to CHANGELOG.md for details.
v29.0.2
Please refer to CHANGELOG.md for details.
v29.0.1
Please refer to CHANGELOG.md for details.
v29.0.0
Please refer to CHANGELOG.md for details.
v29.0.0-next.1
Please refer to CHANGELOG.md for details.
v29.0.0-next.0
Please refer to CHANGELOG.md for details.
v28.0.8
Please refer to CHANGELOG.md for details.
v28.0.7
No release notes provided.
v28.0.6
No release notes provided.
v28.0.5
No release notes provided.
v28.0.4
No release notes provided.
v28.0.3
No release notes provided.
v28.0.2
No release notes provided.
v28.0.1
No release notes provided.
v28.0.0
No release notes provided.
v28.0.0-next.3
No release notes provided.
v28.0.0-next.2
No release notes provided.
... (truncated)
Changelog
Sourced from ts-jest's changelog.
29.0.3 (2022-09-28)
Bug Fixes
- merge config from
globalswith transformer config correctly (#3842) (9c9fd60), closes #3841- presets: allow merging transform config when using presets (#3833) (afc6a94)
Features
29.0.2 (2022-09-23)
Bug Fixes
- mark
ts-jestas optional inConfigGlobals(#3816) (cbb88bb), closes #3815- use correct typings for
config:initcommand (#3825) (21b94db)29.0.2 (2022-09-22)
Bug Fixes
29.0.1 (2022-09-13)
Bug Fixes
Features
29.0.0 (2022-09-08)
... (truncated)
Commits
4a27966chore(release): 29.0.3 (#3847)9c9fd60fix: merge config fromglobalswith transformer config correctly (#3842)c76195bbuild(deps): Update@typespackages to ^5.38.1 (#3838)5a54a63test(e2e): change esm nodejs condition to 14.15.0 (#3835)eabe906feat: adduseESMoption topathsToModuleNameMapperoptions (#3792)12a90d3docs(devs-infra): add example transform match file regex (#3834)afc6a94fix(presets): allow merging transform config when using presets (#3833)071ccbdbuild(deps): Update dependency eslint to ^8.24.0 (#3831)0a33c98chore(release): 29.0.2 (#3824)214cb8cfix: use transformer config inconfig:initinstead ofglobals(#3829)- 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| universalviewer | 🔄 Building (Inspect) | Nov 8, 2022 at 7:57PM (UTC) |
Superseded by #896.