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

chore: forward v1.28.3 release commit to main #16884

Merged
merged 2 commits into from
Dec 1, 2022
Merged

chore: forward v1.28.3 release commit to main #16884

merged 2 commits into from
Dec 1, 2022

Conversation

denobot
Copy link
Collaborator

@denobot denobot commented Dec 1, 2022

This is the release commit being forwarded back to main for 1.28.3

Please ensure:

  • Everything looks ok in the PR
  • The release has been published

To make edits to this PR:

git fetch upstream forward_v1.28.3 && git checkout -b forward_v1.28.3 upstream/forward_v1.28.3

Don't need this PR? Close it.

cc @kt3k

Co-authored-by: kt3k <[email protected]>
@@ -836,15 +836,13 @@ impl<'a, TNpmRegistryApi: NpmRegistryApi>
path: &Arc<GraphSpecifierPath>,
visited_ancestor_versions: &Arc<VisitedVersionsPath>,
) -> NpmPackageId {
let peer_dep_id = Cow::Borrowed(peer_dep_id);
let mut peer_dep_id = Cow::Borrowed(peer_dep_id);
Copy link
Member

Choose a reason for hiding this comment

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

There should be no changes to this file while forwarding, please revert

@kt3k kt3k marked this pull request as ready for review December 1, 2022 13:45
@kt3k kt3k merged commit 98d062e into main Dec 1, 2022
@kt3k kt3k deleted the forward_v1.28.3 branch December 1, 2022 13:52
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.

None yet

3 participants