Skip to content

Commit 57c2d35

Browse files
chore(deps): update oxc to ^0.87.0 (#257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5197a84 commit 57c2d35

File tree

6 files changed

+64
-54
lines changed

6 files changed

+64
-54
lines changed

Cargo.lock

Lines changed: 51 additions & 41 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.86.0", features = ["codegen", "transformer", "semantic", "regular_expression"] }
13+
oxc = { version = "0.87.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.86.0",
11+
"@oxc-project/runtime": "^0.87.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.86.0"
23+
"@oxc-project/runtime": "^0.87.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.86.0",
20+
"@oxc-project/runtime": "^0.87.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)