arturh85 / factorio-bot

Tauri based Frontend for Factorio Bot
MIT License
6 stars 0 forks source link

Update dependency @tauri-apps/cli to v1.5.6 [SECURITY] #1072

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tauri-apps/cli 1.2.3 -> 1.5.6 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-46115

Impact

This advisory is not describing a vulnerability in the Tauri code base itself but a commonly used misconfiguration which could lead to leaking of the private key and updater key password into bundled Tauri applications using the Vite frontend in a specific configuration.

The Tauri documentation used an insecure example configuration in the Vite guide to showcase how to use Tauri together with Vite.

Copying the following snippet envPrefix: ['VITE_', 'TAURI_'], from this guide into the vite.config.ts of a Tauri project possibly leads to bundling the TAURI_PRIVATE_KEY and TAURI_KEY_PASSWORD into the Vite frontend code and therefore leaking this value to the debug built of a Tauri application.

The value is automatically bundled into debug builds but for production builds it is not embedded, as long as it is not directly referenced in the frontend code. Vite statically replaces these values in production builds. This reduces the amount of affected applications to a very small amount of affected applications.

To verify if you are affected you can search for the private key value or the TAURI_PRIVATE_KEY variable inside the release build frontend assets (dist/).

Example: grep -r "TAURI_PRIVATE_KEY" dist/

Using only the envPrefix: ['VITE_'], or any other framework than Vite means you are not impacted by this advisory.

Patches

The documentation has been patched but as the root cause is not in Tauri itself the issue is not fixed by updating Tauri. The vite.config.ts configuration of the project needs to be adapted.

We recommend rotating your updater private key if you are affected by this (requires Tauri CLI >=1.5.5). After updating the envPrefix configuration, generate a new private key with tauri signer generate, saving the new private key and updating the updater's pubkey value on tauri.conf.json with the new public key. To update your existing application, the next application build must be signed with the older private key in order to be accepted by the existing application.

Workarounds

The envPrefix: ['VITE_'],should be used and the desired TAURI variables manually added. Respective these variables could be added TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG without leaking sensitive information.

We urge affected users to implement the workaround as the 1.x branch will not receive a general prevention fix as it would break systems.

References

The issue was originally disclosed in our discord here. The affected guide is https://tauri.app/v1/guides/getting-started/setup/vite/.

Update: We lowered the severity from high to low, as the likelihood of impact was found to only affect a very limited amount of applications.

Update2: We changed the affected versions to make clear that after 2.0.0-alpha.16 or 1.5.6 the potentially vulnerable recommendation was no longer visible on our website and should not affect projects by default. A lot of users were confused and we believe this advisory reached the necessary user base.


Release Notes

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

Yarn Audit

yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 146 Done in 1.64s.
#### \[1.5.6] ##### Bug Fixes - [`3b69c1384`](https://www.github.com/tauri-apps/tauri/commit/3b69c1384bd089ad5dcff0c1b12fbfadeb585c6a)([#​9792](https://www.togithub.com/tauri-apps/tauri/pull/9792)) Revert [#​9706](https://togithub.com/tauri-apps/tauri/pull/9706) which broke compatability between `tauri` crate and the JS `@tauri-apps/api` npm package in a patch release where it should've been in a minor release.

Yarn Publish

yarn run v1.22.22 $ 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.4s  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: 1.5.6 [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.11s.
### [`v1.5.5`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.5): @​tauri-apps/api v1.5.5 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.4...@tauri-apps/cli-v1.5.5)

Yarn Audit

yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 146 Done in 1.84s.
#### \[1.5.5] ##### Enhancements - [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#​9706](https://www.togithub.com/tauri-apps/tauri/pull/9706)) Enhance the speed of The JS `Command.execute` API from `shell` module. ##### Bug Fixes - [`7f885bd5e`](https://www.github.com/tauri-apps/tauri/commit/7f885bd5edf3e179ddf0b674c3ea7a96e26ce39e)([#​9706](https://www.togithub.com/tauri-apps/tauri/pull/9706)) Fix The JS `Command.execute` API from `shell` module including extra new lines.

Yarn Publish

yarn run v1.22.22 $ 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.3s  src/index.ts β†’ ../../core/tauri/scripts/bundle.global.js... created ../../core/tauri/scripts/bundle.global.js in 1.6s [1/4] Bumping version... info Current version: 1.5.5 [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.46s.
### [`v1.5.4`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.4): @​tauri-apps/api v1.5.4 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.2...@tauri-apps/cli-v1.5.4)

Yarn Audit

yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 1.53s.
#### \[1.5.4] ##### Bug Fixes - [`e3b6d38d2`](https://www.github.com/tauri-apps/tauri/commit/e3b6d38d26d27b292f98d6c0e8603a15265a5b43)([#​9166](https://www.togithub.com/tauri-apps/tauri/pull/9166)) Fix `basename(path, 'ext')` JS API when removing all occurances of `ext` where it should only remove the last one. - [`705da977a`](https://www.github.com/tauri-apps/tauri/commit/705da977a9c941a4b2d90219b34925498f507ab2)([#​9529](https://www.togithub.com/tauri-apps/tauri/pull/9529)) Do not use JS optional chaining to prevent script errors on older webviews such as macOS 10.14.

Yarn Publish

yarn run v1.22.22 $ 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.4 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 9.52s.
### [`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/cli-v1.5.1...@tauri-apps/cli-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/cli-v1.5.0...@tauri-apps/cli-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.
### [`v1.5.0`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.0): @​tauri-apps/api v1.5.0 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.4.0...@tauri-apps/cli-v1.5.0)

Yarn Audit

yarn audit v1.22.19 info No lockfile found. 0 vulnerabilities found - Packages audited: 148 Done in 2.63s.
#### \[1.5.0] ##### New Features - [`6c408b73`](https://www.github.com/tauri-apps/tauri/commit/6c408b736c7aa2a0a91f0a40d45a2b7a7dedfe78)([#​7269](https://www.togithub.com/tauri-apps/tauri/pull/7269)) Add option to specify notification sound. ##### Enhancements - [`58d6b899`](https://www.github.com/tauri-apps/tauri/commit/58d6b899e21d37bb42810890d289deb57f2273bd)([#​7636](https://www.togithub.com/tauri-apps/tauri/pull/7636)) Add `append` option to `FsOptions` in the `fs` JS module, used in `writeTextFile` and `writeBinaryFile`, to be able to append to existing files instead of overwriting it. ##### Bug Fixes - [`2eab1505`](https://www.github.com/tauri-apps/tauri/commit/2eab1505632ff71431d4c31c49b5afc78fa5b9dd)([#​7394](https://www.togithub.com/tauri-apps/tauri/pull/7394)) Fix `Body.form` static not reading and sending entries of type `Blob` (including subclasses such as `File`)

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 68ms 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 409.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 124ms 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 837.00 B 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 125ms DTS Build start DTS ⚑️ Build success in 2801ms DTS dist/index.d.ts 1.21 KB DTS dist/mocks.d.ts 3.45 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.0 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 10.01s.
### [`v1.4.0`](https://togithub.com/tauri-apps/tauri/releases/tag/%40tauri-apps/cli-v1.4.0): @​tauri-apps/cli v1.4.0 [Compare Source](https://togithub.com/tauri-apps/tauri/compare/24490bca197a30e12ac59f421e95e4ab799f3c0a...@tauri-apps/cli-v1.4.0) #### \[1.4.0] ##### New Features - [`0ddbb3a1`](https://www.github.com/tauri-apps/tauri/commit/0ddbb3a1dc1961ba5c6c1a60081513c1380c8af1)([#​7015](https://www.togithub.com/tauri-apps/tauri/pull/7015)) Provide prebuilt CLIs for Windows ARM64 targets. - [`35cd751a`](https://www.github.com/tauri-apps/tauri/commit/35cd751adc6fef1f792696fa0cfb471b0bf99374)([#​5176](https://www.togithub.com/tauri-apps/tauri/pull/5176)) Added the `desktop_template` option on `tauri.conf.json > tauri > bundle > deb`. - [`6c5ade08`](https://www.github.com/tauri-apps/tauri/commit/6c5ade08d97844bb685789d30e589400bbe3e04c)([#​4537](https://www.togithub.com/tauri-apps/tauri/pull/4537)) Added `tauri completions` to generate shell completions scripts. - [`e092f799`](https://www.github.com/tauri-apps/tauri/commit/e092f799469ff32c7d1595d0f07d06fd2dab5c29)([#​6887](https://www.togithub.com/tauri-apps/tauri/pull/6887)) Add `nsis > template` option to specify custom NSIS installer template. ##### Enhancements - [`d75c1b82`](https://www.github.com/tauri-apps/tauri/commit/d75c1b829bd96d9e3a672bcc79120597d5ada4a0)([#​7181](https://www.togithub.com/tauri-apps/tauri/pull/7181)) Print a useful error when `updater` bundle target is specified without an updater-enabled target. - [`52474e47`](https://www.github.com/tauri-apps/tauri/commit/52474e479d695865299d8c8d868fb98b99731020)([#​7141](https://www.togithub.com/tauri-apps/tauri/pull/7141)) Enhance injection of Cargo features. - [`2659ca1a`](https://www.github.com/tauri-apps/tauri/commit/2659ca1ab4799a5bda65c229c149e98bd01eb1ee)([#​6900](https://www.togithub.com/tauri-apps/tauri/pull/6900)) Add `rustls` as default Cargo feature. ##### Bug Fixes - [`3cb7a3e6`](https://www.github.com/tauri-apps/tauri/commit/3cb7a3e642bb10ee90dc1d24daa48b8c8c15c9ce)([#​6997](https://www.togithub.com/tauri-apps/tauri/pull/6997)) Fix built-in devserver adding hot-reload code to non-html files. - [`fb7ef8da`](https://www.github.com/tauri-apps/tauri/commit/fb7ef8dacd9ade96976c84d22507782cdaf38acf)([#​6667](https://www.togithub.com/tauri-apps/tauri/pull/6667)) Fix nodejs binary regex when `0` is in the version name, for example `node-20` - [`1253bbf7`](https://www.github.com/tauri-apps/tauri/commit/1253bbf7ae11a87887e0b3bd98cc26dbb98c8130)([#​7013](https://www.togithub.com/tauri-apps/tauri/pull/7013)) Fixes Cargo.toml feature rewriting. ### [`v1.3.1`](https://togithub.com/tauri-apps/tauri/compare/21cc1de171837a4313e28d063c9d839b6d858e9e...24490bca197a30e12ac59f421e95e4ab799f3c0a) [Compare Source](https://togithub.com/tauri-apps/tauri/compare/21cc1de171837a4313e28d063c9d839b6d858e9e...24490bca197a30e12ac59f421e95e4ab799f3c0a) ### [`v1.3.0`](https://togithub.com/tauri-apps/tauri/compare/ca45fdb01397f0ed527f359f3bf7fc664d04300f...21cc1de171837a4313e28d063c9d839b6d858e9e) [Compare Source](https://togithub.com/tauri-apps/tauri/compare/ca45fdb01397f0ed527f359f3bf7fc664d04300f...21cc1de171837a4313e28d063c9d839b6d858e9e)

Configuration

πŸ“… Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.