diff --git a/e2e/nextjs-app/package.json b/e2e/nextjs-app/package.json index 27552f74..c2b4c060 100644 --- a/e2e/nextjs-app/package.json +++ b/e2e/nextjs-app/package.json @@ -15,7 +15,7 @@ "@axiomhq/winston": "workspace:*", "next": "15.5.2", "react": "19.1.0", - "react-dom": "19.1.0", + "react-dom": "19.2.0", "winston-transport": "^4.5.0" }, "devDependencies": { diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index ff946fdb..1b6f637b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -15,13 +15,13 @@ "@axiomhq/react": "workspace:*", "next": "15.5.2", "react": "19.1.0", - "react-dom": "19.1.0" + "react-dom": "19.2.0" }, "devDependencies": { "@eslint/eslintrc": "^3", "@types/node": "^20", "@types/react": "19.1.5", - "@types/react-dom": "19.1.5", + "@types/react-dom": "19.2.1", "eslint": "^9", "eslint-config-next": "15.3.2", "postcss": "^8", diff --git a/packages/react/package.json b/packages/react/package.json index 9e57ad6e..95b1a9d8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -65,11 +65,11 @@ "@testing-library/react": "^16.2.0", "@testing-library/react-hooks": "^8.0.1", "@types/react": "^19.1.5", - "@types/react-dom": "^19.1.5", + "@types/react-dom": "^19.2.1", "@vitejs/plugin-react": "^4.3.4", "happy-dom": "^16.7.3", "react": "^19.1.0", - "react-dom": "^19.1.0", + "react-dom": "^19.2.0", "vite": "^5.2.14", "vitest": "^0.34.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbd33a64..aaa7355b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,13 +70,13 @@ importers: version: link:../../packages/winston next: specifier: 15.5.2 - version: 15.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 15.5.2(react-dom@19.2.0(react@19.1.0))(react@19.1.0) react: specifier: 19.1.0 version: 19.1.0 react-dom: - specifier: 19.1.0 - version: 19.1.0(react@19.1.0) + specifier: 19.2.0 + version: 19.2.0(react@19.1.0) winston-transport: specifier: ^4.5.0 version: 4.7.0 @@ -117,13 +117,13 @@ importers: version: link:../../packages/react next: specifier: 15.5.2 - version: 15.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 15.5.2(react-dom@19.2.0(react@19.1.0))(react@19.1.0) react: specifier: 19.1.0 version: 19.1.0 react-dom: - specifier: 19.1.0 - version: 19.1.0(react@19.1.0) + specifier: 19.2.0 + version: 19.2.0(react@19.1.0) devDependencies: '@eslint/eslintrc': specifier: ^3 @@ -135,8 +135,8 @@ importers: specifier: 19.1.5 version: 19.1.5 '@types/react-dom': - specifier: 19.1.5 - version: 19.1.5(@types/react@19.1.5) + specifier: 19.2.1 + version: 19.2.1(@types/react@19.1.5) eslint: specifier: ^9 version: 9.18.0(jiti@2.4.2) @@ -179,58 +179,6 @@ importers: specifier: workspace:* version: link:../../internal/eslint-config - examples/react: - dependencies: - '@axiomhq/logging': - specifier: 0.1.4 - version: 0.1.4(@axiomhq/js@1.3.1) - '@axiomhq/react': - specifier: 0.1.4 - version: 0.1.4(@axiomhq/logging@0.1.4(@axiomhq/js@1.3.1))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) - react: - specifier: ^19.1.1 - version: 19.2.0 - react-dom: - specifier: ^19.1.1 - version: 19.2.0(react@19.2.0) - devDependencies: - '@eslint/js': - specifier: ^9.36.0 - version: 9.37.0 - '@types/node': - specifier: ^24.6.0 - version: 24.7.0 - '@types/react': - specifier: ^19.1.16 - version: 19.2.1 - '@types/react-dom': - specifier: ^19.1.9 - version: 19.2.0(@types/react@19.2.1) - '@vitejs/plugin-react': - specifier: ^5.0.4 - version: 5.0.4(vite@7.1.9(@types/node@24.7.0)(jiti@2.4.2)(yaml@2.7.0)) - eslint: - specifier: ^9.36.0 - version: 9.37.0(jiti@2.4.2) - eslint-plugin-react-hooks: - specifier: ^5.2.0 - version: 5.2.0(eslint@9.37.0(jiti@2.4.2)) - eslint-plugin-react-refresh: - specifier: ^0.4.22 - version: 0.4.23(eslint@9.37.0(jiti@2.4.2)) - globals: - specifier: ^16.4.0 - version: 16.4.0 - typescript: - specifier: ~5.9.3 - version: 5.9.3 - typescript-eslint: - specifier: ^8.45.0 - version: 8.46.0(eslint@9.37.0(jiti@2.4.2))(typescript@5.9.3) - vite: - specifier: ^7.1.7 - version: 7.1.9(@types/node@24.7.0)(jiti@2.4.2)(yaml@2.7.0) - examples/vite-vanilla-js: dependencies: '@axiomhq/logging': @@ -241,16 +189,6 @@ importers: specifier: ^7.1.7 version: 7.1.9(@types/node@24.7.0)(jiti@2.4.2)(yaml@2.7.0) - examples/vitevanilla-js: - dependencies: - '@axiomhq/logging': - specifier: ^0.1.4 - version: 0.1.4(@axiomhq/js@1.3.1) - devDependencies: - vite: - specifier: ^7.1.7 - version: 7.1.9(@types/node@24.7.0)(jiti@2.4.2)(yaml@2.7.0) - examples/vue-app: dependencies: '@axiomhq/js': @@ -388,13 +326,13 @@ importers: version: link:../../internal/eslint-config '@tanstack/config': specifier: ^0.16.0 - version: 0.16.0(@types/node@24.7.0)(esbuild@0.25.10)(eslint@9.37.0(jiti@2.4.2))(rollup@4.52.4)(typescript@5.9.3)(vite@5.2.14(@types/node@24.7.0)) + version: 0.16.0(@types/node@20.14.2)(esbuild@0.25.10)(eslint@9.37.0(jiti@2.4.2))(rollup@4.52.4)(typescript@5.9.3)(vite@5.2.14(@types/node@20.14.2)) next: specifier: ^15.5.2 version: 15.5.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) vite: specifier: ^5.2.14 - version: 5.2.14(@types/node@24.7.0) + version: 5.2.14(@types/node@20.14.2) vitest: specifier: ^0.34.6 version: 0.34.6(@edge-runtime/vm@5.0.0)(@vitest/ui@0.32.4)(happy-dom@16.7.3)(jsdom@24.1.0) @@ -435,16 +373,16 @@ importers: version: 6.6.3 '@testing-library/react': specifier: ^16.2.0 - version: 16.2.0(@testing-library/dom@9.3.4)(@types/react-dom@19.1.5(@types/react@19.1.5))(@types/react@19.1.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 16.2.0(@testing-library/dom@9.3.4)(@types/react-dom@19.2.1(@types/react@19.1.5))(@types/react@19.1.5)(react-dom@19.2.0(react@19.1.0))(react@19.1.0) '@testing-library/react-hooks': specifier: ^8.0.1 - version: 8.0.1(@types/react@19.1.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 8.0.1(@types/react@19.1.5)(react-dom@19.2.0(react@19.1.0))(react@19.1.0) '@types/react': specifier: ^19.1.5 version: 19.1.5 '@types/react-dom': - specifier: ^19.1.5 - version: 19.1.5(@types/react@19.1.5) + specifier: ^19.2.1 + version: 19.2.1(@types/react@19.1.5) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.2.14(@types/node@24.7.0)) @@ -455,8 +393,8 @@ importers: specifier: ^19.1.0 version: 19.1.0 react-dom: - specifier: ^19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ^19.2.0 + version: 19.2.0(react@19.1.0) vite: specifier: ^5.2.14 version: 5.2.14(@types/node@24.7.0) @@ -493,25 +431,6 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@axiomhq/js@1.3.1': - resolution: {integrity: sha512-Ytf5V3wKz8FKNiqJxnqZmUhjgJ7TItKUoyHVNE/H2V9dN1ozD6NNnsueenOjKdA48cm2sGRyP432nworst18aA==} - engines: {node: '>=16'} - - '@axiomhq/logging@0.1.4': - resolution: {integrity: sha512-xsWHv8HI66tczMJg3TeyHcG0xZO4dXSPCRZ2GNU/lZvniwZ3JKlDOs3LWiqHK2tcSY9+XX7I3RmULmZk4kbEzg==} - peerDependencies: - '@axiomhq/js': 1.3.1 - peerDependenciesMeta: - '@axiomhq/js': - optional: true - - '@axiomhq/react@0.1.4': - resolution: {integrity: sha512-UvRxIkmnD4nje3V693we1CvpRW5Vp3IRxCdzFUfd7KV36dQO4Yz8eth95XROJUrmT/IG17Rv4+gkx7Euq5b9TA==} - peerDependencies: - '@axiomhq/logging': 0.1.4 - react: ^18 || ^19 - react-dom: ^18 || ^19 - '@babel/code-frame@7.26.2': resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} @@ -524,66 +443,32 @@ packages: resolution: {integrity: sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.28.4': - resolution: {integrity: sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==} - engines: {node: '>=6.9.0'} - '@babel/core@7.26.7': resolution: {integrity: sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==} engines: {node: '>=6.9.0'} - '@babel/core@7.28.4': - resolution: {integrity: sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.26.5': resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==} engines: {node: '>=6.9.0'} - '@babel/generator@7.28.3': - resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.26.5': resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.27.2': - resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} - engines: {node: '>=6.9.0'} - - '@babel/helper-globals@7.28.0': - resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} - engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.25.9': resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.27.1': - resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} - engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.26.0': resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-module-transforms@7.28.3': - resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-plugin-utils@7.26.5': resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.27.1': - resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} - engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.24.7': resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} engines: {node: '>=6.9.0'} @@ -612,18 +497,10 @@ packages: resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.27.1': - resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} - engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.7': resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.28.4': - resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} - engines: {node: '>=6.9.0'} - '@babel/parser@7.24.7': resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} engines: {node: '>=6.0.0'} @@ -639,59 +516,34 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.28.4': - resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/plugin-transform-react-jsx-self@7.25.9': resolution: {integrity: sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-self@7.27.1': - resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-source@7.25.9': resolution: {integrity: sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-source@7.27.1': - resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/runtime@7.26.7': resolution: {integrity: sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==} engines: {node: '>=6.9.0'} - '@babel/runtime@7.28.3': - resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + '@babel/runtime@7.28.4': + resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} engines: {node: '>=6.9.0'} '@babel/template@7.25.9': resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} engines: {node: '>=6.9.0'} - '@babel/template@7.27.2': - resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.7': resolution: {integrity: sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.4': - resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==} - engines: {node: '>=6.9.0'} - '@babel/types@7.24.7': resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} engines: {node: '>=6.9.0'} @@ -704,10 +556,6 @@ packages: resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.28.4': - resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==} - engines: {node: '>=6.9.0'} - '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -1132,6 +980,10 @@ packages: resolution: {integrity: sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==} engines: {node: '>=18.18.0'} + '@humanfs/node@0.16.7': + resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==} + engines: {node: '>=18.18.0'} + '@humanwhocodes/module-importer@1.0.1': resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} @@ -1302,16 +1154,10 @@ packages: resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jridgewell/gen-mapping@0.3.13': - resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} - '@jridgewell/gen-mapping@0.3.5': resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} - '@jridgewell/remapping@2.3.5': - resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} - '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} @@ -1332,9 +1178,6 @@ packages: '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} - '@jridgewell/trace-mapping@0.3.31': - resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} - '@jridgewell/trace-mapping@0.3.9': resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} @@ -1450,9 +1293,6 @@ packages: '@polka/url@1.0.0-next.25': resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} - '@rolldown/pluginutils@1.0.0-beta.38': - resolution: {integrity: sha512-N/ICGKleNhA5nc9XXQG/kkKHJ7S55u0x0XUJbbkmdCnFuoRkM1Il12q9q0eX19+M7KKUEPw/daUPIRnxhcxAIw==} - '@rollup/plugin-replace@5.0.7': resolution: {integrity: sha512-PqxSfuorkHz/SPpyngLyg5GCEkOcee9M1bkxiVDr41Pd61mqP1PLOoDPbpl44SB2mQGKwV/In74gqQmGITOhEQ==} engines: {node: '>=14.0.0'} @@ -1928,22 +1768,14 @@ packages: '@types/node@24.7.0': resolution: {integrity: sha512-IbKooQVqUBrlzWTi79E8Fw78l8k1RNtlDDNWsFZs7XonuQSJ8oNYfEeclhprUldXISRMLzBpILuKgPlIxm+/Yw==} - '@types/react-dom@19.1.5': - resolution: {integrity: sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==} - peerDependencies: - '@types/react': ^19.0.0 - - '@types/react-dom@19.2.0': - resolution: {integrity: sha512-brtBs0MnE9SMx7px208g39lRmC5uHZs96caOJfTjFcYSLHNamvaSMfJNagChVNkup2SdtOxKX1FDBkRSJe1ZAg==} + '@types/react-dom@19.2.1': + resolution: {integrity: sha512-/EEvYBdT3BflCWvTMO7YkYBHVE9Ci6XdqZciZANQgKpaiDRGOLIlRo91jbTNRQjgPFWVaRxcYc0luVNFitz57A==} peerDependencies: '@types/react': ^19.2.0 '@types/react@19.1.5': resolution: {integrity: sha512-piErsCVVbpMMT2r7wbawdZsq4xMvIAhQuac2gedQHysu1TZYEigE6pnFfgZT+/jQnrRuF5r+SHzuehFjfRjr4g==} - '@types/react@19.2.1': - resolution: {integrity: sha512-1U5NQWh/GylZQ50ZMnnPjkYHEaGhg6t5i/KI0LDDh3t4E3h3T3vzm+GLY2BRzMfIjSBwzm6tginoZl5z0O/qsA==} - '@types/statuses@2.0.5': resolution: {integrity: sha512-jmIUGWrAiwu3dZpxntxieC+1n/5c3mjrImkmOSQ2NC5uP6cYO4aAZDdSmRcI5C1oiTmqlZGHC+/NmJrKogbP5A==} @@ -2071,12 +1903,6 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 || ^6.0.0 - '@vitejs/plugin-react@5.0.4': - resolution: {integrity: sha512-La0KD0vGkVkSk6K+piWDKRUyg8Rl5iAIKRMH0vMJI0Eg47bq1eOxmoObAaQG37WMW9MSyk7Cs8EIWwJC1PtzKA==} - engines: {node: ^20.19.0 || >=22.12.0} - peerDependencies: - vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 - '@vitejs/plugin-vue@5.0.5': resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -2614,6 +2440,15 @@ packages: supports-color: optional: true + debug@4.4.3: + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} @@ -2890,17 +2725,6 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - eslint-plugin-react-hooks@5.2.0: - resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==} - engines: {node: '>=10'} - peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - - eslint-plugin-react-refresh@0.4.23: - resolution: {integrity: sha512-G4j+rv0NmbIR45kni5xJOrYvCtyD3/7LjpVH8MPPcudXDcNu8gv+4ATTDXTtbRR8rTCM5HxECvCSsRmxKnWDsA==} - peerDependencies: - eslint: '>=8.40' - eslint-plugin-react@7.37.4: resolution: {integrity: sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==} engines: {node: '>=4'} @@ -2975,6 +2799,10 @@ packages: resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} engines: {node: '>=0.10'} + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} @@ -3204,10 +3032,6 @@ packages: resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} engines: {node: '>=18'} - globals@16.4.0: - resolution: {integrity: sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==} - engines: {node: '>=18'} - globalthis@1.0.4: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} @@ -3319,6 +3143,10 @@ packages: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} + import-fresh@3.3.1: + resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} + engines: {node: '>=6'} + import-lazy@4.0.0: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} @@ -4197,11 +4025,6 @@ packages: quick-format-unescaped@4.0.4: resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} - react-dom@19.1.0: - resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==} - peerDependencies: - react: ^19.1.0 - react-dom@19.2.0: resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==} peerDependencies: @@ -4226,10 +4049,6 @@ packages: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} engines: {node: '>=0.10.0'} - react-refresh@0.17.0: - resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==} - engines: {node: '>=0.10.0'} - react@19.1.0: resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==} engines: {node: '>=0.10.0'} @@ -4386,9 +4205,6 @@ packages: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} - scheduler@0.26.0: - resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} - scheduler@0.27.0: resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} @@ -5258,24 +5074,6 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@axiomhq/js@1.3.1': - dependencies: - fetch-retry: 6.0.0 - uuid: 11.0.2 - optional: true - - '@axiomhq/logging@0.1.4(@axiomhq/js@1.3.1)': - optionalDependencies: - '@axiomhq/js': 1.3.1 - - '@axiomhq/react@0.1.4(@axiomhq/logging@0.1.4(@axiomhq/js@1.3.1))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': - dependencies: - '@axiomhq/logging': 0.1.4(@axiomhq/js@1.3.1) - react: 19.2.0 - react-dom: 19.2.0(react@19.2.0) - use-deep-compare: 1.3.0(react@19.2.0) - web-vitals: 4.2.4 - '@babel/code-frame@7.26.2': dependencies: '@babel/helper-validator-identifier': 7.25.9 @@ -5290,8 +5088,6 @@ snapshots: '@babel/compat-data@7.26.5': {} - '@babel/compat-data@7.28.4': {} - '@babel/core@7.26.7': dependencies: '@ampproject/remapping': 2.3.0 @@ -5312,26 +5108,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/core@7.28.4': - dependencies: - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.28.3 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4) - '@babel/helpers': 7.28.4 - '@babel/parser': 7.28.4 - '@babel/template': 7.27.2 - '@babel/traverse': 7.28.4 - '@babel/types': 7.28.4 - '@jridgewell/remapping': 2.3.5 - convert-source-map: 2.0.0 - debug: 4.4.0 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/generator@7.26.5': dependencies: '@babel/parser': 7.28.3 @@ -5340,14 +5116,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/generator@7.28.3': - dependencies: - '@babel/parser': 7.28.4 - '@babel/types': 7.28.4 - '@jridgewell/gen-mapping': 0.3.13 - '@jridgewell/trace-mapping': 0.3.31 - jsesc: 3.1.0 - '@babel/helper-compilation-targets@7.26.5': dependencies: '@babel/compat-data': 7.26.5 @@ -5356,16 +5124,6 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-compilation-targets@7.27.2': - dependencies: - '@babel/compat-data': 7.28.4 - '@babel/helper-validator-option': 7.27.1 - browserslist: 4.24.4 - lru-cache: 5.1.1 - semver: 6.3.1 - - '@babel/helper-globals@7.28.0': {} - '@babel/helper-module-imports@7.25.9': dependencies: '@babel/traverse': 7.26.7 @@ -5373,13 +5131,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-imports@7.27.1': - dependencies: - '@babel/traverse': 7.28.4 - '@babel/types': 7.28.4 - transitivePeerDependencies: - - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.7)': dependencies: '@babel/core': 7.26.7 @@ -5389,19 +5140,8 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.4 - transitivePeerDependencies: - - supports-color - '@babel/helper-plugin-utils@7.26.5': {} - '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-string-parser@7.24.7': {} '@babel/helper-string-parser@7.25.9': {} @@ -5416,18 +5156,11 @@ snapshots: '@babel/helper-validator-option@7.25.9': {} - '@babel/helper-validator-option@7.27.1': {} - '@babel/helpers@7.26.7': dependencies: '@babel/template': 7.25.9 '@babel/types': 7.26.7 - '@babel/helpers@7.28.4': - dependencies: - '@babel/template': 7.27.2 - '@babel/types': 7.28.4 - '@babel/parser@7.24.7': dependencies: '@babel/types': 7.24.7 @@ -5440,35 +5173,21 @@ snapshots: dependencies: '@babel/types': 7.28.2 - '@babel/parser@7.28.4': - dependencies: - '@babel/types': 7.28.4 - '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.7)': dependencies: '@babel/core': 7.26.7 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.7)': dependencies: '@babel/core': 7.26.7 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/runtime@7.26.7': dependencies: regenerator-runtime: 0.14.1 - '@babel/runtime@7.28.3': {} + '@babel/runtime@7.28.4': {} '@babel/template@7.25.9': dependencies: @@ -5476,12 +5195,6 @@ snapshots: '@babel/parser': 7.28.3 '@babel/types': 7.26.7 - '@babel/template@7.27.2': - dependencies: - '@babel/code-frame': 7.27.1 - '@babel/parser': 7.28.4 - '@babel/types': 7.28.4 - '@babel/traverse@7.26.7': dependencies: '@babel/code-frame': 7.26.2 @@ -5494,18 +5207,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/traverse@7.28.4': - dependencies: - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.28.3 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.4 - '@babel/template': 7.27.2 - '@babel/types': 7.28.4 - debug: 4.4.0 - transitivePeerDependencies: - - supports-color - '@babel/types@7.24.7': dependencies: '@babel/helper-string-parser': 7.24.7 @@ -5522,11 +5223,6 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@babel/types@7.28.4': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@bcoe/v8-coverage@0.2.3': {} '@bundled-es-modules/cookie@2.0.1': @@ -5755,7 +5451,7 @@ snapshots: '@eslint/config-array@0.21.0': dependencies: '@eslint/object-schema': 2.1.6 - debug: 4.4.0 + debug: 4.4.3 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -5789,11 +5485,11 @@ snapshots: '@eslint/eslintrc@3.3.1': dependencies: ajv: 6.12.6 - debug: 4.4.0 + debug: 4.4.3 espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 - import-fresh: 3.3.0 + import-fresh: 3.3.1 js-yaml: 4.1.0 minimatch: 3.1.2 strip-json-comments: 3.1.1 @@ -5831,6 +5527,11 @@ snapshots: '@humanfs/core': 0.19.1 '@humanwhocodes/retry': 0.3.1 + '@humanfs/node@0.16.7': + dependencies: + '@humanfs/core': 0.19.1 + '@humanwhocodes/retry': 0.4.3 + '@humanwhocodes/module-importer@1.0.1': {} '@humanwhocodes/retry@0.3.1': {} @@ -5966,22 +5667,12 @@ snapshots: dependencies: '@sinclair/typebox': 0.27.8 - '@jridgewell/gen-mapping@0.3.13': - dependencies: - '@jridgewell/sourcemap-codec': 1.5.5 - '@jridgewell/trace-mapping': 0.3.31 - '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 - '@jridgewell/remapping@2.3.5': - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/set-array@1.2.1': {} @@ -5997,11 +5688,6 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping@0.3.31': - dependencies: - '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.5 - '@jridgewell/trace-mapping@0.3.9': dependencies: '@jridgewell/resolve-uri': 3.1.2 @@ -6015,6 +5701,14 @@ snapshots: '@kwsites/promise-deferred@1.1.1': {} + '@microsoft/api-extractor-model@7.29.4(@types/node@20.14.2)': + dependencies: + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.5.1(@types/node@20.14.2) + transitivePeerDependencies: + - '@types/node' + '@microsoft/api-extractor-model@7.29.4(@types/node@24.7.0)': dependencies: '@microsoft/tsdoc': 0.15.1 @@ -6023,6 +5717,24 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@microsoft/api-extractor@7.47.4(@types/node@20.14.2)': + dependencies: + '@microsoft/api-extractor-model': 7.29.4(@types/node@20.14.2) + '@microsoft/tsdoc': 0.15.1 + '@microsoft/tsdoc-config': 0.17.1 + '@rushstack/node-core-library': 5.5.1(@types/node@20.14.2) + '@rushstack/rig-package': 0.5.3 + '@rushstack/terminal': 0.13.3(@types/node@20.14.2) + '@rushstack/ts-command-line': 4.22.3(@types/node@20.14.2) + lodash: 4.17.21 + minimatch: 3.0.8 + resolve: 1.22.10 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.4.2 + transitivePeerDependencies: + - '@types/node' + '@microsoft/api-extractor@7.47.4(@types/node@24.7.0)': dependencies: '@microsoft/api-extractor-model': 7.29.4(@types/node@24.7.0) @@ -6121,8 +5833,6 @@ snapshots: '@polka/url@1.0.0-next.25': {} - '@rolldown/pluginutils@1.0.0-beta.38': {} - '@rollup/plugin-replace@5.0.7(rollup@4.22.4)': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.22.4) @@ -6329,6 +6039,19 @@ snapshots: '@rushstack/eslint-patch@1.10.5': {} + '@rushstack/node-core-library@5.5.1(@types/node@20.14.2)': + dependencies: + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.10 + semver: 7.5.4 + optionalDependencies: + '@types/node': 20.14.2 + '@rushstack/node-core-library@5.5.1(@types/node@24.7.0)': dependencies: ajv: 8.13.0 @@ -6347,6 +6070,13 @@ snapshots: resolve: 1.22.10 strip-json-comments: 3.1.1 + '@rushstack/terminal@0.13.3(@types/node@20.14.2)': + dependencies: + '@rushstack/node-core-library': 5.5.1(@types/node@20.14.2) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 20.14.2 + '@rushstack/terminal@0.13.3(@types/node@24.7.0)': dependencies: '@rushstack/node-core-library': 5.5.1(@types/node@24.7.0) @@ -6354,6 +6084,15 @@ snapshots: optionalDependencies: '@types/node': 24.7.0 + '@rushstack/ts-command-line@4.22.3(@types/node@20.14.2)': + dependencies: + '@rushstack/terminal': 0.13.3(@types/node@20.14.2) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' + '@rushstack/ts-command-line@4.22.3(@types/node@24.7.0)': dependencies: '@rushstack/terminal': 0.13.3(@types/node@24.7.0) @@ -6387,6 +6126,41 @@ snapshots: dependencies: tslib: 2.8.1 + '@tanstack/config@0.16.0(@types/node@20.14.2)(esbuild@0.25.10)(eslint@9.37.0(jiti@2.4.2))(rollup@4.52.4)(typescript@5.9.3)(vite@5.2.14(@types/node@20.14.2))': + dependencies: + '@commitlint/parse': 19.5.0 + '@eslint/js': 9.37.0 + '@stylistic/eslint-plugin-js': 2.13.0(eslint@9.37.0(jiti@2.4.2)) + commander: 13.1.0 + esbuild-register: 3.6.0(esbuild@0.25.10) + eslint-plugin-import-x: 4.6.1(eslint@9.37.0(jiti@2.4.2))(typescript@5.9.3) + eslint-plugin-n: 17.15.1(eslint@9.37.0(jiti@2.4.2)) + globals: 15.14.0 + interpret: 3.1.1 + jsonfile: 6.1.0 + liftoff: 5.0.0 + minimist: 1.2.8 + rollup-plugin-preserve-directives: 0.4.0(rollup@4.52.4) + semver: 7.6.3 + simple-git: 3.27.0 + typedoc: 0.27.6(typescript@5.9.3) + typedoc-plugin-frontmatter: 1.1.2(typedoc-plugin-markdown@4.4.1(typedoc@0.27.6(typescript@5.9.3))) + typedoc-plugin-markdown: 4.4.1(typedoc@0.27.6(typescript@5.9.3)) + typescript-eslint: 8.46.0(eslint@9.37.0(jiti@2.4.2))(typescript@5.9.3) + v8flags: 4.0.1 + vite-plugin-dts: 4.0.3(@types/node@20.14.2)(rollup@4.52.4)(typescript@5.9.3)(vite@5.2.14(@types/node@20.14.2)) + vite-plugin-externalize-deps: 0.8.0(vite@5.2.14(@types/node@20.14.2)) + vite-tsconfig-paths: 5.1.4(typescript@5.9.3)(vite@5.2.14(@types/node@20.14.2)) + vue-eslint-parser: 9.4.3(eslint@9.37.0(jiti@2.4.2)) + transitivePeerDependencies: + - '@types/node' + - esbuild + - eslint + - rollup + - supports-color + - typescript + - vite + '@tanstack/config@0.16.0(@types/node@24.7.0)(esbuild@0.25.10)(eslint@9.37.0(jiti@2.4.2))(rollup@4.52.4)(typescript@5.9.3)(vite@5.2.14(@types/node@24.7.0))': dependencies: '@commitlint/parse': 19.5.0 @@ -6425,7 +6199,7 @@ snapshots: '@testing-library/dom@9.3.4': dependencies: '@babel/code-frame': 7.27.1 - '@babel/runtime': 7.28.3 + '@babel/runtime': 7.28.4 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -6443,24 +6217,24 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react-hooks@8.0.1(@types/react@19.1.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@testing-library/react-hooks@8.0.1(@types/react@19.1.5)(react-dom@19.2.0(react@19.1.0))(react@19.1.0)': dependencies: '@babel/runtime': 7.26.7 react: 19.1.0 react-error-boundary: 3.1.4(react@19.1.0) optionalDependencies: '@types/react': 19.1.5 - react-dom: 19.1.0(react@19.1.0) + react-dom: 19.2.0(react@19.1.0) - '@testing-library/react@16.2.0(@testing-library/dom@9.3.4)(@types/react-dom@19.1.5(@types/react@19.1.5))(@types/react@19.1.5)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@testing-library/react@16.2.0(@testing-library/dom@9.3.4)(@types/react-dom@19.2.1(@types/react@19.1.5))(@types/react@19.1.5)(react-dom@19.2.0(react@19.1.0))(react@19.1.0)': dependencies: '@babel/runtime': 7.26.7 '@testing-library/dom': 9.3.4 react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react-dom: 19.2.0(react@19.1.0) optionalDependencies: '@types/react': 19.1.5 - '@types/react-dom': 19.1.5(@types/react@19.1.5) + '@types/react-dom': 19.2.1(@types/react@19.1.5) '@tsconfig/node10@1.0.11': {} @@ -6533,22 +6307,14 @@ snapshots: dependencies: undici-types: 7.14.0 - '@types/react-dom@19.1.5(@types/react@19.1.5)': + '@types/react-dom@19.2.1(@types/react@19.1.5)': dependencies: '@types/react': 19.1.5 - '@types/react-dom@19.2.0(@types/react@19.2.1)': - dependencies: - '@types/react': 19.2.1 - '@types/react@19.1.5': dependencies: csstype: 3.1.3 - '@types/react@19.2.1': - dependencies: - csstype: 3.1.3 - '@types/statuses@2.0.5': {} '@types/tough-cookie@4.0.5': {} @@ -6816,18 +6582,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@5.0.4(vite@7.1.9(@types/node@24.7.0)(jiti@2.4.2)(yaml@2.7.0))': - dependencies: - '@babel/core': 7.28.4 - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.4) - '@rolldown/pluginutils': 1.0.0-beta.38 - '@types/babel__core': 7.20.5 - react-refresh: 0.17.0 - vite: 7.1.9(@types/node@24.7.0)(jiti@2.4.2)(yaml@2.7.0) - transitivePeerDependencies: - - supports-color - '@vitejs/plugin-vue@5.0.5(vite@5.2.14(@types/node@24.7.0))(vue@3.5.20(typescript@5.4.5))': dependencies: vite: 5.2.14(@types/node@24.7.0) @@ -7463,6 +7217,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.3: + dependencies: + ms: 2.1.3 + decimal.js@10.4.3: {} deep-eql@4.1.4: @@ -7984,14 +7742,6 @@ snapshots: dependencies: eslint: 9.18.0(jiti@2.4.2) - eslint-plugin-react-hooks@5.2.0(eslint@9.37.0(jiti@2.4.2)): - dependencies: - eslint: 9.37.0(jiti@2.4.2) - - eslint-plugin-react-refresh@0.4.23(eslint@9.37.0(jiti@2.4.2)): - dependencies: - eslint: 9.37.0(jiti@2.4.2) - eslint-plugin-react@7.37.4(eslint@9.18.0(jiti@2.4.2)): dependencies: array-includes: 3.1.8 @@ -8096,7 +7846,7 @@ snapshots: '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.37.0 '@eslint/plugin-kit': 0.4.0 - '@humanfs/node': 0.16.6 + '@humanfs/node': 0.16.7 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 '@types/estree': 1.0.8 @@ -8104,12 +7854,12 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.0 + debug: 4.4.3 escape-string-regexp: 4.0.0 eslint-scope: 8.4.0 eslint-visitor-keys: 4.2.1 espree: 10.4.0 - esquery: 1.5.0 + esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 8.0.0 @@ -8150,6 +7900,10 @@ snapshots: dependencies: estraverse: 5.3.0 + esquery@1.6.0: + dependencies: + estraverse: 5.3.0 + esrecurse@4.3.0: dependencies: estraverse: 5.3.0 @@ -8410,8 +8164,6 @@ snapshots: globals@15.14.0: {} - globals@16.4.0: {} - globalthis@1.0.4: dependencies: define-properties: 1.2.1 @@ -8507,6 +8259,11 @@ snapshots: parent-module: 1.0.1 resolve-from: 4.0.0 + import-fresh@3.3.1: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + import-lazy@4.0.0: {} imurmurhash@0.1.4: {} @@ -9073,14 +8830,14 @@ snapshots: natural-compare@1.4.0: {} - next@15.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + next@15.5.2(react-dom@19.2.0(react@19.1.0))(react@19.1.0): dependencies: '@next/env': 15.5.2 '@swc/helpers': 0.5.15 caniuse-lite: 1.0.30001739 postcss: 8.4.31 react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react-dom: 19.2.0(react@19.1.0) styled-jsx: 5.1.6(react@19.1.0) optionalDependencies: '@next/swc-darwin-arm64': 15.5.2 @@ -9424,10 +9181,10 @@ snapshots: quick-format-unescaped@4.0.4: {} - react-dom@19.1.0(react@19.1.0): + react-dom@19.2.0(react@19.1.0): dependencies: react: 19.1.0 - scheduler: 0.26.0 + scheduler: 0.27.0 react-dom@19.2.0(react@19.2.0): dependencies: @@ -9447,8 +9204,6 @@ snapshots: react-refresh@0.14.2: {} - react-refresh@0.17.0: {} - react@19.1.0: {} react@19.2.0: {} @@ -9688,8 +9443,6 @@ snapshots: dependencies: xmlchars: 2.2.0 - scheduler@0.26.0: {} - scheduler@0.27.0: {} semver@6.3.1: {} @@ -10308,11 +10061,6 @@ snapshots: dequal: 2.0.3 react: 19.1.0 - use-deep-compare@1.3.0(react@19.2.0): - dependencies: - dequal: 2.0.3 - react: 19.2.0 - util-deprecate@1.0.2: {} uuid@11.0.2: {} @@ -10345,6 +10093,26 @@ snapshots: - supports-color - terser + vite-plugin-dts@4.0.3(@types/node@20.14.2)(rollup@4.52.4)(typescript@5.9.3)(vite@5.2.14(@types/node@20.14.2)): + dependencies: + '@microsoft/api-extractor': 7.47.4(@types/node@20.14.2) + '@rollup/pluginutils': 5.1.0(rollup@4.52.4) + '@volar/typescript': 2.4.23 + '@vue/language-core': 2.0.29(typescript@5.9.3) + compare-versions: 6.1.1 + debug: 4.4.0 + kolorist: 1.8.0 + local-pkg: 0.5.1 + magic-string: 0.30.17 + typescript: 5.9.3 + vue-tsc: 2.0.29(typescript@5.9.3) + optionalDependencies: + vite: 5.2.14(@types/node@20.14.2) + transitivePeerDependencies: + - '@types/node' + - rollup + - supports-color + vite-plugin-dts@4.0.3(@types/node@24.7.0)(rollup@4.52.4)(typescript@5.9.3)(vite@5.2.14(@types/node@24.7.0)): dependencies: '@microsoft/api-extractor': 7.47.4(@types/node@24.7.0) @@ -10365,10 +10133,25 @@ snapshots: - rollup - supports-color + vite-plugin-externalize-deps@0.8.0(vite@5.2.14(@types/node@20.14.2)): + dependencies: + vite: 5.2.14(@types/node@20.14.2) + vite-plugin-externalize-deps@0.8.0(vite@5.2.14(@types/node@24.7.0)): dependencies: vite: 5.2.14(@types/node@24.7.0) + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@5.2.14(@types/node@20.14.2)): + dependencies: + debug: 4.4.0 + globrex: 0.1.2 + tsconfck: 3.1.4(typescript@5.9.3) + optionalDependencies: + vite: 5.2.14(@types/node@20.14.2) + transitivePeerDependencies: + - supports-color + - typescript + vite-tsconfig-paths@5.1.4(typescript@5.9.3)(vite@5.2.14(@types/node@24.7.0)): dependencies: debug: 4.4.0