unasuke / deplore

deplore is a DeepL client app.
Apache License 2.0
24 stars 2 forks source link

Bump @tauri-apps/cli from 1.0.0-beta.10 to 1.0.3 #122

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @tauri-apps/cli from 1.0.0-beta.10 to 1.0.3.

Release notes

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

v1.0.3

No release notes provided.

cli.rs v1.0.3

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 421 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (451 crate dependencies)

[1.0.3]

  • Changed the app template to not set the default app menu as it is now set automatically on macOS which is the platform that needs a menu to function properly.
    • 91055883 feat: add implicit default menu for macOS only, closes #4551 (#4570) on 2022-07-04
  • Improved bundle identifier validation showing the exact source of the configuration value.
    • 8e3e7fc6 feat(cli): improve bundle identifier validation, closes #4589 (#4596) on 2022-07-05
  • Improve configuration deserialization error messages.
    • 9170c920 feat(core): improve config deserialization error messages (#4607) on 2022-07-06
  • Skip the static link of the vcruntime140.dll if the STATIC_VCRUNTIME environment variable is set to false.
  • The TAURI_CONFIG environment variable now represents the configuration to be merged instead of the entire JSON.
    • fa028ebf refactor: do not pass entire config from CLI to core, send patch instead (#4598) on 2022-07-06
  • Watch for Cargo workspace members in the dev file watcher.
    • dbb8c87b feat(cli): watch Cargo workspaces in the dev command, closes #4222 (#4572) on 2022-07-03

Cargo Publish

Updating crates.io index
   Packaging tauri-cli v1.0.3 (/home/runner/work/tauri/tauri/tooling/cli)
   Verifying tauri-cli v1.0.3 (/home/runner/work/tauri/tauri/tooling/cli)
 Downloading crates ...
  Downloaded unicode-width v0.1.9
  Downloaded rpassword v5.0.1
  Downloaded clap v3.2.7
  Downloaded terminal_size v0.2.1
  Downloaded toml_edit v0.14.4
  Downloaded colored v2.0.0
  Downloaded ghash v0.4.4
  Downloaded time v0.1.44
  Downloaded mio v0.6.23
  Downloaded lazycell v1.3.0
  Downloaded sval v1.0.0-alpha.5
  Downloaded cipher v0.3.0
  Downloaded either v1.6.1
  Downloaded aead v0.4.3
  Downloaded filetime v0.2.16
  Downloaded dialoguer v0.10.1
</tr></table> 

... (truncated)

Commits
  • 7bbf167 Apply Version Updates From Current Changes (#4560)
  • a30f95f chore(deps) Update Tauri JS CLI (#4608)
  • 6fb49fd fix(cli.js): add timeout to manifest watcher to prevent deadlock
  • 9170c92 feat(core): improve config deserialization error messages (#4607)
  • d5e910e chore(api): remove type-fest (#4605)
  • fa028eb refactor: do not pass entire config from CLI to core, send patch instead (#4598)
  • 2e61aba feat(cli): allow dynamic link vcruntime, closes #4565 (#4601)
  • 038c2cc chore(deps) Update Tauri API Definitions (#4599)
  • 326f87d chore(deps) Update Rust crate regex to 1.6.0 (#4600)
  • adea3f1 chore(deps) Update Tauri CLI (#4602)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 2 years ago

Superseded by #125.