Skip to content

fix(deps): update non-breaking updates#547

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/non-breaking-updates
Sep 9, 2025
Merged

fix(deps): update non-breaking updates#547
renovate[bot] merged 1 commit intomainfrom
renovate/non-breaking-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 5, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@ctrl/video-filename-parser (source) ^5.2.2 -> ^5.4.0 age confidence dependencies minor 5.4.1
@eslint/js (source) ^9.33.0 -> ^9.34.0 age confidence devDependencies patch 9.35.0
@sveltejs/kit (source) ^2.27.3 -> ^2.37.0 age confidence devDependencies minor 2.37.1
@tauri-apps/api ^2.5.0 -> ^2.8.0 age confidence dependencies minor
@tauri-apps/cli ^2.5.0 -> ^2.8.4 age confidence devDependencies minor
@tauri-apps/plugin-dialog ^2.3.3 -> ^2.4.0 age confidence dependencies minor
@tauri-apps/plugin-fs ^2.3.0 -> ^2.4.2 age confidence dependencies minor
@tauri-apps/plugin-log ^2.4.0 -> ^2.7.0 age confidence dependencies minor
@tauri-apps/plugin-opener ^2.2.7 -> ^2.5.0 age confidence dependencies minor
@tauri-apps/plugin-process ^2.2.2 -> ^2.3.0 age confidence dependencies minor
@tauri-apps/plugin-updater ^2.7.1 -> ^2.9.0 age confidence dependencies minor
@types/node (source) ^22.17.2 -> ^22.18.0 age confidence devDependencies minor 22.18.1
daisyui (source) ^5.0.50 -> ^5.1.5 age confidence devDependencies minor 5.1.9 (+3)
drizzle-orm (source) ^0.44.4 -> ^0.44.5 age confidence dependencies patch
eslint (source) ^9.33.0 -> ^9.34.0 age confidence devDependencies patch 9.35.0
hls.js ^1.6.10 -> ^1.6.11 age confidence dependencies patch 1.6.12
plyr (source) ^3.7.8 -> ^3.8.3 age confidence dependencies minor
svelte (source) ^5.38.2 -> ^5.38.6 age confidence devDependencies patch 5.38.8 (+1)
tauri (source) 2.5.1 -> 2.8.5 age confidence dependencies minor
tauri-build (source) 2.2.0 -> 2.4.1 age confidence build-dependencies minor
tauri-plugin-dialog 2.3.2 -> 2.4.0 age confidence dependencies minor
tauri-plugin-fs 2.4.1 -> 2.4.2 age confidence dependencies patch
tauri-plugin-log 2.6.0 -> 2.7.0 age confidence dependencies minor
tauri-plugin-opener 2.4.0 -> 2.5.0 age confidence dependencies minor
tauri-plugin-updater 2.7.1 -> 2.9.0 age confidence dependencies minor
typescript-eslint (source) ^8.38.0 -> ^8.42.0 age confidence devDependencies minor 8.43.0

Release Notes

scttcper/video-filename-parser (@​ctrl/video-filename-parser)

v5.4.0

Compare Source

Features
  • swap some weird web tv parsing for proper movie web parsing (b5b9e12)

v5.3.0

Compare Source

Features
sveltejs/kit (@​sveltejs/kit)

v2.37.0

Compare Source

