Skip to content

chore(align-deps): parse and reconstruct GitHub url#3766

Merged
tido64 merged 1 commit intomainfrom
tido/align-deps/parse-github-url
Sep 11, 2025
Merged

chore(align-deps): parse and reconstruct GitHub url#3766
tido64 merged 1 commit intomainfrom
tido/align-deps/parse-github-url

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented Sep 10, 2025

Description

For packages that don't have a homepage url, we fallback to the repository url. But in some cases, the SSH url is provided instead of HTTP.

Test plan

Before:

% yarn update-profile --pr --release-candidate | grep popover
| popover           | [react-native-popover-view](git@github.com:steffeydev/react-native-popover-view.git)                                       | ^6.0.1   | 6.1.0       | 9 months ago    |

After:

% yarn update-profile --pr --release-candidate | grep popover
| popover           | [react-native-popover-view](https://github.com/steffeydev/react-native-popover-view)                                       | ^6.0.1   | 6.1.0       | 9 months ago    |

@github-actions github-actions bot added feature: align-deps This is related to align-deps feature: eslint This is related to ESLint labels Sep 10, 2025
@tido64 tido64 merged commit 14a96af into main Sep 11, 2025
13 checks passed
@tido64 tido64 deleted the tido/align-deps/parse-github-url branch September 11, 2025 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: align-deps This is related to align-deps feature: eslint This is related to ESLint

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants