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] Sort default team to the top of the team selector #11451

Merged
merged 8 commits into from
Apr 18, 2024

Conversation

tcc-sejohnson
Copy link
Contributor

The user's default team should be sorted to the top of the selector. This is a nice and simple way to do this, though I'm not sure how to test my changes -- would appreciate guidance!

Copy link

changeset-bot bot commented Apr 17, 2024

🦋 Changeset detected

Latest commit: b2187bc

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

@tcc-sejohnson tcc-sejohnson changed the title feat: Sort default team to the top of the team selector fix: Sort default team to the top of the team selector Apr 17, 2024
@EndangeredMassa
Copy link
Contributor

The redwood failure specifically was a break elsewhere that has now been fixed on main. Merging main now.

avatar: null;
};

let teams: Team[] = [];
Copy link
Contributor

Choose a reason for hiding this comment

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

The mock here wasn't set up to allow for multiple teams. I adjusted it for the use of the current tests, but we should have a better mocking strategy in general for these kinds resources.

@EndangeredMassa
Copy link
Contributor

@tcc-sejohnson I added a test for this. The test setup wasn't going to make this easy for you, but I've tweaked it to hopefully make it easier next time.

@EndangeredMassa EndangeredMassa added the pr: automerge Automatically merge the PR when checks pass label Apr 17, 2024
@TooTallNate TooTallNate changed the title fix: Sort default team to the top of the team selector [cli] Sort default team to the top of the team selector Apr 18, 2024
@kodiakhq kodiakhq bot merged commit 8fd2c06 into main Apr 18, 2024
110 checks passed
@kodiakhq kodiakhq bot deleted the elliott/sort-default-team-to-top branch April 18, 2024 13:46
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