Skip to content

Update dependency @tauri-apps/plugin-updater to v2.11.0 - #592

Draft
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/tauri-apps-plugin-updater-2.x-lockfile
Draft

Update dependency @tauri-apps/plugin-updater to v2.11.0#592
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/tauri-apps-plugin-updater-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tauri-apps/plugin-updater 2.10.12.11.0 age adoption passing confidence

Release Notes

tauri-apps/plugins-workspace (@​tauri-apps/plugin-updater)

v2.11.0

Compare Source


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Only on Monday (* * * * 1)
  • 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, check this box

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

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 8, 2026

Copy link
Copy Markdown

Deploying mouseterm with  Cloudflare Pages  Cloudflare Pages

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

View logs

@dormouse-bot dormouse-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
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.

1 participant