Skip to content

Release#11259

Open
remix-run-bot wants to merge 1 commit intomainfrom
release-pr/main
Open

Release#11259
remix-run-bot wants to merge 1 commit intomainfrom
release-pr/main

Conversation

@remix-run-bot
Copy link
Copy Markdown
Contributor

@remix-run-bot remix-run-bot commented Apr 24, 2026

This PR is managed by the release-pr workflow. Do not edit it manually. See CONTRIBUTING.md for more.

Releases

Package Version
remix 3.0.0-alpha.53.0.0-alpha.6
@remix-run/assets 0.1.00.1.1
@remix-run/compression-middleware 0.1.50.1.6
@remix-run/data-schema 0.2.00.3.0
@remix-run/fetch-proxy 0.7.10.8.0
@remix-run/file-storage 0.13.30.13.4
@remix-run/file-storage-s3 0.1.00.1.1
@remix-run/form-data-middleware 0.2.10.2.2
@remix-run/form-data-parser 0.16.00.17.0
@remix-run/fs 0.4.20.4.3
@remix-run/lazy-file 5.0.25.0.3
@remix-run/logger-middleware 0.1.50.2.0
@remix-run/mime 0.4.00.4.1
@remix-run/multipart-parser 0.15.00.16.0
@remix-run/response 0.3.20.3.3
@remix-run/static-middleware 0.4.60.4.7
@remix-run/tar-parser 0.7.00.7.1
@remix-run/test 0.1.00.2.0

Changelogs

remix v3.0.0-alpha.6

Pre-release Changes

@remix-run/assets v0.1.1

Patch Changes

  • Fix matching of dot-prefixed files and directories in allow and deny globs

  • Improve asset server import errors to include the resolved file path when a resolved import is later rejected by validation for allow/deny rules, supported file types and fileMap configuration.

@remix-run/compression-middleware v0.1.6

Patch Changes

@remix-run/data-schema v0.3.0

Minor Changes

  • Add Schema.transform() for mapping validated schema outputs to new values and output types.

@remix-run/fetch-proxy v0.8.0

Minor Changes

  • Add an X-Forwarded-Port header when xForwardedHeaders is enabled.

@remix-run/file-storage v0.13.4

Patch Changes

@remix-run/file-storage-s3 v0.1.1

Patch Changes

@remix-run/form-data-middleware v0.2.2

Patch Changes

@remix-run/form-data-parser v0.17.0

Minor Changes

  • BREAKING CHANGE: Errors thrown or rejected by a parseFormData() upload handler now propagate directly instead of being wrapped in a FormDataParseError.

Patch Changes

  • Preserve non-ASCII multipart field names and filenames when parsing multipart/form-data requests.

  • Bumped @remix-run/* dependencies:

@remix-run/fs v0.4.3

Patch Changes

@remix-run/lazy-file v5.0.3

Patch Changes

@remix-run/logger-middleware v0.2.0

Minor Changes

  • Colorize high-signal logger tokens in TTY output by default, with a colors: false option to opt out and NO_COLOR support when the process global is defined.

@remix-run/mime v0.4.1

Patch Changes

  • Prefer video/mp4 for .mp4 files and image/x-icon for .ico files.

@remix-run/multipart-parser v0.16.0

Minor Changes

  • BREAKING CHANGE: MultipartPart.headers is now a plain decoded object keyed by lower-case header name instead of a native Headers instance. Access part headers with bracket notation like part.headers['content-type'] instead of part.headers.get('content-type').

    This lets multipart part headers preserve decoded UTF-8 field names and filenames that native Headers cannot store.

@remix-run/response v0.3.3

Patch Changes

@remix-run/static-middleware v0.4.7

Patch Changes

@remix-run/tar-parser v0.7.1

Patch Changes

  • Fix parsing tar entries whose file body ends exactly at a chunk boundary.

@remix-run/test v0.2.0

Minor Changes

  • Add glob.exclude config for filtering paths during test discovery (defaults to node_modules/**)

Patch Changes

  • Internal refactor to test discovery to better support test execution in bun.

    • Unlike Node, Bun's fs.promises.glob follows symbolic links and does not prune traversal via the exclude option, which can cause the test runner to enter node_modules symlink cycles in pnpm workspaces
    • Refactored the internal test discovery logic to detect and use Bun's native Glob class when running under the Bun runtime. Bun's Glob#scan does not follow symlinks by default, avoiding the cycle.
    • The Node runtime continues to use fs.promises.glob
  • Use native dynamic import() in Bun to load .ts and .tsx files in the test runner

@github-actions
Copy link
Copy Markdown
Contributor

Preview Build Available

A preview build has been created for this PR. You can install it using:

pnpm install "remix-run/remix#preview/pr-11259&path:packages/remix"

This preview build will be updated automatically as you push new commits.

@remix-run-bot remix-run-bot force-pushed the release-pr/main branch 10 times, most recently from 530aaf1 to 8d246f2 Compare April 25, 2026 07:39
- @remix-run/assets: 0.1.0 -> 0.1.1
- @remix-run/compression-middleware: 0.1.5 -> 0.1.6
- @remix-run/data-schema: 0.2.0 -> 0.3.0
- @remix-run/fetch-proxy: 0.7.1 -> 0.8.0
- @remix-run/file-storage: 0.13.3 -> 0.13.4
- @remix-run/file-storage-s3: 0.1.0 -> 0.1.1
- @remix-run/form-data-middleware: 0.2.1 -> 0.2.2
- @remix-run/form-data-parser: 0.16.0 -> 0.17.0
- @remix-run/fs: 0.4.2 -> 0.4.3
- @remix-run/lazy-file: 5.0.2 -> 5.0.3
- @remix-run/logger-middleware: 0.1.5 -> 0.2.0
- @remix-run/mime: 0.4.0 -> 0.4.1
- @remix-run/multipart-parser: 0.15.0 -> 0.16.0
- @remix-run/response: 0.3.2 -> 0.3.3
- @remix-run/static-middleware: 0.4.6 -> 0.4.7
- @remix-run/tar-parser: 0.7.0 -> 0.7.1
- @remix-run/test: 0.1.0 -> 0.2.0
- remix: 3.0.0-alpha.5 -> 3.0.0-alpha.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant