Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] Don't log error when running vc dev in a directory without a .git directory #11450

Conversation

onsclom
Copy link
Contributor

@onsclom onsclom commented Apr 17, 2024

vc dev in a dir without a .git dir would display an error the user should not see:

Vercel CLI 34.0.0
fatal: not a git repository (or any of the parent directories): .git
> Ready! Available at [http://localhost:3000](http://localhost:3000)

This fixes that by ignoring the stderr from git rev-parse.

Copy link

changeset-bot bot commented Apr 17, 2024

🦋 Changeset detected

Latest commit: 838f427

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

This PR includes changesets to release 1 package
Name Type
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

@onsclom onsclom added the pr: automerge Automatically merge the PR when checks pass label Apr 17, 2024
Co-authored-by: Nathan Rajlich <n@n8.io>
@kodiakhq kodiakhq bot merged commit 1447bc0 into main Apr 18, 2024
110 checks passed
@kodiakhq kodiakhq bot deleted the austinmerrick/zero-1858-dont-log-error-when-running-vc-dev-in-a-directory-without-a branch April 18, 2024 13:32
EndangeredMassa pushed a commit that referenced this pull request Apr 18, 2024
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
## vercel@34.1.0

### Minor Changes

- Don't propagate legacy env VERCEL_ANALYTICS_ID if
@vercel/speed-insights package is detected
([#11305](#11305))

### Patch Changes

- Replace console.log that communicates to user with client.output
methods ([#11353](#11353))

- [cli] Do not pipe git stderr to user during successful `vc dev` run
([#11450](#11450))

- fix: Sort default team to the top of the selection list
([#11451](#11451))

- Updated dependencies
\[[`993a60ef7`](993a60e),
[`949d84ad1`](949d84a),
[`5bb96ea07`](5bb96ea),
[`fd8031874`](fd80318)]:
    -   @vercel/next@4.2.1

## @vercel/frameworks@3.0.2

### Patch Changes

- Update framework detection to support SolidStart v1
([#11308](#11308))

## @vercel/fs-detectors@5.2.3

### Patch Changes

- Updated dependencies
\[[`5f72dc436`](5f72dc4)]:
    -   @vercel/frameworks@3.0.2

## @vercel/next@4.2.1

### Patch Changes

- [next] add streaming prerender group for actions
([#11454](#11454))

- [next] Ensure \_not-found is included properly in app router functions
([#11441](#11441))

- [next] add .action handling for dynamic routes
([#11461](#11461))

- [next] Remove un-necessary compressed function size calc/constraint
([#11442](#11442))

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
pr: automerge Automatically merge the PR when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants