fix(upgrade): do not use cache when getting nuxt version#1002
fix(upgrade): do not use cache when getting nuxt version#1002
Conversation
Bundle Stats — nuxt-cli size comparisonHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller
Unchanged
|
Bundle Stats — create-nuxt size comparisonHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller
Unchanged
|
Bundle Stats — nuxi size comparisonHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset
View detailed bundle breakdownAdded
Removed
Bigger No assets were bigger Smaller
Unchanged
|
commit: |
CodSpeed Performance ReportMerging #1002 will not alter performanceComparing Summary
|
📚 Description
saw this reported somewhere (can't recall) - basically, because
pkg-typescaches the version of a dependency, when we update it will always report the same version as now installedI've also de-duplicated the getNuxtVersion code which was shared with module utils
related: #996