Change8

file-storage@0.12.0

Breaking Changes
📦 remixView on GitHub →
1 breaking🔧 2 symbols

Summary

This release migrates internal file system imports to the new @remix-run/fs package and adds it as a required peer dependency.

⚠️ Breaking Changes

  • Imports have been moved from @remix-run/lazy-file/fs to @remix-run/fs. This may break existing imports if they were referencing the internal lazy-file path.

Migration Steps

  1. Install @remix-run/fs as a peer dependency.
  2. Update any manual imports from @remix-run/lazy-file/fs to @remix-run/fs.

🔧 Affected Symbols

@remix-run/fs@remix-run/lazy-file/fs