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

[WIP] JS: Parse aliased package details #1115

Closed
wants to merge 1 commit into from
Closed

Conversation

greysteil
Copy link
Contributor

This is a start to handling aliased JS dependencies properly. It still needs a bunch of work:

  • pick up the aliased_package_name in the update check and file updater, and ensure those work
  • look into whether aliases are allowed for transitive deps, in which case we'll need to handle in the lockfile parser, too
  • maybe move the aliased_package_name into a metadata hash (like we do for property names in our Java package managers, for example)

@greysteil
Copy link
Contributor Author

@feelepxyz FYI, this is a start to properly supporting aliased packages. I abandoned it because it will need at least another couple of hours work, and I need to jump on other stuff.

@feelepxyz
Copy link
Contributor

feelepxyz commented Apr 23, 2019 via email

feelepxyz added a commit that referenced this pull request Aug 20, 2019
Fixes an update error for `github/stardust-frontend` caused by this
alias: https://github.com/github/stardust-frontend/blob/master/web/package.json#L45

Ignore any deps with aliases in the name until we've added full support
which was started here: #1115
@stale stale bot added the wontfix label Oct 23, 2019
@feelepxyz feelepxyz added T: feature-request Requests for new features and removed wontfix labels Oct 23, 2019
@feelepxyz feelepxyz changed the base branch from master to main June 24, 2020 11:27
@dependabot dependabot deleted a comment Jan 19, 2022
@dependabot dependabot deleted a comment from stale bot Sep 15, 2022
Copy link
Contributor

👋 This pull request has been marked as stale because it has been open for 2 years with no activity. You can comment on the PR to hold stalebot off for a while, or do nothing. If you do nothing, this pull request will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details.

@github-actions github-actions bot added the Stale label Sep 15, 2024
@github-actions github-actions bot closed this Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale T: feature-request Requests for new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants