Skip to content

[remix] extract common function options#12960

Merged
erikareads merged 4 commits intomainfrom
erikarowland/extract-common-server-function-options
Jan 30, 2025
Merged

[remix] extract common function options#12960
erikareads merged 4 commits intomainfrom
erikarowland/extract-common-server-function-options

Conversation

@erikareads
Copy link
Copy Markdown
Contributor

@erikareads erikareads commented Jan 29, 2025

This PR assumes that Remix and React-Router should vary at the same time, and that there isn't any situation where these options should differ between the two build paths. If that assumption is invalid, we should reject this PR and consider another approach.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 29, 2025

🦋 Changeset detected

Latest commit: 47ed506

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@vercel/remix-builder Patch
vercel Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Copy Markdown
Member

@TooTallNate TooTallNate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is valid, though I think we can soon head into a direction where there is only one create function. Need to wait for useWebApi to finish rolling out before we can do that though.

@erikareads
Copy link
Copy Markdown
Contributor Author

This is valid, though I think we can soon head into a direction where there is only one create function. Need to wait for useWebApi to finish rolling out before we can do that though.

This is precisely where I want to go. Do you mean between Edge and Server, or between Remix and React Router?

@erikareads erikareads enabled auto-merge January 29, 2025 23:07
@erikareads erikareads added this pull request to the merge queue Jan 30, 2025
Merged via the queue into main with commit a9f2138 Jan 30, 2025
@erikareads erikareads deleted the erikarowland/extract-common-server-function-options branch January 30, 2025 18:27
trek pushed a commit that referenced this pull request Jan 31, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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 main, this PR will
be updated.


# Releases
## [email protected]

### Major Changes

- Make split-tgz the default for archive deployments
([#12943](#12943))

### Patch Changes

- Updated dependencies
\[[`a9f2138035befec646d01c23203dba66790ea323`](a9f2138),
[`e9acda308cefc4e12784d742968a6816e1f1072b`](e9acda3),
[`bfbe07e2b5a87b07da464a6504566f29a76a9e8b`](bfbe07e),
[`d07466a32f9026109f333fe653d1ff02a012756f`](d07466a),
[`96c7a3ab6041efeb1eda9aab97d0a75c61e17bbe`](96c7a3a),
[`b52b7e3a8cd775d56149683cb809b7ad9c77a514`](b52b7e3),
[`9cfe0ec1439c6d3b038ab21f125cfe0223ad62c8`](9cfe0ec)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Major Changes

- Ignore .yarn/cache by default on vercel CLI deploys
([#12977](#12977))

- Make split-tgz the default for archive deployments
([#12943](#12943))

### Patch Changes

- Updated dependencies
\[[`b52b7e3a8cd775d56149683cb809b7ad9c77a514`](b52b7e3),
[`3d310f508b9ff8f891838d8ba8ea24e428a06a9d`](3d310f5)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- [cli] shift node 16 deprecation date to 2025-02-03
([#12981](#12981))

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`3d310f508b9ff8f891838d8ba8ea24e428a06a9d`](3d310f5)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`b52b7e3a8cd775d56149683cb809b7ad9c77a514`](b52b7e3),
[`3d310f508b9ff8f891838d8ba8ea24e428a06a9d`](3d310f5)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Add test case for locale false rewrite
([#12959](#12959))

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`b52b7e3a8cd775d56149683cb809b7ad9c77a514`](b52b7e3)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`3d310f508b9ff8f891838d8ba8ea24e428a06a9d`](3d310f5)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- [remix] extract common function options
([#12960](#12960))

- [remix] extract sourceSearchValue into FrameworkSettings
([#12969](#12969))

- [remix] extract common edge file tracing logic
([#12953](#12953))

- [remix] remove check based on never set remixRunVercelPkgJson
([#12971](#12971))

- [remix] refactor framework slug into FrameworkSettings
([#12958](#12958))

## @vercel/[email protected]

### Patch Changes

- Update routes schema for new limit of 2048
([#12968](#12968))

## @vercel/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
QuietCraftsmanship pushed a commit to QuietCraftsmanship/Vercel that referenced this pull request Jul 6, 2025
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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 main, this PR will
be updated.


# Releases
## [email protected]

### Major Changes

- Make split-tgz the default for archive deployments
([#12943](vercel/vercel#12943))

### Patch Changes

- Updated dependencies
\[[`b56cf550701363cf912af70f4d29144df4facfff`](vercel/vercel@b56cf55),
[`3de9ea59496ec2efbbe6f6260462e56d138358eb`](vercel/vercel@3de9ea5),
[`fecccfaa1353073a22f483534298ce5a92c954ef`](vercel/vercel@fecccfa),
[`49aa15f615fdb0355dbc8dbe8385384cddb7b491`](vercel/vercel@49aa15f),
[`37c778eba467e24883b9bb0251570b7f015d75c7`](vercel/vercel@37c778e),
[`4da5ef09370f0fcf41967bfa2f74aaa43d9101c5`](vercel/vercel@4da5ef0),
[`67bd78da1aca915e6f97ed7799f143f2f238d93e`](vercel/vercel@67bd78d)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Major Changes

- Ignore .yarn/cache by default on vercel CLI deploys
([#12977](vercel/vercel#12977))

- Make split-tgz the default for archive deployments
([#12943](vercel/vercel#12943))

### Patch Changes

- Updated dependencies
\[[`4da5ef09370f0fcf41967bfa2f74aaa43d9101c5`](vercel/vercel@4da5ef0),
[`ab47f59a429ea11655efe1af72ed7dc75bc9633b`](vercel/vercel@ab47f59)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- [cli] shift node 16 deprecation date to 2025-02-03
([#12981](vercel/vercel#12981))

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`ab47f59a429ea11655efe1af72ed7dc75bc9633b`](vercel/vercel@ab47f59)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`4da5ef09370f0fcf41967bfa2f74aaa43d9101c5`](vercel/vercel@4da5ef0),
[`ab47f59a429ea11655efe1af72ed7dc75bc9633b`](vercel/vercel@ab47f59)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Add test case for locale false rewrite
([#12959](vercel/vercel#12959))

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`4da5ef09370f0fcf41967bfa2f74aaa43d9101c5`](vercel/vercel@4da5ef0)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`ab47f59a429ea11655efe1af72ed7dc75bc9633b`](vercel/vercel@ab47f59)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- [remix] extract common function options
([#12960](vercel/vercel#12960))

- [remix] extract sourceSearchValue into FrameworkSettings
([#12969](vercel/vercel#12969))

- [remix] extract common edge file tracing logic
([#12953](vercel/vercel#12953))

- [remix] remove check based on never set remixRunVercelPkgJson
([#12971](vercel/vercel#12971))

- [remix] refactor framework slug into FrameworkSettings
([#12958](vercel/vercel#12958))

## @vercel/[email protected]

### Patch Changes

- Update routes schema for new limit of 2048
([#12968](vercel/vercel#12968))

## @vercel/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @vercel/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants