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 3 months ago

renovate[bot] commented 3 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://redirect.github.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.6): @​tauri-apps/api v1.5.6 [Compare Source](https://redirect.github.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://redirect.github.com/tauri-apps/tauri/pull/9792)) Revert [#​9706](https://redirect.github.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://redirect.github.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.5): @​tauri-apps/api v1.5.5 [Compare Source](https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.4): @​tauri-apps/api v1.5.4 [Compare Source](https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/tauri-apps/tauri/releases/tag/%40tauri-apps/api-v1.5.2): @​tauri-apps/api v1.5.2 [Compare Source](https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/tauri-apps/tauri/releases/tag/tauri-build-v1.5.1): tauri-build v1.5.1 [Compare Source](https://redirect.github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.0...@tauri-apps/cli-v1.5.1) Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 582 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (558 crate dependencies) Crate: atty Version: 0.2.14 Warning: unsound Title: Potential unaligned read Date: 2021-07-04 ID: RUSTSEC-2021-0145 URL: https://rustsec.org/advisories/RUSTSEC-2021-0145 Dependency tree: atty 0.2.14 └── clap 3.2.25 └── tauri 1.5.4 β”œβ”€β”€ tauri 1.5.4 β”œβ”€β”€ restart 0.1.0 └── app-updater 0.1.0 warning: 1 allowed warning found
#### \[1.5.1] ##### Dependencies - Upgraded to `tauri-utils@1.5.2` - Upgraded to `tauri-codegen@1.4.2`

Cargo Publish

Updating crates.io index Packaging tauri-build v1.5.1 (/home/runner/work/tauri/tauri/core/tauri-build) Verifying tauri-build v1.5.1 (/home/runner/work/tauri/tauri/core/tauri-build) Updating crates.io index Downloading crates ... Downloaded embed-resource v2.4.0 Downloaded cargo_toml v0.15.3 Downloaded tauri-winres v0.1.1 Compiling proc-macro2 v1.0.70 Compiling unicode-ident v1.0.12 Compiling cfg-if v1.0.0 Compiling libc v0.2.151 Compiling siphasher v0.3.11 Compiling ppv-lite86 v0.2.17 Compiling serde v1.0.193 Compiling getrandom v0.1.16 Compiling syn v1.0.109 Compiling quote v1.0.33 Compiling syn v2.0.41 Compiling getrandom v0.2.11 Compiling rand_core v0.6.4 Compiling rand_core v0.5.1 Compiling rand_chacha v0.3.1 Compiling rand v0.8.5 Compiling autocfg v1.1.0 Compiling rand_chacha v0.2.2 Compiling rand_pcg v0.2.1 Compiling phf_shared v0.10.0 Compiling rand v0.7.3 Compiling phf_shared v0.8.0 Compiling smallvec v1.11.2 Compiling phf_generator v0.10.0 Compiling lock_api v0.4.11 Compiling hashbrown v0.14.3 Compiling phf_generator v0.8.0 Compiling equivalent v1.0.1 Compiling fnv v1.0.7 Compiling proc-macro-hack v0.5.20+deprecated Compiling parking_lot_core v0.9.9 Compiling indexmap v2.1.0 Compiling new_debug_unreachable v1.0.4 Compiling scopeguard v1.2.0 Compiling winnow v0.5.30 Compiling string_cache_codegen v0.5.2 Compiling phf_codegen v0.10.0 Compiling precomputed-hash v0.1.1 Compiling strsim v0.10.0 Compiling ident_case v1.0.1 Compiling semver v1.0.20 Compiling serde_derive v1.0.193 Compiling mac v0.1.1 Compiling byteorder v1.5.0 Compiling futf v0.1.5 Compiling darling_core v0.20.3 Compiling markup5ever v0.11.0 Compiling cssparser v0.27.2 Compiling phf_macros v0.8.0 Compiling parking_lot v0.12.1 Compiling phf_codegen v0.8.0 Compiling log v0.4.20 Compiling dtoa v1.0.9 Compiling utf-8 v0.7.6 Compiling once_cell v1.19.0 Compiling tinyvec_macros v0.1.1 Compiling serde_json v1.0.108 Compiling tinyvec v1.6.0 Compiling tendril v0.4.3 Compiling darling_macro v0.20.3 Compiling dtoa-short v0.3.4 Compiling selectors v0.22.0 Compiling phf v0.8.0 Compiling html5ever v0.26.0 Compiling cssparser-macros v0.6.1 Compiling phf v0.10.1 Compiling indexmap v1.9.3 Compiling phf_shared v0.11.2 Compiling matches v0.1.10 Compiling ryu v1.0.16 Compiling thiserror v1.0.51 Compiling stable_deref_trait v1.2.0 Compiling convert_case v0.4.0 Compiling nodrop v0.1.14 Compiling itoa v0.4.8 Compiling itoa v1.0.10 Compiling derive_more v0.99.17 Compiling servo_arc v0.1.1 Compiling phf_generator v0.11.2 Compiling darling v0.20.3 Compiling unicode-normalization v0.1.22 Compiling toml_datetime v0.6.5 Compiling serde_spanned v0.6.5 Compiling string_cache v0.8.7 Compiling toml_edit v0.21.0 Compiling toml_edit v0.19.15 Compiling fxhash v0.2.1 Compiling thiserror-impl v1.0.51 Compiling percent-encoding v2.3.1 Compiling thin-slice v0.1.1 Compiling unicode-bidi v0.3.14 Compiling bitflags v1.3.2 Compiling uuid v1.6.1 Compiling hashbrown v0.12.3 Compiling cfb v0.7.3 Compiling idna v0.5.0 Compiling form_urlencoded v1.2.1 Compiling treediff v4.0.2 Compiling toml v0.7.8 Compiling toml v0.8.8 Compiling serde_with_macros v3.4.0 Compiling phf_macros v0.11.2 Compiling rustc_version v0.4.0 Compiling cc v1.0.83 Compiling same-file v1.0.6 Compiling anyhow v1.0.75 Compiling phf v0.11.2 Compiling embed-resource v2.4.0 Compiling walkdir v2.4.0 Compiling serde_with v3.4.0 Compiling kuchikiki v0.8.2 Compiling url v2.5.0 Compiling json-patch v1.2.0 Compiling infer v0.13.0 Compiling ctor v0.2.6 Compiling dirs-sys-next v0.1.2 Compiling memchr v2.6.4 Compiling heck v0.4.1 Compiling glob v0.3.1 Compiling dunce v1.0.4 Compiling dirs-next v2.0.0 Compiling tauri-utils v1.5.2 Compiling tauri-winres v0.1.1 Compiling cargo_toml v0.15.3 Compiling tauri-build v1.5.1 (/home/runner/work/tauri/tauri/target/package/tauri-build-1.5.1) Finished dev [unoptimized + debuginfo] target(s) in 30.23s Packaged 12 files, 50.5KiB (16.0KiB compressed) Uploading tauri-build v1.5.1 (/home/runner/work/tauri/tauri/core/tauri-build) Uploaded tauri-build v1.5.1 to registry `crates-io` note: Waiting for `tauri-build v1.5.1` to be available at registry `crates-io`. You may press ctrl-c to skip waiting; the crate should be available shortly. Published tauri-build v1.5.1 at registry `crates-io`
### [`v1.5.0`](https://redirect.github.com/tauri-apps/tauri/releases/tag/tauri-build-v1.5.0): tauri-build v1.5.0 [Compare Source](https://redirect.github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.4.0...@tauri-apps/cli-v1.5.0) Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 573 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock for vulnerabilities (524 crate dependencies) Crate: kuchiki Version: 0.8.1 Warning: unmaintained Title: `kuchiki` is unmaintained Date: 2023-01-21 ID: RUSTSEC-2023-0019 URL: https://rustsec.org/advisories/RUSTSEC-2023-0019 Dependency tree: kuchiki 0.8.1 └── wry 0.24.4 └── tauri-runtime-wry 0.14.1 └── tauri 1.5.0 β”œβ”€β”€ tauri 1.5.0 β”œβ”€β”€ restart 0.1.0 └── app-updater 0.1.0 Crate: atty Version: 0.2.14 Warning: unsound Title: Potential unaligned read Date: 2021-07-04 ID: RUSTSEC-2021-0145 URL: https://rustsec.org/advisories/RUSTSEC-2021-0145 Dependency tree: atty 0.2.14 └── clap 3.2.25 └── tauri 1.5.0 β”œβ”€β”€ tauri 1.5.0 β”œβ”€β”€ restart 0.1.0 └── app-updater 0.1.0 warning: 2 allowed warnings found
#### \[1.5.0] ##### What's Changed - [`d1e09da0`](https://www.github.com/tauri-apps/tauri/commit/d1e09da084b849b9e384fc27ed250dd17e72c7a3)([#​7918](https://redirect.github.com/tauri-apps/tauri/pull/7918)) Bump to 1.5 due to tauri-utils dependency bump.

Cargo Publish

