3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
13a251b101 fix: update ts-jest, types, and related deps for jest 30 compatibility
Co-authored-by: peter-evans <18365890+peter-evans@users.noreply.github.com>
2026-03-06 08:16:17 +00:00
copilot-swe-agent[bot]
451a18cb4a Initial plan 2026-03-06 08:12:25 +00:00
dependabot[bot]
5a9b73b301 build(deps): bump @tootallnate/once and jest
Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Removes `@tootallnate/once`

Updates `jest` from 27.5.1 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 
  dependency-type: indirect
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 21:31:55 +00:00
2 changed files with 372 additions and 417 deletions

779
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -42,12 +42,12 @@
"eslint": "^8.57.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.5.6",
"jest": "^30.4.2",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^30.2.0",
"jest-circus": "^30.2.0",
"js-yaml": "^4.2.0",
"prettier": "^3.8.3",
"ts-jest": "^29.4.11",
"js-yaml": "^4.1.1",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"typescript": "^5.4.5"
}
}