Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2024

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

Release notes

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

@​tauri-apps/cli v2.0.0-beta.5

[2.0.0-beta.5]

New Features

  • 06d63d67(#8827) Add new subcommands for managing permissions and cababilities:

    • tauri permission new
    • tauri permission add
    • tauri permission rm
    • tauri permission ls
    • tauri capability new

Breaking Changes

  • b9e6a018(#8937) The custom-protocol Cargo feature is no longer required on your application and is now ignored. To check if running on production, use #[cfg(not(dev))] instead of #[cfg(feature = "custom-protocol")].

Enhancements

  • 9be314f0(#8951) Add plugins to Cargo.toml when using tauri migrate

Bug Fixes

Dependencies

  • Upgraded to tauri-cli@2.0.0-beta.5

@​tauri-apps/cli v2.0.0-beta.4

[2.0.0-beta.4]

Bug Fixes

  • e538ba58(#8949) Fixes android and iOS process spawning not working on Node.js.

Dependencies

  • Upgraded to tauri-cli@2.0.0-beta.4

Breaking Changes

  • a76fb118(#8950) Changed the capability format to allow configuring both remote: { urls: Vec<String> } and local: bool (default: true) instead of choosing one on the context field.

@​tauri-apps/cli v2.0.0-beta.3

[2.0.0-beta.3]

Enhancements

  • a029b9f7(#8910) Setting up code signing is no longer required on iOS when using the simulator.

... (truncated)

Commits
  • 5a19147 Apply Version Updates From Current Changes (#8991)
  • 31a33d4 Apply Version Updates From Current Changes (#8980)
  • b9e6a01 refactor(cli): use tauri/custom-protocol instead of relying on user having ...
  • 60bf11a fix(core): export ProgressBarStatus (#8986)
  • 06d63d6 feat(cli): add new acl subcommands (#8827)
  • 9be314f feat(cli/migrate): add plugins to Cargo.toml (#8951)
  • bc5b5e6 chore(linux): remove CSP tag on custom protocol response (#8984)
  • 6cb601d fix(core): convert mobile command name to camelCase, closes #8872 (#8983)
  • a8a2cb6 fix(tauri-runtime-wry): wrong cfg usage on message handler
  • cbd9755 fix: process logs not showing on iOS (#8977)
  • 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 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)

Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 2.0.0-alpha.10 to 2.0.0-beta.5.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.0-alpha.10...@tauri-apps/cli-v2.0.0-beta.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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2024

Superseded by #18.

@dependabot dependabot bot closed this Mar 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tauri-apps/cli-2.0.0-beta.5 branch March 5, 2024 01:34
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