Skip to content

Commit c281a36

Browse files
fix(deps): update dependency oxc-parser to ^0.128.0 (#6457)
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.127.0` → `^0.128.0`](https://renovatebot.com/diffs/npm/oxc-parser/0.127.0/0.128.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxc-parser/0.128.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxc-parser/0.127.0/0.128.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxc-parser)</summary> ### [`v0.128.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/parser/CHANGELOG.md#01280---2026-04-27) ##### 💥 BREAKING CHANGES - [`502e804`](https://redirect.github.com/oxc-project/oxc/commit/502e804) ast: \[**BREAKING**] Reduce size of `TSTypePredicateName` ([#&#8203;21711](https://redirect.github.com/oxc-project/oxc/issues/21711)) (overlookmotel) - [`5651539`](https://redirect.github.com/oxc-project/oxc/commit/5651539) ast: \[**BREAKING**] Reduce size of `JSXExpression` ([#&#8203;21710](https://redirect.github.com/oxc-project/oxc/issues/21710)) (overlookmotel) - [`c44e280`](https://redirect.github.com/oxc-project/oxc/commit/c44e280) ast: \[**BREAKING**] Reduce size of `ArrayExpressionElement` ([#&#8203;21709](https://redirect.github.com/oxc-project/oxc/issues/21709)) (overlookmotel) ##### ⚡ Performance - [`9fa362e`](https://redirect.github.com/oxc-project/oxc/commit/9fa362e) napi/parser: Do not generate tokens except in tests ([#&#8203;21811](https://redirect.github.com/oxc-project/oxc/issues/21811)) (overlookmotel) ##### 🛡️ Security - [`d8076c9`](https://redirect.github.com/oxc-project/oxc/commit/d8076c9) deps: Update rolldown ([#&#8203;21639](https://redirect.github.com/oxc-project/oxc/issues/21639)) (renovate) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76202f0 commit c281a36

3 files changed

Lines changed: 98 additions & 100 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"lucide-react": "^0.577.0",
131131
"magic-string": "^0.30.0",
132132
"minimist": "^1.2.8",
133-
"oxc-parser": "^0.127.0",
133+
"oxc-parser": "^0.128.0",
134134
"oxc-transform": "^0.128.0",
135135
"oxfmt": "^0.47.0",
136136
"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.127.0",
22+
"oxc-parser": "^0.128.0",
2323
"unplugin": "^3.0.0"
2424
},
2525
"peerDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)