oplik0 / solo2-desktop

A GUI application for managing Solo v2 security keys
MIT License
9 stars 1 forks source link

fix(deps): update dependency @tauri-apps/api to v1.5.3 #87

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tauri-apps/api 1.5.0 -> 1.5.3 age adoption passing confidence

Release Notes

tauri-apps/tauri (@​tauri-apps/api) ### [`v1.5.3`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.3): @​tauri-apps/api v1.5.3 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.2...@tauri-apps/api-v1.5.3)

Yarn Audit

yarn audit v1.22.21 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 2.29s.
#### \[1.5.3] ##### Bug Fixes - [`1c582a94`](https://www.github.com/tauri-apps/tauri/commit/1c582a942e345a066b65620e4db9f688ec142bb9)([#​8392](https://www.togithub.com/tauri-apps/tauri/pull/8392)) Fix a regression where typescript could not find types when using `"moduleResolution": "node"`

Yarn Publish

yarn run v1.22.21 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly $ rollup -c --configPlugin typescript  ./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts → ./dist, ./dist... created ./dist, ./dist in 1.6s  src/index.ts → ../../core/tauri/scripts/bundle.global.js... created ../../core/tauri/scripts/bundle.global.js in 1.8s [1/4] Bumping version... info Current version: 1.5.3 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 12.73s.
### [`v1.5.2`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.2): @​tauri-apps/api v1.5.2 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.1...@tauri-apps/api-v1.5.2)

Yarn Audit

yarn audit v1.22.21 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 2.28s.
#### \[1.5.2] ##### Bug Fixes - [`50462702`](https://www.github.com/tauri-apps/tauri/commit/504627027303ef5a0e855aab2abea64c6964223b)([#​8267](https://www.togithub.com/tauri-apps/tauri/pull/8267)) Add top-level `main`, `module` and `types` fields in `package.json` to be compliant with typescripts's `"moduleResolution": "node"` - [`14544e4b`](https://www.github.com/tauri-apps/tauri/commit/14544e4b87269c06c89fed3647d80f492e0a1d34)([#​8219](https://www.togithub.com/tauri-apps/tauri/pull/8219)) Avoid crashing in `clearMocks`

Yarn Publish

yarn run v1.22.21 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next $ rollup -c --configPlugin typescript  ./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts → ./dist, ./dist... created ./dist, ./dist in 1.6s  src/index.ts → ../../core/tauri/scripts/bundle.global.js... created ../../core/tauri/scripts/bundle.global.js in 1.8s [1/4] Bumping version... info Current version: 1.5.2 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 8.45s.
### [`v1.5.1`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.1): @​tauri-apps/api v1.5.1 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.0...@tauri-apps/api-v1.5.1)

Yarn Audit

yarn audit v1.22.19 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 2.45s.
#### \[1.5.1] ##### New Features - [`2b0212af`](https://www.github.com/tauri-apps/tauri/commit/2b0212af49c386e52bb2357381813d6d435ec4af)([#​7961](https://www.togithub.com/tauri-apps/tauri/pull/7961)) Add `mockConvertFileSrc` in `mocks` module, to mock `convertFileSrc` function.

Yarn Publish

