From b9cb9e3fedcb45ea7721b6a6d817acbd40020421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:38:38 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#187) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- integrations/react/package.json | 6 +- package.json | 4 +- packages/config/package.json | 8 +- pnpm-lock.yaml | 171 ++++++++++++++++---------------- 4 files changed, 95 insertions(+), 94 deletions(-) diff --git a/integrations/react/package.json b/integrations/react/package.json index 6c13a64..7330e53 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -25,14 +25,14 @@ "test:build": "vite build && vitest && publint --strict" }, "dependencies": { - "@tanstack/query-core": "^5.62.2", + "@tanstack/query-core": "^5.62.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@tanstack/config": "workspace:*", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^4.3.4" } } diff --git a/package.json b/package.json index 1fda59b..9a5bad7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TanStack/config.git" }, - "packageManager": "pnpm@9.14.4", + "packageManager": "pnpm@9.15.0", "type": "module", "scripts": { "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm", @@ -25,7 +25,7 @@ "devDependencies": { "@types/node": "^22.10.1", "jsdom": "^25.0.1", - "nx": "^20.2.0", + "nx": "^20.2.1", "prettier": "^3.4.2", "publint": "^0.2.12", "sherif": "^1.0.2", diff --git a/packages/config/package.json b/packages/config/package.json index baa7842..71775aa 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -61,7 +61,7 @@ "dependencies": { "@commitlint/parse": "^19.5.0", "@eslint/js": "^9.16.0", - "@stylistic/eslint-plugin-js": "^2.11.0", + "@stylistic/eslint-plugin-js": "^2.12.0", "commander": "^12.1.0", "current-git-branch": "^1.1.0", "esbuild-register": "^3.6.0", @@ -75,14 +75,14 @@ "rollup-plugin-preserve-directives": "^0.4.0", "semver": "^7.6.3", "simple-git": "^3.27.0", - "typedoc": "^0.27.3", + "typedoc": "^0.27.4", "typedoc-plugin-frontmatter": "^1.1.0", - "typedoc-plugin-markdown": "^4.3.1", + "typedoc-plugin-markdown": "^4.3.2", "typescript-eslint": "^8.17.0", "v8flags": "^4.0.1", "vite-plugin-dts": "4.0.3", "vite-plugin-externalize-deps": "^0.8.0", - "vite-tsconfig-paths": "^5.1.3" + "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { "@types/current-git-branch": "^1.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4985b6b..d551915 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 nx: - specifier: ^20.2.0 - version: 20.2.0 + specifier: ^20.2.1 + version: 20.2.1 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -39,8 +39,8 @@ importers: integrations/react: dependencies: '@tanstack/query-core': - specifier: ^5.62.2 - version: 5.62.2 + specifier: ^5.62.3 + version: 5.62.3 react: specifier: ^19.0.0 version: 19.0.0 @@ -52,11 +52,11 @@ importers: specifier: workspace:* version: link:../../packages/config '@types/react': - specifier: ^19.0.0 - version: 19.0.0 + specifier: ^19.0.1 + version: 19.0.1 '@types/react-dom': - specifier: ^19.0.0 - version: 19.0.0 + specifier: ^19.0.1 + version: 19.0.1 '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)) @@ -89,8 +89,8 @@ importers: specifier: ^9.16.0 version: 9.16.0 '@stylistic/eslint-plugin-js': - specifier: ^2.11.0 - version: 2.11.0(eslint@9.16.0) + specifier: ^2.12.0 + version: 2.12.0(eslint@9.16.0) commander: specifier: ^12.1.0 version: 12.1.0 @@ -131,14 +131,14 @@ importers: specifier: ^3.27.0 version: 3.27.0 typedoc: - specifier: ^0.27.3 - version: 0.27.3(typescript@5.7.2) + specifier: ^0.27.4 + version: 0.27.4(typescript@5.7.2) typedoc-plugin-frontmatter: specifier: ^1.1.0 - version: 1.1.0(typedoc-plugin-markdown@4.3.1(typedoc@0.27.3(typescript@5.7.2))) + version: 1.1.0(typedoc-plugin-markdown@4.3.2(typedoc@0.27.4(typescript@5.7.2))) typedoc-plugin-markdown: - specifier: ^4.3.1 - version: 4.3.1(typedoc@0.27.3(typescript@5.7.2)) + specifier: ^4.3.2 + version: 4.3.2(typedoc@0.27.4(typescript@5.7.2)) typescript-eslint: specifier: ^8.17.0 version: 8.17.0(eslint@9.16.0)(typescript@5.7.2) @@ -152,8 +152,8 @@ importers: specifier: ^0.8.0 version: 0.8.0(vite@5.4.11(@types/node@22.10.1)) vite-tsconfig-paths: - specifier: ^5.1.3 - version: 5.1.3(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)) + specifier: ^5.1.4 + version: 5.1.4(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)) devDependencies: '@types/current-git-branch': specifier: ^1.1.6 @@ -539,62 +539,62 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@20.2.0': - resolution: {integrity: sha512-Tq5ejMlNGsEuaUxz5mwfaMwWRj/ziygp5dtsSTukpSAzO9iPAs95CvSt7qUO5ZYhLhwAOJ6HPapGbz5WbNu67A==} + '@nx/nx-darwin-arm64@20.2.1': + resolution: {integrity: sha512-nJcyPZfH6Vq4cG6gRnQ8PcnVOLePeT3exzLnQu0I4I2EtCTPyCSRA3gxoGzZ3qZFMQTsCbwv4HYfdx42AXOTAQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.2.0': - resolution: {integrity: sha512-LnFfe3hqVAoY891fUB8AMujOUDCVvRcBd8HuZnER4UwvrPcOLP+e7HFiW8D3A/BsDW5XK95myD8llwQUn329eQ==} + '@nx/nx-darwin-x64@20.2.1': + resolution: {integrity: sha512-SEiN8fjEs010ME4PRP8O9f8qG8AMZBGz8hOkF6ZrdlC+iEi4iyAGpgWFq8PKBlpVW4G5gxR91Y7eVaTKAsgH5w==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.2.0': - resolution: {integrity: sha512-bikAwsNO0czoQWxU8ebWFKa+ugVBfFd/XSiT5+G5yJeRdbgBgmUEiK8tMMpwbkVffe4/KC/H/2nx0sgNRUJz4Q==} + '@nx/nx-freebsd-x64@20.2.1': + resolution: {integrity: sha512-/yEKS9q17EG2Ci130McvpZM5YUghH1ql9UXWbVmitufn+RQD90hoblkG/B+cxJeZonrdKAjdpLQ+hfVz+FBd/g==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.2.0': - resolution: {integrity: sha512-faBKLDjSvE+X7HgXMPWTfqX9jDTy9YBtoZBbLZVWMso1T0sfL04ehY7XukBnKQYR3b/knMW077V5gEOrHDT1MQ==} + '@nx/nx-linux-arm-gnueabihf@20.2.1': + resolution: {integrity: sha512-DPtRjTCJ5++stTGtjqYftCb2c0CNed2s2EZZLQuDP+tikTsLm0d3S3ZaU5eHhqZW35tQuMOVweOfC1nJ3/DTSA==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.2.0': - resolution: {integrity: sha512-HaosF2EWRM1lRVv9ef/3V44saCSnSjfCqSAsRJ6JviEgozaO8+DgAjpgWCd7UkNN/UArq0lMk1vegKPhMs+qUQ==} + '@nx/nx-linux-arm64-gnu@20.2.1': + resolution: {integrity: sha512-ggGwHOEP6UjXeqv6DtRxizeBnX/zRZi8BRJbEJBwAt1cAUnLlklk8d+Hmjs+j/FlFXBV9f+ylpAqoYkplFR8jg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.2.0': - resolution: {integrity: sha512-PmEulUgy/j9usaguyNXkoPJkxSAezVShJgXkSz0oYqfD/8tQyaZSIk9xfLBBQx2w3IdsRQwOMRt3W035F6j6Ww==} + '@nx/nx-linux-arm64-musl@20.2.1': + resolution: {integrity: sha512-HZBGxsBJUFbWVTiyJxqt0tS8tlvp+Tp0D533mGKW75cU0rv9dnmbtTwkkkx+LXqerjSRvNS3Qtj0Uh2w92Vtig==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.2.0': - resolution: {integrity: sha512-yW5ICzdtT5nncXraGFfqKqhs2pR+t9ZxoLrM7qwSt9XOtkyVYk/OhkJcdotVG3XiQeDSA86OsnMFlXNs6nKPMg==} + '@nx/nx-linux-x64-gnu@20.2.1': + resolution: {integrity: sha512-pTytPwGiPRakqz2PKiWTSRNm9taE1U9n0+kRAAFzbOtzeW+eIoebe5xY5QMoZ+XtIZ6pJM2BUOyMD+/TX57r8Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.2.0': - resolution: {integrity: sha512-RSqXR7SXOe5UTGDAsOu0VssPyM3G/u0ctSXYAfUj0Gh/JjUjg34gMLs96SUWPnVRAcMRgH2kPm6OBsBFKyB3AQ==} + '@nx/nx-linux-x64-musl@20.2.1': + resolution: {integrity: sha512-p3egqe5zmwiDl6xSwHi2K9UZWiKbZ/s/j4qV+pZttzMyNPfhohTeP+VwQqjTeQ1hPBl2YhwmmktEPsIPYJG7YA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.2.0': - resolution: {integrity: sha512-U+rz4fuWnbgqryvxTEdqYDi2keEcY3AdGgzuPUl2WgPchYUJ8UvGSmWFG9eoMxVpCAuvgfse/DntwlQzzxISKg==} + '@nx/nx-win32-arm64-msvc@20.2.1': + resolution: {integrity: sha512-Wujist6k08pjgWWQ1pjXrCArmMgnyIXNVmDP14cWo1KHecBuxNWa9i62PrxQ0K8MLYMcAzLHJxN9t54GzBbd+g==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.2.0': - resolution: {integrity: sha512-Yi7dOVNWCRMcMtuhuNI5AQHOgb39wMI4XQWsze9xitj14vgtet4o5xrmUVx2RsoK0oYVQsBpXYxPZeH4oRaFMQ==} + '@nx/nx-win32-x64-msvc@20.2.1': + resolution: {integrity: sha512-tsEYfNV2+CWSQmbh9TM8cX5wk6F2QAH0tfvt4topyOOaR40eszW8qc/eDM/kkJ5nj87BbNEqPBQAYFE0AP1OMA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -732,14 +732,14 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@stylistic/eslint-plugin-js@2.11.0': - resolution: {integrity: sha512-btchD0P3iij6cIk5RR5QMdEhtCCV0+L6cNheGhGCd//jaHILZMTi/EOqgEDAf1s4ZoViyExoToM+S2Iwa3U9DA==} + '@stylistic/eslint-plugin-js@2.12.0': + resolution: {integrity: sha512-HMA+qhlDLmLiYC0nyLPEJT4CBq3BP9ri51WECRKmEjO6RZm41MVZCJl+IfUcp2sUvGSl3/FSK5gzgBKcVv8S3w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' - '@tanstack/query-core@5.62.2': - resolution: {integrity: sha512-LcwVcC5qpsDpHcqlXUUL5o9SaOBwhNkGeV+B06s0GBoyBr8FqXPuXT29XzYXR36lchhnerp6XO+CWc84/vh7Zg==} + '@tanstack/query-core@5.62.3': + resolution: {integrity: sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==} '@tybys/wasm-util@0.9.0': resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==} @@ -795,11 +795,11 @@ packages: '@types/node@22.10.1': resolution: {integrity: sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==} - '@types/react-dom@19.0.0': - resolution: {integrity: sha512-1KfiQKsH1o00p9m5ag12axHQSb3FOU9H20UTrujVSkNhuCrRHiQWFqgEnTNK5ZNfnzZv8UWrnXVqCmCF9fgY3w==} + '@types/react-dom@19.0.1': + resolution: {integrity: sha512-hljHij7MpWPKF6u5vojuyfV0YA4YURsQG7KT6SzV0Zs2BXAtgdTxG6A229Ub/xiWV4w/7JL8fi6aAyjshH4meA==} - '@types/react@19.0.0': - resolution: {integrity: sha512-MY3oPudxvMYyesqs/kW1Bh8y9VqSmf+tzqw3ae8a9DZW68pUe3zAdHeI1jc6iAysuRdACnVknHP8AhwD4/dxtg==} + '@types/react@19.0.1': + resolution: {integrity: sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -1938,8 +1938,8 @@ packages: nwsapi@2.2.16: resolution: {integrity: sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==} - nx@20.2.0: - resolution: {integrity: sha512-JtdTc/jHHoxylBl4DCIOX/dNYQB5+rEIMTHqAFJ3InfsKxjsjFdoHJpOBbRrtnMfgz3GY/hukSb/ggQPuNQW2A==} + nx@20.2.1: + resolution: {integrity: sha512-zUw1DT9BW2ajbDZgcUFKfysGqrbJwsMRjPxT6GthuqcLtDc2iJi3+/UBTLsITSeiw4Za4qPVxjaK4+yma9Ju5w==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -2413,14 +2413,14 @@ packages: peerDependencies: typedoc-plugin-markdown: '>=4.3.0' - typedoc-plugin-markdown@4.3.1: - resolution: {integrity: sha512-cV0cjvNfr5keytkWUm5AXNFcW3/dd51BYFvbAVqo9AJbHZjt5SGkf2EZ0whSKCilqpwL7biPC/r1WNeW2NbV/w==} + typedoc-plugin-markdown@4.3.2: + resolution: {integrity: sha512-hCF3V0axzbzGDYFW21XigWIJQBOJ2ZRVWWs7X+e62ew/pXnvz7iKF/zVdkBm3w8Mk4bmXWp/FT0IF4Zn9uBRww==} engines: {node: '>= 18'} peerDependencies: typedoc: 0.27.x - typedoc@0.27.3: - resolution: {integrity: sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ==} + typedoc@0.27.4: + resolution: {integrity: sha512-wXPQs1AYC2Crk+1XFpNuutLIkNWleokZf1UNf/X8w9KsMnirkvT+LzxTXDvfF6ug3TSLf3Xu5ZXRKGfoXPX7IA==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -2503,8 +2503,8 @@ packages: peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 - vite-tsconfig-paths@5.1.3: - resolution: {integrity: sha512-0bz+PDlLpGfP2CigeSKL9NFTF1KtXkeHGZSSaGQSuPZH77GhoiQaA8IjYgOaynSuwlDTolSUEU0ErVvju3NURg==} + vite-tsconfig-paths@5.1.4: + resolution: {integrity: sha512-cYj0LRuLV2c2sMqhqhGpaO3LretdtMn/BVX4cPLanIZuwwrkVl+lK84E/miEXkCHWXuq65rhNN4rXsBcOB3S4w==} peerDependencies: vite: '*' peerDependenciesMeta: @@ -3031,34 +3031,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nx/nx-darwin-arm64@20.2.0': + '@nx/nx-darwin-arm64@20.2.1': optional: true - '@nx/nx-darwin-x64@20.2.0': + '@nx/nx-darwin-x64@20.2.1': optional: true - '@nx/nx-freebsd-x64@20.2.0': + '@nx/nx-freebsd-x64@20.2.1': optional: true - '@nx/nx-linux-arm-gnueabihf@20.2.0': + '@nx/nx-linux-arm-gnueabihf@20.2.1': optional: true - '@nx/nx-linux-arm64-gnu@20.2.0': + '@nx/nx-linux-arm64-gnu@20.2.1': optional: true - '@nx/nx-linux-arm64-musl@20.2.0': + '@nx/nx-linux-arm64-musl@20.2.1': optional: true - '@nx/nx-linux-x64-gnu@20.2.0': + '@nx/nx-linux-x64-gnu@20.2.1': optional: true - '@nx/nx-linux-x64-musl@20.2.0': + '@nx/nx-linux-x64-musl@20.2.1': optional: true - '@nx/nx-win32-arm64-msvc@20.2.0': + '@nx/nx-win32-arm64-msvc@20.2.1': optional: true - '@nx/nx-win32-x64-msvc@20.2.0': + '@nx/nx-win32-x64-msvc@20.2.1': optional: true '@rollup/pluginutils@5.1.3(rollup@4.28.0)': @@ -3171,13 +3171,13 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@stylistic/eslint-plugin-js@2.11.0(eslint@9.16.0)': + '@stylistic/eslint-plugin-js@2.12.0(eslint@9.16.0)': dependencies: eslint: 9.16.0 eslint-visitor-keys: 4.2.0 espree: 10.3.0 - '@tanstack/query-core@5.62.2': {} + '@tanstack/query-core@5.62.3': {} '@tybys/wasm-util@0.9.0': dependencies: @@ -3246,11 +3246,11 @@ snapshots: dependencies: undici-types: 6.20.0 - '@types/react-dom@19.0.0': + '@types/react-dom@19.0.1': dependencies: - '@types/react': 19.0.0 + '@types/react': 19.0.1 - '@types/react@19.0.0': + '@types/react@19.0.1': dependencies: csstype: 3.1.3 @@ -4464,7 +4464,7 @@ snapshots: nwsapi@2.2.16: {} - nx@20.2.0: + nx@20.2.1: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -4496,19 +4496,20 @@ snapshots: tmp: 0.2.3 tsconfig-paths: 4.2.0 tslib: 2.8.1 + yaml: 2.6.1 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 20.2.0 - '@nx/nx-darwin-x64': 20.2.0 - '@nx/nx-freebsd-x64': 20.2.0 - '@nx/nx-linux-arm-gnueabihf': 20.2.0 - '@nx/nx-linux-arm64-gnu': 20.2.0 - '@nx/nx-linux-arm64-musl': 20.2.0 - '@nx/nx-linux-x64-gnu': 20.2.0 - '@nx/nx-linux-x64-musl': 20.2.0 - '@nx/nx-win32-arm64-msvc': 20.2.0 - '@nx/nx-win32-x64-msvc': 20.2.0 + '@nx/nx-darwin-arm64': 20.2.1 + '@nx/nx-darwin-x64': 20.2.1 + '@nx/nx-freebsd-x64': 20.2.1 + '@nx/nx-linux-arm-gnueabihf': 20.2.1 + '@nx/nx-linux-arm64-gnu': 20.2.1 + '@nx/nx-linux-arm64-musl': 20.2.1 + '@nx/nx-linux-x64-gnu': 20.2.1 + '@nx/nx-linux-x64-musl': 20.2.1 + '@nx/nx-win32-arm64-msvc': 20.2.1 + '@nx/nx-win32-x64-msvc': 20.2.1 transitivePeerDependencies: - debug @@ -4919,16 +4920,16 @@ snapshots: type-fest@4.30.0: {} - typedoc-plugin-frontmatter@1.1.0(typedoc-plugin-markdown@4.3.1(typedoc@0.27.3(typescript@5.7.2))): + typedoc-plugin-frontmatter@1.1.0(typedoc-plugin-markdown@4.3.2(typedoc@0.27.4(typescript@5.7.2))): dependencies: - typedoc-plugin-markdown: 4.3.1(typedoc@0.27.3(typescript@5.7.2)) + typedoc-plugin-markdown: 4.3.2(typedoc@0.27.4(typescript@5.7.2)) yaml: 2.6.1 - typedoc-plugin-markdown@4.3.1(typedoc@0.27.3(typescript@5.7.2)): + typedoc-plugin-markdown@4.3.2(typedoc@0.27.4(typescript@5.7.2)): dependencies: - typedoc: 0.27.3(typescript@5.7.2) + typedoc: 0.27.4(typescript@5.7.2) - typedoc@0.27.3(typescript@5.7.2): + typedoc@0.27.4(typescript@5.7.2): dependencies: '@gerrit0/mini-shiki': 1.24.1 lunr: 2.3.9 @@ -5020,7 +5021,7 @@ snapshots: dependencies: vite: 5.4.11(@types/node@22.10.1) - vite-tsconfig-paths@5.1.3(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)): + vite-tsconfig-paths@5.1.4(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.1)): dependencies: debug: 4.3.7 globrex: 0.1.2