build(deps-dev): Bump the jest group with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(28 days ago)
(21 days ago)
dependencies javascript
Bumps the jest group with 4 updates: eslint-plugin-jest, jest, @types/jest and ts-jest.
Updates eslint-plugin-jest from 28.5.0 to 29.0.1
Release notes
Sourced from eslint-plugin-jest's releases.
v29.0.1
29.0.1 (2025-06-18)
Bug Fixes
v29.0.0
29.0.0 (2025-06-18)
Bug Fixes
- remove
jest/no-alias-methodsfromstylesconfig (d3bf1dc)Features
- drop support for
[@typescript-eslint](https://github.com/typescript-eslint)v6 (fe61a40)- drop support for
[@typescript-eslint](https://github.com/typescript-eslint)v7 (5ca65d3)- drop support for ESLint v7 (b06e7d0)
- drop support for ESLint v8.x prior to v8.57.0 (d79765a)
- drop support for Node v16 (aaf62cd)
- drop support for Node v18 (598880c)
- drop support for Node v20.x prior to v20.12.0 (2f2fb68)
- drop support for Node v21 (a366393)
- drop support for Node v23 (1fb1a67)
- unbound-method: remove
docs.recommendedanddocs.requiresTypeCheckingproperties (945651c)BREAKING CHANGES
- dropped support for ESLint v8.x prior to v8.57.0
- dropped support for Node v20.x prior to v20.12.0
- dropped support for Node v23
- dropped support for Node v18
- unbound-method: removed
docs.recommendanddocs.requiresTypeCheckingfromunbound-method- dropped support for
@typescript-eslintv7- dropped support for
@typescript-eslintv6jest/no-alias-methodshas been removed from thestylesconfig as its already in therecommendedconfig- dropped support for ESLint v7
- dropped support for Node v21
- dropped support for Node v16
v28.14.0
... (truncated)
Changelog
Sourced from eslint-plugin-jest's changelog.
29.0.1 (2025-06-18)
Bug Fixes
29.0.0 (2025-06-18)
Bug Fixes
- remove
jest/no-alias-methodsfromstylesconfig (d3bf1dc)Features
- drop support for
[@typescript-eslint](https://github.com/typescript-eslint)v6 (fe61a40)- drop support for
[@typescript-eslint](https://github.com/typescript-eslint)v7 (5ca65d3)- drop support for ESLint v7 (b06e7d0)
- drop support for ESLint v8.x prior to v8.57.0 (d79765a)
- drop support for Node v16 (aaf62cd)
- drop support for Node v18 (598880c)
- drop support for Node v20.x prior to v20.12.0 (2f2fb68)
- drop support for Node v21 (a366393)
- drop support for Node v23 (1fb1a67)
- unbound-method: remove
docs.recommendedanddocs.requiresTypeCheckingproperties (945651c)BREAKING CHANGES
- dropped support for ESLint v8.x prior to v8.57.0
- dropped support for Node v20.x prior to v20.12.0
- dropped support for Node v23
- dropped support for Node v18
- unbound-method: removed
docs.recommendanddocs.requiresTypeCheckingfromunbound-method- dropped support for
@typescript-eslintv7- dropped support for
@typescript-eslintv6jest/no-alias-methodshas been removed from thestylesconfig as its already in therecommendedconfig- dropped support for ESLint v7
- dropped support for Node v21
- dropped support for Node v16
28.14.0 (2025-06-15)
Features
... (truncated)
Commits
0206a8achore(release): 29.0.1 [skip ci]1a9d310docs: remove duplicate changelog entry (again) (#1774)f3deac1chore(release): 29.0.0 [skip ci]6eade92docs: remove duplicate changelog entry (#1773)5b4cb54chore(release): 29.0.0 [skip ci]531c8bafix: update semantic-release config so new v29 major is marked as latest on `...fc41e8dchore(release): 29.0.0 [skip ci]d4caa67refactor: remove ESLint context fallbacks854cef4feat: drop support for ESLint v8.x prior to v8.57.083c130bfeat: drop support for Node v20.x prior to v20.12.0- Additional commits viewable in compare view
Updates jest from 29.7.0 to 30.2.0
Release notes
Sourced from jest's releases.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)Chore
[expect]Update docblock fortoContain()to display info on substring check (#15789)30.0.2
What's Changed
... (truncated)
Changelog
Sourced from jest's changelog.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[jest-matcher-utils]Fix infinite recursion with self-referential getters indeepCyclicCopyReplaceable(#15831)[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)[jest-snapshot-utils]Improve messaging about goo.gl snapshot link change (#15821)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)
... (truncated)
Commits
Updates @types/jest from 29.5.12 to 30.0.0
Commits
- See full diff in compare view
Updates ts-jest from 29.1.3 to 29.4.5
Release notes
Sourced from ts-jest's releases.
v29.4.5
Please refer to CHANGELOG.md for details.
v29.4.4
Please refer to CHANGELOG.md for details.
v29.4.3
Please refer to CHANGELOG.md for details.
v29.4.2
Please refer to CHANGELOG.md for details.
v29.4.1
Please refer to CHANGELOG.md for details.
v29.4.0
Please refer to CHANGELOG.md for details.
v29.3.4
Please refer to CHANGELOG.md for details.
v29.3.3
Please refer to CHANGELOG.md for details.
v29.3.2
Please refer to CHANGELOG.md for details.
v29.3.1
Please refer to CHANGELOG.md for details.
v29.3.0
Please refer to CHANGELOG.md for details.
v29.2.6
Please refer to CHANGELOG.md for details.
v29.2.5
Please refer to CHANGELOG.md for details.
v29.2.4
Please refer to CHANGELOG.md for details.
v29.2.3
Please refer to CHANGELOG.md for details.
v29.2.2
Please refer to CHANGELOG.md for details.
v29.2.1
Please refer to CHANGELOG.md for details.
... (truncated)
Changelog
Sourced from ts-jest's changelog.
29.4.5 (2025-10-10)
Bug Fixes
29.4.4 (2025-09-19)
Bug Fixes
29.4.3 (2025-09-17)
Bug Fixes
29.4.2 (2025-09-15)
Bug Fixes
29.4.1 (2025-08-03)
Bug Fixes
29.4.0 (2025-06-11)
Features
... (truncated)
Commits
9d5248achore(release): 29.4.5ca8b623refactor: improve message about using Node16/18/Nextc290d4dfix: allow filtering modern module warning message with diagnostic code1ff2ddabuild: replaceconventional-changelog-clidep1c08db3ci: runnpm ci --ignore-scriptsfor workflows9f60d2cci: enhance security for Renovate PRs1c1077fbuild(deps): Update dependency@formatjs/ts-transformerto ^3.14.29037f2fbuild(deps): Update dependency@types/nodeto v20.19.206ed0e1cbuild(deps): Update dependency semver to ^7.7.34a06f8cbuild(deps): Update github/codeql-action digest to a8d1ac4- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 11096079 |
| UUID: | 3607094987 |
| Node ID: | PR_kwDOHgsrLM6ye75b |
| Host: | GitHub |
| Repository: | HSLdevcom/transitdata-partial-apc-expander-combiner |