Skip to content

Bump @tauri-apps/cli from 1.0.0-beta.10 to 1.0.0-rc.5#62

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tauri-apps/cli-1.0.0-rc.5
Closed

Bump @tauri-apps/cli from 1.0.0-beta.10 to 1.0.0-rc.5#62
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/tauri-apps/cli-1.0.0-rc.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 19, 2022

Copy link
Copy Markdown
Contributor

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

Release notes

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

v1.0.0-rc.5

No release notes provided.

cli.js v1.0.0-rc.5

[1.0.0-rc.5]

  • Improve "waiting for your dev server to start" message.
    • 5999379f chore(cli): improve "waiting for dev server" message, closes #3491 (#3504) on 2022-02-18
  • Do not panic if the updater private key password is wrong.
    • 17f17a80 fix(cli): do not panic if private key password is wrong, closes #3449 (#3495) on 2022-02-17
  • Check the current folder before checking the directories on the app and tauri dir path lookup function.
    • a06de376 fix(cli): path lookup should not check subfolder before the current one (#3465) on 2022-02-15
  • Fixes the signature of the signer sign command to not have duplicated short flags.
    • a9755514 fix(cli): duplicated short flag for signer sign, closes #3483 (#3492) on 2022-02-17

tauri v1.0.0-rc.3

Updating crates.io index

Cargo Audit

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

[1.0.0-rc.3]

  • tauri::plugin::Builder closures are no longer required to implement Sync.
    • fb7ee2c9 drop Sync req from setup and setup_with_config (#3471) on 2022-02-16
    • b8e4d651 fix(core): drop all plugin builder Sync requirements (#3490) on 2022-02-17
  • Added context to the file system endpoint errors.
    • 06053833 feat(core): add context to the filesystem APIs errors, closes #3457 (#3480) on 2022-02-16
  • Changed the default value for tauri > bundle > macOS > minimumSystemVersion to 10.13.
    • fce344b9 feat(core): set default value for minimum_system_version to 10.13 (#3497) on 2022-02-17

Cargo Publish

Updating crates.io index
   Packaging tauri v1.0.0-rc.3 (/home/runner/work/tauri/tauri/core/tauri)
   Uploading tauri v1.0.0-rc.3 (/home/runner/work/tauri/tauri/core/tauri)

tauri-build v1.0.0-rc.3

Updating crates.io index

Cargo Audit

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

... (truncated)

Commits
  • 82b7f51 Apply Version Updates From Current Changes (#3468)
  • 5999379 chore(cli): improve "waiting for dev server" message, closes #3491 (#3504)
  • b571c24 chore(deps): update to wry v0.13.2 (#3503)
  • a7fd9e3 fix(deps): update webview2-com to 0.13.0 to fix compilation on windows (#3502)
  • fce344b feat(core): set default value for minimum_system_version to 10.13 (#3497)
  • 4bacea5 feat(core): set MACOSX_DEPLOYMENT_TARGET environment variable, closes #2732...
  • 17f17a8 fix(cli): do not panic if private key password is wrong, closes #3449 (#3495)
  • 53e4dd8 remove create-tauri-app (#3493)
  • a975551 fix(cli): duplicated short flag for signer sign, closes #3483 (#3492)
  • 84895a9 fix(runtime): trait requirements (#3489)
  • 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 dependabot Bot requested a review from unasuke as a code owner February 19, 2022 01:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2022
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tauri-apps/cli-1.0.0-rc.5 branch 3 times, most recently from 4efa8bf to 6b332bd Compare March 6, 2022 10:28
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.0.0-beta.10 to 1.0.0-rc.5.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@cli.js-v1.0.0-beta.10...v1.0.0-rc.5)

---
updated-dependencies:
- dependency-name: "@tauri-apps/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tauri-apps/cli-1.0.0-rc.5 branch from 6b332bd to 09b376a Compare March 6, 2022 10:39
@dependabot @github

dependabot Bot commented on behalf of github Mar 12, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #71.

@dependabot dependabot Bot closed this Mar 12, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tauri-apps/cli-1.0.0-rc.5 branch March 12, 2022 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants