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

Update dependency @tauri-apps/api to v1.0.0 #52

Merged
merged 1 commit into from Jun 16, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tauri-apps/api 1.0.0-rc.6 -> 1.0.0 age adoption passing confidence

Release Notes

tauri-apps/tauri

v1.0.0

Compare Source

Updating crates.io index

Cargo Audit

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

[1.0.0]

  • Allow choosing multiple folders in dialog.open.
  • Upgrade to stable!

Cargo Publish

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

v1.0.0-rc.7

Compare Source

Updating crates.io index

Cargo Audit

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

[1.0.0-rc.7]

  • Breaking change: Removed tauri::api::file::ArchiveFormat::Plain.
    • f7d3d93b refactor(core): improve performance of the extract API (#​3963) on 2022-04-25
  • Fallback to {path}.html when {path} is not found in the Tauri custom protocol handler.
  • Breaking change: Use ayatana-appindicator for Linux system tray by default. Use the gtk-tray Cargo feature to use libappindicator instead.
    • f2a30d8b refactor(core): use ayatana appindicator by default, keep option to use gtk (#​3916) on 2022-04-19
  • Reduce the amount of generated code for the API endpoints.
    • c23f139b perf(core): improve binary size with api enum serde refactor (#​3952) on 2022-04-24
  • *Breaking change:: Added the clipboard Cargo feature.
    • 24e4ff20 refactor(core): add clipboard Cargo feature, enhancing binary size (#​3957) on 2022-04-24
  • Breaking change: The process Command API stdio lines now includes the trailing \r.
  • Expose Window cursor APIs set_cursor_grab, set_cursor_visible, set_cursor_icon and set_cursor_position.
  • Breaking change: The tauri::api::file::Extract#extract_file function has been moved to tauri::api::file::Entry#extract.
    • f7d3d93b refactor(core): improve performance of the extract API (#​3963) on 2022-04-25
  • Breaking change: The tauri::api::file::Extract#files function has been renamed to with_files for performance reasons.
    • f7d3d93b refactor(core): improve performance of the extract API (#​3963) on 2022-04-25
  • Improved the performance of the tauri::api::fs::Extract API.
    • f7d3d93b refactor(core): improve performance of the extract API (#​3963) on 2022-04-25
  • Fixes a panic when using the create_tao_window API.
  • Fixes the HTTP API form text fields.
  • Set the application bundle identifier for the notifications on macOS.
    • f67ae6bd fix(core): set bundle id for notifications on macOS (#​3839) on 2022-04-01
  • Fixes a panic when a menu event is triggered when all windows are minimized on macOS.
  • Fixes a rendering issue when resizing the window with the devtools open.
  • Fixes the WindowBuilder export.
  • The HTTP API now supports multipart/form-data requests. You need to set the Content-Type header and enable the http-multipart Cargo feature.
  • *Breaking change:: Added the global-shortcut Cargo feature.
    • e11878bc refactor(core): add global-shortcut Cargo feature, enhancing binary size (#​3956) on 2022-04-24
  • Added tauri::api::http::HttpRequestBuilder#header method.
  • Breaking change: The tauri::api::http::HttpRequestBuilder#headers method now takes header::HeaderMap instead of a HashMap.
  • Breaking change: The tauri::api::http::Response#headers method now returns &header::HeaderMap instead of &HashMap.
  • Breaking change: The api::http timeouts are now represented as std::time::Duration instead of a u64.
    • 0ecfad59 refactor(updater): unset request timeout, add builder setter (#​3847) on 2022-04-02
  • Breaking change: The tauri::api::http::FormPart::Bytes enum variant has been renamed to File with a value object { file, mime, file_name }.
  • Breaking change: Removed App::create_window, AppHandle::create_window, Builder::create_window and Window::create_window.
  • Breaking change: Removed tauri::api::http::FormPart::File.
  • Added WindowEvent::ThemeChanged(theme).
  • Added theme getter on Window.
  • Added UpdateResponse::body and UpdateResponse::date.
  • Breaking change: Removed the tauri::updater::Error::UnsupportedPlatform variant and added UnsupportedLinuxPackage, UnsupportedOs and UnsupportedArch for better error information.
  • Add updater Downloaded status event.
  • Allow setting app updater request headers via AppHandle::updater().header().
  • The updater default timeout is now unset, and the UpdateBuilder has a timeout setter.
    • 0ecfad59 refactor(updater): unset request timeout, add builder setter (#​3847) on 2022-04-02
  • Added theme setter to the WindowBuilder.

Cargo Publish

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 14, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Installing legacy tool pnpm v7.1.9
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

added 1 package in 3s
7.1.9
Scope: all 3 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 11, reused 0, downloaded 4, added 0
Progress: resolved 14, reused 0, downloaded 8, added 0
Progress: resolved 17, reused 0, downloaded 13, added 0
Progress: resolved 19, reused 0, downloaded 17, added 0
Progress: resolved 21, reused 0, downloaded 19, added 0
Progress: resolved 21, reused 0, downloaded 20, added 0
Progress: resolved 23, reused 0, downloaded 23, added 0
Progress: resolved 24, reused 0, downloaded 23, added 0
Progress: resolved 24, reused 0, downloaded 24, added 0
Progress: resolved 25, reused 0, downloaded 24, added 0
Progress: resolved 48, reused 0, downloaded 30, added 0
Progress: resolved 60, reused 0, downloaded 43, added 0
Progress: resolved 76, reused 0, downloaded 65, added 0
Progress: resolved 95, reused 0, downloaded 75, added 0
Progress: resolved 103, reused 0, downloaded 80, added 0
Progress: resolved 113, reused 0, downloaded 93, added 0
Progress: resolved 127, reused 0, downloaded 106, added 0
Progress: resolved 137, reused 0, downloaded 116, added 0
Progress: resolved 154, reused 0, downloaded 136, added 0
Progress: resolved 180, reused 0, downloaded 159, added 0
Progress: resolved 209, reused 0, downloaded 187, added 0
Progress: resolved 232, reused 0, downloaded 211, added 0
Progress: resolved 255, reused 0, downloaded 236, added 0
Progress: resolved 285, reused 0, downloaded 247, added 0
Progress: resolved 303, reused 0, downloaded 266, added 0
Progress: resolved 319, reused 0, downloaded 281, added 0
Progress: resolved 332, reused 0, downloaded 294, added 0
Progress: resolved 354, reused 0, downloaded 315, added 0
Progress: resolved 375, reused 0, downloaded 334, added 0
Progress: resolved 394, reused 0, downloaded 355, added 0
Progress: resolved 418, reused 0, downloaded 375, added 0
Progress: resolved 447, reused 0, downloaded 413, added 0
Progress: resolved 475, reused 0, downloaded 437, added 0
Progress: resolved 494, reused 0, downloaded 453, added 0
Progress: resolved 508, reused 0, downloaded 470, added 0
Progress: resolved 508, reused 0, downloaded 476, added 0
Progress: resolved 508, reused 0, downloaded 477, added 0
Progress: resolved 508, reused 0, downloaded 478, added 0
Progress: resolved 508, reused 0, downloaded 481, added 0
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

examples/preact-app
└─┬ @urql/preact
  ├── ✕ missing peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
  └─┬ @urql/core
    ├── ✕ missing peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
    └─┬ @graphql-typed-document-node/core
      └── ✕ missing peer graphql@"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
Peer dependencies that should be installed:
  graphql@">=0.11.0 <0.12.0 || >=0.12.0 <0.13.0 || >=0.13.0 <0.14.0 || >=14.0.0 <15.0.0 || >=15.0.0 <16.0.0 || >=16.0.0 <17.0.0"

hint: If you want peer dependencies to be automatically installed, set the "auto-install-peers" setting to "true".
hint: If you don't want pnpm to fail on peer dependency issues, set the "strict-peer-dependencies" setting to "false".


@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 9df287f to 2bc13f3 Compare June 16, 2022 04:15
@renovate renovate bot changed the title Update dependency @tauri-apps/api to v1.0.0-rc.7 Update dependency @tauri-apps/api to v1.0.0 Jun 16, 2022
@renovate renovate bot force-pushed the renovate/tauri-monorepo branch from 2bc13f3 to d7b37d2 Compare June 16, 2022 10:23
@JonasKruckenberg JonasKruckenberg merged commit 965539c into main Jun 16, 2022
@renovate renovate bot deleted the renovate/tauri-monorepo branch June 16, 2022 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants