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

feat(lockfile): track JSR and npm dependencies in config file #22004

Merged
merged 19 commits into from
Jan 22, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jan 20, 2024

See overview in denoland/deno_lockfile#13

@dsherret dsherret added this to the 1.40 milestone Jan 20, 2024
@dsherret dsherret marked this pull request as ready for review January 21, 2024 22:49
"http://localhost:4545/subdir/mt_text_typescript.t1.ts": "3a3e002e2f92dc8f045bd4a7c66b4791453ad0417b038dd2b2d9d0f277c44f18",
"http://localhost:4545/subdir/mt_video_mp2t.t3.ts": "3a3e002e2f92dc8f045bd4a7c66b4791453ad0417b038dd2b2d9d0f277c44f18",
"http://localhost:4545/subdir/mt_video_vdn.t2.ts": "3a3e002e2f92dc8f045bd4a7c66b4791453ad0417b038dd2b2d9d0f277c44f18"
"version": "3",
Copy link
Member Author

Choose a reason for hiding this comment

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

This got updated to v3 during my development and I think it's fine to just leave this as v3 now.

Copy link
Member Author

@dsherret dsherret Jan 21, 2024

Choose a reason for hiding this comment

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

It would be nice to have a workspace integration test here, but atm workspace support is not very good. I opened #22020 and mentioned to add a test for this when doing that. (there are tests for workspaces in deno_lockfile)

@bartlomieju
Copy link
Member

Discussed with @marvinhagemeister, this is overall improvement so we're gonna land is as is.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@bartlomieju bartlomieju merged commit 69d5f13 into denoland:main Jan 22, 2024
14 checks passed
@bartlomieju bartlomieju deleted the smarter_lockfile branch January 22, 2024 21:31
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

2 participants