fix(deps): update dependency synckit to ^0.11.0 #15545
Open
+21
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.9.0
->^0.11.0
Release Notes
un-ts/synckit (synckit)
v0.11.1
Compare Source
Patch Changes
0966d2a
Thanks @JounQin! - fix: add missingMessageChannel
fromnode:worker_threads
for Node 14 compatibilityv0.11.0
Compare Source
Minor Changes
59f7432
Thanks @JounQin! - feat: addoxc
ts runner support, correctswc
ts runner with--import
flag supportPatch Changes
#222
59f7432
Thanks @JounQin! - fix:.cjs
should never be treated as ESM#219
79fa3a2
Thanks @JounQin! - refactor: split into chunk files, addmodule-sync
entry#222
59f7432
Thanks @JounQin! - fix: only considerprocess.features.typescript
when--no-experimental-strip-types
flag enabledv0.10.3
Compare Source
Patch Changes
386bfb9
Thanks @fisker! - chore: improve performance on first runv0.10.2
Compare Source
Minor Changes
#206
011e9c0
Thanks @JounQin! - refactor: simplify types, any function should be accepted#210
888302c
Thanks @JounQin! - feat: add newbun
ts runner#211
19f9a78
Thanks @JounQin! - feat: supportnode
runner by default for Node 22.6+#213
0d168d7
Thanks @JounQin! - feat: supportstdio
overriding in worker, what meansstdio
will be streamed in correct order now#208
d3da4c3
Thanks @JounQin! - feat: support file url worker pathPatch Changes
61f2ff2
Thanks @JounQin! - fix: incorrect commonjs typesv0.10.1
Compare Source
Patch Changes
e13a68a
Thanks @nwidynski! - fix: add support for type transformations to node runner, clarify correct Node versions supportv0.10.0
Compare Source
Minor Changes
#199
7a5f1bd
Thanks @nwidynski! - feat: add support for--experimental-strip-types
Introducing the
node
runner, which will replacets-node
as the new default:--experimental-strip-types
flag enabled via
NODE_OPTIONS
env or cli args--no-experimental-strip-types
flag enabled via
NODE_OPTIONS
env or cli argsAn error will be thrown when attempting to run with
node
on unsupported versions (<22).On these versions, the default runner remains
ts-node
when available.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.