Skip to content

chore(deps): update tests (major)#998

Merged
intcreator merged 1 commit into
mainfrom
renovate/major-tests
Sep 27, 2025
Merged

chore(deps): update tests (major)#998
intcreator merged 1 commit into
mainfrom
renovate/major-tests

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
@types/jest (source) devDependencies major 29.5.14 -> 30.0.0 OpenSSF Scorecard
chai (source) devDependencies major 5.3.3 -> 6.0.1 6.2.0 (+1) OpenSSF Scorecard
jest (source) devDependencies major 29.7.0 -> 30.1.3 OpenSSF Scorecard
sinon (source) devDependencies major 20.0.0 -> 21.0.0 OpenSSF Scorecard

Release Notes

chaijs/chai (chai)

v6.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.0.0...v6.0.1

v6.0.0

Compare Source

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

Full Changelog: chaijs/chai@v5.3.2...v6.0.0

jestjs/jest (jest)

v30.1.3

Compare Source

Fixes
  • Fix unstable_mockModule with node: prefixed core modules.

v30.1.2

Compare Source

v30.1.1

Compare Source

Fixes
  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#​15800)

v30.1.0

Compare Source

v30.0.5

Compare Source

v30.0.4

Compare Source

Features
  • [expect] The Inverse type is now exported (#​15714)
  • [expect] feat: support async functions in toBe (#​15704)
Fixes
  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#​15700)
  • [jest-snapshot] Handle line endings in snapshots (#​15708)

v30.0.3

Compare Source

Fixes
  • [jest-config] Fix ESM TS config loading in a CJS project (#​15694)
Features
  • [jest-diff] Show non-printable control characters to diffs (#​15696)

v30.0.2

Compare Source

v30.0.1

Compare Source

v30.0.0

Compare Source

sinonjs/sinon (sinon)

v21.0.0

Compare Source

  • fd10f13f
    chore!: remove assert.failException property (#​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.


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file tests labels Jun 25, 2025
@renovate
renovate Bot force-pushed the renovate/major-tests branch from 57da816 to 2e135dc Compare June 28, 2025 01:35
@renovate
renovate Bot force-pushed the renovate/major-tests branch 3 times, most recently from e72dbe5 to 4ae594a Compare July 11, 2025 03:45
@renovate
renovate Bot force-pushed the renovate/major-tests branch 4 times, most recently from 5dbb864 to f582a17 Compare July 26, 2025 13:36
@renovate
renovate Bot force-pushed the renovate/major-tests branch 3 times, most recently from 8f3d505 to 89bc086 Compare August 13, 2025 17:32
@renovate
renovate Bot force-pushed the renovate/major-tests branch 2 times, most recently from e2bf3a9 to 1e8c55d Compare August 19, 2025 14:51
@renovate
renovate Bot force-pushed the renovate/major-tests branch 5 times, most recently from 6d44b37 to 5e002a8 Compare August 31, 2025 10:06
@renovate
renovate Bot force-pushed the renovate/major-tests branch 3 times, most recently from 873dae9 to 543cbc7 Compare September 10, 2025 17:12
@renovate
renovate Bot force-pushed the renovate/major-tests branch 5 times, most recently from 76028d2 to 3f4633a Compare September 25, 2025 21:00
@renovate
renovate Bot force-pushed the renovate/major-tests branch from 3f4633a to d6552e7 Compare September 27, 2025 18:00
@intcreator
intcreator merged commit 99670af into main Sep 27, 2025
22 checks passed
@intcreator
intcreator deleted the renovate/major-tests branch September 27, 2025 18:14
node-cron-release Bot pushed a commit that referenced this pull request Nov 6, 2025
## [4.3.4](v4.3.3...v4.3.4) (2025-11-06)

### 🐛 Bug Fixes

* catch errors in async onTick functions ([#1013](#1013)) ([2ac3001](2ac3001))

### 🛠 Builds

* add GitHub app token to use for release ([#1024](#1024)) ([61b54f6](61b54f6))
* remove chai since we aren't using it ([#1012](#1012)) ([cf14205](cf14205))
* switch to using built in GitHub token ([#1022](#1022)) ([d24b3ea](d24b3ea))
* update release config to use trusted publishing ([#1023](#1023)) ([0cb3ff6](0cb3ff6)), closes [#1017](#1017) [#1018](#1018)
* use trusted publishing to publish to NPM ([#1021](#1021)) ([44f14f3](44f14f3))

### ♻️ Chores

* **action:** update actions/checkout action to v4.3.0 ([d8913b8](d8913b8))
* **action:** update actions/checkout action to v5 ([#1005](#1005)) ([2e2a021](2e2a021))
* **action:** update actions/setup-node action to v5 ([#1009](#1009)) ([4a7f1f3](4a7f1f3))
* **action:** update amannn/action-semantic-pull-request action to v6 ([#1006](#1006)) ([832ca6e](832ca6e))
* **action:** update github/codeql-action action to v3.29.11 ([ec90183](ec90183))
* **action:** update github/codeql-action action to v3.29.8 ([842e3e0](842e3e0))
* **action:** update github/codeql-action action to v3.30.3 ([#1010](#1010)) ([b195a01](b195a01))
* **action:** update github/codeql-action action to v3.30.4 ([45a48b8](45a48b8))
* **action:** update github/codeql-action action to v3.30.7 ([5de5bfc](5de5bfc))
* **action:** update github/codeql-action action to v3.30.8 ([4df56a5](4df56a5))
* **action:** update github/codeql-action action to v3.31.0 ([14d7498](14d7498))
* **action:** update ossf/scorecard-action action to v2.4.3 ([e8a33a0](e8a33a0))
* **action:** update step-security/harden-runner action to v2.13.1 ([2a4a2c2](2a4a2c2))
* **deps:** lock file maintenance ([1de94a3](1de94a3))
* **deps:** lock file maintenance ([420c4b1](420c4b1))
* **deps:** lock file maintenance ([ac128a2](ac128a2))
* **deps:** lock file maintenance ([573faca](573faca))
* **deps:** lock file maintenance ([bbb3ab2](bbb3ab2))
* **deps:** lock file maintenance ([fd06770](fd06770))
* **deps:** lock file maintenance ([3c5769e](3c5769e))
* **deps:** lock file maintenance ([51e2121](51e2121))
* **deps:** lock file maintenance ([daf30a6](daf30a6))
* **deps:** lock file maintenance ([a60f049](a60f049))
* **deps:** lock file maintenance ([555cbbf](555cbbf))
* **deps:** lock file maintenance ([a330852](a330852))
* **deps:** lock file maintenance ([90fbb48](90fbb48))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.34.0 ([cdf3a2d](cdf3a2d))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.35.0 ([#1011](#1011)) ([64c84bd](64c84bd))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.36.0 ([23e0fbc](23e0fbc))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.37.0 ([3a20922](3a20922))
* **deps:** update dependency [@eslint](https://github.com/eslint)/js to v9.38.0 ([#1020](#1020)) ([b853a38](b853a38))
* **deps:** update dependency [@semantic-release](https://github.com/semantic-release)/github to v11.0.4 ([#1007](#1007)) ([d04396d](d04396d))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.13.20 ([#1019](#1019)) ([c906a92](c906a92))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.13.3 ([461e602](461e602))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.13.4 ([7665c00](7665c00))
* **deps:** update dependency [@swc](https://github.com/swc)/core to v1.13.5 ([5b74613](5b74613))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.17.0 ([40603d9](40603d9))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.17.2 ([cce46b8](cce46b8))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.18.1 ([9e07aab](9e07aab))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.18.12 ([3d8843d](3d8843d))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.18.6 ([438addc](438addc))
* **deps:** update dependency [@types](https://github.com/types)/node to v22.18.8 ([18f6c48](18f6c48))
* **deps:** update dependency chai to v5.3.3 ([#1008](#1008)) ([a308ecb](a308ecb))
* **deps:** update dependency jest to v30.2.0 ([bad0c07](bad0c07))
* **deps:** update dependency typescript to v5.9.2 ([411a2da](411a2da))
* **deps:** update dependency typescript to v5.9.3 ([2251f01](2251f01))
* **deps:** update linters ([26069e5](26069e5))
* **deps:** update semantic-release related packages ([4c56e18](4c56e18))
* **deps:** update semantic-release related packages ([bafbf3b](bafbf3b))
* **deps:** update semantic-release related packages (major) ([#1015](#1015)) ([7b06e1d](7b06e1d))
* **deps:** update tests (major) ([#998](#998)) ([99670af](99670af))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant