Skip to content

Commit dde1909

Browse files
authored
feat(deps): upgrade upstream dependencies (#799)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - rolldown-vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: adds a new CLI flag and updates snapshots; behavior change is limited to consumers who opt into `--root`, plus minor lockfile metadata updates. > > **Overview** > `vp pack` now exposes a new `--root <dir>` flag to set the root directory for input files, and the CLI help snapshot tests are updated accordingly. > > The `pnpm-lock.yaml` is refreshed to include new deprecation metadata for some transitive packages. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 498e8b9. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0a1ec92 commit dde1909

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

packages/cli/snap-tests/command-helper/snap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Options:
7070
--public-dir <dir> Alias for --copy, deprecated
7171
--tsconfig <tsconfig> Set tsconfig path
7272
--unbundle Unbundle mode
73+
--root <dir> Root directory of input files
7374
--exe Bundle as executable
7475
-W, --workspace [dir] Enable workspace mode
7576
-F, --filter <pattern> Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name

packages/cli/snap-tests/command-pack/snap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Options:
4444
--public-dir <dir> Alias for --copy, deprecated
4545
--tsconfig <tsconfig> Set tsconfig path
4646
--unbundle Unbundle mode
47+
--root <dir> Root directory of input files
4748
--exe Bundle as executable
4849
-W, --workspace [dir] Enable workspace mode
4950
-F, --filter <pattern> Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name

packages/cli/src/pack-bin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ cli
7272
.option('--public-dir <dir>', 'Alias for --copy, deprecated')
7373
.option('--tsconfig <tsconfig>', 'Set tsconfig path')
7474
.option('--unbundle', 'Unbundle mode')
75+
.option('--root <dir>', 'Root directory of input files')
7576
.option('--exe', 'Bundle as executable')
7677
.option('-W, --workspace [dir]', 'Enable workspace mode')
7778
.option('-F, --filter <pattern>', 'Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name')

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)