Skip to content

Bump @tauri-apps/cli from 1.0.0-beta.10 to 1.0.0-rc.8#82

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 2, 2022

Copy link
Copy Markdown
Contributor

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 dependabot Bot requested a review from unasuke as a code owner April 2, 2022 01:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 2, 2022
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tauri-apps/cli-1.0.0-rc.8 branch 5 times, most recently from cc57c9e to a8618cb Compare April 16, 2022 08:53
Bumps [@tauri-apps/cli](https://github.com/tauri-apps/tauri) from 1.0.0-beta.10 to 1.0.0-rc.8.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@cli.js-v1.0.0-beta.10...v1.0.0-rc.8)

---
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 @github

dependabot Bot commented on behalf of github Apr 30, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #92.

@dependabot dependabot Bot closed this Apr 30, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tauri-apps/cli-1.0.0-rc.8 branch April 30, 2022 01:13
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