matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.49k stars 578 forks source link

Update all non-major dependencies #4184

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest 28.2.0 -> 28.3.0 age adoption passing confidence
knip (source) 5.9.4 -> 5.11.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest) ### [`v28.3.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2830-2024-04-27) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v28.2.0...v28.3.0) ##### Features - prefer importing jest globals for specific types ([#​1568](https://togithub.com/jest-community/eslint-plugin-jest/issues/1568)) ([c464ae3](https://togithub.com/jest-community/eslint-plugin-jest/commit/c464ae311b81f005af29df610d4032519125bafa))
webpro/knip (knip) ### [`v5.11.0`](https://togithub.com/webpro/knip/releases/tag/5.11.0) [Compare Source](https://togithub.com/webpro/knip/compare/5.10.1...5.11.0) - Install peer deps in workspace ([`9bf286f`](https://togithub.com/webpro/knip/commit/9bf286fe)) - Fix some module/resolution configs in fixtures ([`9d319cf`](https://togithub.com/webpro/knip/commit/9d319cf8)) - Add support for isJSDocImportTag (introduced in TS v5.5.0) ([`504738d`](https://togithub.com/webpro/knip/commit/504738df)) - No more back & forth ([`014ca2a`](https://togithub.com/webpro/knip/commit/014ca2a4)) - Back & forth ([`589ee17`](https://togithub.com/webpro/knip/commit/589ee177)) ### [`v5.10.1`](https://togithub.com/webpro/knip/releases/tag/5.10.1) [Compare Source](https://togithub.com/webpro/knip/compare/5.10.0...5.10.1) - Update some dependencies ([`57c21b0`](https://togithub.com/webpro/knip/commit/57c21b0c)) - Add new arg to defaults in tests ([`b7db976`](https://togithub.com/webpro/knip/commit/b7db9762)) - Fix `storybook core.builder.name` handling (resolves [#​602](https://togithub.com/webpro/knip/issues/602)) ([`8ad0406`](https://togithub.com/webpro/knip/commit/8ad04069)) - Temp job with Node.js v22 + typescript v5.5-beta ([`21bbf28`](https://togithub.com/webpro/knip/commit/21bbf28c)) - Back & forth ([`f054070`](https://togithub.com/webpro/knip/commit/f054070c)) ### [`v5.10.0`](https://togithub.com/webpro/knip/releases/tag/5.10.0) [Compare Source](https://togithub.com/webpro/knip/compare/5.9.4...5.10.0) Please see https://twitter.com/webprolific/status/1782695065380684124 for a walk-through of the main features in this release (the commits below don't cover what was in the canary [releases](https://togithub.com/webpro/knip/releases)). - vitest: add bench file extension ([`03b9384`](https://togithub.com/webpro/knip/commit/03b93841)) - Fix Windows path issue ([`92de411`](https://togithub.com/webpro/knip/commit/92de4118)) - Add debug log for raw watch events ([`49862ab`](https://togithub.com/webpro/knip/commit/49862ab5)) - Check and remove unused vars/imports ([`f3694ee`](https://togithub.com/webpro/knip/commit/f3694ee5)) - Fix up some dev commands ([`6c511ca`](https://togithub.com/webpro/knip/commit/6c511ca9)) - Update docs ([`988b632`](https://togithub.com/webpro/knip/commit/988b6320)) - Format ([`01a2767`](https://togithub.com/webpro/knip/commit/01a27671)) - Add monorepo demo folder ([`3c9d9ad`](https://togithub.com/webpro/knip/commit/3c9d9ad2)) - Don't re-analyze files that are still in the unused files cache ([`4d337b0`](https://togithub.com/webpro/knip/commit/4d337b01)) - Add file removal to auto-fix ([`c5fe4c2`](https://togithub.com/webpro/knip/commit/c5fe4c25)) - Mark issues as fixed in fix mode and print in grey in default reporter ([`d4324f8`](https://togithub.com/webpro/knip/commit/d4324f82)) - Add file removal to auto-fix ([`34abc72`](https://togithub.com/webpro/knip/commit/34abc720)) - Fix CLI help text ([`a430a1f`](https://togithub.com/webpro/knip/commit/a430a1ff)) - Remove obsolete workaround in tag helper ([`5cb4f51`](https://togithub.com/webpro/knip/commit/5cb4f511)) - Minor refactor ([`a98a7fc`](https://togithub.com/webpro/knip/commit/a98a7fc6)) - Tiny bits of fast + safe in import refs finder ([`7893d0f`](https://togithub.com/webpro/knip/commit/7893d0f3)) - Remove obsolete `by` set ([`359abc1`](https://togithub.com/webpro/knip/commit/359abc15)) - Refactor to improve tests + readability of member access handling during AST traversal ([`c032371`](https://togithub.com/webpro/knip/commit/c0323713)) - Rename and throw a few things around ([`a1f4987`](https://togithub.com/webpro/knip/commit/a1f49876)) - Update integration test cmd ([`b140cbd`](https://togithub.com/webpro/knip/commit/b140cbd0)) - Skip test in bun ([`17b90a3`](https://togithub.com/webpro/knip/commit/17b90a37)) - We weren't testing much due to a bug in Bun ([https://github.com/oven-sh/bun/issues/10353](https://togithub.com/oven-sh/bun/issues/10353)) ([`48b883d`](https://togithub.com/webpro/knip/commit/48b883de)) - Fix up some fixture pkg names ([`9af92af`](https://togithub.com/webpro/knip/commit/9af92afb)) Please see https://twitter.com/webprolific/status/1782695065380684124 for a walk-through of the main features in this release (the commits below don't cover what was in the canary [releases](https://togithub.com/webpro/knip/releases)).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.