Skip to content

Commit ee2a7b3

Browse files
committed
chore: upgrade oxc
1 parent 428c1fa commit ee2a7b3

File tree

10 files changed

+170
-224
lines changed

10 files changed

+170
-224
lines changed

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"@vitest/coverage-v8": "4.0.15",
8181
"concurrently": "8.2.2",
8282
"openapi3-ts": "2.0.2",
83-
"oxlint": "1.34.0",
84-
"oxlint-tsgolint": "0.9.2",
83+
"oxlint": "1.36.0",
84+
"oxlint-tsgolint": "0.10.0",
8585
"readline-sync": "1.4.10",
8686
"supertest": "7.1.4",
8787
"testcontainers": "11.10.0",

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"madge": "8.0.0",
8989
"magic-string": "0.30.17",
9090
"normalize.css": "8.0.1",
91-
"oxlint": "1.34.0",
92-
"oxlint-tsgolint": "0.9.2",
91+
"oxlint": "1.36.0",
92+
"oxlint-tsgolint": "0.10.0",
9393
"postcss": "8.4.31",
9494
"sass": "1.70.0",
9595
"subset-font": "2.3.0",

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"check-assets-quotes": "turbo check-assets --filter @monkeytype/frontend -- quotes",
5454
"check-assets-languages": "turbo check-assets --filter @monkeytype/frontend -- languages",
5555
"check-assets-others": "turbo check-assets --filter @monkeytype/frontend -- others",
56-
"knip": "knip"
56+
"knip": "knip",
57+
"update-oxc": "pnpm up -D -r oxlint@latest oxfmt@latest oxlint-tsgolint@latest"
5758
},
5859
"devDependencies": {
5960
"@commitlint/cli": "17.7.1",
@@ -65,9 +66,9 @@
6566
"knip": "2.19.2",
6667
"lint-staged": "13.2.3",
6768
"only-allow": "1.2.1",
68-
"oxfmt": "0.19.0",
69-
"oxlint": "1.34.0",
70-
"oxlint-tsgolint": "0.9.2",
69+
"oxfmt": "0.21.0",
70+
"oxlint": "1.36.0",
71+
"oxlint-tsgolint": "0.10.0",
7172
"prettier": "3.7.1",
7273
"turbo": "2.5.6",
7374
"vitest": "4.0.15"

packages/contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@monkeytype/tsup-config": "workspace:*",
3030
"@monkeytype/typescript-config": "workspace:*",
3131
"madge": "8.0.0",
32-
"oxlint": "1.34.0",
33-
"oxlint-tsgolint": "0.9.2",
32+
"oxlint": "1.36.0",
33+
"oxlint-tsgolint": "0.10.0",
3434
"tsup": "8.4.0",
3535
"typescript": "5.9.3",
3636
"vitest": "4.0.15"

packages/funbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@monkeytype/tsup-config": "workspace:*",
2626
"@monkeytype/typescript-config": "workspace:*",
2727
"madge": "8.0.0",
28-
"oxlint": "1.34.0",
29-
"oxlint-tsgolint": "0.9.2",
28+
"oxlint": "1.36.0",
29+
"oxlint-tsgolint": "0.10.0",
3030
"tsup": "8.4.0",
3131
"typescript": "5.9.3",
3232
"vitest": "4.0.15"

packages/release/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"nodemon": "3.1.4",
23-
"oxlint": "1.34.0",
24-
"oxlint-tsgolint": "0.9.2"
23+
"oxlint": "1.36.0",
24+
"oxlint-tsgolint": "0.10.0"
2525
}
2626
}

packages/schemas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@monkeytype/tsup-config": "workspace:*",
2727
"@monkeytype/typescript-config": "workspace:*",
2828
"madge": "8.0.0",
29-
"oxlint": "1.34.0",
30-
"oxlint-tsgolint": "0.9.2",
29+
"oxlint": "1.36.0",
30+
"oxlint-tsgolint": "0.10.0",
3131
"tsup": "8.4.0",
3232
"typescript": "5.9.3",
3333
"vitest": "4.0.15"

packages/tsup-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@monkeytype/typescript-config": "workspace:*",
20-
"oxlint": "1.34.0",
21-
"oxlint-tsgolint": "0.9.2",
20+
"oxlint": "1.36.0",
21+
"oxlint-tsgolint": "0.10.0",
2222
"typescript": "5.9.3"
2323
},
2424
"peerDependencies": {

packages/util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@monkeytype/tsup-config": "workspace:*",
2121
"@monkeytype/typescript-config": "workspace:*",
2222
"madge": "8.0.0",
23-
"oxlint": "1.34.0",
24-
"oxlint-tsgolint": "0.9.2",
23+
"oxlint": "1.36.0",
24+
"oxlint-tsgolint": "0.10.0",
2525
"tsup": "8.4.0",
2626
"typescript": "5.9.3",
2727
"vitest": "4.0.15",

0 commit comments

Comments
 (0)