chore: Update version for release (pre) #7508
Merged
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.
release-next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-next
.Releases
@remix-run/architect@2.0.1-pre.0
Patch Changes
@remix-run/node@2.0.1-pre.0
@remix-run/cloudflare@2.0.1-pre.0
Patch Changes
@remix-run/server-runtime@2.0.1-pre.0
@remix-run/cloudflare-pages@2.0.1-pre.0
Patch Changes
@remix-run/cloudflare@2.0.1-pre.0
@remix-run/cloudflare-workers@2.0.1-pre.0
Patch Changes
@remix-run/cloudflare@2.0.1-pre.0
@remix-run/deno@2.0.1-pre.0
Patch Changes
@remix-run/server-runtime@2.0.1-pre.0
@remix-run/dev@2.0.1-pre.0
Patch Changes
Fix types for MDX files when using pnpm (#7491)
Update
getDependenciesToBundle
to handle ESM packages without main exports. Note that these packages must exposepackage.json
in theirexports
field so that their path can be resolved. (#7272)Fix server builds where serverBuildPath extension is
.cjs
. (#7180)Fix a bug that caused the server build file to be emitted into the assets directory if the value of
serverBuildPath
ended in.cjs
.Updated dependencies:
@remix-run/serve@2.0.1-pre.0
@remix-run/server-runtime@2.0.1-pre.0
@remix-run/express@2.0.1-pre.0
Patch Changes
@remix-run/node@2.0.1-pre.0
@remix-run/node@2.0.1-pre.0
Patch Changes
@remix-run/web-fetch
(#7477)crypto.randomBytes
tocrypto.webcrypto.getRandomValues
for file session storage ID generation (#7203)Blob
cleass instead of polyfill (#7217)@remix-run/server-runtime@2.0.1-pre.0
@remix-run/react@2.0.1-pre.0
Patch Changes
UIMatch
forhandle
field (#7464)route.lazy
(#7498)ErrorResponse
instead of just anError
when submitting to a route without anaction
(#7423)@remix-run/server-runtime@2.0.1-pre.0
@remix-run/serve@2.0.1-pre.0
Patch Changes
Fix HMR for CJS projects using
remix-serve
and manual mode (remix dev --manual
) (#7487)By explicitly busting the
require
cache,remix-serve
now correctly reimports new server changes in CJS.ESM projects were already working correctly and are not affected by this.
Fix error caused by partially written server build (#7470)
Previously, it was possible to trigger a reimport of the app server code before the new server build had completely been written. Reimporting the partially written server build caused issues related to
build.assets
being undefined and crashing when readingbuild.assets.version
.Updated dependencies:
@remix-run/node@2.0.1-pre.0
@remix-run/express@2.0.1-pre.0
@remix-run/testing@2.0.1-pre.0
Patch Changes
@remix-run/react@2.0.1-pre.0
@remix-run/node@2.0.1-pre.0
create-remix@2.0.1-pre.0
remix@2.0.1-pre.0
remix
See the
CHANGELOG.md
in individual Remix packages for all changes.@remix-run/css-bundle@2.0.1-pre.0
@remix-run/eslint-config@2.0.1-pre.0
@remix-run/server-runtime@2.0.1-pre.0