Skip to content

Commit 46cf7e1

Browse files
chore(deps): update oxc to ^0.92.0 (#281)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@oxc-project/runtime](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/runtime)) | [`^0.91.0` -> `^0.92.0`](https://renovatebot.com/diffs/npm/@oxc-project%2fruntime/0.91.0/0.92.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@oxc-project%2fruntime/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@oxc-project%2fruntime/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@oxc-project%2fruntime/0.91.0/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@oxc-project%2fruntime/0.91.0/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [oxc](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc)) | `0.90.0` -> `0.92.0` | [![age](https://developer.mend.io/api/mc/badges/age/crate/oxc/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/crate/oxc/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/crate/oxc/0.90.0/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/oxc/0.90.0/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | --- ### 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 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/oxc-project/oxc-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cab828c commit 46cf7e1

File tree

6 files changed

+63
-51
lines changed

6 files changed

+63
-51
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
napi = { version = "3.2.0", default-features = false, features = ["serde-json", "napi3"] }
1212
napi-derive = { version = "3.2.0", default-features = false, features = ["type-def"] }
13-
oxc = { version = "0.90.0", features = ["codegen", "transformer", "semantic", "regular_expression"] }
13+
oxc = { version = "0.92.0", features = ["codegen", "transformer", "semantic", "regular_expression"] }
1414
oxc_resolver = { version = "11.5.0" }
1515
phf = "0.13"
1616
serde_json = "1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@napi-rs/wasm-runtime": "^1.0.1",
99
"@oxc-node/cli": "workspace:*",
1010
"@oxc-node/core": "workspace:*",
11-
"@oxc-project/runtime": "^0.91.0",
11+
"@oxc-project/runtime": "^0.92.0",
1212
"@types/node": "^24.1.0",
1313
"ava": "^6.4.1",
1414
"cross-env": "^10.0.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@napi-rs/cli": "catalog:",
23-
"@oxc-project/runtime": "^0.91.0"
23+
"@oxc-project/runtime": "^0.92.0"
2424
},
2525
"dependencies": {
2626
"pirates": "^4.0.7"

packages/integrate-module-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nestjs/core": "^11.1.5",
1818
"@nestjs/platform-express": "^11.1.5",
1919
"@oxc-node/cli": "workspace:*",
20-
"@oxc-project/runtime": "^0.91.0",
20+
"@oxc-project/runtime": "^0.92.0",
2121
"@types/express": "^5.0.3",
2222
"@types/node": "^24.1.0",
2323
"@types/react": "^19.1.8",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)