-
Notifications
You must be signed in to change notification settings - Fork 634
Commit 99670af
authored
chore(deps): update tests (major) (#998)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).
This PR contains the following updates:
| Package | Type | Update | Change | Pending | OpenSSF |
|---|---|---|---|---|---|
|
[@types/jest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest))
| devDependencies | major | [`29.5.14` ->
`30.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.14/30.0.0)
| | [](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped)
|
| [chai](http://chaijs.com)
([source](https://redirect.github.com/chaijs/chai)) | devDependencies |
major | [`5.3.3` ->
`6.0.1`](https://renovatebot.com/diffs/npm/chai/5.3.3/6.0.1) | `6.2.0`
(+1) | [](https://securityscorecards.dev/viewer/?uri=github.com/chaijs/chai)
|
| [jest](https://jestjs.io/)
([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest))
| devDependencies | major | [`29.7.0` ->
`30.1.3`](https://renovatebot.com/diffs/npm/jest/29.7.0/30.1.3) | |
[](https://securityscorecards.dev/viewer/?uri=github.com/jestjs/jest)
|
| [sinon](https://sinonjs.org/)
([source](https://redirect.github.com/sinonjs/sinon)) | devDependencies
| major | [`20.0.0` ->
`21.0.0`](https://renovatebot.com/diffs/npm/sinon/20.0.0/21.0.0) | |
[](https://securityscorecards.dev/viewer/?uri=github.com/sinonjs/sinon)
|
---
### Release Notes
<details>
<summary>chaijs/chai (chai)</summary>
###
[`v6.0.1`](https://redirect.github.com/chaijs/chai/releases/tag/v6.0.1)
[Compare
Source](https://redirect.github.com/chaijs/chai/compare/v6.0.0...v6.0.1)
#### What's Changed
- fix: keep function/class names in bundle by
[@​43081j](https://redirect.github.com/43081j) in
[#​1701](https://redirect.github.com/chaijs/chai/pull/1701)
**Full Changelog**:
<chaijs/chai@v6.0.0...v6.0.1>
###
[`v6.0.0`](https://redirect.github.com/chaijs/chai/releases/tag/v6.0.0)
[Compare
Source](https://redirect.github.com/chaijs/chai/compare/v5.3.3...v6.0.0)
#### BREAKING CHANGES
Chai is now bundled into a single file. The `lib/*.js` files are no
longer present, and so any code that imports those files directly will
need to change. The only file that can be imported now is `./index.js`.
#### What's Changed
- feat: remove unbundled sources by
[@​43081j](https://redirect.github.com/43081j) in
[#​1700](https://redirect.github.com/chaijs/chai/pull/1700)
**Full Changelog**:
<chaijs/chai@v5.3.2...v6.0.0>
</details>
<details>
<summary>jestjs/jest (jest)</summary>
###
[`v30.1.3`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3013)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.1.2...v30.1.3)
##### Fixes
- Fix `unstable_mockModule` with `node:` prefixed core modules.
###
[`v30.1.2`](https://redirect.github.com/jestjs/jest/compare/v30.1.1...ebfa31cc9787303e8698a1a029a162a18e8974aa)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.1.1...v30.1.2)
###
[`v30.1.1`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3011)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.1.0...v30.1.1)
##### Fixes
- `[jest-snapshot-utils]` Fix deprecated goo.gl snapshot warning not
handling Windows end-of-line sequences
([#​15800](https://redirect.github.com/jestjs/jest/pull/15800))
###
[`v30.1.0`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3010)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.0.5...v30.1.0)
###
[`v30.0.5`](https://redirect.github.com/jestjs/jest/compare/v30.0.4...22236cf58b66039f81893537c90dee290bab427f)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.0.4...v30.0.5)
###
[`v30.0.4`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3004)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.0.3...v30.0.4)
##### Features
- `[expect]` The `Inverse` type is now exported
([#​15714](https://redirect.github.com/jestjs/jest/pull/15714))
- `[expect]` feat: support `async functions` in `toBe`
([#​15704](https://redirect.github.com/jestjs/jest/pull/15704))
##### Fixes
- `[jest]` jest --onlyFailures --listTests now correctly lists only
failed tests
([#​15700](https://redirect.github.com/jestjs/jest/issues/15700))
- `[jest-snapshot]` Handle line endings in snapshots
([#​15708](https://redirect.github.com/jestjs/jest/pull/15708))
###
[`v30.0.3`](https://redirect.github.com/jestjs/jest/blob/HEAD/CHANGELOG.md#3003)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.0.2...v30.0.3)
##### Fixes
- `[jest-config]` Fix ESM TS config loading in a CJS project
([#​15694](https://redirect.github.com/jestjs/jest/pull/15694))
##### Features
- `[jest-diff]` Show non-printable control characters to diffs
([#​15696](https://redirect.github.com/facebook/jest/pull/15696))
###
[`v30.0.2`](https://redirect.github.com/jestjs/jest/compare/v30.0.1...393acbfac31f64bb38dff23c89224797caded83c)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.0.1...v30.0.2)
###
[`v30.0.1`](https://redirect.github.com/jestjs/jest/compare/v30.0.0...5ce865b4060189fe74cd486544816c079194a0f7)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v30.0.0...v30.0.1)
###
[`v30.0.0`](https://redirect.github.com/jestjs/jest/compare/v29.7.0...a383155cd5af4539b3c447cfa7184462ee32f418)
[Compare
Source](https://redirect.github.com/jestjs/jest/compare/v29.7.0...v30.0.0)
</details>
<details>
<summary>sinonjs/sinon (sinon)</summary>
###
[`v21.0.0`](https://redirect.github.com/sinonjs/sinon/blob/HEAD/CHANGES.md#2100)
[Compare
Source](https://redirect.github.com/sinonjs/sinon/compare/v20.0.0...52b0d97a0ff32888a26941325b9dc0a059fdf739)
-
[`fd10f13f`](https://redirect.github.com/sinonjs/sinon/commit/fd10f13f3fed7853dd489dd9e84f28c22df715c2)
chore!: remove assert.failException property
([#​2659](https://redirect.github.com/sinonjs/sinon/issues/2659))
(Morgan Roderick)
> This was used for allowing customisation of the thrown error between
> sandboxes and for customisation for integrations (most likely from the
> days of BusterJS).
>
> To my knowledge and what I've been able to find on GitHub, this has
> never had any *production* use by end users.
>
> BREAKING CHANGE: this removes assert.failException from the API
*Released by Morgan Roderick on 2025-06-13.*
</details>
---
### Configuration
📅 **Schedule**: Branch creation - On day 10 and 25 of the month ( * *
10,25 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kelektiv/node-cron).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTMwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInRlc3RzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4a7f1f3 commit 99670afCopy full SHA for 99670af
File tree
Expand file treeCollapse file tree
2 files changed
+1513
-1083
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+1513
-1083
lines changed
0 commit comments