diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 874acc295921..94a98df3f3f5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,10 +31,10 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # 4.37.6 + uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # 4.37.7 with: languages: javascript-typescript config-file: ./.github/codeql/codeql-config.yml - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # 4.37.6 + uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # 4.37.7 diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 89ee21753133..a676c21653d7 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -67,12 +67,12 @@ jobs: E2E_TEST: true - name: Build test-website project # We build 2 locales to ensure a localized site doesn't leak memory - # See https://github.com/facebook/docusaurus/pull/10599 + # See https://github.com/facebook/docusaurus/issues/10944 run: yarn build --locale en --locale fr env: # Our website should build even with limited memory # See https://github.com/facebook/docusaurus/pull/10590 - NODE_OPTIONS: '--max-old-space-size=300' + NODE_OPTIONS: '--max-old-space-size=200' DOCUSAURUS_PERF_LOGGER: 'true' working-directory: ../test-website @@ -105,12 +105,12 @@ jobs: E2E_TEST: true - name: Build test-website project # We build 2 locales to ensure a localized site doesn't leak memory - # See https://github.com/facebook/docusaurus/pull/10599 + # See https://github.com/facebook/docusaurus/issues/10944 run: yarn build --locale en --locale fr env: # Our website should build even with limited memory # See https://github.com/facebook/docusaurus/pull/10590 - NODE_OPTIONS: '--max-old-space-size=300' + NODE_OPTIONS: '--max-old-space-size=200' DOCUSAURUS_PERF_LOGGER: 'true' working-directory: ../test-website - name: Copy to CWD @@ -194,12 +194,12 @@ jobs: - name: Build test-website project # We build 2 locales to ensure a localized site doesn't leak memory - # See https://github.com/facebook/docusaurus/pull/10599 + # See https://github.com/facebook/docusaurus/issues/10944 run: yarn build --locale en --locale fr env: # Our website should build even with limited memory # See https://github.com/facebook/docusaurus/pull/10590 - NODE_OPTIONS: '--max-old-space-size=300' + NODE_OPTIONS: '--max-old-space-size=200' DOCUSAURUS_PERF_LOGGER: 'true' working-directory: ../test-website @@ -236,12 +236,12 @@ jobs: E2E_TEST: true - name: Build test-website project # We build 2 locales to ensure a localized site doesn't leak memory - # See https://github.com/facebook/docusaurus/pull/10599 + # See https://github.com/facebook/docusaurus/issues/10944 run: npm run build -- --locale en --locale fr env: # Our website should build even with limited memory # See https://github.com/facebook/docusaurus/pull/10590 - NODE_OPTIONS: '--max-old-space-size=300' + NODE_OPTIONS: '--max-old-space-size=200' DOCUSAURUS_PERF_LOGGER: 'true' working-directory: ../test-website @@ -286,11 +286,11 @@ jobs: E2E_TEST: true - name: Build test-website project # We build 2 locales to ensure a localized site doesn't leak memory - # See https://github.com/facebook/docusaurus/pull/10599 + # See https://github.com/facebook/docusaurus/issues/10944 run: pnpm run build --locale en --locale fr env: # Our website should build even with limited memory # See https://github.com/facebook/docusaurus/pull/10590 - NODE_OPTIONS: '--max-old-space-size=300' + NODE_OPTIONS: '--max-old-space-size=200' DOCUSAURUS_PERF_LOGGER: 'true' working-directory: ../test-website diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8be525cde89f..49f446944aa0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,12 +47,12 @@ jobs: run: pnpm --filter @docusaurus/theme-common removeThemeInternalReexport - name: Docusaurus Build # We build 2 locales to ensure a localized site doesn't leak memory - # See https://github.com/facebook/docusaurus/pull/10599 + # See https://github.com/facebook/docusaurus/issues/10944 run: pnpm build:website:fast --locale en --locale fr env: # Our website should build even with limited memory # See https://github.com/facebook/docusaurus/pull/10590 - NODE_OPTIONS: '--max-old-space-size=450' + NODE_OPTIONS: '--max-old-space-size=250' DOCUSAURUS_PERF_LOGGER: 'true' - name: Docusaurus site CSS order run: pnpm --filter website test:css-order diff --git a/packages/docusaurus-faster/package.json b/packages/docusaurus-faster/package.json index 05e53fbeeae4..e18965b37bc1 100644 --- a/packages/docusaurus-faster/package.json +++ b/packages/docusaurus-faster/package.json @@ -19,7 +19,7 @@ "license": "MIT", "dependencies": { "@docusaurus/types": "3.10.1", - "@rspack/core": "^2.1.0", + "@rspack/core": "^2.1.10", "@swc/core": "^1.15.40", "@swc/html": "^1.15.40", "browserslist": "^4.28.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3cf5fd21f6f..f2d7b6c63bc6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,7 +51,7 @@ importers: version: 11.0.4 '@types/lodash': specifier: ^4.17.24 - version: 4.17.24 + version: 4.17.25 '@types/node': specifier: ^25.6.0 version: 25.9.1 @@ -675,8 +675,8 @@ importers: specifier: 3.10.1 version: link:../docusaurus-types '@rspack/core': - specifier: ^2.1.0 - version: 2.1.2 + specifier: ^2.1.10 + version: 2.1.10 '@swc/core': specifier: ^1.15.40 version: 1.15.43 @@ -685,7 +685,7 @@ importers: version: 1.15.40 browserslist: specifier: ^4.28.2 - version: 4.28.2 + version: 4.28.8 lightningcss: specifier: ^1.32.0 version: 1.32.0 @@ -1260,7 +1260,7 @@ importers: version: link:../docusaurus-utils-validation babel-loader: specifier: ^10.1.1 - version: 10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + version: 10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) clsx: specifier: ^2.0.0 version: 2.1.1 @@ -1312,10 +1312,10 @@ importers: version: link:../docusaurus-utils-validation '@rsdoctor/rspack-plugin': specifier: ^1.5.17 - version: 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + version: 1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.10)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) '@rsdoctor/webpack-plugin': specifier: ^1.5.17 - version: 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + version: 1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) react: specifier: ^19.2.5 version: 19.2.6 @@ -3610,8 +3610,8 @@ packages: '@emnapi/core@1.10.0': resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==} - '@emnapi/core@1.11.1': - resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==} + '@emnapi/core@1.11.3': + resolution: {integrity: sha512-zLpS5asjEb7lq8jYLq37N6XKaE41DIexlY1rF/z4/tIl3wo13Sqm28fRyfIsKZD+NZ8mM5RoKkpW/rBcuoSZSg==} '@emnapi/core@1.4.5': resolution: {integrity: sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==} @@ -3622,6 +3622,9 @@ packages: '@emnapi/runtime@1.11.1': resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==} + '@emnapi/runtime@1.11.3': + resolution: {integrity: sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==} + '@emnapi/runtime@1.4.5': resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} @@ -3631,8 +3634,8 @@ packages: '@emnapi/wasi-threads@1.2.1': resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} - '@emnapi/wasi-threads@1.2.2': - resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} + '@emnapi/wasi-threads@1.2.3': + resolution: {integrity: sha512-ELEBe8PsLvvJ6QMr0zLt8ffvOHW/dc1m3CEzNMg7aJUv3bMaoDtw2TXyDAwkYBuroxxuHEwhRTLJSe5sya547g==} '@epic-web/invariant@1.0.0': resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==} @@ -5275,76 +5278,88 @@ packages: peerDependencies: webpack: 5.x - '@rspack/binding-darwin-arm64@2.1.2': - resolution: {integrity: sha512-IYcxareUOYJZz+uNMSIwn+iDRiVyjZNOjoxO/zL4OFaPK8Ncrw0ka/9DqL9Gd7OpnAXN1zK3uS8yD0O1yIYI3Q==} + '@rspack/binding-darwin-arm64@2.1.10': + resolution: {integrity: sha512-DZlcTpbIb2mjeS1aSG4k01UH33Zj7T+k8ZylPK6HmsKs4JvK4wgpWFC78WVv3p/Aj3MZS6DwtDLwpZ2Ihj/fpg==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@2.1.2': - resolution: {integrity: sha512-aoifkILvx/XEHyvg8yW57xu95nx7f9f/3ah1+RguHSNKcJMcoCep9VX1Ct1N0ftqg8MC0JUObc7xWL5W14hmjA==} + '@rspack/binding-darwin-x64@2.1.10': + resolution: {integrity: sha512-my/0h2LwxCRT6cg3oDDC2e0ZOxQLVajAdIcv0fqnQk5JRNvVuL89PuTutitnSqie1A0/JSL8OQz5XHwmoS3kow==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@2.1.2': - resolution: {integrity: sha512-My4m40tyJSgiCEf3bB2KIEX710q3nZg99LIjy+8Zxgi3oZTkg1bFmFRusFU5U4eN5408zfSqDDGvjDE3Yv7o4w==} + '@rspack/binding-linux-arm64-gnu@2.1.10': + resolution: {integrity: sha512-laevn9g+E5PAUEGqiKe6Ju5KApsuQYp+bPI17XS3Lkl8eqL5pS/BmHYU7QMlst4GzV8+wlruVTMh//+st6Vqzg==} cpu: [arm64] os: [linux] libc: [glibc] - '@rspack/binding-linux-arm64-musl@2.1.2': - resolution: {integrity: sha512-yt+GGWUH7WPE8K97cRc8OpZhH7Pbj1vU+lkvKbDtF/rR8X9a/bJsA/nBqyUV2oBKOVbrp5I8rFZlnDskMqgvKw==} + '@rspack/binding-linux-arm64-musl@2.1.10': + resolution: {integrity: sha512-V71+Qz5G72+ROZXrJn5zxOszdG1AEbO8pcC/itXXtf4yRR6a3bVHKNKGhipBNxb8eI6cnD/01FH1h3ZG655jLw==} cpu: [arm64] os: [linux] libc: [musl] - '@rspack/binding-linux-riscv64-gnu@2.1.2': - resolution: {integrity: sha512-uys8Jyw8Z3ralvICbN/L/nZfy5qELIwpOY72rhIqhoDYwFcL4fmMaY7WsvUcJOjCB2rqOcWPaWKuF2oPvo9iDQ==} + '@rspack/binding-linux-ppc64-gnu@2.1.10': + resolution: {integrity: sha512-U7HlNzHcDtZ+LYOtOJmtx67kHEybZzUUAaP7aEXjGYO5WTCgh/176sW2UYP0rmZLrgUNFUuzn+B98RLaClNaVg==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@rspack/binding-linux-riscv64-gnu@2.1.10': + resolution: {integrity: sha512-GMGTJpy9/ecE+5F5IfxZH4bXv0Wx/b2TiehTlCbTksbL+pKpLHYy0rwGdjWDKbmBkhxMMqPiC7PDnn9LbdnnLA==} cpu: [riscv64] os: [linux] libc: [glibc] - '@rspack/binding-linux-riscv64-musl@2.1.2': - resolution: {integrity: sha512-JYNVQwqCaRGQWvjHQYzZkIzQiwllMaJwh4Rdu3ww6W2OJcJUqT08sL1pkOtU0iCxT4VUYiRRcp93VGTGpHr8fg==} + '@rspack/binding-linux-riscv64-musl@2.1.10': + resolution: {integrity: sha512-rkurnAWc04vIbzG1QCrPBWSJadZvaOt1mazFH3EdiJO8VUiu0I1T9zdiwuDOPrd50lOKIZlcTXbd5aaAkWEnvQ==} cpu: [riscv64] os: [linux] libc: [musl] - '@rspack/binding-linux-x64-gnu@2.1.2': - resolution: {integrity: sha512-KDoPy0Msf/JLhxgPPrJQzZeB4Qpqd32em8AP5lSW2s6jR5I35dHgAe9xc2A++EQtnSrU4GTn6DBvFC7q84SihQ==} + '@rspack/binding-linux-s390x-gnu@2.1.10': + resolution: {integrity: sha512-X+DyxkriZEAF/wihI7ERDv+CAS0mbMv36aEuQ+vXzTlvS6cSmpou/r29AHbvIF3NlG1UeAbDVlOs9QrMBZjpUQ==} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@rspack/binding-linux-x64-gnu@2.1.10': + resolution: {integrity: sha512-Fat09V6jUuyo9qG7Wyj9cQ31VDfLmokXyBtGqKxY5OvSWHereB7QUub5btbPXHwbp6Iq4aAQyUbbLTzvR1YaBw==} cpu: [x64] os: [linux] libc: [glibc] - '@rspack/binding-linux-x64-musl@2.1.2': - resolution: {integrity: sha512-66hWmIGvn4zCKAYXJE9Bp5SNSLYnLFq2Ke/efE+ZtWy43Dd5vk9AAOmThVGBwdwmIxmGtHGCp+cAuS4G0wu0TA==} + '@rspack/binding-linux-x64-musl@2.1.10': + resolution: {integrity: sha512-lhHOnIJ4ClpIlA1f1L8aoxEZivYLjnjq5A6jKKz7BKsm+cHK8kqqEm6lO5KqA5xQT0Lonq1o28bmKHEj6JHInw==} cpu: [x64] os: [linux] libc: [musl] - '@rspack/binding-wasm32-wasi@2.1.2': - resolution: {integrity: sha512-EB4SqH8DW/E/OmqssNQvnIVGQiVUyYNlA/pcc6Ia4MlTNwu6eNDppcNLrToH+kSZpL4CpHSFfSM3eIsSuar2Rw==} + '@rspack/binding-wasm32-wasi@2.1.10': + resolution: {integrity: sha512-KY5YbWbuvYcoaLXnV+vzZOvGRCeb6jt4EpVpKdph1h1IJjwX/ju15EQ+GOe3iecZEdf0OttQcNVcwBkLkFT9ag==} cpu: [wasm32] - '@rspack/binding-win32-arm64-msvc@2.1.2': - resolution: {integrity: sha512-T6Fs/g32MRja/UpCq4AdyPRj8tA0cOkcEa4PrAcn/ztUgK8b/qMVxj5mhMI+n7k+kHZQnpeB1Q4HqdSJi6OocA==} + '@rspack/binding-win32-arm64-msvc@2.1.10': + resolution: {integrity: sha512-z4GWzMLofaDGpAt9Z+MlN88LlUBDm+zM6R2GdOOPM6/4g/h3/+47OP7casmSL3AwTGYBEJqogwt08sRSosB6Cg==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@2.1.2': - resolution: {integrity: sha512-OtxkFVz14mVL4QK8QriSELn9B6PaYGHw1jGJwVDEzpu2ZxSHCTQPz9dVE1ekYtREEqZUkRU7Fp7VfhJSmjTt2Q==} + '@rspack/binding-win32-ia32-msvc@2.1.10': + resolution: {integrity: sha512-7qcWdsZ+GuGtzKjqgy7wTN7Dso/ezIY8yhx1r2yIbcczdmXj4FhaEampMDp/25HwtKwIGBBoh6HHSt3JWxpTUg==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@2.1.2': - resolution: {integrity: sha512-Am+nx9fLF3nzgD/K05Bs1Bb+WO8SFLWAYRbXkymaL1r+RQxjRj7jd5ap2PhGOCcfaNA4yVWkAFvmFP92eRu7bQ==} + '@rspack/binding-win32-x64-msvc@2.1.10': + resolution: {integrity: sha512-pgp23pLrzfhGnKycxzr7ifP17lAbWZEfnx1bX8gXtYrnpJ66DRNyTKSzxB6sa/HBWjS1L8PX5TjMZ44WfPydqQ==} cpu: [x64] os: [win32] - '@rspack/binding@2.1.2': - resolution: {integrity: sha512-/mFcRSUW7Pl19KeaBIujJvZYNJQu0wD5D3aa5h+Qcph26v7nmLYlX7eajIHGi8tt2qTZX1lXifw2KLIXKwYaRQ==} + '@rspack/binding@2.1.10': + resolution: {integrity: sha512-vnu/UP5HnrND15lO9+VeG6eUrbTyycHNQNQ3XEiRiFojuoiGZkIZC3Hbzr8qQH44C6vScPODEPvvIVvLcO2LpQ==} - '@rspack/core@2.1.2': - resolution: {integrity: sha512-crpNQKhHfnzrIl4Sa4fjH30Ho5aAPgyqpmJZ41SkUFOzyKHdZKYfE5LF3CMh7MiFQFPPxiiKf5BcpxmtZZx4MQ==} + '@rspack/core@2.1.10': + resolution: {integrity: sha512-YSS2/Xxz8uiG/KXDkqOoA3dTetNo/vysk7bAexQOrU8iuq7JuzDTTAwLKvWZnwmvME8M8m5wcM4YvfIwYmidHA==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: '@module-federation/runtime-tools': ^0.24.1 || ^2.0.0 @@ -6018,8 +6033,8 @@ packages: '@types/katex@0.16.8': resolution: {integrity: sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==} - '@types/lodash@4.17.24': - resolution: {integrity: sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==} + '@types/lodash@4.17.25': + resolution: {integrity: sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==} '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} @@ -6845,6 +6860,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + baseline-browser-mapping@2.11.14: + resolution: {integrity: sha512-JyJ954WzuIR8/FFzX0o5krdSTrBAkcCSRfWSleRsIHSWV+cZe2FI1PKggVkFke1hBldRs+LRxUczzE9iPmgZww==} + engines: {node: '>=6.0.0'} + hasBin: true + batch@0.6.1: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} @@ -6912,6 +6932,11 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true + browserslist@4.28.8: + resolution: {integrity: sha512-V2NpofLblG64mfOtSgDhOJESZEGogzDMBv/q+W6oc4LXWP/q75eOXoOaaOu1EOadB9U4Bwx/e0yzbvwKH8zalA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + buffer-crc32@0.2.13: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} @@ -7005,6 +7030,9 @@ packages: caniuse-lite@1.0.30001793: resolution: {integrity: sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==} + caniuse-lite@1.0.30001809: + resolution: {integrity: sha512-xxWVywk6a6Arlk+hymeycyn/VgqEfLDxupvhH/xiY5SJ/18kmi9o6MiO320DCUzypORHLtvh0I4i04tUhCNHNQ==} + ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -8036,6 +8064,9 @@ packages: electron-to-chromium@1.5.363: resolution: {integrity: sha512-VjUKPyWzGnT1fujlkEGC/BvN70Hh70KXtAqcmniXviYlJC/ivcT+BWGPyxWVbJZLfvtKR6dqg1L7T7pgAMBtWA==} + electron-to-chromium@1.5.406: + resolution: {integrity: sha512-hWH5ORBi3d0IipnMh7BN5GDTaAmrSSSWmznwt2zltdiRNEWoEQyTwF0FFSBxzHO7hLSRT6loQu3IQGV0wg/Tvg==} + elkjs@0.9.3: resolution: {integrity: sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==} @@ -8299,6 +8330,7 @@ packages: eslint@9.39.4: resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true peerDependencies: jiti: '*' @@ -8686,7 +8718,7 @@ packages: git-raw-commits@3.0.0: resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} engines: {node: '>=14'} - deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true git-remote-origin-url@2.0.0: @@ -8696,7 +8728,7 @@ packages: git-semver-tags@5.0.1: resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} engines: {node: '>=14'} - deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true git-up@7.0.0: @@ -10451,6 +10483,10 @@ packages: resolution: {integrity: sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==} engines: {node: '>=18'} + node-releases@2.0.53: + resolution: {integrity: sha512-D9UOmYG3UH1V+ENW56t5QXBwJw1YEY18ruVeus89Rw+SyIgjPkCO84bRzO3uNIYosJbNwiabWVn48o3uJLjxFQ==} + engines: {node: '>=18'} + nopt@8.1.0: resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} engines: {node: ^18.17.0 || >=20.5.0} @@ -11385,10 +11421,6 @@ packages: resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.25: - resolution: {integrity: sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.26: resolution: {integrity: sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==} engines: {node: ^10 || ^12 || >=14} @@ -13036,6 +13068,12 @@ packages: peerDependencies: browserslist: '>= 4.21.0' + update-browserslist-db@1.3.1: + resolution: {integrity: sha512-ZZ61DsRsOnakl74HAmp3oSN4aXUmEWXf+i/yv0h7tIBfICc3VdrFErQKUUKPgu3AMsTUMbcongALEN4l6GSUrQ==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + update-notifier@6.0.2: resolution: {integrity: sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==} engines: {node: '>=14.16'} @@ -15241,9 +15279,9 @@ snapshots: '@emnapi/wasi-threads': 1.2.1 tslib: 2.8.1 - '@emnapi/core@1.11.1': + '@emnapi/core@1.11.3': dependencies: - '@emnapi/wasi-threads': 1.2.2 + '@emnapi/wasi-threads': 1.2.3 tslib: 2.8.1 optional: true @@ -15261,6 +15299,11 @@ snapshots: tslib: 2.8.1 optional: true + '@emnapi/runtime@1.11.3': + dependencies: + tslib: 2.8.1 + optional: true + '@emnapi/runtime@1.4.5': dependencies: tslib: 2.8.1 @@ -15273,7 +15316,7 @@ snapshots: dependencies: tslib: 2.8.1 - '@emnapi/wasi-threads@1.2.2': + '@emnapi/wasi-threads@1.2.3': dependencies: tslib: 2.8.1 optional: true @@ -16197,13 +16240,20 @@ snapshots: '@tybys/wasm-util': 0.10.3 optional: true - '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1)': dependencies: - '@emnapi/core': 1.11.1 + '@emnapi/core': 1.11.3 '@emnapi/runtime': 1.11.1 '@tybys/wasm-util': 0.10.3 optional: true + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)': + dependencies: + '@emnapi/core': 1.11.3 + '@emnapi/runtime': 1.11.3 + '@tybys/wasm-util': 0.10.3 + optional: true + '@netlify/functions@1.6.0': dependencies: is-promise: 4.0.0 @@ -16851,14 +16901,14 @@ snapshots: '@rsdoctor/client@1.5.17': {} - '@rsdoctor/core@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + '@rsdoctor/core@1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': dependencies: '@rsbuild/plugin-check-syntax': 1.6.1 - '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rspack/resolver': 0.2.8(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) + '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.10)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/types': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rspack/resolver': 0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1) browserslist-load-config: 1.0.2 es-toolkit: 1.47.0 filesize: 11.0.17 @@ -16875,10 +16925,34 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/graph@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + '@rsdoctor/core@1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': dependencies: - '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsbuild/plugin-check-syntax': 1.6.1 + '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.10)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/types': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rspack/resolver': 0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3) + browserslist-load-config: 1.0.2 + es-toolkit: 1.47.0 + filesize: 11.0.17 + fs-extra: 11.3.5 + semver: 7.8.5 + source-map: 0.7.6 + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' + - '@rsbuild/core' + - '@rspack/core' + - bufferutil + - supports-color + - utf-8-validate + - webpack + + '@rsdoctor/graph@1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + dependencies: + '@rsdoctor/types': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) es-toolkit: 1.47.0 path-browserify: 1.0.1 source-map: 0.7.6 @@ -16886,15 +16960,15 @@ snapshots: - '@rspack/core' - webpack - '@rsdoctor/rspack-plugin@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + '@rsdoctor/rspack-plugin@1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.10)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': dependencies: - '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.10)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/types': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) optionalDependencies: - '@rspack/core': 2.1.2 + '@rspack/core': 2.1.10 transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' @@ -16904,12 +16978,12 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/sdk@1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + '@rsdoctor/sdk@1.5.17(@rspack/core@2.1.10)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': dependencies: '@rsdoctor/client': 1.5.17 - '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/types': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) launch-editor: 2.13.2 safer-buffer: 2.1.2 socket.io: 4.8.1(supports-color@7.2.0) @@ -16921,20 +16995,20 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/types@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + '@rsdoctor/types@1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': dependencies: '@types/connect': 3.4.38 '@types/estree': 1.0.5 '@types/tapable': 2.3.0 source-map: 0.7.6 optionalDependencies: - '@rspack/core': 2.1.2 + '@rspack/core': 2.1.10 webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15) - '@rsdoctor/utils@1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + '@rsdoctor/utils@1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': dependencies: '@babel/code-frame': 7.26.2 - '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/types': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) '@types/estree': 1.0.5 acorn: 8.16.0 acorn-import-attributes: 1.9.5(acorn@8.16.0) @@ -16952,13 +17026,13 @@ snapshots: - '@rspack/core' - webpack - '@rsdoctor/webpack-plugin@1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': + '@rsdoctor/webpack-plugin@1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15))': dependencies: - '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.2)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/types': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) - '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/core': 1.5.17(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/graph': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/sdk': 1.5.17(@rspack/core@2.1.10)(supports-color@7.2.0)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/types': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) + '@rsdoctor/utils': 1.5.17(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)) webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15) transitivePeerDependencies: - '@emnapi/core' @@ -16969,64 +17043,72 @@ snapshots: - supports-color - utf-8-validate - '@rspack/binding-darwin-arm64@2.1.2': + '@rspack/binding-darwin-arm64@2.1.10': + optional: true + + '@rspack/binding-darwin-x64@2.1.10': + optional: true + + '@rspack/binding-linux-arm64-gnu@2.1.10': optional: true - '@rspack/binding-darwin-x64@2.1.2': + '@rspack/binding-linux-arm64-musl@2.1.10': optional: true - '@rspack/binding-linux-arm64-gnu@2.1.2': + '@rspack/binding-linux-ppc64-gnu@2.1.10': optional: true - '@rspack/binding-linux-arm64-musl@2.1.2': + '@rspack/binding-linux-riscv64-gnu@2.1.10': optional: true - '@rspack/binding-linux-riscv64-gnu@2.1.2': + '@rspack/binding-linux-riscv64-musl@2.1.10': optional: true - '@rspack/binding-linux-riscv64-musl@2.1.2': + '@rspack/binding-linux-s390x-gnu@2.1.10': optional: true - '@rspack/binding-linux-x64-gnu@2.1.2': + '@rspack/binding-linux-x64-gnu@2.1.10': optional: true - '@rspack/binding-linux-x64-musl@2.1.2': + '@rspack/binding-linux-x64-musl@2.1.10': optional: true - '@rspack/binding-wasm32-wasi@2.1.2': + '@rspack/binding-wasm32-wasi@2.1.10': dependencies: - '@emnapi/core': 1.11.1 - '@emnapi/runtime': 1.11.1 - '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) + '@emnapi/core': 1.11.3 + '@emnapi/runtime': 1.11.3 + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3) optional: true - '@rspack/binding-win32-arm64-msvc@2.1.2': + '@rspack/binding-win32-arm64-msvc@2.1.10': optional: true - '@rspack/binding-win32-ia32-msvc@2.1.2': + '@rspack/binding-win32-ia32-msvc@2.1.10': optional: true - '@rspack/binding-win32-x64-msvc@2.1.2': + '@rspack/binding-win32-x64-msvc@2.1.10': optional: true - '@rspack/binding@2.1.2': + '@rspack/binding@2.1.10': optionalDependencies: - '@rspack/binding-darwin-arm64': 2.1.2 - '@rspack/binding-darwin-x64': 2.1.2 - '@rspack/binding-linux-arm64-gnu': 2.1.2 - '@rspack/binding-linux-arm64-musl': 2.1.2 - '@rspack/binding-linux-riscv64-gnu': 2.1.2 - '@rspack/binding-linux-riscv64-musl': 2.1.2 - '@rspack/binding-linux-x64-gnu': 2.1.2 - '@rspack/binding-linux-x64-musl': 2.1.2 - '@rspack/binding-wasm32-wasi': 2.1.2 - '@rspack/binding-win32-arm64-msvc': 2.1.2 - '@rspack/binding-win32-ia32-msvc': 2.1.2 - '@rspack/binding-win32-x64-msvc': 2.1.2 - - '@rspack/core@2.1.2': - dependencies: - '@rspack/binding': 2.1.2 + '@rspack/binding-darwin-arm64': 2.1.10 + '@rspack/binding-darwin-x64': 2.1.10 + '@rspack/binding-linux-arm64-gnu': 2.1.10 + '@rspack/binding-linux-arm64-musl': 2.1.10 + '@rspack/binding-linux-ppc64-gnu': 2.1.10 + '@rspack/binding-linux-riscv64-gnu': 2.1.10 + '@rspack/binding-linux-riscv64-musl': 2.1.10 + '@rspack/binding-linux-s390x-gnu': 2.1.10 + '@rspack/binding-linux-x64-gnu': 2.1.10 + '@rspack/binding-linux-x64-musl': 2.1.10 + '@rspack/binding-wasm32-wasi': 2.1.10 + '@rspack/binding-win32-arm64-msvc': 2.1.10 + '@rspack/binding-win32-ia32-msvc': 2.1.10 + '@rspack/binding-win32-x64-msvc': 2.1.10 + + '@rspack/core@2.1.10': + dependencies: + '@rspack/binding': 2.1.10 '@rspack/resolver-binding-darwin-arm64@0.2.8': optional: true @@ -17046,9 +17128,17 @@ snapshots: '@rspack/resolver-binding-linux-x64-musl@0.2.8': optional: true - '@rspack/resolver-binding-wasm32-wasi@0.2.8(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': + '@rspack/resolver-binding-wasm32-wasi@0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1)': dependencies: - '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1) + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' + optional: true + + '@rspack/resolver-binding-wasm32-wasi@0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)': + dependencies: + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' @@ -17063,7 +17153,23 @@ snapshots: '@rspack/resolver-binding-win32-x64-msvc@0.2.8': optional: true - '@rspack/resolver@0.2.8(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': + '@rspack/resolver@0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1)': + optionalDependencies: + '@rspack/resolver-binding-darwin-arm64': 0.2.8 + '@rspack/resolver-binding-darwin-x64': 0.2.8 + '@rspack/resolver-binding-linux-arm64-gnu': 0.2.8 + '@rspack/resolver-binding-linux-arm64-musl': 0.2.8 + '@rspack/resolver-binding-linux-x64-gnu': 0.2.8 + '@rspack/resolver-binding-linux-x64-musl': 0.2.8 + '@rspack/resolver-binding-wasm32-wasi': 0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.1) + '@rspack/resolver-binding-win32-arm64-msvc': 0.2.8 + '@rspack/resolver-binding-win32-ia32-msvc': 0.2.8 + '@rspack/resolver-binding-win32-x64-msvc': 0.2.8 + transitivePeerDependencies: + - '@emnapi/core' + - '@emnapi/runtime' + + '@rspack/resolver@0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)': optionalDependencies: '@rspack/resolver-binding-darwin-arm64': 0.2.8 '@rspack/resolver-binding-darwin-x64': 0.2.8 @@ -17071,7 +17177,7 @@ snapshots: '@rspack/resolver-binding-linux-arm64-musl': 0.2.8 '@rspack/resolver-binding-linux-x64-gnu': 0.2.8 '@rspack/resolver-binding-linux-x64-musl': 0.2.8 - '@rspack/resolver-binding-wasm32-wasi': 0.2.8(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) + '@rspack/resolver-binding-wasm32-wasi': 0.2.8(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3) '@rspack/resolver-binding-win32-arm64-msvc': 0.2.8 '@rspack/resolver-binding-win32-ia32-msvc': 0.2.8 '@rspack/resolver-binding-win32-x64-msvc': 0.2.8 @@ -17704,7 +17810,7 @@ snapshots: '@types/katex@0.16.8': {} - '@types/lodash@4.17.24': {} + '@types/lodash@4.17.25': {} '@types/mdast@4.0.4': dependencies: @@ -18594,12 +18700,12 @@ snapshots: axobject-query@4.1.0: {} - babel-loader@10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.2)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)): + babel-loader@10.1.1(@babel/core@7.29.7)(@rspack/core@2.1.10)(webpack@5.107.2(@swc/core@1.15.43)(postcss@8.5.15)): dependencies: '@babel/core': 7.29.7 find-up: 5.0.0 optionalDependencies: - '@rspack/core': 2.1.2 + '@rspack/core': 2.1.10 webpack: 5.107.2(@swc/core@1.15.43)(postcss@8.5.15) babel-loader@10.1.1(@babel/core@7.29.7)(webpack@5.107.2(@swc/core@1.15.43)(clean-css@5.3.3)(cssnano@7.1.9(postcss@8.5.26))(html-minifier-terser@7.2.0)(postcss@8.5.26)): @@ -18659,6 +18765,8 @@ snapshots: baseline-browser-mapping@2.10.32: {} + baseline-browser-mapping@2.11.14: {} + batch@0.6.1: {} before-after-hook@2.2.3: {} @@ -18760,6 +18868,14 @@ snapshots: node-releases: 2.0.46 update-browserslist-db: 1.2.3(browserslist@4.28.2) + browserslist@4.28.8: + dependencies: + baseline-browser-mapping: 2.11.14 + caniuse-lite: 1.0.30001809 + electron-to-chromium: 1.5.406 + node-releases: 2.0.53 + update-browserslist-db: 1.3.1(browserslist@4.28.8) + buffer-crc32@0.2.13: {} buffer-from@1.1.2: {} @@ -18884,6 +19000,8 @@ snapshots: caniuse-lite@1.0.30001793: {} + caniuse-lite@1.0.30001809: {} + ccount@2.0.1: {} chai@6.2.2: {} @@ -19973,6 +20091,8 @@ snapshots: electron-to-chromium@1.5.363: {} + electron-to-chromium@1.5.406: {} + elkjs@0.9.3: {} emoji-regex@10.6.0: {} @@ -23138,6 +23258,8 @@ snapshots: node-releases@2.0.46: {} + node-releases@2.0.53: {} + nopt@8.1.0: dependencies: abbrev: 3.0.1 @@ -24305,12 +24427,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.25: - dependencies: - nanoid: 3.3.16 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.26: dependencies: nanoid: 3.3.18 @@ -26261,6 +26377,12 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 + update-browserslist-db@1.3.1(browserslist@4.28.8): + dependencies: + browserslist: 4.28.8 + escalade: 3.2.0 + picocolors: 1.1.1 + update-notifier@6.0.2: dependencies: boxen: 7.1.1 @@ -26366,7 +26488,7 @@ snapshots: dependencies: lightningcss: 1.32.0 picomatch: 4.0.4 - postcss: 8.5.25 + postcss: 8.5.26 rolldown: 1.0.2 tinyglobby: 0.2.17 optionalDependencies: diff --git a/project-words.txt b/project-words.txt index 569565a8e5dc..8d50bea68f93 100644 --- a/project-words.txt +++ b/project-words.txt @@ -189,6 +189,8 @@ O’Shannessy paas Palenight palenight +Pagefind +pagefind Paletton Palo Paraiso diff --git a/website/community/2-resources.mdx b/website/community/2-resources.mdx index ecb1e458f924..a4ff440eade0 100644 --- a/website/community/2-resources.mdx +++ b/website/community/2-resources.mdx @@ -46,6 +46,7 @@ See the showcase - [@getcanary/docusaurus-theme-search-pagefind](https://getcanary.dev/docs/integrations/docusaurus.html) - Create [Pagefind](https://pagefind.app/) index and use [Canary](https://github.com/fastrepl/canary) as UI primitives. - [docusaurus-biel](https://github.com/TechDocsStudio/docusaurus-biel) - Docusaurus plugin to add an AI chatbot and AI search with source-cited answers, powered by [Biel.ai](https://biel.ai) - [docusaurus-plugin-rangefind](https://github.com/xjodoin/rangefind/tree/main/packages/docusaurus-plugin-rangefind) - Local/offline search over a static [rangefind](https://rangefind.dev) index queried with HTTP range requests — BM25F relevance, typo correction, autocomplete; no search server +- [docusaurus-plugin-pagefind](https://github.com/toasty-kj/docusaurus-plugin-pagefind) - Local/offline search using a static [Pagefind](https://pagefind.app) index ### Integrations {/* #integrations */}