Commit 2b5d725
chore(create-objectstack): drop deprecated @types/tar devDependency
tar v7 ships its own TypeScript declarations, so the standalone @types/tar
stub is deprecated and redundant — it only emitted a `WARN deprecated
@types/tar@7.0.87` line on every `pnpm install`. `import * as tar from 'tar'`
now resolves against tar's bundled types; the package still builds and
type-checks clean, and dist/ is byte-identical.
devDependency-only, ships nothing (empty changeset — create-objectstack is in
the lockstep fixed group and must not drag the stack up a patch for a no-op).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent d8b8354 commit 2b5d725
3 files changed
Lines changed: 16 additions & 12 deletions
File tree
- .changeset
- packages/create-objectstack
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments