From ae6fe3911caf454895c3e60030d9ebdbcf26f335 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:52:17 +0000 Subject: [PATCH] deps: Update all non-major dependencies --- package.json | 14 +- packages/ncompat/package.json | 2 +- packages/nreact/package.json | 2 +- packages/nutils/package.json | 2 +- pnpm-lock.yaml | 352 +++++++++++++++++----------------- 5 files changed, 188 insertions(+), 184 deletions(-) diff --git a/package.json b/package.json index 88935ee6..e47b016c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "engines": { "node": ">=20.20.2" }, - "packageManager": "pnpm@11.11.0", + "packageManager": "pnpm@11.13.1", "scripts": { "prepare": "husky install", "link": "turbo link", @@ -25,8 +25,8 @@ }, "devDependencies": { "@types/node": "^22.20.1", - "@typescript-eslint/eslint-plugin": "^8.63.0", - "@typescript-eslint/parser": "^8.63.0", + "@typescript-eslint/eslint-plugin": "^8.64.0", + "@typescript-eslint/parser": "^8.64.0", "@vitest/coverage-v8": "^4.1.10", "dotenv": "^17.4.2", "eslint": "10.7.0", @@ -38,12 +38,12 @@ "eslint-plugin-react-hooks": "^7.1.1", "husky": "^9.1.7", "prettier": "^3.9.5", - "commit-and-tag-version": "^9.5.0", + "commit-and-tag-version": "^9.6.0", "tsup": "^8.5.1", - "tsx": "^4.23.0", - "turbo": "^2.10.4", + "tsx": "^4.23.1", + "turbo": "^2.10.5", "typescript": "^7.0.2", - "vite": "^8.1.4", + "vite": "^8.1.5", "vite-plugin-dts": "^5.0.3", "vitest": "^4.1.10" }, diff --git a/packages/ncompat/package.json b/packages/ncompat/package.json index beb10f04..e3fe50c2 100644 --- a/packages/ncompat/package.json +++ b/packages/ncompat/package.json @@ -29,7 +29,7 @@ "p-queue": "^9.3.1" }, "devDependencies": { - "@notionhq/client": "^5.23.0", + "@notionhq/client": "^5.23.2", "@texonom/nclient": "workspace:^", "@types/node": "^22.20.1" }, diff --git a/packages/nreact/package.json b/packages/nreact/package.json index 94a5be4c..b92056ec 100644 --- a/packages/nreact/package.json +++ b/packages/nreact/package.json @@ -27,7 +27,7 @@ "dependencies": { "@fisch0920/medium-zoom": "^1.0.7", "@matejmazur/react-katex": "^3.1.3", - "katex": "^0.17.0", + "katex": "^0.18.0", "@texonom/ntypes": "workspace:^", "@texonom/nutils": "workspace:^", "prismjs": "^1.30.0", diff --git a/packages/nutils/package.json b/packages/nutils/package.json index 93e56ae8..36c33998 100644 --- a/packages/nutils/package.json +++ b/packages/nutils/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "is-url-superb": "^6.1.0", - "memoize": "^10.0.0", + "memoize": "^10.2.0", "normalize-url": "^9.0.1", "@texonom/ntypes": "workspace:^", "p-queue": "^9.3.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6f8555d6..4c2a51ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,16 +12,16 @@ importers: specifier: ^22.20.1 version: 22.20.1 '@typescript-eslint/eslint-plugin': - specifier: ^8.63.0 - version: 8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2) + specifier: ^8.64.0 + version: 8.64.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2) '@typescript-eslint/parser': - specifier: ^8.63.0 - version: 8.63.0(eslint@10.7.0)(typescript@7.0.2) + specifier: ^8.64.0 + version: 8.64.0(eslint@10.7.0)(typescript@7.0.2) '@vitest/coverage-v8': specifier: ^4.1.10 version: 4.1.10(vitest@4.1.10) commit-and-tag-version: - specifier: ^9.5.0 + specifier: ^9.6.0 version: 9.6.0 dotenv: specifier: ^17.4.2 @@ -31,13 +31,13 @@ importers: version: 10.7.0 eslint-config-next: specifier: ^16.2.10 - version: 16.2.10(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2) + version: 16.2.10(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2) eslint-config-prettier: specifier: ^10.1.7 version: 10.1.8(eslint@10.7.0) eslint-plugin-import: specifier: ^2.32.0 - version: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) + version: 2.32.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) eslint-plugin-prettier: specifier: ^5.5.6 version: 5.5.6(eslint-config-prettier@10.1.8(eslint@10.7.0))(eslint@10.7.0)(prettier@3.9.5) @@ -55,25 +55,25 @@ importers: version: 3.9.5 tsup: specifier: ^8.5.1 - version: 8.5.1(postcss@8.5.16)(tsx@4.23.0)(typescript@7.0.2) + version: 8.5.1(postcss@8.5.19)(tsx@4.23.1)(typescript@7.0.2) tsx: - specifier: ^4.23.0 - version: 4.23.0 + specifier: ^4.23.1 + version: 4.23.1 turbo: - specifier: ^2.10.4 - version: 2.10.4 + specifier: ^2.10.5 + version: 2.10.5 typescript: specifier: ^7.0.2 version: 7.0.2 vite: - specifier: ^8.1.4 - version: 8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0) + specifier: ^8.1.5 + version: 8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1) vite-plugin-dts: specifier: ^5.0.3 - version: 5.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)) + version: 5.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)) vitest: specifier: ^4.1.10 - version: 4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)) + version: 4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)) packages/cli: dependencies: @@ -131,8 +131,8 @@ importers: version: 9.3.1 devDependencies: '@notionhq/client': - specifier: ^5.23.0 - version: 5.23.0 + specifier: ^5.23.2 + version: 5.23.2 '@texonom/nclient': specifier: workspace:^ version: link:../nclient @@ -147,7 +147,7 @@ importers: version: 1.0.7 '@matejmazur/react-katex': specifier: ^3.1.3 - version: 3.1.3(katex@0.17.0)(react@19.2.7) + version: 3.1.3(katex@0.18.0)(react@19.2.7) '@texonom/ntypes': specifier: workspace:^ version: link:../ntypes @@ -155,8 +155,8 @@ importers: specifier: workspace:^ version: link:../nutils katex: - specifier: ^0.17.0 - version: 0.17.0 + specifier: ^0.18.0 + version: 0.18.0 prismjs: specifier: ^1.30.0 version: 1.30.0 @@ -211,7 +211,7 @@ importers: devDependencies: vite-plugin-dts: specifier: ^5.0.3 - version: 5.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0)) + version: 5.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1)) packages/nutils: dependencies: @@ -222,7 +222,7 @@ importers: specifier: ^6.1.0 version: 6.1.0 memoize: - specifier: ^10.0.0 + specifier: ^10.2.0 version: 10.2.0 normalize-url: specifier: ^9.0.1 @@ -236,7 +236,7 @@ importers: version: 22.20.1 vite-plugin-dts: specifier: ^5.0.3 - version: 5.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0)) + version: 5.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1)) packages: @@ -818,8 +818,8 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@notionhq/client@5.23.0': - resolution: {integrity: sha512-vTlkart40A89+l7+aRGNXLr+z3Af94dbaj/PFtommcwqCxWF9aByXmKgCGteD77It8u4ePE1DSL8eIVSANFGPg==} + '@notionhq/client@5.23.2': + resolution: {integrity: sha512-iyD5VU9MoNxCR0GespotyrMlBpO4kLG+BaZK2JpZW1yfFqrmOYmZGb3wl4xqfq3n1Z9eekFwNcZD6t63SaESig==} engines: {node: '>=18'} '@oxc-project/types@0.139.0': @@ -1071,33 +1071,33 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@turbo/darwin-64@2.10.4': - resolution: {integrity: sha512-m1MUEI4MJ69r5CwfMYxmHi0H0rrgiYCBOp0tgBZ9x/YVvOb5uu/lRIDyDwdtH054R2yWeQaIigUGu6aCX9f8cA==} + '@turbo/darwin-64@2.10.5': + resolution: {integrity: sha512-ENvPwy3x5yS7MwNYHeWjqOBXkwIMp39Pd+/zXC6PoiNzF8EIvvLZOZZ+ny6L9x4WgS5vxUii2LM5gM+zjPdnWw==} cpu: [x64] os: [darwin] - '@turbo/darwin-arm64@2.10.4': - resolution: {integrity: sha512-VQ1Yxs5zkPT+2z7t1P4mvn6JmcKLkOCAsPuK9XbOvuVj0DlTlETfIXNisX0771v/vTWHOQqiwoGi+TtAUq8efw==} + '@turbo/darwin-arm64@2.10.5': + resolution: {integrity: sha512-rqROo9zsF/P9RqsdtbLD1nFJicjSrYyvQ9kNJC38AbxA3pAs6VAlATvtvOFx7bqOv6vicf20SP9kF33avJjy2w==} cpu: [arm64] os: [darwin] - '@turbo/linux-64@2.10.4': - resolution: {integrity: sha512-IzV1QovmwX7mfGnVinmE++2IB8tbeo38weltiuH5zNqwCTBjLs/DytyRKx+bmnhHdXIq9SheR8p0Nip/LBUPHg==} + '@turbo/linux-64@2.10.5': + resolution: {integrity: sha512-RoSSiNFUxi27zLJuM9F6GyWWjHgLch9t6nwD6K0FkXRirZkTLlzIj6IhFnK8H9++nefLtdFqylE4vGjZAv6AAA==} cpu: [x64] os: [linux] - '@turbo/linux-arm64@2.10.4': - resolution: {integrity: sha512-rfujSQkP5aYiRn0PgTM7F00WkJCP/bKDVZbOx3WmrZwa/vHA0bplhCl328kpX7VI9HH2vI90ISGwuSVgJgoqTw==} + '@turbo/linux-arm64@2.10.5': + resolution: {integrity: sha512-4ZComcpzmHGmVynQqvvi+iZOSq/tBvY1SltXB8g4NZRsrA01W8E+yRL8RNM+PLoyWsrCnJa8xa+DkWkv+xg4iQ==} cpu: [arm64] os: [linux] - '@turbo/windows-64@2.10.4': - resolution: {integrity: sha512-NnspP7Wd5fa3Wwnqv9bKfhegqZzuHBgbPxdZU/idTLQcazx/vgKu95JlCx2YHY0hdvKCnPcARrDwM+KEUmaO7A==} + '@turbo/windows-64@2.10.5': + resolution: {integrity: sha512-eL2Iyj4DbMINq1Sr1w0iAi6nAiZOF16KSlRGwCJpVh+IWZeY33MAsLHVOBMj1xoFtncVJXclCVpTPL2nBoYkFg==} cpu: [x64] os: [win32] - '@turbo/windows-arm64@2.10.4': - resolution: {integrity: sha512-Iv02YgOpaEShc2OkG7mgCJ2pEw1RUKiKbs0h8W5wAf4jZ5vpmraTEjuGTgHRuOORQnC1GN3KHo5WB+hu1abRMA==} + '@turbo/windows-arm64@2.10.5': + resolution: {integrity: sha512-sog+wP+8YSJrdWZ/rUJg8xghVTrwoG+BrSlDQpnK5fzSgJHn1INRWXbVWRH0d3vX8dBI01E3yxXRre9Dn+OXQA==} cpu: [arm64] os: [win32] @@ -1160,11 +1160,11 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/eslint-plugin@8.63.0': - resolution: {integrity: sha512-rvwSgqT+DHpWdzfSzPatRLm02a0GlESt++9iy3hLCDY4BgkaLcl8LBi9Yh7XGFBpwcBE/K3024QuXWTpbz4FfQ==} + '@typescript-eslint/eslint-plugin@8.64.0': + resolution: {integrity: sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.63.0 + '@typescript-eslint/parser': ^8.64.0 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.1.0' @@ -1175,8 +1175,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.63.0': - resolution: {integrity: sha512-gwh4gvvlaVDKKxyfxMG+Gnu1u9X0OQBwyGLkbwB65dIzBKnxeRiJlNFqlI3zwVhNXJIs6qV7mlFCn/BIajlVig==} + '@typescript-eslint/parser@8.64.0': + resolution: {integrity: sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 @@ -1188,8 +1188,8 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.63.0': - resolution: {integrity: sha512-e5dh0/UI0ok53AlZ5wRkXCB32z/f2jUZqPR/ygAw5WYaSw8j9EoJWlS7wQjr/dmOaqWjnPIn2m+HhVPCMWGZVQ==} + '@typescript-eslint/project-service@8.64.0': + resolution: {integrity: sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' @@ -1198,8 +1198,8 @@ packages: resolution: {integrity: sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.63.0': - resolution: {integrity: sha512-uUyfMWCnDSN8bCpcrY8nGP2BLkQ9Xn0GsipcONcpIDWhwhO4ZSyHvyS14U3X75mzxWxL3I2UZIrenTzdzcJO8A==} + '@typescript-eslint/scope-manager@8.64.0': + resolution: {integrity: sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/tsconfig-utils@8.46.2': @@ -1208,14 +1208,14 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/tsconfig-utils@8.62.1': - resolution: {integrity: sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==} + '@typescript-eslint/tsconfig-utils@8.63.0': + resolution: {integrity: sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/tsconfig-utils@8.63.0': - resolution: {integrity: sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==} + '@typescript-eslint/tsconfig-utils@8.64.0': + resolution: {integrity: sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' @@ -1227,8 +1227,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.63.0': - resolution: {integrity: sha512-Nzzh/OGxVCOjObjaj1CQF2RUasyYy2Jfuh+zZ3PjLzG2fYRriAiZLib9UKtO+CpQAS3YHiAS+ckZDclwqI1TPA==} + '@typescript-eslint/type-utils@8.64.0': + resolution: {integrity: sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 @@ -1238,22 +1238,22 @@ packages: resolution: {integrity: sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.62.1': - resolution: {integrity: sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.63.0': resolution: {integrity: sha512-xyLtl9DUBBFrcJS4x2pIqGLH68/tC2uOa4Z7pUteW09D3bXnnXUom4dyPikzWgB7llmIc1zoeI3aoUdC4rPK/Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.64.0': + resolution: {integrity: sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@8.46.2': resolution: {integrity: sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/typescript-estree@8.63.0': - resolution: {integrity: sha512-ygBkU+B7ex5UI/gKhaqexWev79uISfIv7XQCRNYO/jmD8rGLPyWLAb3KMRT6nd8Gt9bmUBi9+iX6tBdYfOY81Q==} + '@typescript-eslint/typescript-estree@8.64.0': + resolution: {integrity: sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.1.0' @@ -1265,8 +1265,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.63.0': - resolution: {integrity: sha512-fUKaeAvrTuQg/Tgt3nliAUSZHJM6DlCcfyEmxCvlX8kieWSStBX+5O5Fnidtc3i2JrH+9c/GL4RY2iasd/GPTA==} + '@typescript-eslint/utils@8.64.0': + resolution: {integrity: sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 @@ -1276,8 +1276,8 @@ packages: resolution: {integrity: sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.63.0': - resolution: {integrity: sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw==} + '@typescript-eslint/visitor-keys@8.64.0': + resolution: {integrity: sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript/typescript-aix-ppc64@7.0.2': @@ -2774,8 +2774,8 @@ packages: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} - katex@0.17.0: - resolution: {integrity: sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==} + katex@0.18.0: + resolution: {integrity: sha512-rZ4Sw94Oja12Ib4+ee7inAr//yxj0G8RaAlh+ZpzfFhwTifGeJbqJ7D0FStcv6EV8DeNNU9Y8rPeg6vPUizlqg==} hasBin: true keyv@4.5.4: @@ -3266,8 +3266,8 @@ packages: yaml: optional: true - postcss@8.5.16: - resolution: {integrity: sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==} + postcss@8.5.19: + resolution: {integrity: sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -3808,13 +3808,13 @@ packages: typescript: optional: true - tsx@4.23.0: - resolution: {integrity: sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==} + tsx@4.23.1: + resolution: {integrity: sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==} engines: {node: '>=18.0.0'} hasBin: true - turbo@2.10.4: - resolution: {integrity: sha512-GQpduILaKjoaGljw097ScsSyKTtZSY7cZ3bJktzfTkPMyCf3ShKLuXK2IaOEN2Plziml+ArR7WJ1m+V4VbnaKQ==} + turbo@2.10.5: + resolution: {integrity: sha512-07Y/C7OUp23l4P92PJoYtFNbHjLhftrZH5Ce7dbczS4kX2Re+wtbXvZLoxn/pUtzgsQaRCBaRuZPJp4zmAn0WQ==} hasBin: true typanion@3.14.0: @@ -3964,8 +3964,8 @@ packages: vite: optional: true - vite@8.1.4: - resolution: {integrity: sha512-bTT9PsdWO+MQMNG9ZXIP/qM9wGh37DFxTV/sPq9cFpHr3w4jkgef032PkAL9jAqhk3Nz8NQw3O8n6/xFkqO4QQ==} + vite@8.1.5: + resolution: {integrity: sha512-7ULLwsCdYx/nRyrpiEwvqb5TFHrMVZyBt+rg/OAXT7rgj/z+DtTDyKFeLAdDkubDVDKD8jOsndmy7m55XcfUsw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -4501,9 +4501,9 @@ snapshots: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.5.5 - '@matejmazur/react-katex@3.1.3(katex@0.17.0)(react@19.2.7)': + '@matejmazur/react-katex@3.1.3(katex@0.18.0)(react@19.2.7)': dependencies: - katex: 0.17.0 + katex: 0.18.0 react: 19.2.7 '@napi-rs/canvas-android-arm64@0.1.80': @@ -4573,7 +4573,7 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - '@notionhq/client@5.23.0': {} + '@notionhq/client@5.23.2': {} '@oxc-project/types@0.139.0': {} @@ -4639,7 +4639,7 @@ snapshots: dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 - picomatch: 4.0.4 + picomatch: 4.0.5 optionalDependencies: rollup: 4.52.5 @@ -4713,22 +4713,22 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@turbo/darwin-64@2.10.4': + '@turbo/darwin-64@2.10.5': optional: true - '@turbo/darwin-arm64@2.10.4': + '@turbo/darwin-arm64@2.10.5': optional: true - '@turbo/linux-64@2.10.4': + '@turbo/linux-64@2.10.5': optional: true - '@turbo/linux-arm64@2.10.4': + '@turbo/linux-arm64@2.10.5': optional: true - '@turbo/windows-64@2.10.4': + '@turbo/windows-64@2.10.5': optional: true - '@turbo/windows-arm64@2.10.4': + '@turbo/windows-arm64@2.10.5': optional: true '@tybys/wasm-util@0.10.3': @@ -4799,14 +4799,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.63.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2)': + '@typescript-eslint/eslint-plugin@8.64.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0)(typescript@7.0.2) - '@typescript-eslint/scope-manager': 8.63.0 - '@typescript-eslint/type-utils': 8.63.0(eslint@10.7.0)(typescript@7.0.2) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0)(typescript@7.0.2) - '@typescript-eslint/visitor-keys': 8.63.0 + '@typescript-eslint/parser': 8.64.0(eslint@10.7.0)(typescript@7.0.2) + '@typescript-eslint/scope-manager': 8.64.0 + '@typescript-eslint/type-utils': 8.64.0(eslint@10.7.0)(typescript@7.0.2) + '@typescript-eslint/utils': 8.64.0(eslint@10.7.0)(typescript@7.0.2) + '@typescript-eslint/visitor-keys': 8.64.0 eslint: 10.7.0 ignore: 7.0.5 natural-compare: 1.4.0 @@ -4827,12 +4827,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2)': + '@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2)': dependencies: - '@typescript-eslint/scope-manager': 8.63.0 - '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@7.0.2) - '@typescript-eslint/visitor-keys': 8.63.0 + '@typescript-eslint/scope-manager': 8.64.0 + '@typescript-eslint/types': 8.64.0 + '@typescript-eslint/typescript-estree': 8.64.0(typescript@7.0.2) + '@typescript-eslint/visitor-keys': 8.64.0 debug: 4.4.3 eslint: 10.7.0 typescript: 7.0.2 @@ -4841,17 +4841,17 @@ snapshots: '@typescript-eslint/project-service@8.46.2(typescript@7.0.2)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@7.0.2) - '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@7.0.2) + '@typescript-eslint/types': 8.63.0 debug: 4.4.3 typescript: 7.0.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.63.0(typescript@7.0.2)': + '@typescript-eslint/project-service@8.64.0(typescript@7.0.2)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@7.0.2) - '@typescript-eslint/types': 8.63.0 + '@typescript-eslint/tsconfig-utils': 8.64.0(typescript@7.0.2) + '@typescript-eslint/types': 8.64.0 debug: 4.4.3 typescript: 7.0.2 transitivePeerDependencies: @@ -4862,20 +4862,20 @@ snapshots: '@typescript-eslint/types': 8.46.2 '@typescript-eslint/visitor-keys': 8.46.2 - '@typescript-eslint/scope-manager@8.63.0': + '@typescript-eslint/scope-manager@8.64.0': dependencies: - '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/visitor-keys': 8.63.0 + '@typescript-eslint/types': 8.64.0 + '@typescript-eslint/visitor-keys': 8.64.0 '@typescript-eslint/tsconfig-utils@8.46.2(typescript@7.0.2)': dependencies: typescript: 7.0.2 - '@typescript-eslint/tsconfig-utils@8.62.1(typescript@7.0.2)': + '@typescript-eslint/tsconfig-utils@8.63.0(typescript@7.0.2)': dependencies: typescript: 7.0.2 - '@typescript-eslint/tsconfig-utils@8.63.0(typescript@7.0.2)': + '@typescript-eslint/tsconfig-utils@8.64.0(typescript@7.0.2)': dependencies: typescript: 7.0.2 @@ -4891,11 +4891,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.63.0(eslint@10.7.0)(typescript@7.0.2)': + '@typescript-eslint/type-utils@8.64.0(eslint@10.7.0)(typescript@7.0.2)': dependencies: - '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@7.0.2) - '@typescript-eslint/utils': 8.63.0(eslint@10.7.0)(typescript@7.0.2) + '@typescript-eslint/types': 8.64.0 + '@typescript-eslint/typescript-estree': 8.64.0(typescript@7.0.2) + '@typescript-eslint/utils': 8.64.0(eslint@10.7.0)(typescript@7.0.2) debug: 4.4.3 eslint: 10.7.0 ts-api-utils: 2.5.0(typescript@7.0.2) @@ -4905,10 +4905,10 @@ snapshots: '@typescript-eslint/types@8.46.2': {} - '@typescript-eslint/types@8.62.1': {} - '@typescript-eslint/types@8.63.0': {} + '@typescript-eslint/types@8.64.0': {} + '@typescript-eslint/typescript-estree@8.46.2(typescript@7.0.2)': dependencies: '@typescript-eslint/project-service': 8.46.2(typescript@7.0.2) @@ -4925,12 +4925,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.63.0(typescript@7.0.2)': + '@typescript-eslint/typescript-estree@8.64.0(typescript@7.0.2)': dependencies: - '@typescript-eslint/project-service': 8.63.0(typescript@7.0.2) - '@typescript-eslint/tsconfig-utils': 8.63.0(typescript@7.0.2) - '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/visitor-keys': 8.63.0 + '@typescript-eslint/project-service': 8.64.0(typescript@7.0.2) + '@typescript-eslint/tsconfig-utils': 8.64.0(typescript@7.0.2) + '@typescript-eslint/types': 8.64.0 + '@typescript-eslint/visitor-keys': 8.64.0 debug: 4.4.3 minimatch: 10.2.4 semver: 7.7.3 @@ -4951,12 +4951,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.63.0(eslint@10.7.0)(typescript@7.0.2)': + '@typescript-eslint/utils@8.64.0(eslint@10.7.0)(typescript@7.0.2)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@10.7.0) - '@typescript-eslint/scope-manager': 8.63.0 - '@typescript-eslint/types': 8.63.0 - '@typescript-eslint/typescript-estree': 8.63.0(typescript@7.0.2) + '@typescript-eslint/scope-manager': 8.64.0 + '@typescript-eslint/types': 8.64.0 + '@typescript-eslint/typescript-estree': 8.64.0(typescript@7.0.2) eslint: 10.7.0 typescript: 7.0.2 transitivePeerDependencies: @@ -4967,9 +4967,9 @@ snapshots: '@typescript-eslint/types': 8.46.2 eslint-visitor-keys: 4.2.1 - '@typescript-eslint/visitor-keys@8.63.0': + '@typescript-eslint/visitor-keys@8.64.0': dependencies: - '@typescript-eslint/types': 8.63.0 + '@typescript-eslint/types': 8.64.0 eslint-visitor-keys: 5.0.1 '@typescript/typescript-aix-ppc64@7.0.2': @@ -5044,7 +5044,7 @@ snapshots: obug: 2.1.1 std-env: 4.0.0 tinyrainbow: 3.1.0 - vitest: 4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)) + vitest: 4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)) '@vitest/expect@4.1.10': dependencies: @@ -5055,13 +5055,13 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.10(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0))': + '@vitest/mocker@4.1.10(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1))': dependencies: '@vitest/spy': 4.1.10 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0) + vite: 8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1) '@vitest/pretty-format@4.1.10': dependencies: @@ -5983,13 +5983,13 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-next@16.2.10(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2): + eslint-config-next@16.2.10(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint@10.7.0)(typescript@7.0.2): dependencies: '@next/eslint-plugin-next': 16.2.10 eslint: 10.7.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.32.0)(eslint@10.7.0) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.32.0)(eslint@10.7.0) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) eslint-plugin-jsx-a11y: 6.10.1(eslint@10.7.0) eslint-plugin-react: 7.37.5(eslint@10.7.0) eslint-plugin-react-hooks: 7.1.1(eslint@10.7.0) @@ -6014,13 +6014,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.32.0)(eslint@10.7.0): + eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.32.0)(eslint@10.7.0): dependencies: debug: 4.4.3 enhanced-resolve: 5.13.0 eslint: 10.7.0 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) get-tsconfig: 4.8.1 globby: 13.1.4 is-core-module: 2.16.1 @@ -6032,18 +6032,18 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0)(typescript@7.0.2) + '@typescript-eslint/parser': 8.64.0(eslint@10.7.0)(typescript@7.0.2) eslint: 10.7.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.32.0)(eslint@10.7.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.32.0)(eslint@10.7.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -6054,7 +6054,7 @@ snapshots: doctrine: 2.1.0 eslint: 10.7.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.63.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.64.0(eslint@10.7.0)(typescript@7.0.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.5.5)(eslint@10.7.0) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -6066,7 +6066,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.63.0(eslint@10.7.0)(typescript@7.0.2) + '@typescript-eslint/parser': 8.64.0(eslint@10.7.0)(typescript@7.0.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -6250,6 +6250,10 @@ snapshots: optionalDependencies: picomatch: 4.0.4 + fdir@6.5.0(picomatch@4.0.5): + optionalDependencies: + picomatch: 4.0.5 + figures@3.2.0: dependencies: escape-string-regexp: 1.0.5 @@ -6783,7 +6787,7 @@ snapshots: object.assign: 4.1.7 object.values: 1.2.1 - katex@0.17.0: + katex@0.18.0: dependencies: commander: 8.3.0 @@ -7229,14 +7233,14 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-load-config@6.0.1(postcss@8.5.16)(tsx@4.23.0): + postcss-load-config@6.0.1(postcss@8.5.19)(tsx@4.23.1): dependencies: lilconfig: 3.1.2 optionalDependencies: - postcss: 8.5.16 - tsx: 4.23.0 + postcss: 8.5.19 + tsx: 4.23.1 - postcss@8.5.16: + postcss@8.5.19: dependencies: nanoid: 3.3.12 picocolors: 1.1.1 @@ -7823,8 +7827,8 @@ snapshots: tinyglobby@0.2.17: dependencies: - fdir: 6.5.0(picomatch@4.0.4) - picomatch: 4.0.4 + fdir: 6.5.0(picomatch@4.0.5) + picomatch: 4.0.5 tinyrainbow@3.1.0: {} @@ -7855,7 +7859,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.5.1(postcss@8.5.16)(tsx@4.23.0)(typescript@7.0.2): + tsup@8.5.1(postcss@8.5.19)(tsx@4.23.1)(typescript@7.0.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.0) cac: 6.7.14 @@ -7866,7 +7870,7 @@ snapshots: fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(postcss@8.5.16)(tsx@4.23.0) + postcss-load-config: 6.0.1(postcss@8.5.19)(tsx@4.23.1) resolve-from: 5.0.0 rollup: 4.52.5 source-map: 0.7.6 @@ -7875,7 +7879,7 @@ snapshots: tinyglobby: 0.2.15 tree-kill: 1.2.2 optionalDependencies: - postcss: 8.5.16 + postcss: 8.5.19 typescript: 7.0.2 transitivePeerDependencies: - jiti @@ -7883,20 +7887,20 @@ snapshots: - tsx - yaml - tsx@4.23.0: + tsx@4.23.1: dependencies: esbuild: 0.28.0 optionalDependencies: fsevents: 2.3.3 - turbo@2.10.4: + turbo@2.10.5: optionalDependencies: - '@turbo/darwin-64': 2.10.4 - '@turbo/darwin-arm64': 2.10.4 - '@turbo/linux-64': 2.10.4 - '@turbo/linux-arm64': 2.10.4 - '@turbo/windows-64': 2.10.4 - '@turbo/windows-arm64': 2.10.4 + '@turbo/darwin-64': 2.10.5 + '@turbo/darwin-arm64': 2.10.5 + '@turbo/linux-64': 2.10.5 + '@turbo/linux-arm64': 2.10.5 + '@turbo/windows-64': 2.10.5 + '@turbo/windows-arm64': 2.10.5 typanion@3.14.0: {} @@ -8032,7 +8036,7 @@ snapshots: undici-types@6.21.0: {} - unplugin-dts@1.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)): + unplugin-dts@1.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)): dependencies: '@rollup/pluginutils': 5.3.0(rollup@4.52.5) '@volar/typescript': 2.4.28 @@ -8047,11 +8051,11 @@ snapshots: esbuild: 0.27.0 rolldown: 1.1.5 rollup: 4.52.5 - vite: 8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0) + vite: 8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1) transitivePeerDependencies: - supports-color - unplugin-dts@1.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0)): + unplugin-dts@1.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1)): dependencies: '@rollup/pluginutils': 5.3.0(rollup@4.52.5) '@volar/typescript': 2.4.28 @@ -8066,7 +8070,7 @@ snapshots: esbuild: 0.28.0 rolldown: 1.1.5 rollup: 4.52.5 - vite: 8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0) + vite: 8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1) transitivePeerDependencies: - supports-color @@ -8074,7 +8078,7 @@ snapshots: dependencies: '@jridgewell/remapping': 2.3.5 acorn: 8.16.0 - picomatch: 4.0.4 + picomatch: 4.0.5 webpack-virtual-modules: 0.6.2 update-browserslist-db@1.1.3(browserslist@4.26.3): @@ -8094,12 +8098,12 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vite-plugin-dts@5.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)): + vite-plugin-dts@5.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)): dependencies: - unplugin-dts: 1.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)) + unplugin-dts: 1.0.3(esbuild@0.27.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)) optionalDependencies: rollup: 4.52.5 - vite: 8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0) + vite: 8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1) transitivePeerDependencies: - '@rspack/core' - '@vue/language-core' @@ -8109,12 +8113,12 @@ snapshots: - typescript - webpack - vite-plugin-dts@5.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0)): + vite-plugin-dts@5.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1)): dependencies: - unplugin-dts: 1.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0)) + unplugin-dts: 1.0.3(esbuild@0.28.0)(rolldown@1.1.5)(rollup@4.52.5)(typescript@7.0.2)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1)) optionalDependencies: rollup: 4.52.5 - vite: 8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0) + vite: 8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1) transitivePeerDependencies: - '@rspack/core' - '@vue/language-core' @@ -8124,37 +8128,37 @@ snapshots: - typescript - webpack - vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0): + vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1): dependencies: lightningcss: 1.32.0 picomatch: 4.0.5 - postcss: 8.5.16 + postcss: 8.5.19 rolldown: 1.1.5 tinyglobby: 0.2.17 optionalDependencies: '@types/node': 22.20.1 esbuild: 0.27.0 fsevents: 2.3.3 - tsx: 4.23.0 + tsx: 4.23.1 - vite@8.1.4(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.0): + vite@8.1.5(@types/node@22.20.1)(esbuild@0.28.0)(tsx@4.23.1): dependencies: lightningcss: 1.32.0 picomatch: 4.0.5 - postcss: 8.5.16 + postcss: 8.5.19 rolldown: 1.1.5 tinyglobby: 0.2.17 optionalDependencies: '@types/node': 22.20.1 esbuild: 0.28.0 fsevents: 2.3.3 - tsx: 4.23.0 + tsx: 4.23.1 optional: true - vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)): + vitest@4.1.10(@types/node@22.20.1)(@vitest/coverage-v8@4.1.10)(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)): dependencies: '@vitest/expect': 4.1.10 - '@vitest/mocker': 4.1.10(vite@8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0)) + '@vitest/mocker': 4.1.10(vite@8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1)) '@vitest/pretty-format': 4.1.10 '@vitest/runner': 4.1.10 '@vitest/snapshot': 4.1.10 @@ -8171,7 +8175,7 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.17 tinyrainbow: 3.1.0 - vite: 8.1.4(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.0) + vite: 8.1.5(@types/node@22.20.1)(esbuild@0.27.0)(tsx@4.23.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.20.1