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.0-rc.8 #82

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.0-rc.8.

Release notes

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

v1.0.0-rc.8

No release notes provided.

cli.rs v1.0.0-rc.8

Updating crates.io index

Cargo Audit

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

[1.0.0-rc.8]

  • Allows the tauri.conf.json file to be git ignored on the path lookup function.
    • cc7c2d77 feat(cli): allow conf path to be gitignored, closes #3636 (#3683) on 2022-03-13
  • Remove minimumSystemVersion: null from the application template configuration.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13
  • Improve readability of the info subcommand output.
  • Properly terminate the beforeDevCommand process.
    • 94d78efb fix(cli.rs): terminate the beforeDevCommand, closes #2794 (#2883) on 2022-03-27
  • Fixes DMG bundling on macOS 12.3.
    • 348a1ab5 fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes #3719 (#3721) on 2022-03-18
  • Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
    • 4c84559e fix(cli): root resource bundling on Windows, closes #3539 (#3685) on 2022-03-13

Cargo Publish

Updating crates.io index
   Packaging tauri-cli v1.0.0-rc.8 (/home/runner/work/tauri/tauri/tooling/cli)
   Uploading tauri-cli v1.0.0-rc.8 (/home/runner/work/tauri/tauri/tooling/cli)

cli.js v1.0.0-rc.8

[1.0.0-rc.8]

  • Allows the tauri.conf.json file to be git ignored on the path lookup function.
    • cc7c2d77 feat(cli): allow conf path to be gitignored, closes #3636 (#3683) on 2022-03-13
  • Remove minimumSystemVersion: null from the application template configuration.
    • c81534eb feat(cli): use default macOS minimum system version when it is empty (#3658) on 2022-03-13
  • Improve readability of the info subcommand output.
  • Fixes DMG bundling on macOS 12.3.
    • 348a1ab5 fix(bundler): DMG bundling on macOS 12.3 cannot use bless, closes #3719 (#3721) on 2022-03-18
  • Fixes resources bundling on Windows when the path is on the root of the Tauri folder.
    • 4c84559e fix(cli): root resource bundling on Windows, closes #3539 (#3685) on 2022-03-13

tauri v1.0.0-rc.5

... (truncated)

Commits
  • f93f969 Revert "chore(deps) Update dependency @​napi-rs/cli to v2.5.0 (#3757)"
  • ae94c6b chore(examples): update lockfile
  • 7a814fc Apply Version Updates From Current Changes (#3634)
  • edad9f4 refactor(core): add RunEvent::WindowEvent (#3793)
  • d5c06f0 chore: update lockfiles
  • c64268f feat(updater): expose builder, allow setting a custom version checker (#3792)
  • f6e32ee feat(core): add dangerous option to disable compile time CSP injection (#3775)
  • e05d718 feat(core): add hotkey to toggle devtools, closes #3776 (#3791)
  • 9ddf8d8 fix(core): properly fire WindowEvent::Destroyed, closes #3688 (#3778)
  • 5fb7433 chore(deps): update wry to 0.14, tao to 0.7 (#3790)
  • 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 #92.