Skip to content

Commit 7aad4bc

Browse files
fix(deps): update dependency oxc-parser to ^0.127.0 (#6422)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [oxc-parser](https://oxc.rs/docs/guide/usage/parser) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/napi/parser)) | [`^0.126.0` → `^0.127.0`](https://renovatebot.com/diffs/npm/oxc-parser/0.126.0/0.127.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxc-parser/0.127.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxc-parser/0.126.0/0.127.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxc-parser)</summary> ### [`v0.127.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/parser/CHANGELOG.md#01270---2026-04-20) ##### 🐛 Bug Fixes - [`00fc136`](https://redirect.github.com/oxc-project/oxc/commit/00fc136) codegen: Preserve coverage comments before object properties ([#&#8203;21312](https://redirect.github.com/oxc-project/oxc/issues/21312)) (bab) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 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/formatjs/formatjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aab80f9 commit 7aad4bc

3 files changed

Lines changed: 96 additions & 91 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"lucide-react": "^0.577.0",
132132
"magic-string": "^0.30.0",
133133
"minimist": "^1.2.8",
134-
"oxc-parser": "^0.126.0",
134+
"oxc-parser": "^0.127.0",
135135
"oxc-transform": "^0.127.0",
136136
"oxfmt": "^0.46.0",
137137
"oxlint": "^1.59.0",

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@formatjs/icu-messageformat-parser": "workspace:*",
2020
"@formatjs/ts-transformer": "workspace:*",
2121
"magic-string": "^0.30.0",
22-
"oxc-parser": "^0.126.0",
22+
"oxc-parser": "^0.127.0",
2323
"unplugin": "^3.0.0"
2424
},
2525
"peerDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)