Skip to content

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

Merged
erikareads merged 4 commits intomainfrom
erikarowland/remove-dead-code-path-remix
Jan 31, 2025
Merged

[remix] remove check based on never set remixRunVercelPkgJson#12971
erikareads merged 4 commits intomainfrom
erikarowland/remove-dead-code-path-remix

Conversation

@erikareads
Copy link
Copy Markdown
Contributor

@erikareads erikareads commented Jan 30, 2025

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 30, 2025

🦋 Changeset detected

Latest commit: 81e0b11

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

@erikareads erikareads changed the title [remix] remove dead code path [remix] remove check based on unset remixRunVercelPkgJson Jan 30, 2025
@erikareads erikareads changed the title [remix] remove check based on unset remixRunVercelPkgJson [remix] remove check based on never set remixRunVercelPkgJson Jan 30, 2025
@erikareads erikareads added this pull request to the merge queue Jan 31, 2025
auto-merge was automatically disabled January 31, 2025 00:34

Pull Request is not mergeable

Merged via the queue into main with commit 96c7a3a Jan 31, 2025
@erikareads erikareads deleted the erikarowland/remove-dead-code-path-remix branch January 31, 2025 00:35
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>
github-merge-queue bot pushed a commit that referenced this pull request Jan 31, 2025
After #12971 the logic for getting files from node file trace is common
across the ServerFunction creation functions. This PR extracts that
logic into a function.
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