Updating crates.io index Packaging tauri-build v1.5.0 (/home/runner/work/tauri/tauri/core/tauri-build) Verifying tauri-build v1.5.0 (/home/runner/work/tauri/tauri/core/tauri-build) Updating crates.io index Downloading crates ... Downloaded phf v0.8.0 Downloaded infer v0.12.0 Downloaded cfb v0.7.3 Downloaded cargo_toml v0.15.3 Downloaded darling_macro v0.20.3 Downloaded precomputed-hash v0.1.1 Downloaded phf_macros v0.10.0 Downloaded phf_codegen v0.10.0 Downloaded ctor v0.1.26 Downloaded stable_deref_trait v1.2.0 Downloaded embed-resource v2.3.0 Downloaded siphasher v0.3.11 Downloaded phf_generator v0.8.0 Downloaded serde_with_macros v3.3.0 Downloaded uuid v1.4.1 Downloaded rand v0.7.3 Downloaded treediff v4.0.2 Downloaded rand_chacha v0.2.2 Downloaded selectors v0.22.0 Downloaded serde_with v3.3.0 Downloaded matches v0.1.10 Downloaded itoa v0.4.8 Downloaded rand_chacha v0.3.1 Downloaded darling_core v0.20.3 Downloaded tauri-winres v0.1.1 Downloaded proc-macro-hack v0.5.20+deprecated Downloaded chrono v0.4.31 Downloaded dtoa-short v0.3.4 Downloaded tauri-utils v1.5.0 Downloaded rand_pcg v0.2.1 Downloaded ppv-lite86 v0.2.17 Downloaded rand_core v0.6.4 Downloaded iana-time-zone v0.1.57 Downloaded json-patch v1.1.0 Downloaded kuchikiki v0.8.2 Downloaded phf_generator v0.10.0 Downloaded utf-8 v0.7.6 Downloaded nodrop v0.1.14 Downloaded darling v0.20.3 Downloaded string_cache v0.8.7 Downloaded tendril v0.4.3 Downloaded cssparser v0.27.2 Downloaded glob v0.3.1 Downloaded string_cache_codegen v0.5.2 Downloaded servo_arc v0.1.1 Downloaded fxhash v0.2.1 Downloaded markup5ever v0.11.0 Downloaded phf_shared v0.8.0 Downloaded new_debug_unreachable v1.0.4 Downloaded mac v0.1.1 Downloaded rustc_version v0.4.0 Downloaded phf v0.10.1 Downloaded html5ever v0.26.0 Downloaded getrandom v0.1.16 Downloaded phf_shared v0.10.0 Downloaded cssparser-macros v0.6.1 Downloaded phf_macros v0.8.0 Downloaded rand_core v0.5.1 Downloaded getrandom v0.2.10 Downloaded convert_case v0.4.0 Downloaded dtoa v1.0.9 Downloaded derive_more v0.99.17 Downloaded thin-slice v0.1.1 Downloaded phf_codegen v0.8.0 Downloaded futf v0.1.5 Downloaded rand v0.8.5 Compiling proc-macro2 v1.0.67 Compiling unicode-ident v1.0.12 Compiling cfg-if v1.0.0 Compiling libc v0.2.148 Compiling quote v1.0.33 Compiling syn v2.0.37 Compiling ppv-lite86 v0.2.17 Compiling siphasher v0.3.11 Compiling serde v1.0.188 Compiling syn v1.0.109 Compiling serde_derive v1.0.188 Compiling getrandom v0.1.16 Compiling getrandom v0.2.10 Compiling rand_core v0.6.4 Compiling rand_core v0.5.1 Compiling rand_chacha v0.3.1 Compiling phf_shared v0.10.0 Compiling autocfg v1.1.0 Compiling proc-macro-hack v0.5.20+deprecated Compiling rand v0.8.5 Compiling rand_chacha v0.2.2 Compiling rand_pcg v0.2.1 Compiling rand v0.7.3 Compiling phf_generator v0.10.0 Compiling phf_shared v0.8.0 Compiling phf_generator v0.8.0 Compiling smallvec v1.11.1 Compiling lock_api v0.4.10 Compiling parking_lot_core v0.9.8 Compiling fnv v1.0.7 Compiling scopeguard v1.2.0 Compiling new_debug_unreachable v1.0.4 Compiling string_cache_codegen v0.5.2 Compiling phf_codegen v0.10.0 Compiling hashbrown v0.14.1 Compiling semver v1.0.19 Compiling precomputed-hash v0.1.1 Compiling ident_case v1.0.1 Compiling mac v0.1.1 Compiling strsim v0.10.0 Compiling equivalent v1.0.1 Compiling byteorder v1.4.3 Compiling darling_core v0.20.3 Compiling indexmap v2.0.2 Compiling futf v0.1.5 Compiling markup5ever v0.11.0 Compiling parking_lot v0.12.1 Compiling phf_macros v0.8.0 Compiling phf_macros v0.10.0 Compiling phf_codegen v0.8.0 Compiling serde_spanned v0.6.3 Compiling toml_datetime v0.6.3 Compiling cssparser v0.27.2 Compiling utf-8 v0.7.6 Compiling log v0.4.20 Compiling tinyvec_macros v0.1.1 Compiling serde_json v1.0.107 Compiling winnow v0.5.15 Compiling dtoa v1.0.9 Compiling once_cell v1.18.0 Compiling dtoa-short v0.3.4 Compiling string_cache v0.8.7 Compiling toml_edit v0.19.15 Compiling tinyvec v1.6.0 Compiling tendril v0.4.3 Compiling phf v0.10.1 Compiling selectors v0.22.0 Compiling phf v0.8.0 Compiling darling_macro v0.20.3 Compiling indexmap v1.9.3 Compiling html5ever v0.26.0 Compiling cssparser-macros v0.6.1 Compiling ryu v1.0.15 Compiling itoa v1.0.9 Compiling matches v0.1.10 Compiling convert_case v0.4.0 Compiling itoa v0.4.8 Compiling thiserror v1.0.49 Compiling nodrop v0.1.14 Compiling stable_deref_trait v1.2.0 Compiling servo_arc v0.1.1 Compiling derive_more v0.99.17 Compiling darling v0.20.3 Compiling toml v0.7.8 Compiling unicode-normalization v0.1.22 Compiling fxhash v0.2.1 Compiling thiserror-impl v1.0.49 Compiling unicode-bidi v0.3.13 Compiling thin-slice v0.1.1 Compiling bitflags v1.3.2 Compiling uuid v1.4.1 Compiling hashbrown v0.12.3 Compiling percent-encoding v2.3.0 Compiling form_urlencoded v1.2.0 Compiling cfb v0.7.3 Compiling idna v0.4.0 Compiling serde_with_macros v3.3.0 Compiling treediff v4.0.2 Compiling rustc_version v0.4.0 Compiling cc v1.0.83 Compiling anyhow v1.0.75 Compiling same-file v1.0.6 Compiling walkdir v2.4.0 Compiling embed-resource v2.3.0 Compiling json-patch v1.1.0 Compiling serde_with v3.3.0 Compiling kuchikiki v0.8.2 Compiling url v2.4.1 Compiling infer v0.12.0 Compiling dirs-sys-next v0.1.2 Compiling ctor v0.1.26 Compiling heck v0.4.1 Compiling memchr v2.6.3 Compiling glob v0.3.1 Compiling dunce v1.0.4 Compiling tauri-utils v1.5.0 Compiling dirs-next v2.0.0 Compiling tauri-winres v0.1.1 Compiling cargo_toml v0.15.3 Compiling tauri-build v1.5.0 (/home/runner/work/tauri/tauri/target/package/tauri-build-1.5.0) Finished dev [unoptimized + debuginfo] target(s) in 50.12s Packaged 12 files, 50.5KiB (16.0KiB compressed) Uploading tauri-build v1.5.0 (/home/runner/work/tauri/tauri/core/tauri-build) Uploaded tauri-build v1.5.0 to registry `crates-io` note: Waiting for `tauri-build v1.5.0` to be available at registry `crates-io`. You may press ctrl-c to skip waiting; the crate should be available shortly. Published tauri-build v1.5.0 at registry `crates-io`
### [`v1.4.0`](https://redirect.github.com/tauri-apps/tauri/releases/tag/%40tauri-apps/cli-v1.4.0): @​tauri-apps/cli v1.4.0 [Compare Source](https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/tauri-apps/tauri/pull/7141)) Enhance injection of Cargo features. - [`2659ca1a`](https://www.github.com/tauri-apps/tauri/commit/2659ca1ab4799a5bda65c229c149e98bd01eb1ee)([#​6900](https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/tauri-apps/tauri/pull/7013)) Fixes Cargo.toml feature rewriting. ### [`v1.3.1`](https://redirect.github.com/tauri-apps/tauri/compare/21cc1de171837a4313e28d063c9d839b6d858e9e...24490bca197a30e12ac59f421e95e4ab799f3c0a) [Compare Source](https://redirect.github.com/tauri-apps/tauri/compare/21cc1de171837a4313e28d063c9d839b6d858e9e...24490bca197a30e12ac59f421e95e4ab799f3c0a) ### [`v1.3.0`](https://redirect.github.com/tauri-apps/tauri/compare/ca45fdb01397f0ed527f359f3bf7fc664d04300f...21cc1de171837a4313e28d063c9d839b6d858e9e) [Compare Source](https://redirect.github.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.