yarn run v1.22.19 $ yarn build && cd ./dist && yarn publish --access public --loglevel silly $ yarn tsup && node ./scripts/after-build.cjs $ /home/runner/work/tauri/tauri/tooling/api/node_modules/.bin/tsup CLI Building entry: {"bundle":"src/index.ts"} CLI Using tsconfig: tsconfig.json CLI tsup v6.7.0 CLI Using tsup config: /home/runner/work/tauri/tauri/tooling/api/tsup.config.ts CLI Building entry: src/app.ts, src/cli.ts, src/clipboard.ts, src/dialog.ts, src/event.ts, src/fs.ts, src/globalShortcut.ts, src/http.ts, src/index.ts, src/mocks.ts, src/notification.ts, src/os.ts, src/path.ts, src/process.ts, src/shell.ts, src/tauri.ts, src/updater.ts, src/window.ts CLI Using tsconfig: tsconfig.json CLI tsup v6.7.0 CLI Using tsup config: /home/runner/work/tauri/tauri/tooling/api/tsup.config.ts CLI Target: es2020 IIFE Build start CLI Target: es2020 CLI Cleaning output folder ESM Build start CJS Build start IIFE ../../core/tauri/scripts/bundle.global.js 29.82 KB IIFE ⚡️ Build success in 100ms CJS dist/app.cjs 1.39 KB CJS dist/cli.cjs 1.04 KB CJS dist/clipboard.cjs 1.15 KB CJS dist/dialog.cjs 1.99 KB CJS dist/event.cjs 2.27 KB CJS dist/fs.cjs 3.51 KB CJS dist/globalShortcut.cjs 1.54 KB CJS dist/http.cjs 3.28 KB CJS dist/index.cjs 29.77 KB CJS dist/mocks.cjs 1.09 KB CJS dist/notification.cjs 1.38 KB CJS dist/os.cjs 1.53 KB CJS dist/path.cjs 5.13 KB CJS dist/process.cjs 1.13 KB CJS dist/shell.cjs 3.23 KB CJS dist/tauri.cjs 1.03 KB CJS dist/updater.cjs 2.24 KB CJS dist/window.cjs 12.97 KB CJS ⚡️ Build success in 146ms ESM dist/updater.js 216.00 B ESM dist/window.js 479.00 B ESM dist/index.js 940.00 B ESM dist/chunk-Q3NLRNFY.js 922.00 B ESM dist/chunk-O3VGRXBA.js 11.87 KB ESM dist/mocks.js 691.00 B ESM dist/notification.js 202.00 B ESM dist/chunk-GVGSF52N.js 578.00 B ESM dist/os.js 249.00 B ESM dist/chunk-IMQ6WMNM.js 749.00 B ESM dist/path.js 960.00 B ESM dist/chunk-NHNOAMBN.js 3.91 KB ESM dist/chunk-V5J25SYE.js 73.00 B ESM dist/process.js 154.00 B ESM dist/chunk-VMHYR3EJ.js 322.00 B ESM dist/shell.js 186.00 B ESM dist/chunk-FLLON6OW.js 2.47 KB ESM dist/tauri.js 131.00 B ESM dist/app.js 206.00 B ESM dist/chunk-ABEBB25G.js 608.00 B ESM dist/cli.js 144.00 B ESM dist/chunk-LJU7PBE7.js 209.00 B ESM dist/clipboard.js 159.00 B ESM dist/chunk-V3WRXIRX.js 335.00 B ESM dist/dialog.js 191.00 B ESM dist/chunk-5T7M5CMW.js 1.18 KB ESM dist/event.js 202.00 B ESM dist/chunk-5NWA45Z3.js 1.53 KB ESM dist/fs.js 372.00 B ESM dist/chunk-X7QPDZPI.js 2.75 KB ESM dist/globalShortcut.js 220.00 B ESM dist/chunk-B2CR7GBE.js 804.00 B ESM dist/http.js 218.00 B ESM dist/chunk-6MO6VEFR.js 2.48 KB ESM dist/chunk-J2IGCSS2.js 91.00 B ESM dist/chunk-SELMD7YX.js 677.00 B ESM dist/chunk-FEIY7W7S.js 106.00 B ESM ⚡️ Build success in 155ms DTS Build start DTS ⚡️ Build success in 3280ms DTS dist/index.d.ts 1.21 KB DTS dist/mocks.d.ts 4.06 KB DTS dist/app.d.ts 111.00 B DTS dist/cli.d.ts 107.00 B DTS dist/clipboard.d.ts 73.00 B DTS dist/dialog.d.ts 220.00 B DTS dist/window.d.ts 494.00 B DTS dist/event.d.ts 155.00 B DTS dist/fs.d.ts 395.00 B DTS dist/globalShortcut.d.ts 158.00 B DTS dist/http.d.ts 273.00 B DTS dist/notification.d.ts 149.00 B DTS dist/path.d.ts 640.00 B DTS dist/process.d.ts 66.00 B DTS dist/shell.d.ts 132.00 B DTS dist/tauri.d.ts 113.00 B DTS dist/updater.d.ts 213.00 B DTS dist/os.d.ts 162.00 B DTS dist/app-5190a154.d.ts 1.67 KB DTS dist/cli-373e13ed.d.ts 1.61 KB DTS dist/clipboard-79413165.d.ts 941.00 B DTS dist/dialog-20ff401c.d.ts 7.54 KB DTS dist/event-41a9edf5.d.ts 50.79 KB DTS dist/fs-9d7de754.d.ts 9.69 KB DTS dist/globalShortcut-003b7421.d.ts 3.04 KB DTS dist/http-840f7a7f.d.ts 9.66 KB DTS dist/notification-e8316aac.d.ts 4.01 KB DTS dist/path-9b1e7ad5.d.ts 17.85 KB DTS dist/process-63838be1.d.ts 925.00 B DTS dist/shell-efff51a2.d.ts 9.35 KB DTS dist/tauri-5afe4a59.d.ts 3.36 KB DTS dist/updater-f9814f36.d.ts 2.84 KB DTS dist/os-076a31d4.d.ts 3.20 KB [1/4] Bumping version... info Current version: 1.5.1 [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.05s.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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