Skip to content

Commit c33e4f1

Browse files
chore(deps): update dependency @oxc-node/core to ^0.0.35 (#5710)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@oxc-node/core](https://redirect.github.com/oxc-project/oxc-node) | [`^0.0.34` -> `^0.0.35`](https://renovatebot.com/diffs/npm/@oxc-node%2fcore/0.0.34/0.0.35) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@oxc-node%2fcore/0.0.35?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@oxc-node%2fcore/0.0.34/0.0.35?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/oxc-node (@&#8203;oxc-node/core)</summary> ### [`v0.0.35`](https://redirect.github.com/oxc-project/oxc-node/blob/HEAD/CHANGELOG.md#0035-2025-12-01) [Compare Source](https://redirect.github.com/oxc-project/oxc-node/compare/v0.0.34...v0.0.35) ##### Bug Fixes - **core:** transform tla error ([#&#8203;355](https://redirect.github.com/oxc-project/oxc-node/issues/355)) ([3374ad1](https://redirect.github.com/oxc-project/oxc-node/commit/3374ad1f1be9ecd86ac76ed990b65013102ed806)) - sourcemaps for pirates hook. ([#&#8203;350](https://redirect.github.com/oxc-project/oxc-node/issues/350)) ([dc915e0](https://redirect.github.com/oxc-project/oxc-node/commit/dc915e0336eeb9b326caa1fbd5628b8156f61d92)) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/eggjs/egg). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im5leHQiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa85b8c commit c33e4f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ catalog:
1717
'@eggjs/scripts': ^4.0.0
1818
'@fengmk2/ps-tree': ^2.0.1
1919
'@oclif/core': ^4.2.0
20-
'@oxc-node/core': ^0.0.34
20+
'@oxc-node/core': ^0.0.35
2121
'@sinclair/typebox': ^0.34.41
2222
'@swc-node/register': ^1.11.1
2323
'@swc/core': ^1.15.1

tools/create-egg/src/templates/tegg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@eggjs/bin": "beta",
3030
"@eggjs/mock": "beta",
3131
"@eggjs/tsconfig": "beta",
32-
"@oxc-node/core": "^0.0.34",
32+
"@oxc-node/core": "^0.0.35",
3333
"@types/node": "24",
3434
"cross-env": "10",
3535
"oxlint": "1",

0 commit comments

Comments
 (0)