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

fix(core): improve performance of pnpm lock file parsing #23017

Merged
merged 4 commits into from
Apr 26, 2024

Conversation

JamesHenry
Copy link
Collaborator

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

Copy link

vercel bot commented Apr 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Apr 26, 2024 8:17pm

@JamesHenry JamesHenry marked this pull request as ready for review April 25, 2024 21:22
@JamesHenry JamesHenry requested review from meeroslav and a team as code owners April 25, 2024 21:22
for (let i = 0; i < snapshots.length; i++) {
const dependencyName = matchedDependencyName(snapshots[i]);
if (dependencyName) {
packageNames.add(dependencyName);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This handled things like string-width-cjs and strip-ansi-cjs.

https://github.com/nrwl/nx/pull/17613/files

It seems like those are missing now.

@Coly010 Coly010 force-pushed the pnpm-lock-parsing-refactor branch 2 times, most recently from 223eb61 to 08dba71 Compare April 26, 2024 19:04
@FrozenPandaz FrozenPandaz merged commit 8a53892 into nrwl:master Apr 26, 2024
6 checks passed
FrozenPandaz pushed a commit that referenced this pull request Apr 27, 2024
Co-authored-by: Colum Ferry <cferry09@gmail.com>
Copy link

github-actions bot commented May 2, 2024

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2024
@JamesHenry JamesHenry deleted the pnpm-lock-parsing-refactor branch May 13, 2024 17:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants