Commit 1cc308a
fix(node): Unpin
## What
Bump `@apm-js-collab/code-transformer-bundler-plugins` from `^0.7.1` to
`^0.7.3` in `@sentry/server-utils` and `@sentry/bun`, walking back the
pin from #22497.
* `packages/server-utils/package.json`: `^0.7.1` -> `^0.7.3`
* `packages/bun/package.json`: `^0.7.1` -> `^0.7.3`
* `yarn.lock`: resolves to 0.7.3
## Why
#22497 pinned to 0.7.1 to work around the
`generic-ts3.8` e2e test (0.7.2 shipped `.d.cts`/`.d.mts` files TS 3.8
could not parse). But 0.7.1's `.d.cts` has a broken
`./instrumentation-serde` re-export, which breaks modern TypeScript in
consumers.
0.7.3 was released upstream specifically for
[apm-js-collab/code-transformer-bundler-plugins#45](<apm-js-collab/code-transformer-bundler-plugins#45>)
("TS 3.8 cannot parse mixed type imports"). It moves to plain `.d.ts`
files with a resolvable `./instrumentation-serde.js` re-export, fixing
both sides: modern TS resolves the module, and TS 3.8 no longer chokes
on the type-import syntax.
Fixes #22626 <br>Fixes
#22646
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>@apm-js-collab/code-transformer-bundler-plugins (#22676)1 parent 09a015e commit 1cc308a
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments