Skip to content

Commit

Permalink
chore(deps-dev): Bump jest from 27.0.3 to 29.7.0, @types/jest from 27…
Browse files Browse the repository at this point in the history
….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
v-sharmachir authored Jul 30, 2024
1 parent 34b1538 commit 2396e94
Show file tree
Hide file tree
Showing 3 changed files with 1,505 additions and 1,351 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@
"devDependencies": {
"@axe-core/cli": "^4.9.0",
"@axe-core/puppeteer": "^4.9.0",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.136",
"@types/node": "^18.16.2",
"@types/yargs": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.42.0",
"eslint-plugin-security": "^1.4.0",
"jest": "^27.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"license-check-and-add": "^4.0.1",
"lodash": "^4.17.15",
"prettier": "^3.0.0",
"puppeteer": "^13.7.0",
"rimraf": "^5.0.0",
"semantic-release": "^22.0.0",
"ts-jest": "^27.0.2",
"ts-jest": "^29.2.3",
"typemoq": "^2.1.0",
"typescript": "^4.0.2"
},
Expand Down
Loading

0 comments on commit 2396e94

Please sign in to comment.