Update npm non-major dependencies (#33379)

* Update npm non-major dependencies

* Ditch unplugin-dts.patch

* Make knip happy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot] 2026-05-07 12:02:08 +00:00 committed by GitHub
parent fa5caa76d9
commit 4979beb5ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 606 additions and 637 deletions

View File

@ -42,7 +42,6 @@ const config: Config = {
"workers/(.+)Factory": "<rootDir>/__mocks__/workerFactoryMock.js",
"^!!raw-loader!.*": "jest-raw-loader",
"recorderWorkletFactory": "<rootDir>/__mocks__/empty.js",
"counterpart": "<rootDir>/../../node_modules/counterpart",
"@vector-im/compound-web": "<rootDir>/../../node_modules/@vector-im/compound-web",
},
transformIgnorePatterns: [

View File

@ -67,7 +67,7 @@
"emojibase-regex": "^17.0.0",
"escape-html": "^1.0.3",
"file-saver": "^2.0.5",
"filesize": "11.0.15",
"filesize": "11.0.17",
"github-markdown-css": "^5.5.1",
"glob-to-regexp": "^0.4.1",
"highlight.js": "^11.3.1",
@ -89,7 +89,7 @@
"opus-recorder": "^8.0.3",
"pako": "^2.0.3",
"png-chunks-extract": "^1.0.0",
"posthog-js": "1.369.3",
"posthog-js": "1.372.6",
"qrcode": "1.5.4",
"re-resizable": "6.11.2",
"react": "catalog:",
@ -141,7 +141,6 @@
"@testing-library/user-event": "^14.5.2",
"@types/commonmark": "^0.27.4",
"@types/content-type": "^1.1.9",
"@types/counterpart": "^0.18.1",
"@types/css-tree": "^2.3.8",
"@types/diff-match-patch": "^1.0.32",
"@types/escape-html": "^1.0.1",

View File

@ -33,7 +33,7 @@
"cronstrue": "^3.0.0",
"eslint-plugin-matrix-org": "^3.0.0",
"husky": "^9.0.0",
"knip": "6.4.1",
"knip": "6.11.0",
"lint-staged": "^16.0.0",
"lodash": "^4.17.21",
"mermaid": "^11.13.0",
@ -68,8 +68,7 @@
"postcss-mixins": "patches/postcss-mixins.patch",
"app-builder-lib": "patches/app-builder-lib.patch",
"knip": "patches/knip.patch",
"plist": "patches/plist.patch",
"unplugin-dts": "patches/unplugin-dts.patch"
"plist": "patches/plist.patch"
},
"peerDependencyRules": {
"allowedVersions": {

View File

@ -42,7 +42,7 @@
"rollup-plugin-external-globals": "^0.13.0",
"semver": "^7.6.3",
"typescript": "^6.0.0",
"unplugin-dts": "1.0.0-beta.6",
"unplugin-dts": "1.0.0",
"vite": "catalog:",
"vitest": "catalog:",
"vitest-sonar-reporter": "catalog:"

View File

@ -115,7 +115,7 @@
"typedoc-plugin-markdown": "^4.9.0",
"typedoc-plugin-missing-exports": "^4.1.2",
"typescript": "catalog:",
"unplugin-dts": "1.0.0-beta.6",
"unplugin-dts": "1.0.0",
"vite": "catalog:",
"vite-plugin-node-polyfills": "^0.26.0",
"vitest": "catalog:",
@ -126,6 +126,7 @@
},
"packageManager": "pnpm@10.33.3+sha512.a19744364a7e248b92657a4ca5973f9354d21caf982579674b1c539f32c7420c47138ad8b1254df07aba9bc782d9b3029e3db34d5dbff974326eb74dac8ff489",
"peerDependencies": {
"@vector-im/compound-web": "^8.3.5 || ^9.0.0"
"@vector-im/compound-web": "^8.3.5 || ^9.0.0",
"react": "catalog:"
}
}

View File

@ -1,13 +0,0 @@
diff --git a/dist/shared/unplugin-dts.Dv6DEU-x.mjs b/dist/shared/unplugin-dts.Dv6DEU-x.mjs
index ad5f1183abb26a97ed92068f623ef1eb61fc54ca..5e3e5d0d25fe067ecfd5f3f8ecbd4808139758b9 100644
--- a/dist/shared/unplugin-dts.Dv6DEU-x.mjs
+++ b/dist/shared/unplugin-dts.Dv6DEU-x.mjs
@@ -920,7 +920,7 @@ class Runtime {
const maybeEmitted = (sourceFile) => {
return !(compilerOptions.noEmitForJsFiles && jsRE.test(sourceFile.fileName)) && !sourceFile.isDeclarationFile && !program.isSourceFileFromExternalLibrary(sourceFile);
};
- let publicRoot = compilerOptions.rootDir ? ensureAbsolute(resolveConfigDir(compilerOptions.rootDir, root), root) : compilerOptions.composite && compilerOptions.configFilePath ? dirname(compilerOptions.configFilePath) : queryPublicPath(
+ let publicRoot = compilerOptions.rootDir ? ensureAbsolute(resolveConfigDir(compilerOptions.rootDir, root), root) : compilerOptions.composite && compilerOptions.configFilePath ? dirname(compilerOptions.configFilePath) : compare(ts.version, '6.0.0', '>=') ? (configPath ? dirname(configPath) : root) : queryPublicPath(
program.getSourceFiles().filter(maybeEmitted).map((sourceFile) => sourceFile.fileName)
);
publicRoot = normalizePath(publicRoot);

1212
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff