prayag17 / Blink

Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
GNU General Public License v3.0
687 stars 20 forks source link

fix(deps): update tauri monorepo #358

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tauri-apps/api 2.0.0-beta.14 -> 2.0.0-beta.15 age adoption passing confidence
@tauri-apps/cli 2.0.0-beta.21 -> 2.0.0-beta.22 age adoption passing confidence

Release Notes

tauri-apps/tauri (@​tauri-apps/api) ### [`v2.0.0-beta.15`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v2.0.0-beta.15): @​tauri-apps/api v2.0.0-beta.15 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.0.0-beta.14...@tauri-apps/api-v2.0.0-beta.15)

Yarn Audit

yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 160 Done in 1.87s.
#### \[2.0.0-beta.15] ##### New Features - [`7bc6a2a1d`](https://www.github.com/tauri-apps/tauri/commit/7bc6a2a1d6d2c5406d91cac94d33bce76443c28f) ([#​9788](https://www.togithub.com/tauri-apps/tauri/pull/9788) by [@​pewsheen](https://www.github.com/tauri-apps/tauri/../../pewsheen)) Add a new method to set title bar style dynamically on macOS. ##### Enhancements - [`080b6e127`](https://www.github.com/tauri-apps/tauri/commit/080b6e12720b89d839c686d7067cc94d276ed7e4) ([#​10246](https://www.togithub.com/tauri-apps/tauri/pull/10246) by [@​Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Use `EventName` on `Window`, `Webview` and `WebviewWindow`'s `once` so you can get auto complete for tauri's built-in events ##### Bug Fixes - [`080b6e127`](https://www.github.com/tauri-apps/tauri/commit/080b6e12720b89d839c686d7067cc94d276ed7e4) ([#​10246](https://www.togithub.com/tauri-apps/tauri/pull/10246) by [@​Legend-Master](https://www.github.com/tauri-apps/tauri/../../Legend-Master)) Fix `once` doesn't detached after one callback if event handler throws ##### Breaking Changes - [`261c9f942`](https://www.github.com/tauri-apps/tauri/commit/261c9f942de9a598b5c6cc504de6bddd1306113b) ([#​10170](https://www.togithub.com/tauri-apps/tauri/pull/10170) by [@​amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Renamed drag and drop events in `TauriEvent` enum to better convey when they are triggered: - `TauriEvent.DRAG` -> `TauriEvent.DRAG_ENTER` - `TauriEvent.DROP_OVER` -> `TauriEvent.DRAG_OVER` - `TauriEvent.DROP` -> `TauriEvent.DRAG_DROP` - `TauriEvent.DROP_CANCELLED` -> `TauriEvent::DRAG_LEAVE` Also the `type` field values in `Window/Webview/WebviewWindow.onDropEvent` and `DragDropEvent` have changed: - `dragged` -> `enter` - `dragOver` -> `over` - `dropped` -> `drop` - `cancelled` -> `leave` - [`2b1ceb40d`](https://www.github.com/tauri-apps/tauri/commit/2b1ceb40d345aef42dd79438fa69ca7989ee0194) ([#​10229](https://www.togithub.com/tauri-apps/tauri/pull/10229) by [@​amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Renamed the JS `getCurrent` and `getAll` functions to a clearer name to avoid ambiguity: - `getCurrent` in `window` module has been renamed to `getCurrentWindow` - `getCurrent` in `webview` module has been renamed to `getCurrentWebview` - `getCurrent` in `webviewWindow` module has been renamed to `getCurrentWebviewWindow` - `getAll` in `window` module has been renamed to `getAllWindows` - `getAll` in `webview` module has been renamed to `getAllWebviews` - `getAll` in `webviewWindow` module has been renamed to `getAllWebviewWindows`

Yarn Publish

yarn run v1.22.22 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next $ rollup -c --configPlugin typescript  ./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 → ./dist, ./dist... created ./dist, ./dist in 1.2s  src/index.ts → ../../core/tauri/scripts/bundle.global.js... created ../../core/tauri/scripts/bundle.global.js in 1.7s [1/4] Bumping version... info Current version: 2.0.0-beta.15 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 7.81s.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.