Skip to content

chore(deps): bump @tauri-apps/plugin-updater from 2.9.0 to 2.10.0#41

Merged
HalfSweet merged 1 commit intomasterfrom
dependabot/npm_and_yarn/tauri-apps/plugin-updater-2.10.0
Apr 16, 2026
Merged

chore(deps): bump @tauri-apps/plugin-updater from 2.9.0 to 2.10.0#41
HalfSweet merged 1 commit intomasterfrom
dependabot/npm_and_yarn/tauri-apps/plugin-updater-2.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps @tauri-apps/plugin-updater from 2.9.0 to 2.10.0.

Release notes

Sourced from @​tauri-apps/plugin-updater's releases.

updater-js v2.10.0

[2.10.0]

  • 4375c98b (#3073) Add no_proxy config to disable system proxy for updater plugin.
  • f122ee98 Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (dangerousAcceptInvalidCerts, dangerousAcceptInvalidHostnames) and via the UpdaterBuilder (dangerous_accept_invalid_certs, dangerous_accept_invalid_hostnames).
  • f122ee98 Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in tauri-apps/plugins-workspace#2624
  • 05c5da07 (#3213) Updated reqwest to 0.13, make sure to update your reqwest dependency if you're using UpdaterBuilder::configure_client
npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository" was changed from a string to an object
npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git"
npm notice
npm notice 📦  @tauri-apps/plugin-updater@2.10.0
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 3.1kB README.md
npm notice 2.6kB dist-js/index.cjs
npm notice 2.3kB dist-js/index.d.ts
npm notice 2.6kB dist-js/index.js
npm notice 659B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-updater
npm notice version: 2.10.0
npm notice filename: tauri-apps-plugin-updater-2.10.0.tgz
npm notice package size: 3.7 kB
npm notice unpacked size: 12.1 kB
npm notice shasum: 57172dbe9fd06f790bcf3144bc69f3e40048ccd3
npm notice integrity: sha512-ljN8jPlnT0aSn[...]CC6Rr472JWfkQ==
npm notice total files: 6
npm notice
npm notice Security Notice: Classic tokens have been revoked. Granular tokens are now limited to 90 days and require 2FA by default. Update your CI/CD workflows to avoid disruption. Learn more https://gh.io/all-npm-classic-tokens-revoked
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
npm notice publish Signed provenance statement with source and build information from GitHub Actions
npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=908172212
+ @tauri-apps/plugin-updater@2.10.0

updater v2.10.0

[2.10.0]

  • 4375c98b (#3073) Add no_proxy config to disable system proxy for updater plugin.
  • f122ee98 Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (dangerousAcceptInvalidCerts, dangerousAcceptInvalidHostnames) and via the UpdaterBuilder (dangerous_accept_invalid_certs, dangerous_accept_invalid_hostnames).

... (truncated)

Commits
  • 50b159f Publish New Versions (v2) (#3211)
  • 305c4f6 ci: add workflow_dipatch trigger to integration tests
  • 89f3e17 chore: bump tauri to 2.10 (#3246)
  • d4613ff fix(shell): Make sidecars work in tests (fix #13767) (#3234)
  • 69a9d57 chore(updater): use keep from tempfile 3.20 (#3229)
  • 61e9b0a fix(http): ensure body resources are released on stream cancellation (#3228)
  • 25ad21b chore(deps): bump diff from 5.2.0 to 5.2.2 (#3226)
  • 2dc3f3f fix(sql): uuid columns returning null in postgres query results (#2039) (#3144)
  • c27af91 fix(barcode-scanner): check if iOS platform supports scanning (#3222)
  • b60dd88 fix(barcode-scanner): start capture session on a separate thread (#3223)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tauri-apps/plugin-updater since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@tauri-apps/plugin-updater](https://github.com/tauri-apps/plugins-workspace) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@updater-v2.9.0...updater-v2.10.0)

---
updated-dependencies:
- dependency-name: "@tauri-apps/plugin-updater"
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 30, 2026
@HalfSweet HalfSweet merged commit 348dd51 into master Apr 16, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tauri-apps/plugin-updater-2.10.0 branch April 16, 2026 09:42
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.

1 participant