Open
Conversation
2a8b1e9 to
2fb552a
Compare
Contributor
Preview Build AvailableA 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. |
530aaf1 to
8d246f2
Compare
- @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
8d246f2 to
549f3fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is managed by the
release-prworkflow. Do not edit it manually. See CONTRIBUTING.md for more.Releases
3.0.0-alpha.5→3.0.0-alpha.60.1.0→0.1.10.1.5→0.1.60.2.0→0.3.00.7.1→0.8.00.13.3→0.13.40.1.0→0.1.10.2.1→0.2.20.16.0→0.17.00.4.2→0.4.35.0.2→5.0.30.1.5→0.2.00.4.0→0.4.10.15.0→0.16.00.3.2→0.3.30.4.6→0.4.70.7.0→0.7.10.1.0→0.2.0Changelogs
remix v3.0.0-alpha.6
Pre-release Changes
BREAKING CHANGE:
MultipartPart.headersfromremix/multipart-parserandremix/multipart-parser/nodeis now a plain decoded object keyed by lower-case header name instead of a nativeHeadersinstance. Access part headers with bracket notation likepart.headers['content-type']instead ofpart.headers.get('content-type').Bumped
@remix-run/*dependencies:assets@0.1.1compression-middleware@0.1.6data-schema@0.3.0fetch-proxy@0.8.0file-storage@0.13.4file-storage-s3@0.1.1form-data-middleware@0.2.2form-data-parser@0.17.0fs@0.4.3lazy-file@5.0.3logger-middleware@0.2.0mime@0.4.1multipart-parser@0.16.0response@0.3.3static-middleware@0.4.7tar-parser@0.7.1test@0.2.0@remix-run/assets v0.1.1
Patch Changes
Fix matching of dot-prefixed files and directories in
allowanddenyglobsImprove 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
fileMapconfiguration.@remix-run/compression-middleware v0.1.6
Patch Changes
@remix-run/*dependencies:mime@0.4.1response@0.3.3@remix-run/data-schema v0.3.0
Minor Changes
Schema.transform()for mapping validated schema outputs to new values and output types.@remix-run/fetch-proxy v0.8.0
Minor Changes
X-Forwarded-Portheader whenxForwardedHeadersis enabled.@remix-run/file-storage v0.13.4
Patch Changes
@remix-run/*dependencies:fs@0.4.3lazy-file@5.0.3@remix-run/file-storage-s3 v0.1.1
Patch Changes
@remix-run/*dependencies:file-storage@0.13.4@remix-run/form-data-middleware v0.2.2
Patch Changes
@remix-run/*dependencies:form-data-parser@0.17.0@remix-run/form-data-parser v0.17.0
Minor Changes
parseFormData()upload handler now propagate directly instead of being wrapped in aFormDataParseError.Patch Changes
Preserve non-ASCII multipart field names and filenames when parsing
multipart/form-datarequests.Bumped
@remix-run/*dependencies:multipart-parser@0.16.0@remix-run/fs v0.4.3
Patch Changes
@remix-run/*dependencies:lazy-file@5.0.3mime@0.4.1@remix-run/lazy-file v5.0.3
Patch Changes
@remix-run/*dependencies:mime@0.4.1@remix-run/logger-middleware v0.2.0
Minor Changes
colors: falseoption to opt out andNO_COLORsupport when theprocessglobal is defined.@remix-run/mime v0.4.1
Patch Changes
video/mp4for.mp4files andimage/x-iconfor.icofiles.@remix-run/multipart-parser v0.16.0
Minor Changes
BREAKING CHANGE:
MultipartPart.headersis now a plain decoded object keyed by lower-case header name instead of a nativeHeadersinstance. Access part headers with bracket notation likepart.headers['content-type']instead ofpart.headers.get('content-type').This lets multipart part headers preserve decoded UTF-8 field names and filenames that native
Headerscannot store.@remix-run/response v0.3.3
Patch Changes
@remix-run/*dependencies:mime@0.4.1@remix-run/static-middleware v0.4.7
Patch Changes
@remix-run/*dependencies:fs@0.4.3mime@0.4.1response@0.3.3@remix-run/tar-parser v0.7.1
Patch Changes
@remix-run/test v0.2.0
Minor Changes
glob.excludeconfig for filtering paths during test discovery (defaults tonode_modules/**)Patch Changes
Internal refactor to test discovery to better support test execution in
bun.fs.promises.globfollows symbolic links and does not prune traversal via theexcludeoption, which can cause the test runner to enternode_modulessymlink cycles in pnpm workspacesGlobclass when running under the Bun runtime. Bun'sGlob#scandoes not follow symlinks by default, avoiding the cycle.fs.promises.globUse native dynamic
import()in Bun to load.tsand.tsxfiles in the test runner