Skip to content

Bump tauri-plugin-fs from 2.5.0 to 2.5.1 in /src-tauri#228

Merged
tylergraydev merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/tauri-plugin-fs-2.5.1
May 16, 2026
Merged

Bump tauri-plugin-fs from 2.5.0 to 2.5.1 in /src-tauri#228
tylergraydev merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/tauri-plugin-fs-2.5.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tauri-plugin-fs from 2.5.0 to 2.5.1.

Release notes

Sourced from tauri-plugin-fs's releases.

fs-js v2.5.1

[2.5.1]

npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
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-fs@2.5.1
npm notice Tarball Contents
npm notice 888B LICENSE.spdx
npm notice 2.4kB README.md
npm notice 32.8kB dist-js/index.cjs
npm notice 32.6kB dist-js/index.d.ts
npm notice 32.0kB dist-js/index.js
npm notice 697B package.json
npm notice Tarball Details
npm notice name: @tauri-apps/plugin-fs
npm notice version: 2.5.1
npm notice filename: tauri-apps-plugin-fs-2.5.1.tgz
npm notice package size: 21.5 kB
npm notice unpacked size: 101.5 kB
npm notice shasum: e1b8643d41c74251699fcdecc800877d18a4a6fc
npm notice integrity: sha512-9Lz+Jopp6QyeE[...]tqPB/XEMS3NhQ==
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=1429011689
+ @tauri-apps/plugin-fs@2.5.1

fs v2.5.1

[2.5.1]

</tr></table> 

... (truncated)

Commits
  • 5c7668b publish new versions (#3397)
  • ec05401 chore(deps): update rust crate toml to v1 (#3323)
  • b86e999 chore(deps): update tauri packages to 2.11 (#3407)
  • c463d8a chore(deps): update rustls-webpki in lockfile, ignore core2 in audit (#3405)
  • 1bb7beb chore(deps): bump openssl (#3402)
  • 3412fa2 docs(readme): fix platform support matrix (opener supports mobile)
  • af81fda docs(readme): fix platform support matrix (mobile is supported)
  • c1fd33b fix(opener): allow open network share locations (#3343)
  • 250857b chore(deps): update dependency typescript to v6 (#3363)
  • 964e13f fix(store): dead lock trying to set while exiting (#3395)
  • Additional commits viewable in compare view

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-plugin-fs](https://github.com/tauri-apps/plugins-workspace) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@fs-v2.5.0...fs-v2.5.1)

---
updated-dependencies:
- dependency-name: tauri-plugin-fs
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 15, 2026
@tylergraydev tylergraydev merged commit 03a8976 into main May 16, 2026
14 of 15 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/src-tauri/tauri-plugin-fs-2.5.1 branch May 16, 2026 16:15
tylergraydev added a commit that referenced this pull request May 16, 2026
Replaces all 5 `@stable` refs across build.yml, release.yml, and
rust-tests.yml with a SHA pin to 29eef336d9b2848a0b548edc03f92a220660cdb8
(`@stable` head as of 2026-03-27).

## Why

`@stable` is a floating ref — any regression dtolnay ships breaks
every PR in flight at once, and we have no signal until a build fails.
Pinning to SHA freezes our action surface so toolchain changes become
explicit lockfile-style updates we choose to take.

## What this does NOT fix

The recent macOS `cargo metadata` -> `rustup-init` flake hitting
several open PRs (#226, #228, #231, #232, #234) is runner-side, not
action-side: this SHA was already what `@stable` resolved to before
and during the flake window. Reruns of failed jobs are passing on the
same SHA, confirming it's transient runner state, not the action.

So this PR is hygiene, not the fix for the current symptom. If the
flake persists we'll need to either work around in the workflow
(retry on the rust-toolchain step) or switch to
`actions-rust-lang/setup-rust-toolchain`.

## Updating later

When we want a newer toolchain or action behavior, bump the SHA and
update the trailing comment. Dependabot can be configured to track
github-actions and propose the bumps.

Co-authored-by: Tyler Gray <tylerg@emergentsoftware.net>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant