chore(deps): update dependency @remix-run/serve to v1.19.3#46
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @remix-run/serve to v1.19.3#46renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
5b21903 to
f0b2efd
Compare
5de8b9b to
eaeb985
Compare
eaeb985 to
055e3cd
Compare
055e3cd to
d493c33
Compare
d493c33 to
ab1e8b9
Compare
ab1e8b9 to
430c34d
Compare
430c34d to
5aab3f6
Compare
5aab3f6 to
9f9f236
Compare
9f9f236 to
cd1047c
Compare
cd1047c to
8d2b671
Compare
8d2b671 to
f675dca
Compare
f675dca to
76df8c3
Compare
76df8c3 to
b24a27e
Compare
b24a27e to
4c4815b
Compare
4c4815b to
d9a2636
Compare
d9a2636 to
bb6a76f
Compare
bb6a76f to
c400fda
Compare
c400fda to
fdca3aa
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 contains the following updates:
1.4.1→1.19.3Release Notes
remix-run/remix (@remix-run/serve)
v1.19.3Compare Source
v1.19.2Compare Source
v1.19.1Compare Source
v1.19.0Compare Source
v1.18.1Compare Source
v1.18.0Compare Source
v1.17.1Compare Source
v1.17.0Compare Source
v1.16.1Compare Source
v1.16.0Compare Source
v1.15.0Compare Source
v1.14.3Compare Source
v1.14.2Compare Source
v1.14.1Compare Source
v1.14.0Compare Source
v1.13.0Compare Source
v1.12.0Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
v1.10.1Compare Source
v1.10.0Compare Source
v1.9.0Compare Source
v1.8.2Compare Source
v1.8.1Compare Source
v1.8.0Compare Source
v1.7.6Compare Source
v1.7.5Compare Source
v1.7.4Compare Source
v1.7.3Compare Source
v1.7.2Compare Source
v1.7.1Compare Source
v1.7.0Compare Source
v1.6.8Compare Source
v1.6.7Compare Source
v1.6.6Compare Source
v1.6.5Compare Source
v1.6.4Compare Source
What's Changed
🐛 Bug fixes
@remix-run/serveand@remix-run/dev(#3602)💅 Enhancements
watchPathsoption forremix.config. This allows you to define custom directories to watch while runningremix dev(#3188).New Contributors
Full Changelog: remix-run/remix@v1.6.3...v1.6.4
v1.6.3Compare Source
This release fixes issues with some supported deep imports when bundling your server.
v1.6.2Compare Source
What's Changed
🐛 Bug Fixes
create-remixCLI (#2804)💅 Enhancements
New Contributors
Full Changelog: remix-run/remix@v1.6.1...v1.6.2-pre.0
v1.6.1Compare Source
What's Changed
This release includes a few small bug fixes and DX improvements. Check out the full changelog to see what's new! ✨
New Contributors
Full Changelog: remix-run/remix@v1.6.0...v1.6.1
v1.6.0Compare Source
What Changed?
☠️ Deprecated
Imports from the
remixpackage are now officially deprecated. We added ESLint warnings to help you catch these (#3285). We also provide a codemod to make the necessary changes to prepare for a future breaking change. Runnpx @​remix-run/dev migrateto initiate the codemod.See the release notes for v1.4.0 for more details on this change.
💅 Enhancements
@remix-run/react(#2876)--portflag to theremix devscript (#3447)🐛 Bug fixes
sameSite: "lax"to better align with browsers (#2388)imageSrcSet/imageSizesprops forlinksdepending on the React version used (#2944)@remix-run/dev(#3413)New Contributors
Full Changelog: remix-run/remix@v1.5.1...v1.6.0
v1.5.1Compare Source
What's Changed
💅 Enhancements
create-remixCLI 🦕 (#3233)Full Changelog: remix-run/remix@v1.5.0...v1.5.1
v1.5.0Compare Source
Welcome to version 1.5 of Remix. Can you believe that we are already 1.5
yearsversions old? Time flies when you're building fun web frameworks!We've got a few things that we're excited to share with this one, so let's get started 💿 💿 💿
Official support for Deno
Dr. Ian Malcolm, Jurassic Park
A short while ago we rolled out a new adapter with experimental support for building on top of Deno. At long last, the mad scientists at Remix are now ready to announce a major breakthrough:
Remix now officially supports Deno. 🦕
Apart from compiler-related changes, Deno support comes in the form of:
@remix-run/denopackagenpx create-remix@latest --template deno)We couldn't be more excited to see what Deno enables for your future Remix projects. Deno takes a very different approach than most other JS runtimes, and we learned some big lessons while implementing our adapter. For those curious, check out a some tricky Deno-related decisions we made along the way.
It was tough going at times, but as Dr. Malcolm would say: 🦖
Moving closer to The Platform™
One of our driving forces with Remix is to use web standards and get to connect developers more closely to them with our APIs.
In the olden days, the only JavaScript runtime was the one implemented by browsers, but Node changed the game for everyone. In those days, many standards and APIs necessary to build a proper JS server runtime didn't exist, so the good folks working on Node had to invent them for us. Or in many cases we'd get "polyfills" for new standards from third-party libraries like
node-fetch.These were innovative times, and moving quickly allowed devs to ship more quickly. But inconsistency between runtimes also created a lot of problems. Thankfully we are getting closer than ever to consensus-driven solutions, and Remix is moving towards this new, more standardized approach.
We have removed our dependency on
node-fetchand moved forward with our own implementation that gets closer to the living Fetch Standard. This opens the door to new features in your loaders and actions—you can now returnReadableStreamin the body of your response, which allows you to stream data from your server and paves the way for the new streaming APIs in React 18.This comes at an exciting time for the web, as just a few weeks ago we saw the formation of a new Web-interoperable Runtimes Community Group. We've never been more optimistic about the web, and we see this change as a necessary first step to embrace its future.
What's Changed
✨ Features
node-fetchwith@remix-run/web-fetchfor a more standards-based fetch implementation (#2736)💅 Enhancements
🐛 Bug fixes
.jsroute files (#3059)packageExportsmap (#3189)loadercalls when usingprefetch-intent(#2938)unstable_parseMultipartFormDatano longer operates on a Node.jsstream, this has been changed to anAsyncIterable<Uint8Array>calleddatato bring this functionality to all platforms (#2736)unstable_parseMultipartFormDatano longer parses fields automatically for you; instead useunstable_composeUploadHandlersto combine multiple upload handlers (#2736)New Contributors
Full Changelog: remix-run/remix@v1.4.3...v1.5.0
v1.4.3Compare Source
This release reverts #2875, which cleans build directories before starting a new build. This behavior caused some unintended problems for some folks using external processes. See #2875 (comment)
v1.4.2Compare Source
What's Changed
🐛 Bug fixes
<LiveReload />that prevented it from running without scripts hydration (#2874)tsconfig.jsonsettings when creating a new project to fix compiler issues (#2786)💅 Enhancements
New Contributors
Full Changelog: remix-run/remix@v1.4.1...v1.4.2-pre.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.