Skip to content

Commit cc2f91a

Browse files
chore(deps): update dependency oxc-parser to ^0.104.0 (#17107)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [oxc-parser](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/napi/parser)) | [`^0.103.0` -> `^0.104.0`](https://renovatebot.com/diffs/npm/oxc-parser/0.103.0/0.104.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxc-parser/0.104.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxc-parser/0.104.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxc-parser/0.103.0/0.104.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxc-parser/0.103.0/0.104.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxc-parser)</summary> ### [`v0.104.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/parser/CHANGELOG.md#01040---2025-12-19) ##### 🚀 Features - [`291b57b`](https://redirect.github.com/oxc-project/oxc/commit/291b57b) ast\_tools: Generate TS declaration files for deserializer and walk files ([#&#8203;16912](https://redirect.github.com/oxc-project/oxc/issues/16912)) (camc314) ##### 🐛 Bug Fixes - [`e59132b`](https://redirect.github.com/oxc-project/oxc/commit/e59132b) parser/napi: Fix lazy deser ([#&#8203;17069](https://redirect.github.com/oxc-project/oxc/issues/17069)) (overlookmotel) - [`a92faf0`](https://redirect.github.com/oxc-project/oxc/commit/a92faf0) ast\_tools: Support `u128` in `assert_layouts` generator ([#&#8203;17050](https://redirect.github.com/oxc-project/oxc/issues/17050)) (overlookmotel) </details> --- ### Configuration 📅 **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. --- - [ ] <!-- 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/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c3e743 commit cc2f91a

File tree

2 files changed

+72
-67
lines changed

2 files changed

+72
-67
lines changed

apps/oxlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"execa": "^9.6.0",
3939
"jiti": "^2.6.0",
4040
"json-stable-stringify-without-jsonify": "^1.0.1",
41-
"oxc-parser": "^0.103.0",
41+
"oxc-parser": "^0.104.0",
4242
"rolldown": "catalog:",
4343
"tsdown": "catalog:",
4444
"type-fest": "^5.2.0",

pnpm-lock.yaml

Lines changed: 71 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)