build(deps-dev): Bump the jest group across 1 directory with 3 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the jest group with 3 updates in the / directory: eslint-plugin-jest, jest and ts-jest.
Updates eslint-plugin-jest
from 28.5.0 to 28.13.0
Release notes
Sourced from eslint-plugin-jest's releases.
v28.13.0
28.13.0 (2025-06-06)
Features
v28.12.0
28.12.0 (2025-05-29)
Features
v28.11.2
28.11.2 (2025-05-29)
Bug Fixes
v28.11.1
28.11.1 (2025-05-27)
Bug Fixes
- no-large-snapshots: use a far better message for when an unexpected snapshot is found (#1736) (0f5b873)
v28.11.0
28.11.0 (2025-01-15)
Features
v28.10.1
28.10.1 (2025-01-15)
Bug Fixes
v28.10.0
28.10.0 (2024-12-19)
... (truncated)
Changelog
Sourced from eslint-plugin-jest's changelog.
28.13.0 (2025-06-06)
Features
28.12.0 (2025-05-29)
Features
28.11.2 (2025-05-29)
Bug Fixes
28.11.1 (2025-05-27)
Bug Fixes
- no-large-snapshots: use a far better message for when an unexpected snapshot is found (#1736) (0f5b873)
28.11.0 (2025-01-15)
Features
28.10.1 (2025-01-15)
Bug Fixes
28.10.0 (2024-12-19)
Features
28.9.0 (2024-11-05)
... (truncated)
Commits
3ad2036
chore(release): 28.13.0 [skip ci]fe1349b
feat: create newprefer-ending-with-an-expect
rule (#1742)f97645e
chore(deps): lock file maintenance (#1744)aa64936
chore(release): 28.12.0 [skip ci]1fb5a4a
feat(no-disabled-tests): improve error message and simplify rule (#1739)ff8c9ac
chore(release): 28.11.2 [skip ci]14c27ab
fix(no-commented-out-tests): make message less ambiguous (#1740)2e59959
refactor(prefer-lowercase-title): rename message id (#1738)f22560c
chore(release): 28.11.1 [skip ci]5c10c18
chore(deps): lock file maintenance (#1737)- Additional commits viewable in compare view
Updates jest
from 29.7.0 to 30.0.0
Release notes
Sourced from jest's releases.
Jest 30
Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.
If you want to skip all the news and just get going, run
npm install jest@^30.0.0
and follow the migration guide: Upgrading from Jest 29 to 30.Features
[*]
RenamedglobalsCleanupMode
toglobalsCleanup
and--waitNextEventLoopTurnForUnhandledRejectionEvents
to--waitForUnhandledRejections
[expect]
AddArrayOf
asymmetric matcher for validating array elements. (#15567)[babel-jest]
Add optionexcludeJestPreset
to allow opting out ofbabel-preset-jest
(#15164)[expect]
Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))
when there are multiple calls (#15508)[jest-circus, jest-cli, jest-config]
AddwaitNextEventLoopTurnForUnhandledRejectionEvents
flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)[jest-circus]
Add awaitBeforeRetry
option tojest.retryTimes
(#14738)[jest-circus]
Add aretryImmediately
option tojest.retryTimes
(#14696)[jest-circus, jest-jasmine2]
AllowsetupFilesAfterEnv
to export an async function (#10962)[jest-circus, jest-test-result]
AddstartedAt
timestamp inTestCaseResultObject
withinonTestCaseResult
(#15145)[jest-cli]
ExportbuildArgv
(#15310)[jest-config]
[BREAKING] Addmts
andcts
to defaultmoduleFileExtensions
config (#14369)[jest-config]
[BREAKING] UpdatetestMatch
andtestRegex
default option for supportingmjs
,cjs
,mts
, andcts
(#14584)[jest-config]
Loads config file from provided path inpackage.json
(#14044)[jest-config]
Allow loadingjest.config.cts
files (#14070)[jest-config]
ShowrootDir
in error message when apreset
fails to load (#15194)[jest-config]
Support loading TS config files usingesbuild-register
via docblock loader (#15190)[jest-config]
Allow passing TS config loader options via docblock comment (#15234)[jest-config]
If Node is running with type stripping enabled, do not require a TS loader (#15480)[@jest/core]
Group together open handles with the same stack trace (#13417, & #14789)[@jest/core]
AddperfStats
to surface test setup overhead (#14622)[@jest/core]
[BREAKING] Changed--filter
to accept an object with shape{ filtered: Array<string> }
to match documentation (#13319)[@jest/core]
Support--outputFile
option for--listTests
(#14980)[@jest/core]
Stringify Errors properly with--json
flag (#15329)[@jest/core, @jest/test-sequencer]
[BREAKING] ExposesglobalConfig
&contexts
toTestSequencer
(#14535, & #14543)[jest-each]
Introduce%$
option to add number of the test to its title (#14710)[@jest/environment]
[BREAKING] Remove deprecatedjest.genMockFromModule()
(#15042)[@jest/environment]
[BREAKING] Remove unnecessary defensive code (#15045)[jest-environment-jsdom]
[BREAKING] Upgrade JSDOM to v22 (#13825)[@jest/environment-jsdom-abstract]
Introduce new package which abstracts over thejsdom
environment, allowing usage of custom versions of JSDOM (#14717)[jest-environment-node]
Update jest environment with dispose symbolsSymbol
(#14888 & #14909)[expect, @jest/expect]
[BREAKING] Add type inference for function parameters inCalledWith
assertions (#15129)[@jest/expect-utils]
Properly compare all types ofTypedArray
s (#15178)[@jest/fake-timers]
[BREAKING] Upgrade@sinonjs/fake-timers
to v13 (#14544 & #15470)[@jest/fake-timers]
Exposing new modern timers functionadvanceTimersToFrame()
which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame
(#14598)[jest-matcher-utils]
AddSERIALIZABLE_PROPERTIES
to allow custom serialization of objects (#14893)[jest-mock]
Add support for the Explicit Resource Management proposal to use theusing
keyword withjest.spyOn(object, methodName)
(#14895)[jest-reporters]
Add support for DEC mode 2026 (#15008)[jest-resolver]
Supportfile://
URLs as paths (#15154)[jest-resolve,jest-runtime,jest-resolve-dependencies]
Pass the conditions when resolving stub modules (#15489)[jest-runtime]
Exposing new modern timers functionjest.advanceTimersToFrame()
from@jest/fake-timers
(#14598)[jest-runtime]
Supportimport.meta.filename
andimport.meta.dirname
(available from Node 20.11) (#14854)
... (truncated)
Changelog
Sourced from jest's changelog.
30.0.0
Features
[*]
RenamedglobalsCleanupMode
toglobalsCleanup
and--waitNextEventLoopTurnForUnhandledRejectionEvents
to--waitForUnhandledRejections
[expect]
AddArrayOf
asymmetric matcher for validating array elements. (#15567)[babel-jest]
Add optionexcludeJestPreset
to allow opting out ofbabel-preset-jest
(#15164)[expect]
Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))
when there are multiple calls (#15508)[jest-circus, jest-cli, jest-config]
AddwaitNextEventLoopTurnForUnhandledRejectionEvents
flag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)[jest-circus]
Add awaitBeforeRetry
option tojest.retryTimes
(#14738)[jest-circus]
Add aretryImmediately
option tojest.retryTimes
(#14696)[jest-circus, jest-jasmine2]
AllowsetupFilesAfterEnv
to export an async function (#10962)[jest-circus, jest-test-result]
AddstartedAt
timestamp inTestCaseResultObject
withinonTestCaseResult
(#15145)[jest-cli]
ExportbuildArgv
(#15310)[jest-config]
[BREAKING] Addmts
andcts
to defaultmoduleFileExtensions
config (#14369)[jest-config]
[BREAKING] UpdatetestMatch
andtestRegex
default option for supportingmjs
,cjs
,mts
, andcts
(#14584)[jest-config]
Loads config file from provided path inpackage.json
(#14044)[jest-config]
Allow loadingjest.config.cts
files (#14070)[jest-config]
ShowrootDir
in error message when apreset
fails to load (#15194)[jest-config]
Support loading TS config files usingesbuild-register
via docblock loader (#15190)[jest-config]
Allow passing TS config loader options via docblock comment (#15234)[jest-config]
If Node is running with type stripping enabled, do not require a TS loader (#15480)[@jest/core]
Group together open handles with the same stack trace (#13417, & #14789)[@jest/core]
AddperfStats
to surface test setup overhead (#14622)[@jest/core]
[BREAKING] Changed--filter
to accept an object with shape{ filtered: Array<string> }
to match documentation (#13319)[@jest/core]
Support--outputFile
option for--listTests
(#14980)[@jest/core]
Stringify Errors properly with--json
flag (#15329)[@jest/core, @jest/test-sequencer]
[BREAKING] ExposesglobalConfig
&contexts
toTestSequencer
(#14535, & #14543)[jest-each]
Introduce%$
option to add number of the test to its title (#14710)[@jest/environment]
[BREAKING] Remove deprecatedjest.genMockFromModule()
(#15042)[@jest/environment]
[BREAKING] Remove unnecessary defensive code (#15045)[jest-environment-jsdom]
[BREAKING] Upgrade JSDOM to v22 (#13825)[@jest/environment-jsdom-abstract]
Introduce new package which abstracts over thejsdom
environment, allowing usage of custom versions of JSDOM (#14717)[jest-environment-node]
Update jest environment with dispose symbolsSymbol
(#14888 & #14909)[expect, @jest/expect]
[BREAKING] Add type inference for function parameters inCalledWith
assertions (#15129)[@jest/expect-utils]
Properly compare all types ofTypedArray
s (#15178)[@jest/fake-timers]
[BREAKING] Upgrade@sinonjs/fake-timers
to v13 (#14544 & #15470)[@jest/fake-timers]
Exposing new modern timers functionadvanceTimersToFrame()
which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame
(#14598)[jest-matcher-utils]
AddSERIALIZABLE_PROPERTIES
to allow custom serialization of objects (#14893)[jest-mock]
Add support for the Explicit Resource Management proposal to use theusing
keyword withjest.spyOn(object, methodName)
(#14895)[jest-reporters]
Add support for DEC mode 2026 (#15008)[jest-resolver]
Supportfile://
URLs as paths (#15154)[jest-resolve,jest-runtime,jest-resolve-dependencies]
Pass the conditions when resolving stub modules (#15489)[jest-runtime]
Exposing new modern timers functionjest.advanceTimersToFrame()
from@jest/fake-timers
(#14598)[jest-runtime]
Supportimport.meta.filename
andimport.meta.dirname
(available from Node 20.11) (#14854)[jest-runtime]
Supportimport.meta.resolve
(#14930)[jest-runtime]
[BREAKING] Make it mandatory to passglobalConfig
to theRuntime
constructor (#15044)[jest-runtime]
Addunstable_unmockModule
(#15080)[jest-runtime]
AddonGenerateMock
transformer callback for auto generated callbacks (#15433 & #15482)[jest-runtime]
[BREAKING] Usevm.compileFunction
overvm.Script
(#15461)
... (truncated)
Commits
Updates ts-jest
from 29.1.3 to 29.3.4
Release notes
Sourced from ts-jest's releases.
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.
v29.2.0
Please refer to CHANGELOG.md for details.
v29.1.5
Please refer to CHANGELOG.md for details.
v29.1.4
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.3.4 (2025-05-16)
Bug Fixes
- fix: fix
TsJestTransformerOptions
type (3b11e29), closes #4247- fix(cli): fix wrong path for preset creator fns (249eb2c)
- fix(config): disable
rewriteRelativeImportExtensions
always (9b1f472), closes #485529.3.3 (2025-05-14)
Bug Fixes
- fix(cli): init config with preset creator functions (cdd3039), closes #4840
- fix(config): disable
isolatedDeclarations
(5d6b35f), closes #484729.3.2 (2025-04-12)
Bug Fixes
29.3.1 (2025-03-31)
Bug Fixes
- fix: allow
isolatedModules
mode to havets.Program
underNode16/Next
(25157eb)- fix: improve message for
isolatedModules
ofts-jest
config (547eb6f)29.3.0 (2025-03-21)
Features
- feat: support hybrid
module
values forisolatedModules: true
(f372121)Bug Fixes
... (truncated)
Commits
ee81cc6
chore(release): 29.3.49b1f472
fix(config): disablerewriteRelativeImportExtensions
alwaysfce110f
build: bumptypescript
to latest3b11e29
fix: fixTsJestTransformerOptions
type5637805
build(deps): Update dependency memfs to ^4.17.2249eb2c
fix(cli): fix wrong path for preset creator fns0dc22ca
build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.176705713
build(deps): Update dependency ts-jest to ^29.3.32709d7b
build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.1616cade9
chore(release): 29.3.3- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
Pull Request Statistics
1
2
+9106
-4927
Package Dependencies
Technical Details
ID: | 1401842 |
UUID: | 2579891049 |
Node ID: | PR_kwDOHgsrLM6ZxgNp |
Host: | GitHub |
Repository: | HSLdevcom/transitdata-partial-apc-expander-combiner |
Mergeable: | Yes |
Merge State: | Unstable |
Rebaseable: | Yes |