chore: Update version for release (pre) #6828
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/dev@1.19.0-pre.0
Minor Changes
improved networking options for v2_dev (#6724)
deprecate the
--scheme
and--host
options and replace them with theREMIX_DEV_ORIGIN
environment variableOutput esbuild metafiles for bundle analysis (#6772)
Written to server build directory (
build/
by default):metafile.css.json
metafile.js.json
(browser JS)metafile.server.json
(server JS)Metafiles can be uploaded to https://esbuild.github.io/analyze/ for analysis.
Add
serverNodeBuiltinsPolyfill
config option. You can now disable polyfills of Node.js built-in modules for non-Node.js server platforms by settingserverNodeBuiltinsPolyfill: false
inremix.config.js
. You can also provide a list of server polyfills, e.g.serverNodeBuiltinsPolyfill: ["crypto"]
. (#6814)Patch Changes
Exclude unimplemented polyfills from server build for non-Node.js server platforms (#6814)
ignore missing react-dom/client for react 17 (#6725)
Warn if not using v2_dev (#6818)
Also, rename
--no-restart
to--manual
to match intention and documentation.--no-restart
remains an alias for--manual
in v1 for backwards compatibility.ignore errors when killing already dead processes (#6773)
fix sourcemaps for v2_dev (#6762)
Do not clear screen when dev server starts (#6719)
On some terminal emulators, "clearing" only scrolls the next line to the
top. on others, it erases the scrollback.
Instead, let users call
clear
themselves (clear && remix dev
) ifthey want to clear.
Updated dependencies:
@remix-run/server-runtime@1.19.0-pre.0
@remix-run/serve@1.19.0-pre.0
@remix-run/react@1.19.0-pre.0
Minor Changes
improved networking options for v2_dev (#6724)
deprecate the
--scheme
and--host
options and replace them with theREMIX_DEV_ORIGIN
environment variablePatch Changes
fetcher.formEncType
to useFormEncType
fromreact-router-dom
instead ofstring
(#6810)react-router-dom@6.14.2-pre.0
(#6812)?_data
HTTP/Network errors that don't reach the Remix server and ensure they bubble to theErrorBoundary
(#6783)Error
subclasses such asReferenceError
/TypeError
in development mode (#6675)useRouteLoaderData()
(#5157)@remix-run/server-runtime@1.19.0-pre.0
Minor Changes
improved networking options for v2_dev (#6724)
deprecate the
--scheme
and--host
options and replace them with theREMIX_DEV_ORIGIN
environment variablePatch Changes
react-router-dom@6.14.2-pre.0
(#6812)?_data
HTTP/Network errors that don't reach the Remix server and ensure they bubble to theErrorBoundary
(#6783)Error
subclasses such asReferenceError
/TypeError
in development mode (#6675)?_data
request that doesn't match routes (#6820)create-remix@1.19.0-pre.0
Patch Changes
@remix-run/dev@1.19.0-pre.0
@remix-run/architect@1.19.0-pre.0
Patch Changes
@remix-run/node@1.19.0-pre.0
@remix-run/cloudflare@1.19.0-pre.0
Patch Changes
@remix-run/server-runtime@1.19.0-pre.0
@remix-run/cloudflare-pages@1.19.0-pre.0
Patch Changes
@remix-run/cloudflare@1.19.0-pre.0
@remix-run/cloudflare-workers@1.19.0-pre.0
Patch Changes
@remix-run/cloudflare@1.19.0-pre.0
@remix-run/deno@1.19.0-pre.0
Patch Changes
@remix-run/server-runtime@1.19.0-pre.0
@remix-run/express@1.19.0-pre.0
Patch Changes
@remix-run/node@1.19.0-pre.0
@remix-run/netlify@1.19.0-pre.0
Patch Changes
@remix-run/node@1.19.0-pre.0
@remix-run/node@1.19.0-pre.0
Patch Changes
@remix-run/web-fetch@4.3.5
. Submitted empty file inputs are now correctly parsed out as emptyFile
instances instead of being surfaced as an empty string viarequest.formData()
(#6816)@remix-run/server-runtime@1.19.0-pre.0
@remix-run/serve@1.19.0-pre.0
Patch Changes
@remix-run/node@1.19.0-pre.0
@remix-run/express@1.19.0-pre.0
@remix-run/testing@1.19.0-pre.0
Patch Changes
react-router-dom@6.14.2-pre.0
(#6812)@remix-run/react@1.19.0-pre.0
@remix-run/node@1.19.0-pre.0
@remix-run/vercel@1.19.0-pre.0
Patch Changes
@remix-run/node@1.19.0-pre.0
remix@1.19.0-pre.0
remix
See the
CHANGELOG.md
in individual Remix packages for all changes.@remix-run/css-bundle@1.19.0-pre.0
@remix-run/eslint-config@1.19.0-pre.0