From 9d6bbc3a1a010b6391469430851ec25b94fadfbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:21:55 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- examples/angular/infinite-scroll/package.json | 2 +- examples/react/dynamic/package.json | 4 +- examples/react/fixed/package.json | 4 +- examples/react/infinite-scroll/package.json | 6 +- examples/react/padding/package.json | 4 +- examples/react/scroll-padding/package.json | 4 +- examples/react/smooth-scroll/package.json | 4 +- examples/react/sticky/package.json | 4 +- examples/react/table/package.json | 6 +- examples/react/variable/package.json | 4 +- examples/react/window/package.json | 4 +- examples/svelte/infinite-scroll/package.json | 2 +- examples/vue/infinite-scroll/package.json | 2 +- package.json | 8 +- packages/react-virtual/package.json | 4 +- pnpm-lock.yaml | 450 +++++++++--------- 16 files changed, 257 insertions(+), 255 deletions(-) diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index 9c063e34..fce7475a 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "@tanstack/angular-query-experimental": "5.62.4", + "@tanstack/angular-query-experimental": "5.62.7", "@tanstack/angular-virtual": "^3.10.9", "rxjs": "^7.8.1", "tslib": "^2.8.1", diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index 37374e0c..5d577d57 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -15,8 +15,8 @@ }, "devDependencies": { "@types/node": "^22.10.1", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/react/fixed/package.json b/examples/react/fixed/package.json index 1209de06..33fa2570 100644 --- a/examples/react/fixed/package.json +++ b/examples/react/fixed/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@types/node": "^22.10.1", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 36c56f7e..d391d0cd 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -9,14 +9,14 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-query": "^5.62.3", + "@tanstack/react-query": "^5.62.7", "@tanstack/react-virtual": "^3.11.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } diff --git a/examples/react/padding/package.json b/examples/react/padding/package.json index d20dcf50..0f7f74c7 100644 --- a/examples/react/padding/package.json +++ b/examples/react/padding/package.json @@ -14,8 +14,8 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } diff --git a/examples/react/scroll-padding/package.json b/examples/react/scroll-padding/package.json index a455202e..8a79d236 100644 --- a/examples/react/scroll-padding/package.json +++ b/examples/react/scroll-padding/package.json @@ -15,8 +15,8 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } diff --git a/examples/react/smooth-scroll/package.json b/examples/react/smooth-scroll/package.json index aa75456d..8484f991 100644 --- a/examples/react/smooth-scroll/package.json +++ b/examples/react/smooth-scroll/package.json @@ -14,8 +14,8 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index 70023398..65f37534 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "@types/lodash": "^4.17.13", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } diff --git a/examples/react/table/package.json b/examples/react/table/package.json index d663473f..f1408326 100644 --- a/examples/react/table/package.json +++ b/examples/react/table/package.json @@ -10,14 +10,14 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-table": "^8.20.5", + "@tanstack/react-table": "^8.20.6", "@tanstack/react-virtual": "^3.11.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } diff --git a/examples/react/variable/package.json b/examples/react/variable/package.json index c92fb305..b33eec52 100644 --- a/examples/react/variable/package.json +++ b/examples/react/variable/package.json @@ -14,8 +14,8 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "vite": "^5.4.11" } diff --git a/examples/react/window/package.json b/examples/react/window/package.json index 1e057b1c..0e7788cb 100644 --- a/examples/react/window/package.json +++ b/examples/react/window/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@types/node": "^22.10.1", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "typescript": "5.2.2", "vite": "^5.4.11" diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index 094aaf6c..cc118b6f 100644 --- a/examples/svelte/infinite-scroll/package.json +++ b/examples/svelte/infinite-scroll/package.json @@ -9,7 +9,7 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-query": "^5.62.3", + "@tanstack/svelte-query": "^5.62.7", "@tanstack/svelte-virtual": "^3.10.9" }, "devDependencies": { diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index 18f0bb78..a215f43a 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-query": "^5.62.3", + "@tanstack/vue-query": "^5.62.7", "@tanstack/vue-virtual": "^3.11.1", "vue": "^3.5.13" }, diff --git a/package.json b/package.json index 8bba50bc..bfefd252 100644 --- a/package.json +++ b/package.json @@ -40,15 +40,15 @@ "@tanstack/config": "^0.14.2", "@testing-library/jest-dom": "^6.6.3", "@types/node": "^22.10.1", - "eslint": "^9.16.0", + "eslint": "^9.17.0", "jsdom": "^25.0.1", - "knip": "^5.39.2", - "nx": "^20.2.1", + "knip": "^5.40.0", + "nx": "^20.2.2", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", "publint": "^0.2.12", "rimraf": "^5.0.10", - "sherif": "^1.0.2", + "sherif": "^1.1.1", "typescript": "5.2.2", "vite": "^5.4.11", "vitest": "^2.1.8" diff --git a/packages/react-virtual/package.json b/packages/react-virtual/package.json index 1e43aa13..38b3b87d 100644 --- a/packages/react-virtual/package.json +++ b/packages/react-virtual/package.json @@ -58,8 +58,8 @@ }, "devDependencies": { "@testing-library/react": "^16.1.0", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", + "@types/react": "^18.3.16", + "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c22832a0..040688c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@tanstack/config': specifier: ^0.14.2 - version: 0.14.2(@types/node@22.10.1)(esbuild@0.21.5)(eslint@9.16.0(jiti@2.4.0))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) + version: 0.14.2(@types/node@22.10.1)(esbuild@0.21.5)(eslint@9.17.0(jiti@2.4.0))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) '@testing-library/jest-dom': specifier: ^6.6.3 version: 6.6.3 @@ -18,17 +18,17 @@ importers: specifier: ^22.10.1 version: 22.10.1 eslint: - specifier: ^9.16.0 - version: 9.16.0(jiti@2.4.0) + specifier: ^9.17.0 + version: 9.17.0(jiti@2.4.0) jsdom: specifier: ^25.0.1 version: 25.0.1 knip: - specifier: ^5.39.2 - version: 5.39.2(@types/node@22.10.1)(typescript@5.2.2) + specifier: ^5.40.0 + version: 5.40.0(@types/node@22.10.1)(typescript@5.2.2) nx: - specifier: ^20.2.1 - version: 20.2.1 + specifier: ^20.2.2 + version: 20.2.2 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -42,8 +42,8 @@ importers: specifier: ^5.0.10 version: 5.0.10 sherif: - specifier: ^1.0.2 - version: 1.0.2 + specifier: ^1.1.1 + version: 1.1.1 typescript: specifier: 5.2.2 version: 5.2.2 @@ -188,8 +188,8 @@ importers: specifier: ^17.3.12 version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)))(rxjs@7.8.1) '@tanstack/angular-query-experimental': - specifier: 5.62.4 - version: 5.62.4(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)) + specifier: 5.62.7 + version: 5.62.7(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0)) '@tanstack/angular-virtual': specifier: ^3.10.9 version: link:../../../packages/angular-virtual @@ -606,11 +606,11 @@ importers: specifier: ^22.10.1 version: 22.10.1 '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -637,11 +637,11 @@ importers: specifier: ^22.10.1 version: 22.10.1 '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -655,8 +655,8 @@ importers: examples/react/infinite-scroll: dependencies: '@tanstack/react-query': - specifier: ^5.62.3 - version: 5.62.3(react@18.3.1) + specifier: ^5.62.7 + version: 5.62.7(react@18.3.1) '@tanstack/react-virtual': specifier: ^3.11.1 version: link:../../../packages/react-virtual @@ -668,11 +668,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -693,11 +693,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -721,11 +721,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -746,11 +746,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -780,11 +780,11 @@ importers: specifier: ^4.17.13 version: 4.17.13 '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -798,8 +798,8 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-table': - specifier: ^8.20.5 - version: 8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^8.20.6 + version: 8.20.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-virtual': specifier: ^3.11.1 version: link:../../../packages/react-virtual @@ -811,11 +811,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -836,11 +836,11 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -864,11 +864,11 @@ importers: specifier: ^22.10.1 version: 22.10.1 '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -941,8 +941,8 @@ importers: examples/svelte/infinite-scroll: dependencies: '@tanstack/svelte-query': - specifier: ^5.62.3 - version: 5.62.3(svelte@4.2.19) + specifier: ^5.62.7 + version: 5.62.7(svelte@4.2.19) '@tanstack/svelte-virtual': specifier: ^3.10.9 version: link:../../../packages/svelte-virtual @@ -1124,8 +1124,8 @@ importers: examples/vue/infinite-scroll: dependencies: '@tanstack/vue-query': - specifier: ^5.62.3 - version: 5.62.3(vue@3.5.13(typescript@5.2.2)) + specifier: ^5.62.7 + version: 5.62.7(vue@3.5.13(typescript@5.2.2)) '@tanstack/vue-virtual': specifier: ^3.11.1 version: link:../../../packages/vue-virtual @@ -1357,13 +1357,13 @@ importers: devDependencies: '@testing-library/react': specifier: ^16.1.0 - version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.2)(@types/react@18.3.14)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.5(@types/react@18.3.16))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/react': - specifier: ^18.3.14 - version: 18.3.14 + specifier: ^18.3.16 + version: 18.3.16 '@types/react-dom': - specifier: ^18.3.2 - version: 18.3.2 + specifier: ^18.3.5 + version: 18.3.5(@types/react@18.3.16) '@vitejs/plugin-react': specifier: ^4.3.4 version: 4.3.4(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -2782,8 +2782,8 @@ packages: resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.16.0': - resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==} + '@eslint/js@9.17.0': + resolution: {integrity: sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.4': @@ -3056,62 +3056,62 @@ packages: resolution: {integrity: sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==} engines: {node: ^16.14.0 || >=18.0.0} - '@nx/nx-darwin-arm64@20.2.1': - resolution: {integrity: sha512-nJcyPZfH6Vq4cG6gRnQ8PcnVOLePeT3exzLnQu0I4I2EtCTPyCSRA3gxoGzZ3qZFMQTsCbwv4HYfdx42AXOTAQ==} + '@nx/nx-darwin-arm64@20.2.2': + resolution: {integrity: sha512-gnS5mtbaBAO5TJkl4T68rQaN/79MMWePavw2SOcFyFnIdAriGEZ+ZFDUE0B/xYJSs9CPWLaGHf+n7oqyxaGd9A==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@20.2.1': - resolution: {integrity: sha512-SEiN8fjEs010ME4PRP8O9f8qG8AMZBGz8hOkF6ZrdlC+iEi4iyAGpgWFq8PKBlpVW4G5gxR91Y7eVaTKAsgH5w==} + '@nx/nx-darwin-x64@20.2.2': + resolution: {integrity: sha512-IctvdQon+K8mlhl06zIq1xTPwf5L4OuS7crzCmK26p5F/lV6iz/UXSPCcgn+bYKOL/q3QCLNR7UasQMjzgCNkQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@20.2.1': - resolution: {integrity: sha512-/yEKS9q17EG2Ci130McvpZM5YUghH1ql9UXWbVmitufn+RQD90hoblkG/B+cxJeZonrdKAjdpLQ+hfVz+FBd/g==} + '@nx/nx-freebsd-x64@20.2.2': + resolution: {integrity: sha512-4/Blg9Y6LVU8tS8yoa2BEXPHWsorpvCuZRH0gXPh96i6b71o4ORPafyLOHp08o3WjtUZb4jl5TfDryE+8y62ZA==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@20.2.1': - resolution: {integrity: sha512-DPtRjTCJ5++stTGtjqYftCb2c0CNed2s2EZZLQuDP+tikTsLm0d3S3ZaU5eHhqZW35tQuMOVweOfC1nJ3/DTSA==} + '@nx/nx-linux-arm-gnueabihf@20.2.2': + resolution: {integrity: sha512-AVAxbUXi6q+inmp8re3OV7HzH6fbkKnnMKvjDLnkzK8dA2Mv4JFl/gz++rgkYfEsBk20lcB1i3unqNrtOvzS7Q==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@20.2.1': - resolution: {integrity: sha512-ggGwHOEP6UjXeqv6DtRxizeBnX/zRZi8BRJbEJBwAt1cAUnLlklk8d+Hmjs+j/FlFXBV9f+ylpAqoYkplFR8jg==} + '@nx/nx-linux-arm64-gnu@20.2.2': + resolution: {integrity: sha512-h04SLH464Oh/k/1mpAfsMhTVlnc1NJItx4N5DLZb2VuOOY+Tquhrp7HBJLyAhU0Q74JG0LevGFO6wdxliHupmA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@20.2.1': - resolution: {integrity: sha512-HZBGxsBJUFbWVTiyJxqt0tS8tlvp+Tp0D533mGKW75cU0rv9dnmbtTwkkkx+LXqerjSRvNS3Qtj0Uh2w92Vtig==} + '@nx/nx-linux-arm64-musl@20.2.2': + resolution: {integrity: sha512-rnRXDLvHHj66rCslD4ShDq6KBOVsQ+X63GWTGKM0pnTIIDje9+ltZCoAByieCUm4BvFfCWMUf9y0mGfZvLVKSw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@20.2.1': - resolution: {integrity: sha512-pTytPwGiPRakqz2PKiWTSRNm9taE1U9n0+kRAAFzbOtzeW+eIoebe5xY5QMoZ+XtIZ6pJM2BUOyMD+/TX57r8Q==} + '@nx/nx-linux-x64-gnu@20.2.2': + resolution: {integrity: sha512-K1Z2DVTnyCGl4nolhZ8fvHEixoe1pZOY256LD6D0lGca4Fsi3mHQ7lDU237Pzyc91+cfLva/OAvrivRPeU+DMA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@20.2.1': - resolution: {integrity: sha512-p3egqe5zmwiDl6xSwHi2K9UZWiKbZ/s/j4qV+pZttzMyNPfhohTeP+VwQqjTeQ1hPBl2YhwmmktEPsIPYJG7YA==} + '@nx/nx-linux-x64-musl@20.2.2': + resolution: {integrity: sha512-pyWe+d2Y2pJVgPZf27KkDBufhFPq+Xhs3/zAQdJbicMvym7uhw0qMTV+lmoMXgfx52WZzhqTfG8JQcDqHjExJw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@20.2.1': - resolution: {integrity: sha512-Wujist6k08pjgWWQ1pjXrCArmMgnyIXNVmDP14cWo1KHecBuxNWa9i62PrxQ0K8MLYMcAzLHJxN9t54GzBbd+g==} + '@nx/nx-win32-arm64-msvc@20.2.2': + resolution: {integrity: sha512-zqSoVrV34tx6qhQo/PwD9IMGhzoNSaFQxjTjNCY61sE7iwi5Qt4dDs3Rlh1ZFCBFnrjziymRPY2RryArgeK8Bw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@20.2.1': - resolution: {integrity: sha512-tsEYfNV2+CWSQmbh9TM8cX5wk6F2QAH0tfvt4topyOOaR40eszW8qc/eDM/kkJ5nj87BbNEqPBQAYFE0AP1OMA==} + '@nx/nx-win32-x64-msvc@20.2.2': + resolution: {integrity: sha512-IfQf2axmCuSArhFGaocIDt8ajWDHXoVut5NOQH4eV2q9whP1j/LVB8EehEaolF5UenM7rhL4V25PXPuuBaUq4A==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3442,8 +3442,8 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - '@tanstack/angular-query-experimental@5.62.4': - resolution: {integrity: sha512-4K3PGMwAQyLdPTayRAOgW1ld1odbjVyxnIC+oYcCK1mkOX2l+RCNbEsZv0AHu178abmd4P0lPMrfKArMaUzbVg==} + '@tanstack/angular-query-experimental@5.62.7': + resolution: {integrity: sha512-ZDPZYVhwu4ym+2b+G7UwdKX5vqiYyopFxYe7549bBjOT/DO4o8JK4fiXxQgE92JbgKSi6HR1EXvxTtvg55LDPg==} peerDependencies: '@angular/common': '>=16.0.0' '@angular/core': '>=16.0.0' @@ -3463,26 +3463,26 @@ packages: resolution: {integrity: sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==} engines: {node: '>=12'} - '@tanstack/query-core@5.62.3': - resolution: {integrity: sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==} + '@tanstack/query-core@5.62.7': + resolution: {integrity: sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==} '@tanstack/query-devtools@5.61.4': resolution: {integrity: sha512-21Tw+u8E3IJJj4A/Bct4H0uBaDTEu7zBrR79FeSyY+mS2gx5/m316oDtJiKkILc819VSTYt+sFzODoJNcpPqZQ==} - '@tanstack/react-query@5.62.3': - resolution: {integrity: sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw==} + '@tanstack/react-query@5.62.7': + resolution: {integrity: sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw==} peerDependencies: react: ^18 || ^19 - '@tanstack/react-table@8.20.5': - resolution: {integrity: sha512-WEHopKw3znbUZ61s9i0+i9g8drmDo6asTWbrQh8Us63DAk/M0FkmIqERew6P71HI75ksZ2Pxyuf4vvKh9rAkiA==} + '@tanstack/react-table@8.20.6': + resolution: {integrity: sha512-w0jluT718MrOKthRcr2xsjqzx+oEM7B7s/XXyfs19ll++hlId3fjTm+B2zrR3ijpANpkzBAr15j1XGVOMxpggQ==} engines: {node: '>=12'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' - '@tanstack/svelte-query@5.62.3': - resolution: {integrity: sha512-upo28cP5ZidXwbM1AQ3Ga/Uq3cmtkNkU0Vv8MFG78bwkEANqXQ5FpNs8ixvU6MqZnlJ3Zqp3BlUIc7dSpKD7qQ==} + '@tanstack/svelte-query@5.62.7': + resolution: {integrity: sha512-WTu70TtgX90r8OVlvQbRhDAnj12mvQRQ5Sp+2Dgsvdq1b3uDWwjV9ufhyhAM/2YkY03Gtlfs2GL1fyMhSx9tbQ==} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 @@ -3496,8 +3496,8 @@ packages: resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==} engines: {node: '>=12'} - '@tanstack/vue-query@5.62.3': - resolution: {integrity: sha512-6zU8yR0xKVxb/SilCSVAb0j6+bc++f+YeMA1TnG1qN9zHicWgF9fjtJi86FfIjBnytfFSPwo7Gykp8iId7G9yQ==} + '@tanstack/vue-query@5.62.7': + resolution: {integrity: sha512-FVSnVw2fw9BHciCbWWSfPMB3PRtGHbGf4Q1Gq7mFlieojiKZBF5Nz5AKFQLKs+IGnrVDTKqfU8ojjPfthPTYxQ==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -3686,11 +3686,13 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@18.3.2': - resolution: {integrity: sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==} + '@types/react-dom@18.3.5': + resolution: {integrity: sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==} + peerDependencies: + '@types/react': ^18.0.0 - '@types/react@18.3.14': - resolution: {integrity: sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==} + '@types/react@18.3.16': + resolution: {integrity: sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==} '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} @@ -4511,8 +4513,8 @@ packages: cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} - cross-spawn@7.0.5: - resolution: {integrity: sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==} + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} css-loader@6.10.0: @@ -4885,8 +4887,8 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.16.0: - resolution: {integrity: sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==} + eslint@9.17.0: + resolution: {integrity: sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5716,8 +5718,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - knip@5.39.2: - resolution: {integrity: sha512-BuvuWRllLWV/r2G4m9ggNH+DZ6gouP/dhtJPXVlMbWNF++w9/EfrF6k2g7YBKCwjzCC+PXmYtpH8S2t8RjnY4Q==} + knip@5.40.0: + resolution: {integrity: sha512-EzBfQDz4YBzYnMLueWnaaVr15mneqZs1c3RanttciuVuRcodlNjzAmR2nch/khlRdVABAxAdMGFxfSvhvcH1NA==} engines: {node: '>=18.6.0'} hasBin: true peerDependencies: @@ -6223,8 +6225,8 @@ packages: nwsapi@2.2.13: resolution: {integrity: sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==} - nx@20.2.1: - resolution: {integrity: sha512-zUw1DT9BW2ajbDZgcUFKfysGqrbJwsMRjPxT6GthuqcLtDc2iJi3+/UBTLsITSeiw4Za4qPVxjaK4+yma9Ju5w==} + nx@20.2.2: + resolution: {integrity: sha512-wHgC/NQ82Q3LOeUZXPI2j/JhpZwb7JjRc0uDn3kQU+lN/ulySCJHTHCf4CIglW4NjZeN1WZZ7YMeddtFWETGGA==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -6950,38 +6952,38 @@ packages: shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - sherif-darwin-arm64@1.0.2: - resolution: {integrity: sha512-5Qb2iK05Bz4EyMGOCD8d2K5SMZJ1D6zdPD/10iWmkVqzKfac968maVVvS+nkEcN+fcXHn1Bfqm8vx2C1iIbs7A==} + sherif-darwin-arm64@1.1.1: + resolution: {integrity: sha512-67WeOqkp6/glNIvNINi5FjFmyJU65XUmA+ow16DBHXaR3C7mA6eQNjP3Ro3EMLRXzzvj9cMJ0k7vLsbxWCzBkw==} cpu: [arm64] os: [darwin] - sherif-darwin-x64@1.0.2: - resolution: {integrity: sha512-Ek0aYSpeOvlRm5krMq35gLUhIdZAsYcDN9czl0eltYxhar32+DFrsG9iDqW3VmRn5E2xuaFvnKS5mVD8xegQlQ==} + sherif-darwin-x64@1.1.1: + resolution: {integrity: sha512-FVRuABcXT5cNcCLrWyH0WomkHQ/HMQodwklUVPpuDg08p7dZo8AZNsRmmCh//l8U6G56LW9dQJbkgOq8yI4MHg==} cpu: [x64] os: [darwin] - sherif-linux-arm64@1.0.2: - resolution: {integrity: sha512-H6AyfUyuZplrwcT4lkg5+Vhdwg7vujguz+JjbPRzDGqRNfunZKdnygP90AvfZp+DOJxmuthpRvXS4FJ3QNXCmg==} + sherif-linux-arm64@1.1.1: + resolution: {integrity: sha512-jFZMQ5v/R0dUcER4zR9NG/y1tGwdDI5R+ZqBG6iyDwviT5jpRTGXBQSSss4yaflLbOq1HpQeXzfMJX408BWklg==} cpu: [arm64] os: [linux] - sherif-linux-x64@1.0.2: - resolution: {integrity: sha512-la8JUXRZQkrZbc7YMBc90fqdJ1YImPoL8q7Bofk/ZOFrIrkNgpLB0NRZxgSQTQAwoKyiaxa9o5wSt3T5Hb4H7A==} + sherif-linux-x64@1.1.1: + resolution: {integrity: sha512-l3N+wwDjCSCC/MKI9/4RLIpMVfnMlQ2EhzmimhZuLt3v8+lfkG7+at0De5idkJXejoHyXNLKAiTRxYaVsXwGpQ==} cpu: [x64] os: [linux] - sherif-windows-arm64@1.0.2: - resolution: {integrity: sha512-XjCIR9mv1oTonubF6MDQ++xiZYonpfitMy4jODTPEgu279J4hADlHGcj4Omy92a9znBCb4jgzEvhug17n8yIAA==} + sherif-windows-arm64@1.1.1: + resolution: {integrity: sha512-eRt/4GWSeJUdaP3Gu38zpK/mCTLRQl+KaPfBbJ9CC+jzUxsiFE0+hMcvc0gecvMqAHYpQAWJ2y3oiMuJ2mwQ8A==} cpu: [arm64] os: [win32] - sherif-windows-x64@1.0.2: - resolution: {integrity: sha512-250bdAyMy8rbN2TCeTDnas87vMIGiMe56CAWHqdDyTRGzb/oBIvS2BTfpHYKCDuK/CuEgC9E8FOBNeu0cqLe+g==} + sherif-windows-x64@1.1.1: + resolution: {integrity: sha512-yRBJMcoyqederEv+Jgz8Nnv63xXRppZn/XUCTukFDKgY41v8JDnU3CeS79F7DxakS8vu9Y6kGATvwpShbGYzeA==} cpu: [x64] os: [win32] - sherif@1.0.2: - resolution: {integrity: sha512-mfu6JOchmVWNhMeObMEjd6pu1Mww4yn9VqX8+OMH7KvcUZRCcrGTETplTGDS64ANALD0Ls99ugr7z6xTXP5qUQ==} + sherif@1.1.1: + resolution: {integrity: sha512-571FkeQKaRZJJj4w55LEATkUC2kkoxkdlYuBx3V5N+O3P++4dgpCO1+goQBHbVJivmTpL7zkcLWLfymWf1BtUw==} hasBin: true side-channel@1.0.6: @@ -9262,9 +9264,9 @@ snapshots: '@esbuild/win32-x64@0.21.5': optional: true - '@eslint-community/eslint-utils@4.4.1(eslint@9.16.0(jiti@2.4.0))': + '@eslint-community/eslint-utils@4.4.1(eslint@9.17.0(jiti@2.4.0))': dependencies: - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -9293,7 +9295,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.16.0': {} + '@eslint/js@9.17.0': {} '@eslint/object-schema@2.1.4': {} @@ -9584,34 +9586,34 @@ snapshots: - bluebird - supports-color - '@nx/nx-darwin-arm64@20.2.1': + '@nx/nx-darwin-arm64@20.2.2': optional: true - '@nx/nx-darwin-x64@20.2.1': + '@nx/nx-darwin-x64@20.2.2': optional: true - '@nx/nx-freebsd-x64@20.2.1': + '@nx/nx-freebsd-x64@20.2.2': optional: true - '@nx/nx-linux-arm-gnueabihf@20.2.1': + '@nx/nx-linux-arm-gnueabihf@20.2.2': optional: true - '@nx/nx-linux-arm64-gnu@20.2.1': + '@nx/nx-linux-arm64-gnu@20.2.2': optional: true - '@nx/nx-linux-arm64-musl@20.2.1': + '@nx/nx-linux-arm64-musl@20.2.2': optional: true - '@nx/nx-linux-x64-gnu@20.2.1': + '@nx/nx-linux-x64-gnu@20.2.2': optional: true - '@nx/nx-linux-x64-musl@20.2.1': + '@nx/nx-linux-x64-musl@20.2.2': optional: true - '@nx/nx-win32-arm64-msvc@20.2.1': + '@nx/nx-win32-arm64-msvc@20.2.2': optional: true - '@nx/nx-win32-x64-msvc@20.2.1': + '@nx/nx-win32-x64-msvc@20.2.2': optional: true '@open-wc/dedupe-mixin@1.4.0': {} @@ -9894,9 +9896,9 @@ snapshots: ignore: 5.3.2 p-map: 4.0.0 - '@stylistic/eslint-plugin-js@2.11.0(eslint@9.16.0(jiti@2.4.0))': + '@stylistic/eslint-plugin-js@2.11.0(eslint@9.17.0(jiti@2.4.0))': dependencies: - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) eslint-visitor-keys: 4.2.0 espree: 10.3.0 @@ -9934,11 +9936,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/angular-query-experimental@5.62.4(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': + '@tanstack/angular-query-experimental@5.62.7(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1))(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': dependencies: '@angular/common': 17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))(rxjs@7.8.1) '@angular/core': 17.3.12(rxjs@7.8.1)(zone.js@0.15.0) - '@tanstack/query-core': 5.62.3 + '@tanstack/query-core': 5.62.7 '@tanstack/query-devtools': 5.61.4 '@tanstack/angular-table@8.20.5(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.15.0))': @@ -9947,16 +9949,16 @@ snapshots: '@tanstack/table-core': 8.20.5 tslib: 2.8.1 - '@tanstack/config@0.14.2(@types/node@22.10.1)(esbuild@0.21.5)(eslint@9.16.0(jiti@2.4.0))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))': + '@tanstack/config@0.14.2(@types/node@22.10.1)(esbuild@0.21.5)(eslint@9.17.0(jiti@2.4.0))(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1))': dependencies: '@commitlint/parse': 19.5.0 - '@eslint/js': 9.16.0 - '@stylistic/eslint-plugin-js': 2.11.0(eslint@9.16.0(jiti@2.4.0)) + '@eslint/js': 9.17.0 + '@stylistic/eslint-plugin-js': 2.11.0(eslint@9.17.0(jiti@2.4.0)) commander: 12.1.0 current-git-branch: 1.1.0 esbuild-register: 3.6.0(esbuild@0.21.5) - eslint-plugin-import-x: 4.5.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) - eslint-plugin-n: 17.14.0(eslint@9.16.0(jiti@2.4.0)) + eslint-plugin-import-x: 4.5.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) + eslint-plugin-n: 17.14.0(eslint@9.17.0(jiti@2.4.0)) globals: 15.13.0 interpret: 3.1.1 jsonfile: 6.1.0 @@ -9968,7 +9970,7 @@ snapshots: typedoc: 0.27.3(typescript@5.2.2) typedoc-plugin-frontmatter: 1.1.0(typedoc-plugin-markdown@4.3.2(typedoc@0.27.3(typescript@5.2.2))) typedoc-plugin-markdown: 4.3.2(typedoc@0.27.3(typescript@5.2.2)) - typescript-eslint: 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) + typescript-eslint: 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) v8flags: 4.0.1 vite-plugin-dts: 4.0.3(@types/node@22.10.1)(rollup@4.24.3)(typescript@5.2.2)(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) vite-plugin-externalize-deps: 0.8.0(vite@5.4.11(@types/node@22.10.1)(less@4.2.0)(sass@1.80.5)(terser@5.29.1)) @@ -9986,24 +9988,24 @@ snapshots: dependencies: remove-accents: 0.5.0 - '@tanstack/query-core@5.62.3': {} + '@tanstack/query-core@5.62.7': {} '@tanstack/query-devtools@5.61.4': {} - '@tanstack/react-query@5.62.3(react@18.3.1)': + '@tanstack/react-query@5.62.7(react@18.3.1)': dependencies: - '@tanstack/query-core': 5.62.3 + '@tanstack/query-core': 5.62.7 react: 18.3.1 - '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tanstack/react-table@8.20.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/table-core': 8.20.5 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/svelte-query@5.62.3(svelte@4.2.19)': + '@tanstack/svelte-query@5.62.7(svelte@4.2.19)': dependencies: - '@tanstack/query-core': 5.62.3 + '@tanstack/query-core': 5.62.7 svelte: 4.2.19 '@tanstack/svelte-table@8.20.5(svelte@4.2.19)': @@ -10013,10 +10015,10 @@ snapshots: '@tanstack/table-core@8.20.5': {} - '@tanstack/vue-query@5.62.3(vue@3.5.13(typescript@5.2.2))': + '@tanstack/vue-query@5.62.7(vue@3.5.13(typescript@5.2.2))': dependencies: '@tanstack/match-sorter-utils': 8.19.4 - '@tanstack/query-core': 5.62.3 + '@tanstack/query-core': 5.62.7 '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.2.2) vue-demi: 0.14.10(vue@3.5.13(typescript@5.2.2)) @@ -10047,15 +10049,15 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.2)(@types/react@18.3.14)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.5(@types/react@18.3.16))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 '@testing-library/dom': 10.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: - '@types/react': 18.3.14 - '@types/react-dom': 18.3.2 + '@types/react': 18.3.16 + '@types/react-dom': 18.3.5(@types/react@18.3.16) '@tsconfig/svelte@5.0.4': {} @@ -10244,11 +10246,11 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@18.3.2': + '@types/react-dom@18.3.5(@types/react@18.3.16)': dependencies: - '@types/react': 18.3.14 + '@types/react': 18.3.16 - '@types/react@18.3.14': + '@types/react@18.3.16': dependencies: '@types/prop-types': 15.7.13 csstype: 3.1.3 @@ -10301,15 +10303,15 @@ snapshots: dependencies: '@types/node': 22.10.1 - '@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2)': + '@typescript-eslint/eslint-plugin@8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/parser': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) '@typescript-eslint/scope-manager': 8.17.0 - '@typescript-eslint/type-utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) - '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/type-utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) '@typescript-eslint/visitor-keys': 8.17.0 - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -10319,14 +10321,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2)': + '@typescript-eslint/parser@8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: '@typescript-eslint/scope-manager': 8.17.0 '@typescript-eslint/types': 8.17.0 '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.2.2) '@typescript-eslint/visitor-keys': 8.17.0 debug: 4.3.7 - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: @@ -10337,12 +10339,12 @@ snapshots: '@typescript-eslint/types': 8.17.0 '@typescript-eslint/visitor-keys': 8.17.0 - '@typescript-eslint/type-utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2)': + '@typescript-eslint/type-utils@8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.2.2) - '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) debug: 4.3.7 - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) ts-api-utils: 1.4.0(typescript@5.2.2) optionalDependencies: typescript: 5.2.2 @@ -10366,13 +10368,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2)': + '@typescript-eslint/utils@8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0)) '@typescript-eslint/scope-manager': 8.17.0 '@typescript-eslint/types': 8.17.0 '@typescript-eslint/typescript-estree': 8.17.0(typescript@5.2.2) - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: @@ -11292,7 +11294,7 @@ snapshots: shebang-command: 1.2.0 which: 1.3.1 - cross-spawn@7.0.5: + cross-spawn@7.0.6: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 @@ -11649,9 +11651,9 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.16.0(jiti@2.4.0)): + eslint-compat-utils@0.5.1(eslint@9.17.0(jiti@2.4.0)): dependencies: - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) semver: 7.6.3 eslint-import-resolver-node@0.3.9: @@ -11662,20 +11664,20 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-es-x@7.8.0(eslint@9.16.0(jiti@2.4.0)): + eslint-plugin-es-x@7.8.0(eslint@9.17.0(jiti@2.4.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0)) '@eslint-community/regexpp': 4.12.1 - eslint: 9.16.0(jiti@2.4.0) - eslint-compat-utils: 0.5.1(eslint@9.16.0(jiti@2.4.0)) + eslint: 9.17.0(jiti@2.4.0) + eslint-compat-utils: 0.5.1(eslint@9.17.0(jiti@2.4.0)) - eslint-plugin-import-x@4.5.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2): + eslint-plugin-import-x@4.5.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2): dependencies: '@typescript-eslint/scope-manager': 8.17.0 - '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) debug: 4.3.7 doctrine: 3.0.0 - eslint: 9.16.0(jiti@2.4.0) + eslint: 9.17.0(jiti@2.4.0) eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.8.1 is-glob: 4.0.3 @@ -11687,12 +11689,12 @@ snapshots: - supports-color - typescript - eslint-plugin-n@17.14.0(eslint@9.16.0(jiti@2.4.0)): + eslint-plugin-n@17.14.0(eslint@9.17.0(jiti@2.4.0)): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0)) enhanced-resolve: 5.17.1 - eslint: 9.16.0(jiti@2.4.0) - eslint-plugin-es-x: 7.8.0(eslint@9.16.0(jiti@2.4.0)) + eslint: 9.17.0(jiti@2.4.0) + eslint-plugin-es-x: 7.8.0(eslint@9.17.0(jiti@2.4.0)) get-tsconfig: 4.8.1 globals: 15.13.0 ignore: 5.3.2 @@ -11713,14 +11715,14 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.16.0(jiti@2.4.0): + eslint@9.17.0(jiti@2.4.0): dependencies: - '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.0)) + '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0(jiti@2.4.0)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.19.0 '@eslint/core': 0.9.0 '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.16.0 + '@eslint/js': 9.17.0 '@eslint/plugin-kit': 0.2.3 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 @@ -11729,7 +11731,7 @@ snapshots: '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 debug: 4.3.7 escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 @@ -11800,7 +11802,7 @@ snapshots: execa@5.1.1: dependencies: - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 get-stream: 6.0.1 human-signals: 2.1.0 is-stream: 2.0.1 @@ -11976,7 +11978,7 @@ snapshots: foreground-child@3.3.0: dependencies: - cross-spawn: 7.0.5 + cross-spawn: 7.0.6 signal-exit: 4.1.0 form-data@4.0.1: @@ -12600,7 +12602,7 @@ snapshots: klona@2.0.6: {} - knip@5.39.2(@types/node@22.10.1)(typescript@5.2.2): + knip@5.40.0(@types/node@22.10.1)(typescript@5.2.2): dependencies: '@nodelib/fs.walk': 1.2.8 '@snyk/github-codeowners': 1.1.0 @@ -13187,7 +13189,7 @@ snapshots: nwsapi@2.2.13: {} - nx@20.2.1: + nx@20.2.2: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -13223,16 +13225,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@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 + '@nx/nx-darwin-arm64': 20.2.2 + '@nx/nx-darwin-x64': 20.2.2 + '@nx/nx-freebsd-x64': 20.2.2 + '@nx/nx-linux-arm-gnueabihf': 20.2.2 + '@nx/nx-linux-arm64-gnu': 20.2.2 + '@nx/nx-linux-arm64-musl': 20.2.2 + '@nx/nx-linux-x64-gnu': 20.2.2 + '@nx/nx-linux-x64-musl': 20.2.2 + '@nx/nx-win32-arm64-msvc': 20.2.2 + '@nx/nx-win32-x64-msvc': 20.2.2 transitivePeerDependencies: - debug @@ -13975,32 +13977,32 @@ snapshots: shell-quote@1.8.1: {} - sherif-darwin-arm64@1.0.2: + sherif-darwin-arm64@1.1.1: optional: true - sherif-darwin-x64@1.0.2: + sherif-darwin-x64@1.1.1: optional: true - sherif-linux-arm64@1.0.2: + sherif-linux-arm64@1.1.1: optional: true - sherif-linux-x64@1.0.2: + sherif-linux-x64@1.1.1: optional: true - sherif-windows-arm64@1.0.2: + sherif-windows-arm64@1.1.1: optional: true - sherif-windows-x64@1.0.2: + sherif-windows-x64@1.1.1: optional: true - sherif@1.0.2: + sherif@1.1.1: optionalDependencies: - sherif-darwin-arm64: 1.0.2 - sherif-darwin-x64: 1.0.2 - sherif-linux-arm64: 1.0.2 - sherif-linux-x64: 1.0.2 - sherif-windows-arm64: 1.0.2 - sherif-windows-x64: 1.0.2 + sherif-darwin-arm64: 1.1.1 + sherif-darwin-x64: 1.1.1 + sherif-linux-arm64: 1.1.1 + sherif-linux-x64: 1.1.1 + sherif-windows-arm64: 1.1.1 + sherif-windows-x64: 1.1.1 side-channel@1.0.6: dependencies: @@ -14400,12 +14402,12 @@ snapshots: typescript: 5.2.2 yaml: 2.6.1 - typescript-eslint@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2): + typescript-eslint@8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2))(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) - '@typescript-eslint/parser': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) - '@typescript-eslint/utils': 8.17.0(eslint@9.16.0(jiti@2.4.0))(typescript@5.2.2) - eslint: 9.16.0(jiti@2.4.0) + '@typescript-eslint/eslint-plugin': 8.17.0(@typescript-eslint/parser@8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2))(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/parser': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) + '@typescript-eslint/utils': 8.17.0(eslint@9.17.0(jiti@2.4.0))(typescript@5.2.2) + eslint: 9.17.0(jiti@2.4.0) optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: