Skip to content

Bump the production-dependencies group in /src-tauri with 4 updates#168

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/src-tauri/production-dependencies-43dba050b4
Open

Bump the production-dependencies group in /src-tauri with 4 updates#168
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/src-tauri/production-dependencies-43dba050b4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on confy, tauri-plugin-window-state, v8 and rust-i18n to permit the latest version.
Updates confy to 2.0.0

Release notes

Sourced from confy's releases.

v2.0.0

What's Changed

Full Changelog: rust-cli/confy@v1.0.0...v2.0.0

Commits

Updates tauri-plugin-window-state to 2.4.1

Release notes

Sourced from tauri-plugin-window-state's releases.

store-js v2.4.1

[2.4.1]

  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
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-store@2.4.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 4.4kB README.md
npm notice 6.6kB dist-js/index.cjs
npm notice 8.5kB dist-js/index.d.ts
npm notice 6.4kB dist-js/index.js
npm notice 711B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-store
npm notice version: 2.4.1
npm notice filename: tauri-apps-plugin-store-2.4.1.tgz
npm notice package size: 5.5 kB
npm notice unpacked size: 27.5 kB
npm notice shasum: 5e2d3362e41861d2fa79a3f1a78c091e12963236
npm notice integrity: sha512-ckGSEzZ5Ii4Hf[...]ugpGRDOFOunkA==
npm notice total files: 6
npm notice
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=644610830
+ @tauri-apps/plugin-store@2.4.1
Commits
  • d66aa6f publish new versions (#2822)
  • 6f34587 fix(single-instance): disable dbus name replacement (#2860)
  • 708fa4e chore(deps): update dependency eslint-config-prettier to v10.1.8 (#2858)
  • b729203 fix(upload): fix download() locks main thread on Android (#2838)
  • 2f9c71a chore(deps): update dependency rollup to v4.45.1 (#2850)
  • 80d4d8e chore(deps): update eslint monorepo to v9.31.0 (v2) (#2839)
  • e7a98b0 chore(deps): update dependency typescript-eslint to v8.37.0 (#2848)
  • 44a1f65 fix(fs): writeFile create file by default (#2846)
  • 6210cd3 chore(deps): update dependency rollup to v4.45.0 (#2841)
  • 467f07b chore(deps): update dependency vite to v7 (v2) (#2800)
  • Additional commits viewable in compare view

Updates v8 to 150.0.0

Commits

Updates rust-i18n to 4.1.0

Release notes

Sourced from rust-i18n's releases.

v4.1.0

What's Changed

Full Changelog: longbridge/rust-i18n@v4.0.0...v4.1.0

Commits
  • 97cf091 fix: enable codegen feature for rust-i18n-support in dev-dependencies (#141)
  • d2aaa49 docs: Add user cases. (#132)
  • a931914 Version 4.0.0
  • 410adde Reduce allocations create unnecessary HashMaps and Strings (#133)
  • 94a91a7 docs: Update user cases. (#134)
  • 90b8e37 Bump slab from 0.4.10 to 0.4.11 (#122)
  • c58ecb6 Bump v4.0.0-preview1
  • 2d09179 Add messages_for_locale method to get all message for locale to Backend. (#...
  • 1cc7772 Add try_load_locales method to rust-i18n-support. (#127)
  • e6d6170 chore: Remove once_cell, use std::sync::LazyLock. (#131)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [confy](https://github.com/rust-cli/confy), [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace), [v8](https://github.com/denoland/rusty_v8) and [rust-i18n](https://github.com/longbridge/rust-i18n) to permit the latest version.

Updates `confy` to 2.0.0
- [Release notes](https://github.com/rust-cli/confy/releases)
- [Commits](rust-cli/confy@v0.6.1...v2.0.0)

Updates `tauri-plugin-window-state` to 2.4.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.2.1...fs-v2.4.1)

Updates `v8` to 150.0.0
- [Release notes](https://github.com/denoland/rusty_v8/releases)
- [Commits](denoland/rusty_v8@v130.0.7...v150.0.0)

Updates `rust-i18n` to 4.1.0
- [Release notes](https://github.com/longbridge/rust-i18n/releases)
- [Commits](longbridge/rust-i18n@v3.1.3...v4.1.0)

---
updated-dependencies:
- dependency-name: confy
  dependency-version: 2.0.0
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: tauri-plugin-window-state
  dependency-version: 2.4.1
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: v8
  dependency-version: 150.0.0
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: rust-i18n
  dependency-version: 4.1.0
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 15, 2026
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants