Direct Deps - #378
Open
AlexanderKaran wants to merge 2 commits into
Open
Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
framework-tracker | a498714 | Commit Preview URL Branch Preview URL |
Aug 08 2026, 01:19 AM |
Contributor
Deploying framework-tracker with
|
| Latest commit: |
a498714
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5579c87d.framework-tracker.pages.dev |
| Branch Preview URL: | https://direct-deps.framework-tracker.pages.dev |
43081j
reviewed
Aug 8, 2026
Comment on lines
+1
to
+8
| For dependency counts we start by looking at the dependencies for the | ||
| meta-framework package directly, for example how many prod, dev and overall deps | ||
| does `Nuxt` have. Then we look at dependencies again for the starter projects. | ||
| While we think looking at projects dependencies is more realistic like the | ||
| `starter-*` projects as meta-frameworks rarely just run with meta-framework | ||
| package it is also important to look at direct dependencies. This is the only | ||
| tests in Dev Time Stats where we do this every other Dev Time Test is based on | ||
| the Start Projects |
Contributor
There was a problem hiding this comment.
Suggested change
| For dependency counts we start by looking at the dependencies for the | |
| meta-framework package directly, for example how many prod, dev and overall deps | |
| does `Nuxt` have. Then we look at dependencies again for the starter projects. | |
| While we think looking at projects dependencies is more realistic like the | |
| `starter-*` projects as meta-frameworks rarely just run with meta-framework | |
| package it is also important to look at direct dependencies. This is the only | |
| tests in Dev Time Stats where we do this every other Dev Time Test is based on | |
| the Start Projects | |
| For dependency counts, we start by looking at the dependencies for the | |
| meta-framework package directly. For example, how many production, development and overall dependencies does `Nuxt` have? We then look at dependencies for the starter projects specifically. | |
| Looking at a project's dependencies is more realistic (like the | |
| `starter-*` projects) as meta-frameworks rarely just include the meta-framework | |
| package alone. It is also important to look at direct dependencies. |
but the wording doesn't seem to flow the best still so i might have to think about this again when im home
Collaborator
Author
There was a problem hiding this comment.
Happy to apply this @43081j
We could also merge and update the text later?
Contributor
There was a problem hiding this comment.
im happy with that 👍
may want to re-run format so it forms the markdown properly (assuming we have that setup)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added charts and tables for direct deps in:
I also added some clear text to explain the difference and why we do this @43081j feedback most welcome on the explainer text
I feel this way you get a nice balance between, hey, these are the deps of meta-framework and here they are when its used in a project