diff --git a/backend/package.json b/backend/package.json index 4e03ce68e..ba28bc4ce 100644 --- a/backend/package.json +++ b/backend/package.json @@ -80,8 +80,8 @@ "@vitest/coverage-v8": "4.0.15", "concurrently": "8.2.2", "openapi3-ts": "2.0.2", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "readline-sync": "1.4.10", "supertest": "7.1.4", "testcontainers": "11.10.0", diff --git a/frontend/package.json b/frontend/package.json index 0bd6fc1c3..fa7acf55b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,14 +21,6 @@ "tsc": "tsc", "docker": "docker compose -f docker/compose.dev.yml up" }, - "lint-staged": { - "*": [ - "oxfmt --no-error-on-unmatched-pattern" - ], - "*.{ts,js}": [ - "oxlint --type-aware --type-check" - ] - }, "dependencies": { "@date-fns/utc": "1.2.0", "@monkeytype/contracts": "workspace:*", @@ -89,8 +81,8 @@ "madge": "8.0.0", "magic-string": "0.30.17", "normalize.css": "8.0.1", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "postcss": "8.4.31", "sass": "1.70.0", "subset-font": "2.3.0", @@ -107,6 +99,14 @@ "vite-plugin-pwa": "1.1.0", "vitest": "4.0.15" }, + "lint-staged": { + "*": [ + "oxfmt --no-error-on-unmatched-pattern" + ], + "*.{ts,js}": [ + "oxlint --type-aware --type-check" + ] + }, "browserslist": [ "defaults", "not op_mini all", diff --git a/package.json b/package.json index f4b60cecf..09a4c3443 100644 --- a/package.json +++ b/package.json @@ -54,14 +54,6 @@ "check-assets-others": "turbo check-assets --filter @monkeytype/frontend -- others", "knip": "knip" }, - "lint-staged": { - "*": [ - "oxfmt --no-error-on-unmatched-pattern" - ], - "*.{ts,js}": [ - "oxlint --type-aware --type-check" - ] - }, "devDependencies": { "@commitlint/cli": "17.7.1", "@commitlint/config-conventional": "19.2.2", @@ -72,15 +64,23 @@ "knip": "2.19.2", "lint-staged": "13.2.3", "only-allow": "1.2.1", - "oxfmt": "0.18.0", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxfmt": "0.19.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "prettier": "3.7.1", "turbo": "2.5.6", "vitest": "4.0.15" }, - "packageManager": "pnpm@9.6.0", + "lint-staged": { + "*": [ + "oxfmt --no-error-on-unmatched-pattern" + ], + "*.{ts,js}": [ + "oxlint --type-aware --type-check" + ] + }, "engines": { "node": "24.11.0 || 22.21.0" - } + }, + "packageManager": "pnpm@9.6.0" } diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 4dc852c86..949ca01fb 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -29,8 +29,8 @@ "@monkeytype/tsup-config": "workspace:*", "@monkeytype/typescript-config": "workspace:*", "madge": "8.0.0", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "tsup": "8.4.0", "typescript": "5.9.3", "vitest": "4.0.15" diff --git a/packages/funbox/package.json b/packages/funbox/package.json index 815dd4497..1a4c488e4 100644 --- a/packages/funbox/package.json +++ b/packages/funbox/package.json @@ -25,8 +25,8 @@ "@monkeytype/tsup-config": "workspace:*", "@monkeytype/typescript-config": "workspace:*", "madge": "8.0.0", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "tsup": "8.4.0", "typescript": "5.9.3", "vitest": "4.0.15" diff --git a/packages/release/package.json b/packages/release/package.json index ab3c6b9bc..019e922a8 100644 --- a/packages/release/package.json +++ b/packages/release/package.json @@ -1,10 +1,10 @@ { "name": "@monkeytype/release", "private": true, - "type": "module", "bin": { "monkeytype-release": "./src/index.js" }, + "type": "module", "scripts": { "dev": "nodemon --watch src --exec \"node ./src/index.js --dry\"", "dev-hotfix": "nodemon --watch src --exec \"node ./src/index.js --dry --hotfix\"", @@ -20,7 +20,7 @@ }, "devDependencies": { "nodemon": "3.1.4", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0" + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2" } } diff --git a/packages/schemas/package.json b/packages/schemas/package.json index 684530263..36efdfea8 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -26,8 +26,8 @@ "@monkeytype/tsup-config": "workspace:*", "@monkeytype/typescript-config": "workspace:*", "madge": "8.0.0", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "tsup": "8.4.0", "typescript": "5.9.3", "vitest": "4.0.15" diff --git a/packages/tsup-config/package.json b/packages/tsup-config/package.json index 05f8d1ba6..f8d8e2fb9 100644 --- a/packages/tsup-config/package.json +++ b/packages/tsup-config/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "@monkeytype/typescript-config": "workspace:*", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/packages/util/package.json b/packages/util/package.json index 3a2c6c8a7..fa4d7dc7b 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -20,8 +20,8 @@ "@monkeytype/tsup-config": "workspace:*", "@monkeytype/typescript-config": "workspace:*", "madge": "8.0.0", - "oxlint": "1.33.0", - "oxlint-tsgolint": "0.9.0", + "oxlint": "1.34.0", + "oxlint-tsgolint": "0.9.2", "tsup": "8.4.0", "typescript": "5.9.3", "vitest": "4.0.15", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0577166a4..89ee68fc4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,14 +36,14 @@ importers: specifier: 1.2.1 version: 1.2.1 oxfmt: - specifier: 0.18.0 - version: 0.18.0 + specifier: 0.19.0 + version: 0.19.0 oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 prettier: specifier: 3.7.1 version: 3.7.1 @@ -232,11 +232,11 @@ importers: specifier: 2.0.2 version: 2.0.2 oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 readline-sync: specifier: 1.4.10 version: 1.4.10 @@ -431,11 +431,11 @@ importers: specifier: 8.0.1 version: 8.0.1 oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 postcss: specifier: 8.4.31 version: 8.4.31 @@ -462,7 +462,7 @@ importers: version: 1.2.1(rollup@2.79.2) vite-plugin-checker: specifier: 0.11.0 - version: 0.11.0(eslint@9.39.1)(meow@13.2.0)(optionator@0.9.4)(oxlint@1.33.0(oxlint-tsgolint@0.9.0))(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(sass@1.70.0)(terser@5.44.1)(tsx@4.16.2)(yaml@2.8.1)) + version: 0.11.0(eslint@9.39.1)(meow@13.2.0)(optionator@0.9.4)(oxlint@1.34.0(oxlint-tsgolint@0.9.2))(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(sass@1.70.0)(terser@5.44.1)(tsx@4.16.2)(yaml@2.8.1)) vite-plugin-filter-replace: specifier: 0.1.14 version: 0.1.14 @@ -504,11 +504,11 @@ importers: specifier: 8.0.0 version: 8.0.0(typescript@5.9.3) oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 tsup: specifier: 8.4.0 version: 8.4.0(postcss@8.5.6)(tsx@4.16.2)(typescript@5.9.3)(yaml@2.8.1) @@ -538,11 +538,11 @@ importers: specifier: 8.0.0 version: 8.0.0(typescript@5.9.3) oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 tsup: specifier: 8.4.0 version: 8.4.0(postcss@8.5.6)(tsx@4.16.2)(typescript@5.9.3)(yaml@2.8.1) @@ -571,11 +571,11 @@ importers: specifier: 3.1.4 version: 3.1.4 oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 packages/schemas: dependencies: @@ -593,11 +593,11 @@ importers: specifier: 8.0.0 version: 8.0.0(typescript@5.9.3) oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 tsup: specifier: 8.4.0 version: 8.4.0(postcss@8.5.6)(tsx@4.16.2)(typescript@5.9.3)(yaml@2.8.1) @@ -618,11 +618,11 @@ importers: specifier: workspace:* version: link:../typescript-config oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 typescript: specifier: 5.9.3 version: 5.9.3 @@ -641,11 +641,11 @@ importers: specifier: 8.0.0 version: 8.0.0(typescript@5.9.3) oxlint: - specifier: 1.33.0 - version: 1.33.0(oxlint-tsgolint@0.9.0) + specifier: 1.34.0 + version: 1.34.0(oxlint-tsgolint@0.9.2) oxlint-tsgolint: - specifier: 0.9.0 - version: 0.9.0 + specifier: 0.9.2 + version: 0.9.2 tsup: specifier: 8.4.0 version: 8.4.0(postcss@8.5.6)(tsx@4.16.2)(typescript@5.9.3)(yaml@2.8.1) @@ -2558,113 +2558,113 @@ packages: resolution: {integrity: sha512-aKcOkyrorBGlajjRdVoJWHTxfxO1vCNHLJVlSDaRHDIdjU+pX8IYQPvPDkYiujKLbRnWU+1TBwEt0QRgSm4SGA==} engines: {node: '>=14'} - '@oxfmt/darwin-arm64@0.18.0': - resolution: {integrity: sha512-Dp3mOFUtLtG/0eDclI3rx2be5FEnUxh2T6zlq7Zx5Q1c+DS9LJF8H97nQx+O/OU+o0e0J90kN8Msf9v3j7Hhsg==} + '@oxfmt/darwin-arm64@0.19.0': + resolution: {integrity: sha512-FfNpn3ximwbBZCaS8WL2vAXcFuQFQgvv/brO6D1WdmL4pnFOgfBIpFfkeFnKfdmdpxtg9O0wF8NTcdw5Iyl2Bg==} cpu: [arm64] os: [darwin] - '@oxfmt/darwin-x64@0.18.0': - resolution: {integrity: sha512-Oe3KS4tdfLq+f1Ebje7D9BF7/0xmBYSMN6dWatSko1xfvu8oCZzKcNCcbwz0a8rBnoH/BnIiGFUEbgJDnA/JLQ==} + '@oxfmt/darwin-x64@0.19.0': + resolution: {integrity: sha512-31FWUHAgTdTzOslz0zoA60UDEdeZZpeM6wTzCdffetwLbHkK8ZuCuzd+DauHZPNlSU8G72iw4lF7Zve9pSkK9w==} cpu: [x64] os: [darwin] - '@oxfmt/linux-arm64-gnu@0.18.0': - resolution: {integrity: sha512-zW9z8LrAgL9bswgsaFOnQmoImCbq9YQST8B15FAoTeZYr9sb/VfdD6/PQEBLCptYlFmoTvmDNHjppi9g61NwHQ==} + '@oxfmt/linux-arm64-gnu@0.19.0': + resolution: {integrity: sha512-BkU9h39xKj/8uko82uFDJUharM8VxZO+uXKglpBnEC8XxWRzXocVCX4wpLT/Tfk4NyBy6fRM9DeISdZvQKZCjA==} cpu: [arm64] os: [linux] - '@oxfmt/linux-arm64-musl@0.18.0': - resolution: {integrity: sha512-mFnpcasZZv1s/+6YDPradhIgR2G7GWr+mnzgJMIKQOJAtX3b0vzG+FE4f7hDIZPEUhC0hvZSd8f31FjAtrX0aQ==} + '@oxfmt/linux-arm64-musl@0.19.0': + resolution: {integrity: sha512-wWYk6Z/3iC+0zZAUkVCcEHui/IsUqsl+GEm9o6H7oARPLisXajbwCQcmqYslUD7eK6OXdYoWriBkEvSX/5dU4A==} cpu: [arm64] os: [linux] - '@oxfmt/linux-x64-gnu@0.18.0': - resolution: {integrity: sha512-G1AXQNHVkPgVgRrAvDYdNi0x3gkvVyEmpL6WLMwoSjMnwYWQLt5/jrndHbS2Db8/CcmMo6VPP8lUQGvM4TRVaQ==} + '@oxfmt/linux-x64-gnu@0.19.0': + resolution: {integrity: sha512-EB/b3or437E3uDie8QxeU3eA502JcmR1koyIBcH9rFidY0cMik58xvw54tXCY3WpMRxEXf37aHZzUSDP3qJnZg==} cpu: [x64] os: [linux] - '@oxfmt/linux-x64-musl@0.18.0': - resolution: {integrity: sha512-M/KEIMHDr5lcK9gDxgIGr9xVwX7Pfl3PZs+6e8SySuckMgoJMkee6uWxhMdxws3dfU94saAkVmNQzM2+l3hvtA==} + '@oxfmt/linux-x64-musl@0.19.0': + resolution: {integrity: sha512-htMB45orYoa1oFSjSmoGgcBDsD47/0joDfqpa8TrTDI5qsW5kAedpFR5wSce8Is9oj7SJ07omhOj96P/QiekWA==} cpu: [x64] os: [linux] - '@oxfmt/win32-arm64@0.18.0': - resolution: {integrity: sha512-LunuNBTLOgfkYFjiHOeNHD/Ii5paO/GVyNPSEYBwEPULbdeMGnjHqxzQHLGU8QIQjwu55mp4uuBP0DAXTli2TQ==} + '@oxfmt/win32-arm64@0.19.0': + resolution: {integrity: sha512-x7+3Eh/VWdXEda+BUmAKYlhGrRJVera7RfWw47Yx8PJUGtNqBfeYGDbf0W59ceK8Z3bY3OinrmOO3d1jOuXzMQ==} cpu: [arm64] os: [win32] - '@oxfmt/win32-x64@0.18.0': - resolution: {integrity: sha512-0kJJwn4FPeGJ4uV6ofOCiY+oBKWg+RWpRjYc9bywTjDbxWR6JAqtuXkiARCJej8UD/rJeXnHYTF78sFALkwZyA==} + '@oxfmt/win32-x64@0.19.0': + resolution: {integrity: sha512-X+FKXBg2jx4CxF5SJs3xpx1msMw5JfxaGD5qBZYqlHGdryQsy6zUY+bQwDDcuy3Ic/WNGD8ZNEuggeYNE7jx/Q==} cpu: [x64] os: [win32] - '@oxlint-tsgolint/darwin-arm64@0.9.0': - resolution: {integrity: sha512-dztZZwzSzX58pgwQoYex5svEdISDNpEM0A0cB0ISeaD3mFsro7h2idMK6q373hxnhNw4Rs1eu/4dwPpKEz6ouw==} + '@oxlint-tsgolint/darwin-arm64@0.9.2': + resolution: {integrity: sha512-AujIYejzo2KgSWEn65FxkTwJ7Xkq106wUjyKYpljpEsrldO3QkW1yjj6osisoIjM/NdV0VO21YWjIGFIKd0/Ug==} cpu: [arm64] os: [darwin] - '@oxlint-tsgolint/darwin-x64@0.9.0': - resolution: {integrity: sha512-GK/TOqKTqP41/yHyCwO4tJ0jF4vAwlsTXhgGXMD6GgTXv4t8kPcX4EFHZOfgMf+E84vE4MsvLFNI+NXfVIqWzQ==} + '@oxlint-tsgolint/darwin-x64@0.9.2': + resolution: {integrity: sha512-rNLCdo5DjSBcMjRwND4eOaboPD30Ssp0sfqS3KpHvo/0acQmQVCJwOaDUO7s2a77YPDJ6jSaGDWYo8HLnEXALg==} cpu: [x64] os: [darwin] - '@oxlint-tsgolint/linux-arm64@0.9.0': - resolution: {integrity: sha512-Rc+ea/v2Y+AmZrCOMWMV2NxQ7h967ivELqn7+gCIw53dCnvwp0JsGfL4e1tNkLddXaCfrC11zW61Ayie224GNA==} + '@oxlint-tsgolint/linux-arm64@0.9.2': + resolution: {integrity: sha512-xVL66moJftyrvmFSwstWDQ1bqVjn9HCSz+QJLLInf3/b51xZl5QbbGEPX4bf4SKut+7v5ZEM527DbVGg1yRmKQ==} cpu: [arm64] os: [linux] - '@oxlint-tsgolint/linux-x64@0.9.0': - resolution: {integrity: sha512-i3QRMXHCIGxGQTvFyE8LTy96SBvToZpkHPirBs6dvtKfDFHeKMX2WSc44rUdoU/LhjF5qYyU0lTITzj4VFEY/w==} + '@oxlint-tsgolint/linux-x64@0.9.2': + resolution: {integrity: sha512-sVH2DADkdUmFZhggaMM/r8NOdn2Ud1Az/nJoGbAiV82Lipw3Kp6y6yV2w+NWfmETHZZ+0gwlWTZod7NSmQuR5w==} cpu: [x64] os: [linux] - '@oxlint-tsgolint/win32-arm64@0.9.0': - resolution: {integrity: sha512-D6jeKoCfNAwBXJyxab4gZk8Rw9BjzGgQPd7DdLRLjDRY6DkdK4PVUwNzbboZk2SAxluO/UkSUXpoEoTJdl+cIQ==} + '@oxlint-tsgolint/win32-arm64@0.9.2': + resolution: {integrity: sha512-0nvXzcY+W84Vo4pq5qh+0k3BsSb7ImzB9VaX5jIbjTNvx3EYS/KZzo0smhZ+drs43V4oNqJjgt2jnkeWF9Yj/g==} cpu: [arm64] os: [win32] - '@oxlint-tsgolint/win32-x64@0.9.0': - resolution: {integrity: sha512-v7yGASaDJ2GXrvlDLwhrASRyM8zpOxU8oi3BLqE1mqbKSNbWNeTAaBfRNLyCUztiV1eFvx54hnF0AElPfglVYQ==} + '@oxlint-tsgolint/win32-x64@0.9.2': + resolution: {integrity: sha512-OGx2CIyWjpOhFOL7tvVjLrKlkjJSOVZBe5S/jmBnxY+vRjFrXQr0zNUXy+S+ggIv6rsMlz3B+ixSriyUIKwDeQ==} cpu: [x64] os: [win32] - '@oxlint/darwin-arm64@1.33.0': - resolution: {integrity: sha512-PmEQDLHAxiAdyttQ1ZWXd+5VpHLbHf3FTMJL9bg5TZamDnhNiW/v0Pamv3MTAdymnoDI3H8IVLAN/SAseV/adw==} + '@oxlint/darwin-arm64@1.34.0': + resolution: {integrity: sha512-euz3Dtp5/UE9axFkQnllOWp3gOwoqaxfZPUUwiW8HBelqhI9PRMVIfQ/akmwl+G5XixQZIgXkXQ5SJxnb1+Qww==} cpu: [arm64] os: [darwin] - '@oxlint/darwin-x64@1.33.0': - resolution: {integrity: sha512-2R9aH3kR0X2M30z5agGikv3tfNTi8/uLhU5/tYktu33VGUXpbf0OLZSlD25UEuwOKAlf3RVtzV5oDyjoq93JuQ==} + '@oxlint/darwin-x64@1.34.0': + resolution: {integrity: sha512-XpmNviE5KOnHkhmQPwJJIBs+mJkr0qItTZBN4dz+O3p9gWN+gCqi3CBP71RiVahZw4qAEQSgY4wro+z0kx+erg==} cpu: [x64] os: [darwin] - '@oxlint/linux-arm64-gnu@1.33.0': - resolution: {integrity: sha512-yb/k8GaMDgnX2LyO6km33kKItZ/n573SlbiHBBFU2HmeU7tzEHL5jHkHQXXcysUkapmqHd7UsDhOZDqPmXaQRg==} + '@oxlint/linux-arm64-gnu@1.34.0': + resolution: {integrity: sha512-aCPdoEUGsJGF9y88vDYoaugG4IEGwSBa+usyuAvEVl3vTfuTmE0RDQEC1Z+WnJ3J/cIEpbgKOzS12VwbzFicjg==} cpu: [arm64] os: [linux] - '@oxlint/linux-arm64-musl@1.33.0': - resolution: {integrity: sha512-03pt9IO1C4ZfVOW6SQiOK26mzklAhLM3Kc79OXpX1kgZRlxk+rvFoMhlgCOzn7tEdrEgbePkBoxNnwDnJDFqJQ==} + '@oxlint/linux-arm64-musl@1.34.0': + resolution: {integrity: sha512-cMo72LQBFmdnVLRKLAHD94ZUBq5Z+aA9Y+RKzkjhCmJuef5ZAfKC24TJD/6c5LxGYzkwwmyySoQAHq5B69i3PQ==} cpu: [arm64] os: [linux] - '@oxlint/linux-x64-gnu@1.33.0': - resolution: {integrity: sha512-Z7ImLWM50FoVXzYvyxUQ+QwBkBfRyK4YdLEGonyAGMp7iT3DksonDaTK9ODnJ1qHyAyAZCvuqXD7AEDsDvzDbA==} + '@oxlint/linux-x64-gnu@1.34.0': + resolution: {integrity: sha512-+9xFhhkqgNIysEh+uHvcba8v4UtL1YzxuyDS2wTLdWrkGvIllCx5WjJItt3K/AhwatciksgNEXSo2Hh4fcQRog==} cpu: [x64] os: [linux] - '@oxlint/linux-x64-musl@1.33.0': - resolution: {integrity: sha512-idb55Uzu5kkqqpMiVUfI9nP7zOqPZinQKsIRQAIU40wILcf/ijvhNZKIu3ucDMmye0n6IWOaSnxIRL5W2fNoUQ==} + '@oxlint/linux-x64-musl@1.34.0': + resolution: {integrity: sha512-qa7TL2DfEDdMeSP5UiU5JMs6D2PW7ZJAQ0WZYTgqDV8BlZ6nMkIYVBVIk3QPxIfkyxvfJVbG1RB3PkSWDcfwpA==} cpu: [x64] os: [linux] - '@oxlint/win32-arm64@1.33.0': - resolution: {integrity: sha512-wKKFt7cubfrLelNzdmDsNSmtBrlSUe1fWus587+uSxDZdpFbQ7liU0gsUlCbcHvym0H1Tc2O3K3cnLrgQORLPQ==} + '@oxlint/win32-arm64@1.34.0': + resolution: {integrity: sha512-mSJumUveg1S3DiOgvsrVNAGuvenBbbC/zsfT1qhltT+GLhJ7RPBK2I/jz0fTdE+I7M9/as8yc0XJ/eY23y2amA==} cpu: [arm64] os: [win32] - '@oxlint/win32-x64@1.33.0': - resolution: {integrity: sha512-ReyR8rNHjKNnO7dxGny9RCPELRAdhm3y780FNBcA07E1wvxSCkB+Mn5db0Pa5bRmxrsU/MTZ/aaBFa+ERXDdXw==} + '@oxlint/win32-x64@1.34.0': + resolution: {integrity: sha512-izsDDt5WY4FSISCkPRLUYQD1aRaaEJkPLtEZe3DlioSUdUVAdvVbE+BGllFqR16DWfTTwO/6K4jDeooxQzTMjw==} cpu: [x64] os: [win32] @@ -3789,8 +3789,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.9.7: - resolution: {integrity: sha512-k9xFKplee6KIio3IDbwj+uaCLpqzOwakOgmqzPezM0sFJlFKcg30vk2wOiAJtkTSfx0SSQDSe8q+mWA/fSH5Zg==} + baseline-browser-mapping@2.9.10: + resolution: {integrity: sha512-2VIKvDx8Z1a9rTB2eCkdPE5nSe28XnA+qivGnWHoB40hMMt/h1hSz0960Zqsn6ZyxWXUie0EBdElKv8may20AA==} hasBin: true basic-auth-connect@1.0.0: @@ -3988,8 +3988,8 @@ packages: caniuse-lite@1.0.30001715: resolution: {integrity: sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==} - caniuse-lite@1.0.30001760: - resolution: {integrity: sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==} + caniuse-lite@1.0.30001761: + resolution: {integrity: sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==} canvas-confetti@1.5.1: resolution: {integrity: sha512-Ncz+oZJP6OvY7ti4E1slxVlyAV/3g7H7oQtcCDXgwGgARxPnwYY9PW5Oe+I8uvspYNtuHviAdgA0LfcKFWJfpg==} @@ -7223,21 +7223,21 @@ packages: resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} engines: {node: '>= 0.4'} - oxfmt@0.18.0: - resolution: {integrity: sha512-XqVS+LQi7ARsFlIftB69+jGN2qQaJNBjQU2b9ZQYt+iaUV9digh+dBIsU0isQIZhaQ1ihxGFfsTYQXE/Oak8Qw==} + oxfmt@0.19.0: + resolution: {integrity: sha512-tPTa3j4kXdJBzBRlK9wR0/Lnd4J21rzg29cRr/VVqqfvdhZs6M+Q6TkL+rxI/IQpq8ZY8L3c+KZvga/RgeuMsg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - oxlint-tsgolint@0.9.0: - resolution: {integrity: sha512-JzZ3w7DAgf3RE3O7a4uNLtLUy8Q46r4SN4NOsfRv7lwuhLNhaXoVwOpwdPvAdfQeIJ+HSMgNkjP44vdSdC7O9A==} + oxlint-tsgolint@0.9.2: + resolution: {integrity: sha512-UKLudgnuEPyAzpLk5FeZyCdjRaHQE6cSqmlTBwmEp2lGJ1wN59qGc4gfjAXVSCrKrd30jXDGf5/zQ3CTa6BNNQ==} hasBin: true - oxlint@1.33.0: - resolution: {integrity: sha512-4WCL0K8jiOshwJ8WrVk35VAuVaZHC0iX6asjKsrENOrynkAAGcTLLx0Urf0eXZ1Tq7r+qAe3Z9EyHMFPzVyUkg==} + oxlint@1.34.0: + resolution: {integrity: sha512-Ni0N8wAiKlgaYkI/Yz4VrutfVIZgd2shDtS+loQxyBTwO8YUAnk3+g7OQ1cyI/aatHiFwvFNfV/uvZyHUtyPpA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: - oxlint-tsgolint: '>=0.9.0' + oxlint-tsgolint: '>=0.9.2' peerDependenciesMeta: oxlint-tsgolint: optional: true @@ -9026,8 +9026,8 @@ packages: peerDependencies: browserslist: '>= 4.21.0' - update-browserslist-db@1.2.2: - resolution: {integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==} + update-browserslist-db@1.2.3: + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -11749,70 +11749,70 @@ snapshots: '@opentelemetry/semantic-conventions@1.34.0': {} - '@oxfmt/darwin-arm64@0.18.0': + '@oxfmt/darwin-arm64@0.19.0': optional: true - '@oxfmt/darwin-x64@0.18.0': + '@oxfmt/darwin-x64@0.19.0': optional: true - '@oxfmt/linux-arm64-gnu@0.18.0': + '@oxfmt/linux-arm64-gnu@0.19.0': optional: true - '@oxfmt/linux-arm64-musl@0.18.0': + '@oxfmt/linux-arm64-musl@0.19.0': optional: true - '@oxfmt/linux-x64-gnu@0.18.0': + '@oxfmt/linux-x64-gnu@0.19.0': optional: true - '@oxfmt/linux-x64-musl@0.18.0': + '@oxfmt/linux-x64-musl@0.19.0': optional: true - '@oxfmt/win32-arm64@0.18.0': + '@oxfmt/win32-arm64@0.19.0': optional: true - '@oxfmt/win32-x64@0.18.0': + '@oxfmt/win32-x64@0.19.0': optional: true - '@oxlint-tsgolint/darwin-arm64@0.9.0': + '@oxlint-tsgolint/darwin-arm64@0.9.2': optional: true - '@oxlint-tsgolint/darwin-x64@0.9.0': + '@oxlint-tsgolint/darwin-x64@0.9.2': optional: true - '@oxlint-tsgolint/linux-arm64@0.9.0': + '@oxlint-tsgolint/linux-arm64@0.9.2': optional: true - '@oxlint-tsgolint/linux-x64@0.9.0': + '@oxlint-tsgolint/linux-x64@0.9.2': optional: true - '@oxlint-tsgolint/win32-arm64@0.9.0': + '@oxlint-tsgolint/win32-arm64@0.9.2': optional: true - '@oxlint-tsgolint/win32-x64@0.9.0': + '@oxlint-tsgolint/win32-x64@0.9.2': optional: true - '@oxlint/darwin-arm64@1.33.0': + '@oxlint/darwin-arm64@1.34.0': optional: true - '@oxlint/darwin-x64@1.33.0': + '@oxlint/darwin-x64@1.34.0': optional: true - '@oxlint/linux-arm64-gnu@1.33.0': + '@oxlint/linux-arm64-gnu@1.34.0': optional: true - '@oxlint/linux-arm64-musl@1.33.0': + '@oxlint/linux-arm64-musl@1.34.0': optional: true - '@oxlint/linux-x64-gnu@1.33.0': + '@oxlint/linux-x64-gnu@1.34.0': optional: true - '@oxlint/linux-x64-musl@1.33.0': + '@oxlint/linux-x64-musl@1.34.0': optional: true - '@oxlint/win32-arm64@1.33.0': + '@oxlint/win32-arm64@1.34.0': optional: true - '@oxlint/win32-x64@1.33.0': + '@oxlint/win32-x64@1.34.0': optional: true '@paralleldrive/cuid2@2.2.2': @@ -13001,7 +13001,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.9.7: {} + baseline-browser-mapping@2.9.10: {} basic-auth-connect@1.0.0: {} @@ -13138,11 +13138,11 @@ snapshots: browserslist@4.28.0: dependencies: - baseline-browser-mapping: 2.9.7 - caniuse-lite: 1.0.30001760 + baseline-browser-mapping: 2.9.10 + caniuse-lite: 1.0.30001761 electron-to-chromium: 1.5.267 node-releases: 2.0.27 - update-browserslist-db: 1.2.2(browserslist@4.28.0) + update-browserslist-db: 1.2.3(browserslist@4.28.0) bson@6.8.0: {} @@ -13267,7 +13267,7 @@ snapshots: caniuse-lite@1.0.30001715: {} - caniuse-lite@1.0.30001760: {} + caniuse-lite@1.0.30001761: {} canvas-confetti@1.5.1: {} @@ -17190,39 +17190,39 @@ snapshots: object-keys: 1.1.1 safe-push-apply: 1.0.0 - oxfmt@0.18.0: + oxfmt@0.19.0: dependencies: tinypool: 2.0.0 optionalDependencies: - '@oxfmt/darwin-arm64': 0.18.0 - '@oxfmt/darwin-x64': 0.18.0 - '@oxfmt/linux-arm64-gnu': 0.18.0 - '@oxfmt/linux-arm64-musl': 0.18.0 - '@oxfmt/linux-x64-gnu': 0.18.0 - '@oxfmt/linux-x64-musl': 0.18.0 - '@oxfmt/win32-arm64': 0.18.0 - '@oxfmt/win32-x64': 0.18.0 + '@oxfmt/darwin-arm64': 0.19.0 + '@oxfmt/darwin-x64': 0.19.0 + '@oxfmt/linux-arm64-gnu': 0.19.0 + '@oxfmt/linux-arm64-musl': 0.19.0 + '@oxfmt/linux-x64-gnu': 0.19.0 + '@oxfmt/linux-x64-musl': 0.19.0 + '@oxfmt/win32-arm64': 0.19.0 + '@oxfmt/win32-x64': 0.19.0 - oxlint-tsgolint@0.9.0: + oxlint-tsgolint@0.9.2: optionalDependencies: - '@oxlint-tsgolint/darwin-arm64': 0.9.0 - '@oxlint-tsgolint/darwin-x64': 0.9.0 - '@oxlint-tsgolint/linux-arm64': 0.9.0 - '@oxlint-tsgolint/linux-x64': 0.9.0 - '@oxlint-tsgolint/win32-arm64': 0.9.0 - '@oxlint-tsgolint/win32-x64': 0.9.0 + '@oxlint-tsgolint/darwin-arm64': 0.9.2 + '@oxlint-tsgolint/darwin-x64': 0.9.2 + '@oxlint-tsgolint/linux-arm64': 0.9.2 + '@oxlint-tsgolint/linux-x64': 0.9.2 + '@oxlint-tsgolint/win32-arm64': 0.9.2 + '@oxlint-tsgolint/win32-x64': 0.9.2 - oxlint@1.33.0(oxlint-tsgolint@0.9.0): + oxlint@1.34.0(oxlint-tsgolint@0.9.2): optionalDependencies: - '@oxlint/darwin-arm64': 1.33.0 - '@oxlint/darwin-x64': 1.33.0 - '@oxlint/linux-arm64-gnu': 1.33.0 - '@oxlint/linux-arm64-musl': 1.33.0 - '@oxlint/linux-x64-gnu': 1.33.0 - '@oxlint/linux-x64-musl': 1.33.0 - '@oxlint/win32-arm64': 1.33.0 - '@oxlint/win32-x64': 1.33.0 - oxlint-tsgolint: 0.9.0 + '@oxlint/darwin-arm64': 1.34.0 + '@oxlint/darwin-x64': 1.34.0 + '@oxlint/linux-arm64-gnu': 1.34.0 + '@oxlint/linux-arm64-musl': 1.34.0 + '@oxlint/linux-x64-gnu': 1.34.0 + '@oxlint/linux-x64-musl': 1.34.0 + '@oxlint/win32-arm64': 1.34.0 + '@oxlint/win32-x64': 1.34.0 + oxlint-tsgolint: 0.9.2 p-defer@3.0.0: {} @@ -19262,7 +19262,7 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 - update-browserslist-db@1.2.2(browserslist@4.28.0): + update-browserslist-db@1.2.3(browserslist@4.28.0): dependencies: browserslist: 4.28.0 escalade: 3.2.0 @@ -19349,7 +19349,7 @@ snapshots: dependencies: vite: 7.1.12(@types/node@24.9.1)(sass@1.70.0)(terser@5.44.1)(tsx@4.16.2)(yaml@2.8.1) - vite-plugin-checker@0.11.0(eslint@9.39.1)(meow@13.2.0)(optionator@0.9.4)(oxlint@1.33.0(oxlint-tsgolint@0.9.0))(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(sass@1.70.0)(terser@5.44.1)(tsx@4.16.2)(yaml@2.8.1)): + vite-plugin-checker@0.11.0(eslint@9.39.1)(meow@13.2.0)(optionator@0.9.4)(oxlint@1.34.0(oxlint-tsgolint@0.9.2))(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.1)(sass@1.70.0)(terser@5.44.1)(tsx@4.16.2)(yaml@2.8.1)): dependencies: '@babel/code-frame': 7.27.1 chokidar: 4.0.3 @@ -19364,7 +19364,7 @@ snapshots: eslint: 9.39.1 meow: 13.2.0 optionator: 0.9.4 - oxlint: 1.33.0(oxlint-tsgolint@0.9.0) + oxlint: 1.34.0(oxlint-tsgolint@0.9.2) typescript: 5.9.3 vite-plugin-filter-replace@0.1.14: