Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): Bump jest from 27.0.3 to 29.7.0, @types/jest from 27…
….4.0 to 29.5.12 and Bump ts-jest from 27.1.4 to 29.2.3 (#1346) #### Details Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies needed to be updated together. Updates `jest` from 27.5.1 to 29.7.0 Updates `@types/jest` from 27.5.0 to 29.5.12 Updates `ts-jest` from 27.1.4 to 29.2.3. Added `jest-environment-jsdom` 29.7.0, now it is not shipped with jest by default. Updated index.test.ts.snap file ##### Motivation Dependabot PR #1336 #1345 ##### Context <!-- Are there any parts that you've intentionally left out-of-scope for a later PR to handle? --> <!-- Were there any alternative approaches you considered? What tradeoffs did you consider? --> #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [x] PR title respects [Conventional Commits](https://www.conventionalcommits.org) (starts with `fix:`, `feat:`, etc, and is suitable for user-facing release notes) - [x] PR contains no breaking changes, **OR** description of both PR **and final merge commit** starts with `BREAKING CHANGE:` - [x] Verify PR title and final merge commit contain space after `:` for example `feat(feature): feature title` otherwise it will not be considered by semantic-release for release. - [na] (if applicable) Addresses issue: #0000 - [na] Added relevant unit tests for your changes - [x] Ran `yarn precheckin` - [x] Verified code coverage for the changes made
- Loading branch information