Skip to content

chore(deps): bump @remix-run/fs from 0.3.0 to 0.4.1#596

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/remix-run/fs-0.4.1
Open

chore(deps): bump @remix-run/fs from 0.3.0 to 0.4.1#596
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/remix-run/fs-0.4.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2026

Bumps @remix-run/fs from 0.3.0 to 0.4.1.

Release notes

Sourced from @​remix-run/fs's releases.

@​remix-run/fs v0.4.1

Patch Changes

  • Changed @remix-run/* peer dependencies to regular dependencies

@​remix-run/fs v0.4.0

Minor Changes

  • BREAKING CHANGE: Renamed openFile() to openLazyFile(), removed getFile()

    Since LazyFile no longer extends File, the function name now explicitly reflects the return type. The getFile() alias has also been removed—use openLazyFile() instead.

    Migration:

    import { openLazyFile } from '@remix-run/fs'
    let lazyFile = openLazyFile('./document.pdf')
    // Streaming
    let response = new Response(lazyFile.stream())
    // For non-streaming APIs that require a complete File (e.g. FormData)
    formData.append('file', await lazyFile.toFile())

    Note: .toFile() and .toBlob() read the entire file into memory. Only use these for non-streaming APIs that require a complete File or Blob (e.g. FormData). Always prefer .stream() if possible.

Changelog

Sourced from @​remix-run/fs's changelog.

v0.4.1

Patch Changes

  • Changed @remix-run/* peer dependencies to regular dependencies

v0.4.0

Minor Changes

  • BREAKING CHANGE: Renamed openFile() to openLazyFile(), removed getFile()

    Since LazyFile no longer extends File, the function name now explicitly reflects the return type. The getFile() alias has also been removed—use openLazyFile() instead.

    Migration:

    import { openLazyFile } from '@remix-run/fs'
    let lazyFile = openLazyFile('./document.pdf')
    // Streaming
    let response = new Response(lazyFile.stream())
    // For non-streaming APIs that require a complete File (e.g. FormData)
    formData.append('file', await lazyFile.toFile())

    Note: .toFile() and .toBlob() read the entire file into memory. Only use these for non-streaming APIs that require a complete File or Blob (e.g. FormData). Always prefer .stream() if possible.

Commits

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 [@remix-run/fs](https://github.com/remix-run/remix/tree/HEAD/packages/fs) from 0.3.0 to 0.4.1.
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/fs/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/fs@0.4.1/packages/fs)

---
updated-dependencies:
- dependency-name: "@remix-run/fs"
  dependency-version: 0.4.1
  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 Feb 7, 2026
@dependabot dependabot bot requested review from hugomrdias and rvagg as code owners February 7, 2026 09:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 7, 2026
@github-project-automation github-project-automation bot moved this to 📌 Triage in FOC Feb 7, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​remix-run/​fs@​0.3.0 ⏵ 0.4.173 +11008892 +1100

View full report

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

Status: 📌 Triage

Development

Successfully merging this pull request may close these issues.

0 participants