diff --git a/packages/cli/src/utils/constants.ts b/packages/cli/src/utils/constants.ts index 011bc8e8c1..2cecc402dd 100644 --- a/packages/cli/src/utils/constants.ts +++ b/packages/cli/src/utils/constants.ts @@ -19,7 +19,7 @@ export const VITEST_VERSION = '4.1.11'; // Exact action release used by generated workflows and the @v1 migration. // The Renovate custom manager keeps this value current. -export const SETUP_VP_VERSION = 'v1.18.0'; +export const SETUP_VP_VERSION = 'v1.19.0'; export const TSDOWN_MIGRATION_SKILL_URL = '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/rolldown/tsdown/blob/main/skills/tsdown-migrate/SKILL.md';