Skip to content

[cli][client] Make split-tgz default for archive deployments#12943

Merged
onsclom merged 11 commits intomainfrom
austinmerrick/make-split-tgz-default
Jan 31, 2025
Merged

[cli][client] Make split-tgz default for archive deployments#12943
onsclom merged 11 commits intomainfrom
austinmerrick/make-split-tgz-default

Conversation

@onsclom
Copy link
Copy Markdown
Contributor

@onsclom onsclom commented Jan 28, 2025

This makes vercel deploy --archive=tgz use the new vercel deploy --archive=split-tgz behavior.

vercel deploy --archive=split-tgz still works, but now it prints a warning:

image

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 28, 2025

🦋 Changeset detected

Latest commit: ff4e8eb

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

This PR includes changesets to release 2 packages
Name Type
@vercel/client Major
vercel Major

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

@onsclom onsclom changed the title [cli] [client] Make split-tgz default for archive deployments [cli][client] Make split-tgz default for archive deployments Jan 29, 2025
@onsclom onsclom marked this pull request as ready for review January 29, 2025 18:26
@@ -0,0 +1,6 @@
---
'@vercel/client': major
'vercel': minor
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think this should be major as well. We're removing the ability to do a big single file, which could potentially break something for someone.

@onsclom onsclom enabled auto-merge January 29, 2025 23:03
@onsclom onsclom added this pull request to the merge queue Jan 30, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 30, 2025
@onsclom onsclom added this pull request to the merge queue Jan 30, 2025
Merged via the queue into main with commit 8c202aa Jan 31, 2025
@onsclom onsclom deleted the austinmerrick/make-split-tgz-default branch January 31, 2025 00: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.

3 participants