Skip to content

Commit a7715fd

Browse files
committed
chore: upgrade oxc
1 parent d6233f3 commit a7715fd

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
@@ -83,8 +83,8 @@
8383
"madge": "8.0.0",
8484
"magic-string": "0.30.17",
8585
"normalize.css": "8.0.1",
86-
"oxlint": "1.34.0",
87-
"oxlint-tsgolint": "0.9.2",
86+
"oxlint": "1.36.0",
87+
"oxlint-tsgolint": "0.10.0",
8888
"postcss": "8.4.31",
8989
"sass": "1.70.0",
9090
"subset-font": "2.3.0",

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"check-assets-quotes": "turbo check-assets --filter @monkeytype/frontend -- quotes",
5353
"check-assets-languages": "turbo check-assets --filter @monkeytype/frontend -- languages",
5454
"check-assets-others": "turbo check-assets --filter @monkeytype/frontend -- others",
55-
"knip": "knip"
55+
"knip": "knip",
56+
"update-oxc": "pnpm up -D -r oxlint@latest oxfmt@latest oxlint-tsgolint@latest"
5657
},
5758
"devDependencies": {
5859
"@commitlint/cli": "17.7.1",
@@ -64,9 +65,9 @@
6465
"knip": "2.19.2",
6566
"lint-staged": "13.2.3",
6667
"only-allow": "1.2.1",
67-
"oxfmt": "0.19.0",
68-
"oxlint": "1.34.0",
69-
"oxlint-tsgolint": "0.9.2",
68+
"oxfmt": "0.21.0",
69+
"oxlint": "1.36.0",
70+
"oxlint-tsgolint": "0.10.0",
7071
"prettier": "3.7.1",
7172
"turbo": "2.5.6",
7273
"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)