Skip to content

Commit 6b019ce

Browse files
committed
chore(deps): update dependency oxc-parser to ^0.102.0 (#16601)
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.101.0` -> `^0.102.0`](https://renovatebot.com/diffs/npm/oxc-parser/0.101.0/0.102.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxc-parser/0.102.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxc-parser/0.102.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxc-parser/0.101.0/0.102.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxc-parser/0.101.0/0.102.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxc-parser)</summary> ### [`v0.102.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/parser/CHANGELOG.md#01020---2025-12-08) ##### 💥 BREAKING CHANGES - [`083fea9`](https://redirect.github.com/oxc-project/oxc/commit/083fea9) napi/parser: \[**BREAKING**] Represent empty optional fields on JS side as `null` ([#&#8203;16411](https://redirect.github.com/oxc-project/oxc/issues/16411)) (overlookmotel) ##### 🐛 Bug Fixes - [`699406a`](https://redirect.github.com/oxc-project/oxc/commit/699406a) napi/parser: Move `ExportEntry::module_request` field to first ([#&#8203;16412](https://redirect.github.com/oxc-project/oxc/issues/16412)) (overlookmotel) - [`12bd794`](https://redirect.github.com/oxc-project/oxc/commit/12bd794) napi/parser: Move `ExportEntry::module_request` field to last ([#&#8203;16403](https://redirect.github.com/oxc-project/oxc/issues/16403)) (overlookmotel) ##### ⚡ Performance - [`790beeb`](https://redirect.github.com/oxc-project/oxc/commit/790beeb) napi/parser: Do not remove extraneous options on JS side ([#&#8203;16447](https://redirect.github.com/oxc-project/oxc/issues/16447)) (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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 75d489a commit 6b019ce

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
@@ -31,7 +31,7 @@
3131
"execa": "^9.6.0",
3232
"jiti": "^2.6.0",
3333
"json-stable-stringify-without-jsonify": "^1.0.1",
34-
"oxc-parser": "^0.101.0",
34+
"oxc-parser": "^0.102.0",
3535
"rolldown": "catalog:",
3636
"tsdown": "catalog:",
3737
"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)