Bump @tauri-apps/cli from 2.0.0-alpha.10 to 2.0.0-alpha.16 #17

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/tauri-apps/cli-2.0.0-alpha.16 into canary
dependabot[bot] commented 2023-10-20 17:24:25 +02:00 (Migrated from github.com)

Bumps @tauri-apps/cli from 2.0.0-alpha.10 to 2.0.0-alpha.16.

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.0.0-alpha.16

[2.0.0-alpha.16]

New Features

  • 8b166e9b(#7949) Add --no-dev-server-wait option to skip waiting for the dev server to start when using tauri dev.

Dependencies

  • Upgraded to tauri-cli@2.0.0-alpha.16

Breaking Changes

  • 8b166e9b(#7949) Changed a number of environment variables used by tauri CLI for consistency and clarity:

    • TAURI_PRIVATE_KEY -> TAURI_SIGNING_PRIVATE_KEY
    • TAURI_KEY_PASSWORD -> TAURI_SIGNING_PRIVATE_KEY_PASSWORD
    • TAURI_SKIP_DEVSERVER_CHECK -> TAURI_CLI_NO_DEV_SERVER_WAIT
    • TAURI_DEV_SERVER_PORT -> TAURI_CLI_PORT
    • TAURI_PATH_DEPTH -> TAURI_CLI_CONFIG_DEPTH
    • TAURI_FIPS_COMPLIANT -> TAURI_BUNDLER_WIX_FIPS_COMPLIANT
    • TAURI_DEV_WATCHER_IGNORE_FILE -> TAURI_CLI_WATCHER_IGNORE_FILENAME
    • TAURI_TRAY -> TAURI_LINUX_AYATANA_APPINDICATOR
    • TAURI_APPLE_DEVELOPMENT_TEAM -> APPLE_DEVELOPMENT_TEAM
  • 4caa1cca(#7990) The tauri plugin subcommand is receving a couple of consitency and quality of life improvements:

    • Renamed tauri plugin android/ios add command to tauri plugin android/ios init to match the tauri plugin init command.
    • Removed the -n/--name argument from the tauri plugin init, tauri plugin android/ios init, and is now parsed from the first positional argument.
    • Added tauri plugin new to create a plugin in a new directory.
    • Changed tauri plugin init to initalize a plugin in an existing directory (defaults to current directory) instead of creating a new one.
    • Changed tauri plugin init to NOT generate mobile projects by default, you can opt-in to generate them using --android and --ios flags or --mobile flag or initalize them later using tauri plugin android/ios init.
  • 8b166e9b(#7949) Removed checking for a new version of the CLI.

  • ebcc21e4(#8057) Renamed the beforeDevCommand, beforeBuildCommand and beforeBundleCommand hooks environment variables from TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG to TAURI_ENV_PLATFORM, TAURI_ENV_ARCH, TAURI_ENV_FAMILY, TAURI_ENV_PLATFORM_VERSION, TAURI_ENV_PLATFORM_TYPE and TAURI_ENV_DEBUG to differentiate the prefix with other CLI environment variables.

@​tauri-apps/cli v2.0.0-alpha.15

[2.0.0-alpha.15]

New Features

  • b2f17723(#7971) Use devicectl to connect to iOS 17+ devices on macOS 14+.

Bug Fixes

  • 100d9ede(#7802) Properly read platform-specific configuration files for mobile targets.
  • 228e5a4c(#7902) Fixes icon command not writing files to the correct Android project folders.

Dependencies

  • Upgraded to tauri-cli@2.0.0-alpha.15

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 2.0.0-alpha.10 to 2.0.0-alpha.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases"><code>@​tauri-apps/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tauri-apps/cli</code> v2.0.0-alpha.16</h2> <h2>[2.0.0-alpha.16]</h2> <h3>New Features</h3> <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/8b166e9bf82e69ddb3200a3a825614980bd8d433"><code>8b166e9b</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/7949">#7949</a>) Add <code>--no-dev-server-wait</code> option to skip waiting for the dev server to start when using <code>tauri dev</code>.</li> </ul> <h3>Dependencies</h3> <ul> <li>Upgraded to <code>tauri-cli@2.0.0-alpha.16</code></li> </ul> <h3>Breaking Changes</h3> <ul> <li> <p><a href="https://www.github.com/tauri-apps/tauri/commit/8b166e9bf82e69ddb3200a3a825614980bd8d433"><code>8b166e9b</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/7949">#7949</a>) Changed a number of environment variables used by tauri CLI for consistency and clarity:</p> <ul> <li><code>TAURI_PRIVATE_KEY</code> -&gt; <code>TAURI_SIGNING_PRIVATE_KEY</code></li> <li><code>TAURI_KEY_PASSWORD</code> -&gt; <code>TAURI_SIGNING_PRIVATE_KEY_PASSWORD</code></li> <li><code>TAURI_SKIP_DEVSERVER_CHECK</code> -&gt; <code>TAURI_CLI_NO_DEV_SERVER_WAIT</code></li> <li><code>TAURI_DEV_SERVER_PORT</code> -&gt; <code>TAURI_CLI_PORT</code></li> <li><code>TAURI_PATH_DEPTH</code> -&gt; <code>TAURI_CLI_CONFIG_DEPTH</code></li> <li><code>TAURI_FIPS_COMPLIANT</code> -&gt; <code>TAURI_BUNDLER_WIX_FIPS_COMPLIANT</code></li> <li><code>TAURI_DEV_WATCHER_IGNORE_FILE</code> -&gt; <code>TAURI_CLI_WATCHER_IGNORE_FILENAME</code></li> <li><code>TAURI_TRAY</code> -&gt; <code>TAURI_LINUX_AYATANA_APPINDICATOR</code></li> <li><code>TAURI_APPLE_DEVELOPMENT_TEAM</code> -&gt; <code>APPLE_DEVELOPMENT_TEAM</code></li> </ul> </li> <li> <p><a href="https://www.github.com/tauri-apps/tauri/commit/4caa1cca990806f2c2ef32d5dabaf56e82f349e6"><code>4caa1cca</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/7990">#7990</a>) The <code>tauri plugin</code> subcommand is receving a couple of consitency and quality of life improvements:</p> <ul> <li>Renamed <code>tauri plugin android/ios add</code> command to <code>tauri plugin android/ios init</code> to match the <code>tauri plugin init</code> command.</li> <li>Removed the <code>-n/--name</code> argument from the <code>tauri plugin init</code>, <code>tauri plugin android/ios init</code>, and is now parsed from the first positional argument.</li> <li>Added <code>tauri plugin new</code> to create a plugin in a new directory.</li> <li>Changed <code>tauri plugin init</code> to initalize a plugin in an existing directory (defaults to current directory) instead of creating a new one.</li> <li>Changed <code>tauri plugin init</code> to NOT generate mobile projects by default, you can opt-in to generate them using <code>--android</code> and <code>--ios</code> flags or <code>--mobile</code> flag or initalize them later using <code>tauri plugin android/ios init</code>.</li> </ul> </li> <li> <p><a href="https://www.github.com/tauri-apps/tauri/commit/8b166e9bf82e69ddb3200a3a825614980bd8d433"><code>8b166e9b</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/7949">#7949</a>) Removed checking for a new version of the CLI.</p> </li> <li> <p><a href="https://www.github.com/tauri-apps/tauri/commit/ebcc21e4b95f4e8c27639fb1bca545b432f52d5e"><code>ebcc21e4</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/8057">#8057</a>) Renamed the beforeDevCommand, beforeBuildCommand and beforeBundleCommand hooks environment variables from <code>TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG</code> to <code>TAURI_ENV_PLATFORM, TAURI_ENV_ARCH, TAURI_ENV_FAMILY, TAURI_ENV_PLATFORM_VERSION, TAURI_ENV_PLATFORM_TYPE and TAURI_ENV_DEBUG</code> to differentiate the prefix with other CLI environment variables.</p> </li> </ul> <h2><code>@​tauri-apps/cli</code> v2.0.0-alpha.15</h2> <h2>[2.0.0-alpha.15]</h2> <h3>New Features</h3> <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/b2f17723a415f04c2620132a6305eb138d7cb47f"><code>b2f17723</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/7971">#7971</a>) Use <code>devicectl</code> to connect to iOS 17+ devices on macOS 14+.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/100d9ede35995d9db21d2087dd5606adfafb89a5"><code>100d9ede</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/7802">#7802</a>) Properly read platform-specific configuration files for mobile targets.</li> <li><a href="https://www.github.com/tauri-apps/tauri/commit/228e5a4c76ad5f97409c912d07699b49ba4bb162"><code>228e5a4c</code></a>(<a href="https://redirect.github.com/tauri-apps/tauri/pull/7902">#7902</a>) Fixes <code>icon</code> command not writing files to the correct Android project folders.</li> </ul> <h3>Dependencies</h3> <ul> <li>Upgraded to <code>tauri-cli@2.0.0-alpha.15</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tauri-apps/tauri/commit/d16206a0865bcf89efe754376ecbf8ccfd21cf7e"><code>d16206a</code></a> Apply Version Updates From Current Changes (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8005">#8005</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/c90ee65dbfe8842e37dfc3d8b737a58e6d5b6ac7"><code>c90ee65</code></a> chore(deps) Update Tauri CLI (dev) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7630">#7630</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/ebcc21e4b95f4e8c27639fb1bca545b432f52d5e"><code>ebcc21e</code></a> refactor: change prefix of hook env vars to TAURI_ENV_, closes <a href="https://redirect.github.com/tauri-apps/tauri/issues/8054">#8054</a> (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8057">#8057</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/117a7dc2bb4d201b29d88b07ddc09321b403c640"><code>117a7dc</code></a> chore(deps) Update Tauri Utils (dev) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7632">#7632</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/620b7a5d2f2b4decea7bb89b3153d4c7eb959d1d"><code>620b7a5</code></a> chore(deps) Update Tauri API Definitions (dev) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7633">#7633</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/a76588df754a6ecbe23ad6728a6929c1d0e30d2c"><code>a76588d</code></a> chore(deps) Update Rust crate log to 0.4.20 (dev) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7629">#7629</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/5c0eeb40c1003583290ff3aebfa02e2b5f5b9c41"><code>5c0eeb4</code></a> chore(deps) Update Tauri API Definitions (dev) (major) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7638">#7638</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/6f23fa302dae7f2d41816087ef4756548546a765"><code>6f23fa3</code></a> chore(deps): bump postcss from 8.4.24 to 8.4.31 in /examples/api (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7968">#7968</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/8db26bd3e9985005a3a78c49ab7f6435114e714d"><code>8db26bd</code></a> fix(core): Clippy fixes. (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7869">#7869</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/c1ec0f155118527361dd5645d920becbc8afd569"><code>c1ec0f1</code></a> feat(core): expose <code>always_on_bottom</code>, closes <a href="https://redirect.github.com/tauri-apps/tauri/issues/7847">#7847</a> (<a href="https://redirect.github.com/tauri-apps/tauri/issues/7933">#7933</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.0-alpha.10...@tauri-apps/cli-v2.0.0-alpha.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tauri-apps/cli&package-manager=npm_and_yarn&previous-version=2.0.0-alpha.10&new-version=2.0.0-alpha.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lofustudio/horizon/network/alerts). </details>
socket-security[bot] commented 2023-10-20 17:25:48 +02:00 (Migrated from github.com)

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@tauri-apps/cli 2.0.0-alpha.10...2.0.0-alpha.16 None +10/-10 144 MB tauri-apps-ci-user
<!-- overview-comment --> **Updated dependencies detected.** Learn more about [Socket for GitHub ↗︎](https://socket.dev?utm_medium=gh) | Packages | Version | New capabilities | Transitives | Size | Publisher | |:--- |:--- |:--- |:--- |:--- |:--- | | [@tauri-apps/cli](https://socket.dev/npm/package/@tauri-apps/cli/overview/2.0.0-alpha.16) | [2.0.0-alpha.10...2.0.0-alpha.16](https://socket.dev/npm/package/@tauri-apps/cli/diff/2.0.0-alpha.16?from=2.0.0-alpha.10) | None | [`+10/-10`](https://socket.dev/npm/package/@tauri-apps/cli/diff/2.0.0-alpha.16?from=2.0.0-alpha.10&tab=dependencies) | 144 MB | [tauri-apps-ci-user](https://socket.dev/npm/user/tauri-apps-ci-user) |
dependabot[bot] commented 2024-01-09 18:02:45 +01:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Commenting is not possible because the repository is archived.
No description provided.