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

chore(deps) Update Tauri CLI (1.x) - abandoned #10711

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cc dependencies patch 1.1.11 -> 1.1.13
clap dependencies patch 4.5.15 -> 4.5.16
clap_complete dependencies patch 4.5.16 -> 4.5.20
html5ever dependencies minor 0.26 -> 0.28
libc dependencies patch 0.2.155 -> 0.2.158
serde (source) dependencies patch 1.0.205 -> 1.0.208
serde_derive (source) dependencies patch 1.0.205 -> 1.0.208
serde_json dependencies patch 1.0.122 -> 1.0.125
tokio (source) dependencies patch 1.39.2 -> 1.39.3

Release Notes

rust-lang/cc-rs (cc)

v1.1.13

Compare Source

Other
  • Fix detect family: should detect emscripten as clang, closes #​1185 (#​1186)

v1.1.12

Compare Source

Other
clap-rs/clap (clap)

v4.5.16

Compare Source

servo/html5ever (html5ever)

v0.27.0

Compare Source

rust-lang/libc (libc)

v0.2.158

Compare Source

Other

v0.2.157

Compare Source

Added
  • Apple: add _NSGetArgv, _NSGetArgc and _NSGetProgname in #​3702
  • Build: add RUSTC_WRAPPER support in #​3845
  • FreeBSD: add execvpe support from 14.1 release in #​3745
  • Fuchsia: add SO_BINDTOIFINDEX
  • Linux: add klogctl in #​3777
  • MacOS: add fcntl OFD commands in #​3563
  • NetBSD: add _lwp_park in #​3721
  • Solaris: add missing networking support in #​3717
  • Unix: add pthread_equal in #​3773
  • WASI: add select, FD_SET, FD_ZERO, FD_ISSET in #​3681
Fixed
  • TEEOS: fix octal notation for O_* constants in #​3841
Changed
  • FreeBSD: always use freebsd12 when rustc_dep_of_std is set in #​3723

v0.2.156

Compare Source

Added
  • Apple: add F_ALLOCATEPERSIST in #​3712
  • Apple: add os_sync_wait_on_address and related definitions in #​3769
  • BSD: generalise IPV6_DONTFRAG to all BSD targets in #​3716
  • FreeBSD/DragonFly: add IP_RECVTTL/IPV6_RECVHOPLIMIT in #​3751
  • Hurd: add XATTR_CREATE, XATTR_REPLACE in #​3739
  • Linux GNU: confstr API and _CS_* in #​3771
  • Linux musl: add preadv2 and pwritev2 (1.2.5 min.) in #​3762
  • VxWorks: add the constant SOMAXCONN in #​3761
  • VxWorks: add a few errnoLib related constants in #​3780
Fixed
  • Solaris/illumos: Change ifa_flags type to u64 in #​3729
  • QNX 7.0: Disable libregex in #​3775
Changed
  • QNX NTO: update platform support in #​3815
  • addr_of!(EXTERN_STATIC) is now considered safe in #​3776
Removed
Other
  • Update or remove CI tests that have been failing
serde-rs/serde (serde)

v1.0.208

Compare Source

  • Support serializing and deserializing unit structs in a flatten field (#​2802, thanks @​jonhoo)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)

v1.0.206

Compare Source

serde-rs/json (serde_json)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

tokio-rs/tokio (tokio)

v1.39.3: Tokio v1.39.3

Compare Source

1.39.3 (August 17th, 2024)

This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#​6772)


Configuration

📅 Schedule: Branch creation - "after 3am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 21, 2024 10:49
@renovate renovate bot added the type: chore label Aug 21, 2024
Copy link
Contributor Author

renovate bot commented Aug 21, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: tooling/cli/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tooling/cli/Cargo.toml --package html5ever@0.26.0 --precise 0.28.0
    Updating crates.io index
error: failed to select a version for the requirement `html5ever = "^0.26.0"`
candidate versions found which didn't match: 0.28.0
location searched: crates.io index
required by package `kuchikiki v0.8.2`
    ... which satisfies dependency `kuchiki = "^0.8"` (locked to 0.8.2) of package `tauri-cli v1.6.0 (/tmp/renovate/repos/github/tauri-apps/tauri/tooling/cli)`
    ... which satisfies path dependency `tauri-cli` (locked to 1.6.0) of package `tauri-cli-node v0.0.0 (/tmp/renovate/repos/github/tauri-apps/tauri/tooling/cli/node)`

File name: tooling/cli/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tooling/cli/node/test/jest/fixtures/app/src-tauri/Cargo.toml --package serde@1.0.205 --precise 1.0.208
error: package ID specification `serde@1.0.205` did not match any packages
Did you mean one of these?

  serde@1.0.208

Copy link
Contributor

Package Changes Through b19507c

There are 9 changes which include tauri with patch, tauri-codegen with patch, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-runtime-wry with patch, tauri-utils with patch, tauri-build with patch, tauri-runtime with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 1.6.0 1.6.1
tauri-bundler 1.6.0 1.6.1
tauri-runtime 0.14.4 0.14.5
tauri-runtime-wry 0.14.9 0.14.10
tauri-codegen 1.4.4 1.4.5
tauri-macros 1.4.5 1.4.6
tauri-build 1.5.3 1.5.4
tauri 1.7.1 1.7.2
@tauri-apps/cli 1.6.0 1.6.1
tauri-cli 1.6.0 1.6.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Copy link
Contributor Author

renovate bot commented Aug 27, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title chore(deps) Update Tauri CLI (1.x) chore(deps) Update Tauri CLI (1.x) - abandoned Aug 27, 2024
@FabianLars FabianLars closed this Sep 2, 2024
@FabianLars FabianLars deleted the renovate/1.x-alltauricli branch September 2, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant