Update dependency @tauri-apps/plugin-updater to v2.11.0 - #592
Update dependency @tauri-apps/plugin-updater to v2.11.0#592renovate[bot] wants to merge 2 commits into
Conversation
Deploying mouseterm with
|
| Latest commit: |
5ce9877
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://043f5b27.mouseterm.pages.dev |
| Branch Preview URL: | https://renovate-tauri-apps-plugin-u.mouseterm.pages.dev |
dormouse-bot
left a comment
There was a problem hiding this comment.
Reviewing as a draft — flagging anything that looks worth a quick fix. Mark ready for a full review.
The bump itself is clean: standalone/src/updater.ts only touches check(), Update.version, Update.download() and Update.install(), all still present in 2.11.0's dist-js/index.d.ts; the lockfile resolves a single copy, and its @tauri-apps/api: ^2.11.0 peer is satisfied by the 2.11.1 already in the lock. standalone/src-tauri/Cargo.lock is already on tauri-plugin-updater 2.11.0, so this brings the JS side into step with the Rust side rather than splitting them. rangeStrategy: update-lockfile in .github/renovate.json is why standalone/package.json keeps its ^2.10.1 specifier — expected, not an omission.
The one problem is that Build & Test is red on the Dependency disclosure is current step (run 34176052337): @tauri-apps/plugin-updater is a disclosed product dependency, so website/src/data/dependencies-npm.json still says 2.10.1 while the lockfile says 2.11.0. Regenerating produces exactly one changed line. Pushing that commit now.
One observation beyond this PR, since no author will act on it here: Renovate structurally can't run node website/scripts/generate-deps.js on the hosted GitHub App, so every lockfile-only bump of a disclosed dependency lands red on this gate. #589 (@tauri-apps/plugin-shell) and #591 (hono) are both failing the same step right now, while #590 (@types/react-dom, not in the disclosed set) is green — so it's the disclosure boundary that predicts it, not chance.
….11.0 The lockfile bump moves a disclosed product dependency, so the `Dependency disclosure is current` gate in .github/workflows/ci.yml fails until website/src/data/dependencies-npm.json is regenerated. Renovate cannot run the generator itself.
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
2.10.1→2.11.0Release Notes
tauri-apps/plugins-workspace (@tauri-apps/plugin-updater)
v2.11.0Compare Source
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.