File tree Expand file tree Collapse file tree 10 files changed +192
-192
lines changed
Expand file tree Collapse file tree 10 files changed +192
-192
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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:*" ,
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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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\" " ,
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}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments