fix(deps): update dependency synckit to ^0.10.0 - autoclosed #299
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.6.0->^0.10.0Release Notes
un-ts/synckit (synckit)
v0.10.0Compare Source
Minor Changes
#199
7a5f1bdThanks @nwidynski! - feat: add support for--experimental-strip-typesIntroducing the
noderunner, which will replacets-nodeas the new default:--experimental-strip-typesflag enabled via
NODE_OPTIONSenv or cli args--no-experimental-strip-typesflag enabled via
NODE_OPTIONSenv or cli argsAn error will be thrown when attempting to run with
nodeon unsupported versions (<22).On these versions, the default runner remains
ts-nodewhen available.v0.9.2Compare Source
Patch Changes
30d28aeThanks @jedlikowski! - fix: handle outdated message in channel queuev0.9.1Compare Source
Patch Changes
e99bf89Thanks @fmal! - fix: support yarn pnp with node 20v0.9.0Compare Source
Minor Changes
2541a1eThanks @onigoetz! - feat!: use a single SharedArrayBuffer, remove uselessbufferSizeoptionPatch Changes
be4648cThanks @JounQin! - refactor: lazy initialize cachesv0.8.8Compare Source
Patch Changes
7b6a0ebThanks @JounQin! - feat: migrate@pkgr/utilsto lite@pkgr/core- This will make the whole package much more smallerv0.8.7Compare Source
Patch Changes
#145
b2affa0Thanks @JounQin! - feat: add newglobalShimsoption, what means you can envSYNCKIT_GLOBAL_SHIMS=1to enable auto polyfilling for some modules, for example:fetchfromnode-fetch,performancefromnode:perf_hooks.You can also pass a custom
globalShimsoption asGlobalShimArrayto custom your own shims:You can aslo reuse the exported
DEFAULT_GLOBAL_SHIMS_PRESETfor extanding:v0.8.6Compare Source
Patch Changes
#141
608c9d9Thanks @JounQin! - fix: only fallback tots-nodewhen it's available - close #128#142
097e5cdThanks @JounQin! - feat: add custom transferList support - close #131v0.8.5Compare Source
Patch Changes
758aaf1Thanks @krossekrabbe! - fix: pnp loader path on Windowsv0.8.4Compare Source
Patch Changes
b61087fThanks @JounQin! - fix: incorrectextractPropertiestypings for known objectv0.8.3Compare Source
Patch Changes
#106
9f27ff9Thanks @JounQin! - feat: addswc(@swc-node/register) support out of box#103
b1308acThanks @noahnu! - fix: pass yarn PnP experimental loader to worker if it existsv0.8.2Compare Source
Patch Changes
#98
4fe6aefThanks @noahnu! - feat: support yarn PnP out of box, propagate PnP runtime#97
d1bed37Thanks @noahnu! - fix: typo ofSYNCKIT_EXEC_ARGVenvironment variable#101
34e44aeThanks @JounQin! - feat: propagate sync errors from workerv0.8.1Compare Source
Patch Changes
396e964Thanks @JounQin! - fix: better compatibility on Node 14v0.8.0Compare Source
Minor Changes
#90
ffcf174Thanks @JounQin! - build!: drop Node 12 support, remove testing on Node 14#90
ffcf174Thanks @JounQin! - feat: support more ts runners for TypeScript filesFeel free to PR to add more runner support like
swcif you wantv0.7.3Compare Source
Patch Changes
f9d0c3eThanks @JounQin! - feat: support mapcjstocts,mjstomtsautomaticallyv0.7.2Compare Source
Patch Changes
1101edeThanks @JounQin! - chore: add donate and funding fields, update node engine fieldv0.7.1Compare Source
Patch Changes
f098d29Thanks @JounQin! - fix: known Windows issuesc53d9dcThanks @JounQin! - feat: use workerPath as URL for Windowsrelated mdx-js/eslint-mdx#389
v0.7.0Compare Source
Minor Changes
fd85ccdThanks @JounQin! - feat: support js as ts, ts as esm, etcConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.