Skip to content

Commit 96e30b1

Browse files
committed
chore: bump oxc packages
1 parent 8a2a3e4 commit 96e30b1

File tree

10 files changed

+192
-192
lines changed

10 files changed

+192
-192
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.33.0",
84-
"oxlint-tsgolint": "0.9.0",
83+
"oxlint": "1.34.0",
84+
"oxlint-tsgolint": "0.9.2",
8585
"readline-sync": "1.4.10",
8686
"supertest": "7.1.4",
8787
"testcontainers": "11.10.0",

frontend/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
"tsc": "tsc",
2222
"docker": "docker compose -f docker/compose.dev.yml up"
2323
},
24-
"lint-staged": {
25-
"*": [
26-
"oxfmt --no-error-on-unmatched-pattern"
27-
],
28-
"*.{ts,js}": [
29-
"oxlint --type-aware --type-check"
30-
]
31-
},
3224
"dependencies": {
3325
"@date-fns/utc": "1.2.0",
3426
"@monkeytype/contracts": "workspace:*",
@@ -89,8 +81,8 @@
8981
"madge": "8.0.0",
9082
"magic-string": "0.30.17",
9183
"normalize.css": "8.0.1",
92-
"oxlint": "1.33.0",
93-
"oxlint-tsgolint": "0.9.0",
84+
"oxlint": "1.34.0",
85+
"oxlint-tsgolint": "0.9.2",
9486
"postcss": "8.4.31",
9587
"sass": "1.70.0",
9688
"subset-font": "2.3.0",
@@ -107,6 +99,14 @@
10799
"vite-plugin-pwa": "1.1.0",
108100
"vitest": "4.0.15"
109101
},
102+
"lint-staged": {
103+
"*": [
104+
"oxfmt --no-error-on-unmatched-pattern"
105+
],
106+
"*.{ts,js}": [
107+
"oxlint --type-aware --type-check"
108+
]
109+
},
110110
"browserslist": [
111111
"defaults",
112112
"not op_mini all",

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@
5454
"check-assets-others": "turbo check-assets --filter @monkeytype/frontend -- others",
5555
"knip": "knip"
5656
},
57-
"lint-staged": {
58-
"*": [
59-
"oxfmt --no-error-on-unmatched-pattern"
60-
],
61-
"*.{ts,js}": [
62-
"oxlint --type-aware --type-check"
63-
]
64-
},
6557
"devDependencies": {
6658
"@commitlint/cli": "17.7.1",
6759
"@commitlint/config-conventional": "19.2.2",
@@ -72,15 +64,23 @@
7264
"knip": "2.19.2",
7365
"lint-staged": "13.2.3",
7466
"only-allow": "1.2.1",
75-
"oxfmt": "0.18.0",
76-
"oxlint": "1.33.0",
77-
"oxlint-tsgolint": "0.9.0",
67+
"oxfmt": "0.19.0",
68+
"oxlint": "1.34.0",
69+
"oxlint-tsgolint": "0.9.2",
7870
"prettier": "3.7.1",
7971
"turbo": "2.5.6",
8072
"vitest": "4.0.15"
8173
},
82-
"packageManager": "[email protected]",
74+
"lint-staged": {
75+
"*": [
76+
"oxfmt --no-error-on-unmatched-pattern"
77+
],
78+
"*.{ts,js}": [
79+
"oxlint --type-aware --type-check"
80+
]
81+
},
8382
"engines": {
8483
"node": "24.11.0 || 22.21.0"
85-
}
84+
},
85+
"packageManager": "[email protected]"
8686
}

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.33.0",
33-
"oxlint-tsgolint": "0.9.0",
32+
"oxlint": "1.34.0",
33+
"oxlint-tsgolint": "0.9.2",
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.33.0",
29-
"oxlint-tsgolint": "0.9.0",
28+
"oxlint": "1.34.0",
29+
"oxlint-tsgolint": "0.9.2",
3030
"tsup": "8.4.0",
3131
"typescript": "5.9.3",
3232
"vitest": "4.0.15"

packages/release/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@monkeytype/release",
33
"private": true,
4-
"type": "module",
54
"bin": {
65
"monkeytype-release": "./src/index.js"
76
},
7+
"type": "module",
88
"scripts": {
99
"dev": "nodemon --watch src --exec \"node ./src/index.js --dry\"",
1010
"dev-hotfix": "nodemon --watch src --exec \"node ./src/index.js --dry --hotfix\"",
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"nodemon": "3.1.4",
23-
"oxlint": "1.33.0",
24-
"oxlint-tsgolint": "0.9.0"
23+
"oxlint": "1.34.0",
24+
"oxlint-tsgolint": "0.9.2"
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.33.0",
30-
"oxlint-tsgolint": "0.9.0",
29+
"oxlint": "1.34.0",
30+
"oxlint-tsgolint": "0.9.2",
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.33.0",
21-
"oxlint-tsgolint": "0.9.0",
20+
"oxlint": "1.34.0",
21+
"oxlint-tsgolint": "0.9.2",
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.33.0",
24-
"oxlint-tsgolint": "0.9.0",
23+
"oxlint": "1.34.0",
24+
"oxlint-tsgolint": "0.9.2",
2525
"tsup": "8.4.0",
2626
"typescript": "5.9.3",
2727
"vitest": "4.0.15",

0 commit comments

Comments
 (0)