Skip to content

Commit

Permalink
Merge branch 'release-next' into markdalgleish/browser-node-polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Aug 29, 2023
2 parents 6aac9e0 + 65f0b29 commit a837a9e
Show file tree
Hide file tree
Showing 68 changed files with 1,193 additions and 510 deletions.
8 changes: 8 additions & 0 deletions .changeset/beige-pugs-drive.md
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)
9 changes: 3 additions & 6 deletions .changeset/fair-falcons-wink.md
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
7 changes: 7 additions & 0 deletions .changeset/light-rivers-tell.md
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
106 changes: 106 additions & 0 deletions .changeset/pre.json
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"
]
}
12 changes: 4 additions & 8 deletions .changeset/strong-rice-applaud.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
---
"@remix-run/netlify": major
"remix": major
---

The `@remix-run/netlify` runtime adapter has removed in favor of [`@netlify/remix-adapter`][official-netlify-adapter]
& [`@netlify/remix-edge-adapter`][official-netlify-edge-adapter]. Please update your code by changing all
`@remix-run/netlify` imports to `@netlify/remix-adapter`.
Keep in mind that `@netlify/remix-adapter` requires `@netlify/functions@^1.0.0`, which is a breaking change compared
to the previous supported `@netlify/functions` versions in `@remix-run/netlify`.
The `@remix-run/netlify` runtime adapter has removed in favor of [`@netlify/remix-adapter`][official-netlify-adapter] & [`@netlify/remix-edge-adapter`][official-netlify-edge-adapter]. Please update your code by changing all `@remix-run/netlify` imports to `@netlify/remix-adapter`.
Keep in mind that `@netlify/remix-adapter` requires `@netlify/functions@^1.0.0`, which is a breaking change compared to the previous supported `@netlify/functions` versions in `@remix-run/netlify`.

Due to the removal of this adapter, we also removed our [Netlify template][netlify-template] in favor of the
[official Netlify template][official-netlify-template].
Due to the removal of this adapter, we also removed our [Netlify template][netlify-template] in favor of the [official Netlify template][official-netlify-template].

[official-netlify-adapter]: https://github.com/netlify/remix-compute/tree/main/packages/remix-adapter
[official-netlify-edge-adapter]: https://github.com/netlify/remix-compute/tree/main/packages/remix-edge-adapter
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/release-test.yml

This file was deleted.

195 changes: 0 additions & 195 deletions .github/workflows/reusable-test.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/shared-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0

- name: ⬇️ Checkout repo
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/shared-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:

runs-on: ${{ inputs.os }}
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0

- name: ⬇️ Checkout repo
uses: actions/checkout@v3

Expand Down
Loading

0 comments on commit a837a9e

Please sign in to comment.