Minor Changes
  • feat: automatically resolve query.refresh() promises on the server (#​14332)

  • feat: allow query.set() to be called on the server (#​14304)

Patch Changes
  • fix: disable CSRF checks in dev (#​14335)

  • fix: allow redirects to external URLs from within form functions (#​14329)

  • fix: add type definitions for query.set() method to override the value of a remote query function (#​14303)

  • fix: ensure uniqueness of form.for(...) across form functions (#​14327)

v2.36.3

Compare Source

Patch Changes
  • fix: bump devalue (#​14323)

  • chore: consolidate dev checks to use esm-env instead of a __SVELTEKIT_DEV__ global (#​14308)

  • fix: reset form inputs by default when using remote form functions (#​14322)

v2.36.2

Compare Source

Patch Changes
  • chore: make config deprecation warnings more visible (#​14281)

  • chore: remove redundant Not Found error message (#​14289)

  • chore: deprecate csrf.checkOrigin in favour of csrf.trustedOrigins: ['*'] (#​14281)

v2.36.1

Compare Source

Patch Changes
  • fix: ensure importing from $app/navigation works in test files (#​14195)

v2.36.0

Compare Source

Minor Changes
  • feat: add csrf.trustedOrigins configuration (#​14021)
Patch Changes
  • fix: correctly decode custom types streamed from a server load function (#​14261)

  • fix: add trailing slash pathname when generating typed routes (#​14065)

v2.35.0

Compare Source

Minor Changes
  • feat: better server-side error logging (#​13990)
Patch Changes
  • fix: ensure static error page is loaded correctly for custom user errors (#​13952)

v2.34.1

Compare Source

Patch Changes
  • fix: support multiple cookies with the same name across different paths and domains (b2c5d02)

  • fix: add link header when preloading font (#​14200)

  • fix: cookies.get(...) returns undefined for a just-deleted cookie (b2c5d02)

  • fix: load env before prerender (c5f7139)

v2.34.0

Compare Source

Minor Changes
  • feat: allow dynamic env access during prerender (#​14243)
Patch Changes
  • fix: clone fetch responses so that headers are mutable (#​13942)

  • fix: serialize server load data before passing to universal load, to handle mutations (#​14268)

  • fix: allow asset(...) to be used with imported assets (#​14270)

v2.33.1

Compare Source

Patch Changes
  • fix: make paths in .css assets relative (#​14262)

  • fix: avoid copying SSR stylesheets to client assets (#​13069)

v2.33.0

Compare Source

Minor Changes
  • feat: configure error reporting when routes marked as prerendable were not prerendered (#​11702)
Patch Changes
  • fix: use correct flag for server tracing (#​14250)

  • fix: correct type names for new handleUnseenRoutes option (#​14254)

  • chore: Better docs and error message for missing @opentelemetry/api dependency (#​14250)

v2.32.0

Compare Source

Minor Changes
  • feat: inline load fetch response.body stream data as base64 in page (#​11473)
Patch Changes
  • fix: better error when .remote.ts files are used without the experimental.remoteFunctions flag (#​14225)

v2.31.1

Compare Source

Patch Changes
  • fix: pass options to resolve in resolveId hook (#​14223)

v2.31.0

Compare Source

Minor Changes
  • feat: OpenTelemetry tracing for handle, sequence, form actions, remote functions, and load functions running on the server (#​13899)

  • feat: add instrumentation.server.ts for tracing and observability setup (#​13899)

v2.30.1

Compare Source

Patch Changes
  • chore: generate $app/types in a more Typescript-friendly way (#​14207)

v2.30.0

Compare Source

Minor Changes
  • feat: allow to specify options for the service worker in svelte.config.js (#​13578)
Patch Changes
  • fix: ensure buttonProps.enhance works on buttons with nested text (#​14199)

  • fix: pass validation issues specifically to avoid non-enumerable spreading error (#​14197)

v2.29.1

Compare Source

Patch Changes
  • chore: allow remote functions in all of the src directory (#​14198)

v2.29.0

Compare Source

Minor Changes
  • feat: add a kit.files.src option (#​14152)
Patch Changes
  • fix: don't treat $lib/server.ts or $lib/server_whatever.ts as server-only modules, only $lib/server/** (#​14191)

  • fix: make illegal server-only import errors actually useful (#​14155)

  • chore: deprecate config.kit.files options (#​14152)

  • fix: avoid warning if page options in a Svelte file belongs to a comment (#​14180)

v2.28.0

Compare Source

Minor Changes
  • feat: add RouteId and RouteParams to NavigationTarget interface (#​14167)

  • feat: add pending property to forms and commands (#​14137)

Patch Changes
  • fix: fetch imported assets during prerender (#​12201)

  • chore: refactor redundant base64 encoding/decoding functions (#​14160)

  • fix: use correct cache result when fetching same url multiple times (#​12355)

  • fix: don't refresh queries automatically when running commands (#​14170)

  • fix: avoid writing remote function bundle to disk when treeshaking prerendered queries (#​14161)

tauri-apps/tauri (@​tauri-apps/api)

v2.8.0: @​tauri-apps/api v2.8.0

Compare Source

PNPM Audit

No known vulnerabilities found

[2.8.0]

New Features
Enhancements
  • 5ba1c3faa (#​13722 by @​s00d) Added icon (icon and nativeIcon) support for Submenu:

    • In the Rust API (tauri), you can now set an icon for submenus via the builder and dedicated methods.
    • In the JS/TS API (@tauri-apps/api), SubmenuOptions now has an icon field, and the Submenu class provides setIcon and setNativeIcon methods.
    • Usage examples are added to the documentation and demo app.

    This is a backwards-compatible feature. Submenus can now display icons just like regular menu items.

PNPM Publish

> @​tauri-apps/api@2.8.0 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@2.8.0 build /home/runner/work/tauri/tauri/packages/api
> rollup -c --configPlugin typescript

�[36m
�[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.7s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.9s�[22m�[39m
npm verbose cli /opt/hostedtoolcache/node/20.19.4/x64/bin/node /opt/hostedtoolcache/node/20.19.4/x64/bin/npm
npm info using npm@10.8.2
npm info using node@v20.19.4
npm silly config load:file:/opt/hostedtoolcache/node/20.19.4/x64/lib/node_modules/npm/npmrc
npm silly config load:file:/tmp/dae4d7dba587bf04d8f1d71cbc53f9eb/.npmrc
npm silly config load:file:/home/runner/work/_temp/.npmrc
npm silly config load:file:/opt/hostedtoolcache/node/20.19.4/x64/etc/npmrc
npm verbose title npm publish tauri-apps-api-2.8.0.tgz
npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.8.0.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks"
npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2025-08-18T19_17_41_565Z-
npm verbose logfile /home/runner/.npm/_logs/2025-08-18T19_17_41_565Z-debug-0.log
npm verbose publish [ 'tauri-apps-api-2.8.0.tgz' ]
npm silly logfile done cleaning log files
npm notice
npm notice 📦  @​tauri-apps/api@2.8.0
npm notice Tarball Contents
npm notice 95.6kB CHANGELOG.md
npm notice 10.2kB LICENSE_APACHE-2.0
npm notice 1.1kB LICENSE_MIT
npm notice 3.5kB README.md
npm notice 5.1kB app.cjs
npm notice 4.3kB app.d.ts
npm notice 4.7kB app.js
npm notice 10.8kB core.cjs
npm notice 6.5kB core.d.ts
npm notice 10.4kB core.js
npm notice 11.0kB dpi.cjs
npm notice 8.8kB dpi.d.ts
npm notice 10.8kB dpi.js
npm notice 5.7kB event.cjs
npm notice 4.8kB event.d.ts
npm notice 5.6kB event.js
npm notice 2.2kB external/tslib/tslib.es6.cjs
npm notice 2.2kB external/tslib/tslib.es6.js
npm notice 3.0kB image.cjs
npm notice 2.4kB image.d.ts
npm notice 2.9kB image.js
npm notice 738B index.cjs
npm notice 1.2kB index.d.ts
npm notice 669B index.js
npm notice 1.1kB menu.cjs
npm notice 451B menu.d.ts
npm notice 717B menu.js
npm notice 3.6kB menu/base.cjs
npm notice 887B menu/base.d.ts
npm notice 3.6kB menu/base.js
npm notice 2.2kB menu/checkMenuItem.cjs
npm notice 1.5kB menu/checkMenuItem.d.ts
npm notice 2.2kB menu/checkMenuItem.js
npm notice 7.4kB menu/iconMenuItem.cjs
npm notice 6.1kB menu/iconMenuItem.d.ts
npm notice 7.4kB menu/iconMenuItem.js
npm notice 5.1kB menu/menu.cjs
npm notice 4.4kB menu/menu.d.ts
npm notice 5.0kB menu/menu.js
npm notice 1.7kB menu/menuItem.cjs
npm notice 1.3kB menu/menuItem.d.ts
npm notice 1.6kB menu/menuItem.js
npm notice 1.1kB menu/predefinedMenuItem.cjs
npm notice 2.6kB menu/predefinedMenuItem.d.ts
npm notice 1.1kB menu/predefinedMenuItem.js
npm notice 7.1kB menu/submenu.cjs
npm notice 4.8kB menu/submenu.d.ts
npm notice 6.9kB menu/submenu.js
npm notice 9.8kB mocks.cjs
npm notice 5.0kB mocks.d.ts
npm notice 9.7kB mocks.js
npm notice 1.8kB package.json
npm notice 22.7kB path.cjs
npm notice 17.7kB path.d.ts
npm notice 21.7kB path.js
npm notice 6.4kB tray.cjs
npm notice 8.0kB tray.d.ts
npm notice 6.4kB tray.js
npm notice 20.7kB webview.cjs
npm notice 21.1kB webview.d.ts
npm notice 20.5kB webview.js
npm notice 8.4kB webviewWindow.cjs
npm notice 4.9kB webviewWindow.d.ts
npm notice 8.3kB webviewWindow.js
npm notice 67.1kB window.cjs
npm notice 61.6kB window.d.ts
npm notice 66.2kB window.js
npm notice Tarball Details
npm notice name: @​tauri-apps/api
npm notice version: 2.8.0
npm notice filename: tauri-apps-api-2.8.0.tgz
npm notice package size: 131.1 kB
npm notice unpacked size: 681.9 kB
npm notice shasum: 0348a2b3ba5982ec67a7d569f329b4a55d7d5f1e
npm notice integrity: sha512-ga7zdhbS2GXOM[...]/7WEiimbQNYlw==
npm notice total files: 67
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=408155095
npm http fetch PUT 200 https://registry.npmjs.org/@​tauri-apps%2fapi 2778ms
+ @​tauri-apps/api@2.8.0
npm verbose cwd /tmp/dae4d7dba587bf04d8f1d71cbc53f9eb
npm verbose os Linux 6.11.0-1018-azure
npm verbose node v20.19.4
npm verbose npm  v10.8.2
npm verbose exit 0
npm info ok

v2.7.0: @​tauri-apps/api v2.7.0

Compare Source

PNPM Audit

No known vulnerabilities found

[2.7.0]

New Features
Enhancements
Bug Fixes

PNPM Publish

> @​tauri-apps/api@2.7.0 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@2.7.0 build /home/runner/work/tauri/tauri/packages/api
> rollup -c --configPlugin typescript

�[36m
�[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.5s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m
npm verbose cli /opt/hostedtoolcache/node/20.19.3/x64/bin/node /opt/hostedtoolcache/node/20.19.3/x64/bin/npm
npm info using npm@10.8.2
npm info using node@v20.19.3
npm silly config load:file:/opt/hostedtoolcache/node/20.19.3/x64/lib/node_modules/npm/npmrc
npm silly config load:file:/tmp/2aa98b41aabaf31df3a84589911580aa/.npmrc
npm silly config load:file:/home/runner/work/_temp/.npmrc
npm silly config load:file:/opt/hostedtoolcache/node/20.19.3/x64/etc/npmrc
npm verbose title npm publish tauri-apps-api-2.7.0.tgz
npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.7.0.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks"
npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2025-07-20T22_59_43_937Z-
npm verbose logfile /home/runner/.npm/_logs/2025-07-20T22_59_43_937Z-debug-0.log
npm verbose publish [ 'tauri-apps-api-2.7.0.tgz' ]
npm silly logfile done cleaning log files
npm notice
npm notice 📦  @​tauri-apps/api@2.7.0
npm notice Tarball Contents
npm notice 94.3kB CHANGELOG.md
npm notice 10.2kB LICENSE_APACHE-2.0
npm notice 1.1kB LICENSE_MIT
npm notice 3.5kB README.md
npm notice 5.1kB app.cjs
npm notice 4.3kB app.d.ts
npm notice 4.7kB app.js
npm notice 10.8kB core.cjs
npm notice 6.5kB core.d.ts
npm notice 10.4kB core.js
npm notice 11.0kB dpi.cjs
npm notice 8.8kB dpi.d.ts
npm notice 10.8kB dpi.js
npm notice 5.7kB event.cjs
npm notice 4.8kB event.d.ts
npm notice 5.6kB event.js
npm notice 2.2kB external/tslib/tslib.es6.cjs
npm notice 2.2kB external/tslib/tslib.es6.js
npm notice 3.0kB image.cjs
npm notice 2.2kB image.d.ts
npm notice 2.9kB image.js
npm notice 738B index.cjs
npm notice 1.2kB index.d.ts
npm notice 669B index.js
npm notice 1.1kB menu.cjs
npm notice 451B menu.d.ts
npm notice 717B menu.js
npm notice 3.6kB menu/base.cjs
npm notice 887B menu/base.d.ts
npm notice 3.6kB menu/base.js
npm notice 2.2kB menu/checkMenuItem.cjs
npm notice 1.5kB menu/checkMenuItem.d.ts
npm notice 2.2kB menu/checkMenuItem.js
npm notice 7.4kB menu/iconMenuItem.cjs
npm notice 6.2kB menu/iconMenuItem.d.ts
npm notice 7.3kB menu/iconMenuItem.js
npm notice 5.1kB menu/menu.cjs
npm notice 4.4kB menu/menu.d.ts
npm notice 5.0kB menu/menu.js
npm notice 1.7kB menu/menuItem.cjs
npm notice 1.3kB menu/menuItem.d.ts
npm notice 1.6kB menu/menuItem.js
npm notice 1.1kB menu/predefinedMenuItem.cjs
npm notice 2.6kB menu/predefinedMenuItem.d.ts
npm notice 1.1kB menu/predefinedMenuItem.js
npm notice 6.8kB menu/submenu.cjs
npm notice 4.5kB menu/submenu.d.ts
npm notice 6.7kB menu/submenu.js
npm notice 9.8kB mocks.cjs
npm notice 5.0kB mocks.d.ts
npm notice 9.7kB mocks.js
npm notice 1.8kB package.json
npm notice 22.7kB path.cjs
npm notice 17.7kB path.d.ts
npm notice 21.7kB path.js
npm notice 6.4kB tray.cjs
npm notice 8.0kB tray.d.ts
npm notice 6.4kB tray.js
npm notice 20.7kB webview.cjs
npm notice 21.1kB webview.d.ts
npm notice 20.5kB webview.js
npm notice 8.4kB webviewWindow.cjs
npm notice 4.9kB webviewWindow.d.ts
npm notice 8.3kB webviewWindow.js
npm notice 65.4kB window.cjs
npm notice 60.0kB window.d.ts
npm notice 64.5kB window.js
npm notice Tarball Details
npm notice name: @​tauri-apps/api
npm notice version: 2.7.0
npm notice filename: tauri-apps-api-2.7.0.tgz
npm notice package size: 129.5 kB
npm notice unpacked size: 674.5 kB
npm notice shasum: 44319e7cd34e898d21cc770961209bd50ac4cefe
npm notice integrity: sha512-v7fVE8jqBl8xJ[...]0GNQ45DfnoVDg==
npm notice total files: 67
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=296390893
npm http fetch PUT 200 https://registry.npmjs.org/@​tauri-apps%2fapi 2929ms
+ @​tauri-apps/api@2.7.0
npm verbose cwd /tmp/2aa98b41aabaf31df3a84589911580aa
npm verbose os Linux 6.11.0-1018-azure
npm verbose node v20.19.3
npm verbose npm  v10.8.2
npm verbose exit 0
npm info ok

v2.6.0: @​tauri-apps/api v2.6.0

Compare Source

PNPM Audit

No known vulnerabilities found

[2.6.0]

New Features
Bug Fixes
What's Changed

PNPM Publish

> @​tauri-apps/api@2.6.0 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@2.6.0 build /home/runner/work/tauri/tauri/packages/api
> rollup -c --configPlugin typescript

�[36m
�[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.7s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m
npm verbose cli /opt/hostedtoolcache/node/20.19.2/x64/bin/node /opt/hostedtoolcache/node/20.19.2/x64/bin/npm
npm info using npm@10.8.2
npm info using node@v20.19.2
npm silly config load:file:/opt/hostedtoolcache/node/20.19.2/x64/lib/node_modules/npm/npmrc
npm silly config load:file:/tmp/2b52e4eba4f2f6fee26c87fa0c50d004/.npmrc
npm silly config load:file:/home/runner/work/_temp/.npmrc
npm silly config load:file:/opt/hostedtoolcache/node/20.19.2/x64/etc/npmrc
npm verbose title npm publish tauri-apps-api-2.6.0.tgz
npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.6.0.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks"
npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2025-06-24T19_17_55_534Z-
npm verbose logfile /home/runner/.npm/_logs/2025-06-24T19_17_55_534Z-debug-0.log
npm verbose publish [ 'tauri-apps-api-2.6.0.tgz' ]
npm silly logfile done cleaning log files
npm notice
npm notice 📦  @​tauri-apps/api@2.6.0
npm notice Tarball Contents
npm notice 93.0kB CHANGELOG.md
npm notice 10.2kB LICENSE_APACHE-2.0
npm notice 1.1kB LICENSE_MIT
npm notice 3.5kB README.md
npm notice 4.5kB app.cjs
npm notice 3.9kB app.d.ts
npm notice 4.1kB app.js
npm notice 10.8kB core.cjs
npm notice 6.5kB core.d.ts
npm notice 10.4kB core.js
npm notice 11.0kB dpi.cjs
npm notice 8.8kB dpi.d.ts
npm notice 10.8kB dpi.js
npm notice 5.7kB event.cjs
npm notice 4.8kB event.d.ts
npm notice 5.6kB event.js
npm notice 2.2kB external/tslib/tslib.es6.cjs
npm notice 2.2kB external/tslib/tslib.es6.js
npm notice 3.0kB image.cjs
npm notice 2.2kB image.d.ts
npm notice 2.9kB image.js
npm notice 738B index.cjs
npm notice 1.2kB index.d.ts
npm notice 669B index.js
npm notice 1.1kB menu.cjs
npm notice 451B menu.d.ts
npm notice 717B menu.js
npm notice 3.6kB menu/base.cjs
npm notice 887B menu/base.d.ts
npm notice 3.6kB menu/base.js
npm notice 2.2kB menu/checkMenuItem.cjs
npm notice 1.5kB menu/checkMenuItem.d.ts
npm notice 2.2kB menu/checkMenuItem.js
npm notice 7.4kB menu/iconMenuItem.cjs
npm notice 6.2kB menu/iconMenuItem.d.ts
npm notice 7.3kB menu/iconMenuItem.js
npm notice 5.1kB menu/menu.cjs
npm notice 4.4kB menu/menu.d.ts
npm notice 5.0kB menu/menu.js
npm notice 1.7kB menu/menuItem.cjs
npm notice 1.3kB menu/menuItem.d.ts
npm notice 1.6kB menu/menuItem.js
npm notice 1.1kB menu/predefinedMenuItem.cjs
npm notice 2.6kB menu/predefinedMenuItem.d.ts
npm notice 1.1kB menu/predefinedMenuItem.js
npm notice 6.8kB menu/submenu.cjs
npm notice 4.5kB menu/submenu.d.ts
npm notice 6.7kB menu/submenu.js
npm notice 6.2kB mocks.cjs
npm notice 3.8kB mocks.d.ts
npm notice 6.1kB mocks.js
npm notice 1.8kB package.json
npm notice 22.7kB path.cjs
npm notice 17.7kB path.d.ts
npm notice 21.7kB path.js
npm notice 6.4kB tray.cjs
npm notice 8.0kB tray.d.ts
npm notice 6.4kB tray.js
npm notice 20.7kB webview.cjs
npm notice 21.1kB webview.d.ts
npm notice 20.5kB webview.js
npm notice 8.4kB webviewWindow.cjs
npm notice 4.9kB webviewWindow.d.ts
npm notice 8.3kB webviewWindow.js
npm notice 65.4kB window.cjs
npm notice 59.8kB window.d.ts
npm notice 64.5kB window.js
npm notice Tarball Details
npm notice name: @​tauri-apps/api
npm notice version: 2.6.0
npm notice filename: tauri-apps-api-2.6.0.tgz
npm notice package size: 126.7 kB
npm notice unpacked size: 662.7 kB
npm notice shasum: efd873bf04b0d72cea81f9397e16218f5deafe0f
npm notice integrity: sha512-hRNcdercfgpzg[...]7E1rtPXAHaetg==
npm notice total files: 67
npm notice
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=248799833
npm http fetch PUT 200 https://registry.npmjs.org/@​tauri-apps%2fapi 2741ms
+ @​tauri-apps/api@2.6.0
npm verbose cwd /tmp/2b52e4eba4f2f6fee26c87fa0c50d004
npm verbose os Linux 6.11.0-1015-azure
npm verbose node v20.19.2
npm verbose npm  v10.8.2
npm verbose exit 0
npm info ok
tauri-apps/plugins-workspace (@​tauri-apps/plugin-dialog)

v2.4.0

Compare Source

saadeghi/daisyui (daisyui)

v5.1.5

Compare Source

Bug Fixes
  • checkbox background color (fd938ab)

v5.1.4

Compare Source

Bug Fixes

v5.1.3

Compare Source

Bug Fixes
  • <label class="select"> base-select style and misalignment. closes: #​4082 (d1556fa)

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

Bug Fixes
  • <select> double arrow on Firefox (748fd54)

v5.1.0

Compare Source

Features
  • feat: New component - Hover Gallery
  • feat: New component - FAB / Speed Dial
  • feat: Styled native HTML <select> element (works in Chromium, other browsers use the old OS style)
  • feat: Support prefers-reduced-motion for all animations
Bug Fixes
  • fix: theme-controller prefix
  • fix: support aria-current for tab
  • fix: add scrollbar-gutter auto to prevent modal scrollbar shift
  • fix: increase drawer z-index to prevent overlap issues

v5.0.55

Compare Source

v5.0.54

Compare Source

Bug Fixes
  • prefersdark theme overriding the default theme in custom themes. closes: #​3921 (bd6b064)

v5.0.53

Compare Source

Bug Fixes

v5.0.52

Compare Source

Bug Fixes

v5.0.51

Compare Source

Bug Fixes
  • styles for disabled inputs and select in fieldset (c60350d), closes #​4021
drizzle-team/drizzle-orm (drizzle-orm)

v0.44.5

Compare Source

  • Fixed invalid usage of .one() in durable-sqlite session
  • Fixed spread operator related crash in sqlite blob columns
  • Better browser support for sqlite blob columns
  • Improved sqlite blob mapping
video-dev/hls.js (hls.js)

v1.6.11

Compare Source

Summary

HLS.js v1.6.11 includes bug fixes and improvements over the last release.

Changes Since The Last Release

Bug Fixes
Tasks
Documentation

Demo Page

https://9f517588.hls-js-dev.pages.dev/demo/

API and Breaking Changes

If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

sampotts/plyr (plyr)

v3.8.3

Compare Source

More TypeScript-related fixes! Sorry for any hassle in the last couple of releases.

Full Changelog: sampotts/plyr@v3.8.2...v3.8.3

v3.8.2

Compare Source

  • Add missing types export in package.json.

v3.8.1

Compare Source

  • Fix exports-related regression in 3.8.0. Sorry!

v3.8.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/non-breaking-updates branch 4 times, most recently from d171517 to e9b8a6d Compare September 9, 2025 13:34
@renovate renovate bot force-pushed the renovate/non-breaking-updates branch from e9b8a6d to 2a1a49f Compare September 9, 2025 17:06
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Sep 9, 2025

@renovate renovate bot merged commit 0eef17f into main Sep 9, 2025
8 checks passed
@renovate renovate bot deleted the renovate/non-breaking-updates branch September 9, 2025 20:24
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.38.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants