b65e562ecb
## 🦖 Deprecations * Remove remaining support for outdated .well-known settings (https://github.com/element-hq/element-web/pull/30702). Contributed by @richvdh. ## ✨ Features * Automatically select first source for desktop capture under Wayland (https://github.com/element-hq/element-desktop/pull/2526). Contributed by @byquanton. * Add decline button to call notification toast (use new notification event) (https://github.com/element-hq/element-web/pull/30729). Contributed by @toger5. * Use the new room list by default (https://github.com/element-hq/element-web/pull/30640). Contributed by @langleyd. * "Verify this device" redesign (https://github.com/element-hq/element-web/pull/30596). Contributed by @uhoreg. * Set Element Call "intents" when starting and answering DM calls. (https://github.com/element-hq/element-web/pull/30730). Contributed by @Half-Shot. * Add axe compliance for new room list (https://github.com/element-hq/element-web/pull/30700). Contributed by @langleyd. * Stop ringing and remove toast if another device answers a RTC call. (https://github.com/element-hq/element-web/pull/30728). Contributed by @Half-Shot. * Automatically adjust history visibility when making a room private (https://github.com/element-hq/element-web/pull/30713). Contributed by @Half-Shot. * Release announcement for new room list (https://github.com/element-hq/element-web/pull/30675). Contributed by @dbkr. ## 🐛 Bug Fixes * Update Electron to v38.1.0 to fix Kernel crash on multi-GPU systems (https://github.com/element-hq/element-desktop/pull/2544). Contributed by @Arcitec. * Fix Confirm your identity buttons being unclickable (https://github.com/element-hq/element-desktop/pull/2554). Contributed by @dbkr. * Ensure dropdown is not a drag element on macOS (https://github.com/element-hq/element-desktop/pull/2540). Contributed by @t3chguy. * https://github.com/element-hq/element-web/pull/30795). Contributed by @RiotRobot. * https://github.com/element-hq/element-web/pull/30794). Contributed by @RiotRobot. * Don't show release announcements while toasts are displayed (https://github.com/element-hq/element-web/pull/30770). Contributed by @dbkr. * Fix enabling key backup not working if there is an untrusted key backup (https://github.com/element-hq/element-web/pull/30707). Contributed by @Half-Shot. * Force `preload` to be false when setting an intent on an Element Call. (https://github.com/element-hq/element-web/pull/30759). Contributed by @Half-Shot. * Fix handling of 413 server response when uploading media (https://github.com/element-hq/element-web/pull/30737). Contributed by @hughns. * Make landmark navigation work with new room list (https://github.com/element-hq/element-web/pull/30747). Contributed by @dbkr. * Prevent voice message from displaying spurious errors (https://github.com/element-hq/element-web/pull/30736). Contributed by @florianduros. * Align default avatar and fix colors in composer pills (https://github.com/element-hq/element-web/pull/30739). Contributed by @florianduros. * Use configured URL for link to desktop app in message search settings (https://github.com/element-hq/element-web/pull/30742). Contributed by @t3chguy. * Fix history visibility when creating space rooms (https://github.com/element-hq/element-web/pull/30745). Contributed by @dbkr. * Check HTML-encoded quotes when handling translations for embedded pages (such as welcome.html) (https://github.com/element-hq/element-web/pull/30743). Contributed by @Half-Shot. * Fix local room encryption status always not enabled (https://github.com/element-hq/element-web/pull/30461). Contributed by @BillCarsonFr. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-desktop?expand=0&rev=136
12 lines
593 B
Diff
12 lines
593 B
Diff
diff -ru a/node_modules/oxc-resolver/package.json b/node_modules/oxc-resolver/package.json
|
|
--- a/node_modules/oxc-resolver/package.json 2025-08-11 22:18:51.515000000 +0200
|
|
+++ b/node_modules/oxc-resolver/package.json 2025-08-11 22:13:37.448368507 +0200
|
|
@@ -24,7 +24,6 @@
|
|
"test": "vitest run -r ./napi",
|
|
"build:debug": "napi build --platform --manifest-path napi/Cargo.toml",
|
|
"build": "pnpm run build:debug --features allocator --release",
|
|
- "postinstall": "napi-postinstall oxc-resolver 11.6.0 check",
|
|
"postbuild:debug": "node napi/patch.mjs"
|
|
},
|
|
"dependencies": {
|