Skip to content

Commit 1664958

Browse files
fix(deps): update dependency oxc-parser to ^0.126.0 (#6395)
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.124.0` → `^0.126.0`](https://renovatebot.com/diffs/npm/oxc-parser/0.124.0/0.126.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxc-parser/0.126.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxc-parser/0.124.0/0.126.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxc-parser)</summary> ### [`v0.125.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/napi/parser/CHANGELOG.md#01250---2026-04-13) ##### 💥 BREAKING CHANGES - [`382958a`](https://redirect.github.com/oxc-project/oxc/commit/382958a) span: \[**BREAKING**] Remove re-exports of string types from `oxc_span` crate ([#&#8203;21246](https://redirect.github.com/oxc-project/oxc/issues/21246)) (overlookmotel) ##### ⚡ Performance - [`addcd02`](https://redirect.github.com/oxc-project/oxc/commit/addcd02) napi/parser, linter/plugins: Raw transfer deserializer for `Vec`s use shift instead of multiply where possible ([#&#8203;21142](https://redirect.github.com/oxc-project/oxc/issues/21142)) (overlookmotel) - [`3068ded`](https://redirect.github.com/oxc-project/oxc/commit/3068ded) napi/parser, linter/plugins: Shift before add when calculating positions in raw transfer deserializer ([#&#8203;21141](https://redirect.github.com/oxc-project/oxc/issues/21141)) (overlookmotel) - [`eb400b8`](https://redirect.github.com/oxc-project/oxc/commit/eb400b8) napi/parser, linter/plugins: Remove `uint32` buffer view ([#&#8203;21140](https://redirect.github.com/oxc-project/oxc/issues/21140)) (overlookmotel) - [`2675085`](https://redirect.github.com/oxc-project/oxc/commit/2675085) napi/parser: Lazy deserialization use only `Int32Array` ([#&#8203;21139](https://redirect.github.com/oxc-project/oxc/issues/21139)) (overlookmotel) - [`5b35a53`](https://redirect.github.com/oxc-project/oxc/commit/5b35a53) napi/parser: Deserializing tokens use only `int32` array ([#&#8203;21138](https://redirect.github.com/oxc-project/oxc/issues/21138)) (overlookmotel) - [`f163d10`](https://redirect.github.com/oxc-project/oxc/commit/f163d10) parser: Tokens raw deserialization use `Int32Array` ([#&#8203;21137](https://redirect.github.com/oxc-project/oxc/issues/21137)) (overlookmotel) - [`7a86613`](https://redirect.github.com/oxc-project/oxc/commit/7a86613) linter/plugins: Use `Int32Array`s for tokens and comments buffers ([#&#8203;21136](https://redirect.github.com/oxc-project/oxc/issues/21136)) (overlookmotel) - [`8c51121`](https://redirect.github.com/oxc-project/oxc/commit/8c51121) napi/parser, linter/plugins: Raw transfer deserialize `Span` fields as `i32`s ([#&#8203;21135](https://redirect.github.com/oxc-project/oxc/issues/21135)) (overlookmotel) - [`bc1bcdd`](https://redirect.github.com/oxc-project/oxc/commit/bc1bcdd) napi/parser, linter/plugins: Inline trivial raw transfer field deserializers into node object definitions ([#&#8203;21134](https://redirect.github.com/oxc-project/oxc/issues/21134)) (overlookmotel) - [`c0278ab`](https://redirect.github.com/oxc-project/oxc/commit/c0278ab) napi/parser, linter/plugins: Use `Int32Array` in raw transfer deserializer ([#&#8203;21132](https://redirect.github.com/oxc-project/oxc/issues/21132)) (overlookmotel) - [`43482c7`](https://redirect.github.com/oxc-project/oxc/commit/43482c7) linter/plugins: Use `>>` not `>>>` in binary search loops ([#&#8203;21129](https://redirect.github.com/oxc-project/oxc/issues/21129)) (overlookmotel) </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 a4cd209 commit 1664958

3 files changed

Lines changed: 99 additions & 98 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.124.0",
134+
"oxc-parser": "^0.126.0",
135135
"oxc-transform": "^0.126.0",
136136
"oxfmt": "^0.45.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.124.0",
22+
"oxc-parser": "^0.126.0",
2323
"unplugin": "^3.0.0"
2424
},
2525
"peerDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)