-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-next' into markdalgleish/browser-node-polyfills
- Loading branch information
Showing
68 changed files
with
1,193 additions
and
510 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@remix-run/serve": major | ||
--- | ||
|
||
`remix-serve` picks an open port if 3000 is taken | ||
|
||
- If `PORT` env var is set, `remix-serve` will use that port | ||
- Otherwise, `remix-serve` picks an open port (3000 unless that is already taken) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
--- | ||
"@remix-run/vercel": major | ||
"remix": major | ||
--- | ||
|
||
The `@remix-run/vercel` runtime adapter has been removed in favor of out of the box Vercel functionality. Please update | ||
your code by removing `@remix-run/vercel` & `@vercel/node` from your `package.json`, removing your | ||
`server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`. ((#7035)[https://github.com/remix-run/remix/pull/7035]) | ||
The `@remix-run/vercel` runtime adapter has been removed in favor of out of the box Vercel functionality. Please update your code by removing `@remix-run/vercel` & `@vercel/node` from your `package.json`, removing your `server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`. ((#7035)[https://github.com/remix-run/remix/pull/7035]) | ||
|
||
Due to the removal of this adapter, we also removed our [Vercel template][vercel-template] in favor of the | ||
[official Vercel template][official-vercel-template] ((#6784)[https://github.com/remix-run/remix/pull/6784]). | ||
Due to the removal of this adapter, we also removed our [Vercel template][vercel-template] in favor of the [official Vercel template][official-vercel-template] ((#6784)[https://github.com/remix-run/remix/pull/6784]). | ||
|
||
[vercel-template]: https://github.com/remix-run/remix/tree/main/templates/vercel | ||
[official-vercel-template]: https://github.com/vercel/vercel/tree/main/examples/remix |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@remix-run/react": patch | ||
"@remix-run/server-runtime": patch | ||
"@remix-run/testing": patch | ||
--- | ||
|
||
Bump router to 1.9.0/6.16.0 prereleases |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "pre", | ||
"initialVersions": { | ||
"integration-tests": "0.0.0-local-version", | ||
"create-remix": "1.19.3", | ||
"remix": "1.19.3", | ||
"@remix-run/architect": "1.19.3", | ||
"@remix-run/cloudflare": "1.19.3", | ||
"@remix-run/cloudflare-pages": "1.19.3", | ||
"@remix-run/cloudflare-workers": "1.19.3", | ||
"@remix-run/css-bundle": "1.19.3", | ||
"@remix-run/deno": "1.19.3", | ||
"@remix-run/dev": "1.19.3", | ||
"@remix-run/eslint-config": "1.19.3", | ||
"@remix-run/express": "1.19.3", | ||
"@remix-run/node": "1.19.3", | ||
"@remix-run/react": "1.19.3", | ||
"@remix-run/serve": "1.19.3", | ||
"@remix-run/server-runtime": "1.19.3", | ||
"@remix-run/testing": "1.19.3" | ||
}, | ||
"changesets": [ | ||
"add-error-to-meta", | ||
"beige-pugs-drive", | ||
"brown-seals-look", | ||
"cool-penguins-film", | ||
"cool-wombats-chew", | ||
"create-remix-overwrite", | ||
"create-remix", | ||
"cuddly-rings-mate", | ||
"curly-moons-cover", | ||
"decouple-css-bundle-from-dev", | ||
"deduplicate-prefetch-link-tags", | ||
"destory-session-maxage", | ||
"dirty-bags-wink", | ||
"disabled-link-preload", | ||
"empty-cameras-walk", | ||
"enable-css-features-by-default", | ||
"error-response-type", | ||
"fair-falcons-wink", | ||
"fix-commit-session-expires", | ||
"fix-stub-route-object-type", | ||
"fluffy-bananas-love", | ||
"fluffy-fishes-lay", | ||
"friendly-fireants-report", | ||
"fuzzy-mugs-swim", | ||
"giant-crews-care", | ||
"global-fetch-instanceof", | ||
"grumpy-trees-flow", | ||
"handle-error-response", | ||
"heavy-crabs-kick", | ||
"improve-minified-css-compatibility", | ||
"khaki-roses-matter", | ||
"kind-grapes-clap", | ||
"large-goats-double", | ||
"light-rivers-tell", | ||
"loud-pandas-do", | ||
"lovely-drinks-bow", | ||
"memory-session-id", | ||
"moody-pants-laugh", | ||
"neat-impalas-divide", | ||
"olive-lemons-marry", | ||
"orange-suits-nail", | ||
"polyfill-package-imports-in-deps", | ||
"popular-trains-do", | ||
"purple-tables-switch", | ||
"purple-zoos-refuse", | ||
"quiet-lemons-fold", | ||
"remix-testing-meta-links", | ||
"remove-default-server-node-polyfills", | ||
"remove-fetch-polyfill-references-in-adapters", | ||
"remove-magic-import-eslint-warnings", | ||
"remove-stream-recursion", | ||
"remove-unstable-should-reload", | ||
"remove-v1-meta", | ||
"resource-route-boundary-only", | ||
"rich-months-search", | ||
"rotten-penguins-eat", | ||
"selfish-months-behave", | ||
"seven-queens-try", | ||
"shiny-teachers-cheer", | ||
"silver-readers-think", | ||
"sour-parrots-dream", | ||
"strong-rice-applaud", | ||
"stupid-emus-repair", | ||
"tame-moons-buy", | ||
"tasty-apricots-doubt", | ||
"use-fetch-duplex", | ||
"useloaderdata-types-yarn-pnp", | ||
"v2-default-to-esm", | ||
"v2-remove-auto-globals-install", | ||
"v2-remove-catch-boundary", | ||
"v2-remove-fetcher-compat", | ||
"v2-remove-magic-exports", | ||
"v2-remove-normalize-form-method", | ||
"v2-remove-unstable-warnings", | ||
"v2-remove-use-transition", | ||
"v2-route-convention", | ||
"v2-serve-dynamic-import", | ||
"v2-use-deepest-headers-function", | ||
"wicked-points-unite", | ||
"wild-garlics-draw", | ||
"xdm-to-mdx" | ||
] | ||
} |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.