diff --git a/.changeset/angular-utils-devtools-utils.md b/.changeset/angular-utils-devtools-utils.md deleted file mode 100644 index 016b749f..00000000 --- a/.changeset/angular-utils-devtools-utils.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': minor ---- - -Adds Angular adapter and utility functions diff --git a/.changeset/fix-eslint-unnecessary-condition.md b/.changeset/fix-eslint-unnecessary-condition.md deleted file mode 100644 index f37e24dc..00000000 --- a/.changeset/fix-eslint-unnecessary-condition.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-vite': patch ---- - -Fix unnecessary condition ESLint error in console pipe log method lookup. diff --git a/.changeset/fix-nan-tree-rendering.md b/.changeset/fix-nan-tree-rendering.md deleted file mode 100644 index e4d79a01..00000000 --- a/.changeset/fix-nan-tree-rendering.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-ui': patch ---- - -Fix `NaN` rendering in `JsonTree`, previously rendered null, now correctly displays `NaN` diff --git a/.changeset/safe-console-dom-pipe.md b/.changeset/safe-console-dom-pipe.md deleted file mode 100644 index f8c2c649..00000000 --- a/.changeset/safe-console-dom-pipe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-vite': patch ---- - -Avoid piping raw DOM nodes through the console proxy. diff --git a/.changeset/twenty-impalas-poke.md b/.changeset/twenty-impalas-poke.md deleted file mode 100644 index 9e3ec118..00000000 --- a/.changeset/twenty-impalas-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-vite': patch ---- - -Fix console pipe feedback loop and solid-js duplication with Vite 8 diff --git a/examples/angular/a11y-devtools/CHANGELOG.md b/examples/angular/a11y-devtools/CHANGELOG.md index da43b136..af8ff154 100644 --- a/examples/angular/a11y-devtools/CHANGELOG.md +++ b/examples/angular/a11y-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/devtools-example-angular-a11y-devtools +## 0.0.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools-a11y@0.1.3 + - @tanstack/angular-devtools@0.0.4 + ## 0.0.2 ### Patch Changes diff --git a/examples/angular/a11y-devtools/package.json b/examples/angular/a11y-devtools/package.json index 9671210d..1bd8d15e 100644 --- a/examples/angular/a11y-devtools/package.json +++ b/examples/angular/a11y-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-a11y-devtools", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,8 +17,8 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.3", - "@tanstack/devtools-a11y": "^0.1.2", + "@tanstack/angular-devtools": "^0.0.4", + "@tanstack/devtools-a11y": "^0.1.3", "@tanstack/devtools-event-client": "0.4.3", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/angular/basic/CHANGELOG.md b/examples/angular/basic/CHANGELOG.md index a04a8cca..4438489c 100644 --- a/examples/angular/basic/CHANGELOG.md +++ b/examples/angular/basic/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-basic +## 0.0.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.4 + ## 0.0.2 ### Patch Changes diff --git a/examples/angular/basic/package.json b/examples/angular/basic/package.json index e01ff551..be502579 100644 --- a/examples/angular/basic/package.json +++ b/examples/angular/basic/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-basic", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.3", + "@tanstack/angular-devtools": "^0.0.4", "@tanstack/devtools-event-client": "0.4.3", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/angular/panel/CHANGELOG.md b/examples/angular/panel/CHANGELOG.md index f7a15d68..2ccea666 100644 --- a/examples/angular/panel/CHANGELOG.md +++ b/examples/angular/panel/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/devtools-example-angular-panel +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`3ab6a99`](https://github.com/TanStack/devtools/commit/3ab6a998a5c40d05163e4d1a040983a84bfdce02)]: + - @tanstack/devtools-utils@0.5.0 + - @tanstack/devtools@0.12.2 + - @tanstack/angular-devtools@0.0.4 + ## 0.0.2 ### Patch Changes diff --git a/examples/angular/panel/package.json b/examples/angular/panel/package.json index f06db46b..58b1e570 100644 --- a/examples/angular/panel/package.json +++ b/examples/angular/panel/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-panel", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,10 +17,10 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.3", - "@tanstack/devtools": "^0.12.1", + "@tanstack/angular-devtools": "^0.0.4", + "@tanstack/devtools": "^0.12.2", "@tanstack/devtools-event-client": "0.4.3", - "@tanstack/devtools-utils": "^0.4.0", + "@tanstack/devtools-utils": "^0.5.0", "rxjs": "~7.8.0", "tslib": "^2.3.0" }, diff --git a/examples/angular/with-devtools/CHANGELOG.md b/examples/angular/with-devtools/CHANGELOG.md index 04e8046d..99c20698 100644 --- a/examples/angular/with-devtools/CHANGELOG.md +++ b/examples/angular/with-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-example-angular-with-devtools +## 0.0.3 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/angular-devtools@0.0.4 + ## 0.0.2 ### Patch Changes diff --git a/examples/angular/with-devtools/package.json b/examples/angular/with-devtools/package.json index 09372e0c..f61ad9ce 100644 --- a/examples/angular/with-devtools/package.json +++ b/examples/angular/with-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-example-angular-with-devtools", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "ng": "ng", "start": "ng serve", @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", "@angular/router": "^21.2.0", - "@tanstack/angular-devtools": "^0.0.3", + "@tanstack/angular-devtools": "^0.0.4", "@tanstack/devtools-event-client": "0.4.3", "rxjs": "~7.8.0", "tslib": "^2.3.0" diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index 3723a568..f37d7bc0 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "@preact/preset-vite": "^2.10.3", - "@tanstack/devtools-ui": "0.5.1", - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-ui": "0.5.2", + "@tanstack/devtools-vite": "0.6.1", "sonda": "0.9.0", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3" diff --git a/examples/react/a11y-devtools/package.json b/examples/react/a11y-devtools/package.json index 23e9a465..339b7543 100644 --- a/examples/react/a11y-devtools/package.json +++ b/examples/react/a11y-devtools/package.json @@ -9,13 +9,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-a11y": "^0.1.2", - "@tanstack/react-devtools": "^0.10.4", + "@tanstack/devtools-a11y": "^0.1.3", + "@tanstack/react-devtools": "^0.10.5", "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-vite": "0.6.1", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 744602fa..a68e7950 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.6", "@tanstack/devtools-event-client": "0.4.3", - "@tanstack/react-devtools": "^0.10.4", + "@tanstack/react-devtools": "^0.10.5", "@tanstack/react-form": "^1.23.7", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", @@ -22,8 +22,8 @@ "zod": "^4.3.5" }, "devDependencies": { - "@tanstack/devtools-ui": "0.5.1", - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-ui": "0.5.2", + "@tanstack/devtools-vite": "0.6.1", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/bundling-repro/package.json b/examples/react/bundling-repro/package.json index 405b7911..b7979745 100644 --- a/examples/react/bundling-repro/package.json +++ b/examples/react/bundling-repro/package.json @@ -49,7 +49,7 @@ "devDependencies": { "@biomejs/biome": "2.2.4", "@tanstack/devtools-event-client": "latest", - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-vite": "0.6.1", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.15.2", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index ca65d801..00b0d41d 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.3", - "@tanstack/react-devtools": "^0.10.4", + "@tanstack/react-devtools": "^0.10.5", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index c7397548..977a283e 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -8,7 +8,7 @@ "start": "vite start" }, "dependencies": { - "@tanstack/react-devtools": "^0.10.4", + "@tanstack/react-devtools": "^0.10.5", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-start": "^1.132.0", @@ -16,7 +16,7 @@ "react-dom": "^19.2.0" }, "devDependencies": { - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-vite": "0.6.1", "@types/node": "^22.15.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index 6f84bebc..90bb91f7 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.3", - "@tanstack/react-devtools": "^0.10.4", + "@tanstack/react-devtools": "^0.10.5", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", @@ -20,8 +20,8 @@ "zod": "^4.3.5" }, "devDependencies": { - "@tanstack/devtools-ui": "0.5.1", - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-ui": "0.5.2", + "@tanstack/devtools-vite": "0.6.1", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 110083e0..fce6a9ae 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-client": "workspace:*", - "@tanstack/react-devtools": "^0.10.4", + "@tanstack/react-devtools": "^0.10.5", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", @@ -25,7 +25,7 @@ "vite-tsconfig-paths": "^6.0.2" }, "devDependencies": { - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-vite": "0.6.1", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.15.2", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 93ee8c9b..1f20ae35 100644 --- a/examples/react/time-travel/package.json +++ b/examples/react/time-travel/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "workspace:^", - "@tanstack/react-devtools": "^0.10.4", + "@tanstack/react-devtools": "^0.10.5", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/a11y-devtools/package.json b/examples/solid/a11y-devtools/package.json index 6fed3a59..42077eff 100644 --- a/examples/solid/a11y-devtools/package.json +++ b/examples/solid/a11y-devtools/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@tanstack/devtools-a11y": "workspace:*", - "@tanstack/solid-devtools": "^0.8.4", + "@tanstack/solid-devtools": "^0.8.5", "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-vite": "0.6.1", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.11" diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 336aaaf7..13523a04 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-devtools": "^0.8.4", + "@tanstack/solid-devtools": "^0.8.5", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", @@ -17,7 +17,7 @@ "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-vite": "0.6.1", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.11" diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index a4ed85d1..8adcd775 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -9,12 +9,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-ui": "0.5.1", - "@tanstack/solid-devtools": "^0.8.4", + "@tanstack/devtools-ui": "0.5.2", + "@tanstack/solid-devtools": "^0.8.5", "solid-js": "^1.9.9" }, "devDependencies": { - "@tanstack/devtools-vite": "0.6.0", + "@tanstack/devtools-vite": "0.6.1", "vite": "^8.0.0", "vite-plugin-inspect": "11.3.3", "vite-plugin-solid": "^2.11.11" diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index 483931c4..4f4c320d 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@solidjs/start": "^1.2.0", - "@tanstack/solid-devtools": "^0.8.4", + "@tanstack/solid-devtools": "^0.8.5", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index 6170ad3f..4839641f 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.12.1", - "@tanstack/vue-devtools": "^0.2.18", + "@tanstack/devtools": "^0.12.2", + "@tanstack/vue-devtools": "^0.2.19", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/angular-devtools/CHANGELOG.md b/packages/angular-devtools/CHANGELOG.md index 66bac400..42a0e20b 100644 --- a/packages/angular-devtools/CHANGELOG.md +++ b/packages/angular-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-devtools +## 0.0.4 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.12.2 + ## 0.0.3 ### Patch Changes diff --git a/packages/angular-devtools/package.json b/packages/angular-devtools/package.json index 0e81ec71..e208364c 100644 --- a/packages/angular-devtools/package.json +++ b/packages/angular-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-devtools", - "version": "0.0.3", + "version": "0.0.4", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Angular application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-a11y/CHANGELOG.md b/packages/devtools-a11y/CHANGELOG.md index b3327f00..9d188b86 100644 --- a/packages/devtools-a11y/CHANGELOG.md +++ b/packages/devtools-a11y/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/devtools-a11y +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`3ab6a99`](https://github.com/TanStack/devtools/commit/3ab6a998a5c40d05163e4d1a040983a84bfdce02), [`015b733`](https://github.com/TanStack/devtools/commit/015b7336860856daf33c59ce09b7a4585e190afd)]: + - @tanstack/devtools-utils@0.5.0 + - @tanstack/devtools-ui@0.5.2 + ## 0.1.2 ### Patch Changes diff --git a/packages/devtools-a11y/package.json b/packages/devtools-a11y/package.json index 2fdd7f2d..5e11fa83 100644 --- a/packages/devtools-a11y/package.json +++ b/packages/devtools-a11y/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-a11y", - "version": "0.1.2", + "version": "0.1.3", "description": "Accessibility auditing plugin for TanStack Devtools powered by axe-core", "author": "TanStack", "license": "MIT", diff --git a/packages/devtools-ui/CHANGELOG.md b/packages/devtools-ui/CHANGELOG.md index f577f0cf..1540db60 100644 --- a/packages/devtools-ui/CHANGELOG.md +++ b/packages/devtools-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-ui +## 0.5.2 + +### Patch Changes + +- Fix `NaN` rendering in `JsonTree`, previously rendered null, now correctly displays `NaN` ([#430](https://github.com/TanStack/devtools/pull/430)) + ## 0.5.1 ### Patch Changes diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index 55e24c35..0ba585db 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-ui", - "version": "0.5.1", + "version": "0.5.2", "description": "TanStack Devtools UI is a set of UI components for building devtool panels for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 3a394aa1..5528a53b 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.5.0 + +### Minor Changes + +- Adds Angular adapter and utility functions ([#431](https://github.com/TanStack/devtools/pull/431)) + ## 0.4.0 ### Minor Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 11680f6c..7b35bfb7 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.4.0", + "version": "0.5.0", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-vite/CHANGELOG.md b/packages/devtools-vite/CHANGELOG.md index 51eeaf91..0ed156aa 100644 --- a/packages/devtools-vite/CHANGELOG.md +++ b/packages/devtools-vite/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/devtools-event-client +## 0.6.1 + +### Patch Changes + +- Fix unnecessary condition ESLint error in console pipe log method lookup. ([#432](https://github.com/TanStack/devtools/pull/432)) + +- Avoid piping raw DOM nodes through the console proxy. ([#424](https://github.com/TanStack/devtools/pull/424)) + +- Fix console pipe feedback loop and solid-js duplication with Vite 8 ([#412](https://github.com/TanStack/devtools/pull/412)) + ## 0.6.0 ### Minor Changes diff --git a/packages/devtools-vite/package.json b/packages/devtools-vite/package.json index d57f0275..cbd16f62 100644 --- a/packages/devtools-vite/package.json +++ b/packages/devtools-vite/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-vite", - "version": "0.6.0", + "version": "0.6.1", "description": "TanStack Vite plugin used to enhance the core devtools with additional functionalities", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 311349ed..ed0a1207 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.12.2 + +### Patch Changes + +- Updated dependencies [[`015b733`](https://github.com/TanStack/devtools/commit/015b7336860856daf33c59ce09b7a4585e190afd)]: + - @tanstack/devtools-ui@0.5.2 + ## 0.12.1 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 014413df..1673f91c 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.12.1", + "version": "0.12.2", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index 43321848..320ef900 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.10.5 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.12.2 + ## 0.10.4 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index 60c5e2eb..79993f02 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.10.4", + "version": "0.10.5", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 28ec1a2f..b55534aa 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.10.5 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.12.2 + ## 0.10.4 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 0b2095ba..68bdbd1b 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.10.4", + "version": "0.10.5", "description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-devtools/CHANGELOG.md b/packages/solid-devtools/CHANGELOG.md index 6ed79759..9b283797 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.8.5 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.12.2 + ## 0.8.4 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 4494bb27..b9f61834 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.8.4", + "version": "0.8.5", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index feefa7a7..52fc789d 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.19 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.12.2 + ## 0.2.18 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index c0b3b684..5500b73b 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.18", + "version": "0.2.19", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Vue application.", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3a9e43c..b60b9f44 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,10 +108,10 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.3 + specifier: ^0.0.4 version: link:../../../packages/angular-devtools '@tanstack/devtools-a11y': - specifier: ^0.1.2 + specifier: ^0.1.3 version: link:../../../packages/devtools-a11y '@tanstack/devtools-event-client': specifier: 0.4.3 @@ -160,7 +160,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.3 + specifier: ^0.0.4 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.4.3 @@ -209,16 +209,16 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.3 + specifier: ^0.0.4 version: link:../../../packages/angular-devtools '@tanstack/devtools': - specifier: ^0.12.1 + specifier: ^0.12.2 version: link:../../../packages/devtools '@tanstack/devtools-event-client': specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/devtools-utils': - specifier: ^0.4.0 + specifier: ^0.5.0 version: link:../../../packages/devtools-utils rxjs: specifier: ~7.8.0 @@ -269,7 +269,7 @@ importers: specifier: ^21.2.0 version: 21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(@angular/platform-browser@21.2.12(@angular/common@21.2.12(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2))(rxjs@7.8.2))(@angular/core@21.2.12(@angular/compiler@21.2.12)(rxjs@7.8.2)))(rxjs@7.8.2) '@tanstack/angular-devtools': - specifier: ^0.0.3 + specifier: ^0.0.4 version: link:../../../packages/angular-devtools '@tanstack/devtools-event-client': specifier: 0.4.3 @@ -319,10 +319,10 @@ importers: specifier: ^2.10.3 version: 2.10.5(@babel/core@7.29.0)(preact@10.29.1)(rollup@4.60.1)(vite@8.0.12(@types/node@22.19.15)(esbuild@0.27.4)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3)) '@tanstack/devtools-ui': - specifier: 0.5.1 + specifier: 0.5.2 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite sonda: specifier: 0.9.0 @@ -356,10 +356,10 @@ importers: examples/react/a11y-devtools: dependencies: '@tanstack/devtools-a11y': - specifier: ^0.1.2 + specifier: ^0.1.3 version: link:../../../packages/devtools-a11y '@tanstack/react-devtools': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -369,7 +369,7 @@ importers: version: 19.2.6(react@19.2.6) devDependencies: '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -393,7 +393,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -421,10 +421,10 @@ importers: version: 4.4.3 devDependencies: '@tanstack/devtools-ui': - specifier: 0.5.1 + specifier: 0.5.2 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite '@tanstack/react-form-devtools': specifier: ^0.1.7 @@ -554,7 +554,7 @@ importers: specifier: latest version: link:../../../packages/event-bus-client '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -602,7 +602,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -627,7 +627,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -646,7 +646,7 @@ importers: version: 19.2.6(react@19.2.6) devDependencies: '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite '@types/node': specifier: ^22.15.2 @@ -682,7 +682,7 @@ importers: specifier: 0.4.3 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -707,10 +707,10 @@ importers: version: 4.4.3 devDependencies: '@tanstack/devtools-ui': - specifier: 0.5.1 + specifier: 0.5.2 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite '@types/react': specifier: ^19.2.0 @@ -740,7 +740,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -777,7 +777,7 @@ importers: version: 6.1.1(typescript@5.9.3)(vite@8.0.12(@types/node@22.19.15)(esbuild@0.27.4)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3)) devDependencies: '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite '@testing-library/dom': specifier: ^10.4.0 @@ -819,7 +819,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.10.4 + specifier: ^0.10.5 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -865,14 +865,14 @@ importers: specifier: workspace:* version: link:../../../packages/devtools-a11y '@tanstack/solid-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 version: 1.9.12 devDependencies: '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite vite: specifier: ^8.0.0 @@ -887,7 +887,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -906,7 +906,7 @@ importers: version: 1.9.12 devDependencies: '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite vite: specifier: ^8.0.0 @@ -921,17 +921,17 @@ importers: examples/solid/devtools-ui: dependencies: '@tanstack/devtools-ui': - specifier: 0.5.1 + specifier: 0.5.2 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 version: 1.9.12 devDependencies: '@tanstack/devtools-vite': - specifier: 0.6.0 + specifier: 0.6.1 version: link:../../../packages/devtools-vite vite: specifier: ^8.0.0 @@ -949,7 +949,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.12)(vinxi@0.5.11(@types/node@22.19.15)(db0@0.3.4(drizzle-orm@0.45.2(pg@8.20.0)))(drizzle-orm@0.45.2(pg@8.20.0))(ioredis@5.10.1)(jiti@2.7.0)(less@4.6.4)(lightningcss@1.32.0)(rolldown@1.0.0)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))(vite@8.0.12(@types/node@22.19.15)(esbuild@0.27.4)(jiti@2.7.0)(less@4.6.4)(sass@1.99.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3)) '@tanstack/solid-devtools': - specifier: ^0.8.4 + specifier: ^0.8.5 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -961,10 +961,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.12.1 + specifier: ^0.12.2 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.18 + specifier: ^0.2.19 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5 @@ -1703,24 +1703,28 @@ packages: engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] + libc: [musl] '@biomejs/cli-linux-arm64@2.2.4': resolution: {integrity: sha512-M/Iz48p4NAzMXOuH+tsn5BvG/Jb07KOMTdSVwJpicmhN309BeEyRyQX+n1XDF0JVSlu28+hiTQ2L4rZPvu7nMw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] + libc: [glibc] '@biomejs/cli-linux-x64-musl@2.2.4': resolution: {integrity: sha512-m41nFDS0ksXK2gwXL6W6yZTYPMH0LughqbsxInSKetoH6morVj43szqKx79Iudkp8WRT5SxSh7qVb8KCUiewGg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] + libc: [musl] '@biomejs/cli-linux-x64@2.2.4': resolution: {integrity: sha512-orr3nnf2Dpb2ssl6aihQtvcKtLySLta4E2UcXdp7+RTa7mfJjBgIsbS0B9GC8gVu0hjOu021aU8b3/I1tn+pVQ==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] + libc: [glibc] '@biomejs/cli-win32-arm64@2.2.4': resolution: {integrity: sha512-NXnfTeKHDFUWfxAefa57DiGmu9VyKi0cDqFpdI+1hJWQjGJhJutHPX0b5m+eXvTKOaf+brU+P0JrQAZMb5yYaQ==} @@ -2691,89 +2695,105 @@ packages: resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} cpu: [arm64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-arm@1.2.4': resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} cpu: [arm] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-ppc64@1.2.4': resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==} cpu: [ppc64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-riscv64@1.2.4': resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==} cpu: [riscv64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-s390x@1.2.4': resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==} cpu: [s390x] os: [linux] + libc: [glibc] '@img/sharp-libvips-linux-x64@1.2.4': resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} cpu: [x64] os: [linux] + libc: [glibc] '@img/sharp-libvips-linuxmusl-arm64@1.2.4': resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==} cpu: [arm64] os: [linux] + libc: [musl] '@img/sharp-libvips-linuxmusl-x64@1.2.4': resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} cpu: [x64] os: [linux] + libc: [musl] '@img/sharp-linux-arm64@0.34.5': resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [glibc] '@img/sharp-linux-arm@0.34.5': resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] + libc: [glibc] '@img/sharp-linux-ppc64@0.34.5': resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [ppc64] os: [linux] + libc: [glibc] '@img/sharp-linux-riscv64@0.34.5': resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [riscv64] os: [linux] + libc: [glibc] '@img/sharp-linux-s390x@0.34.5': resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] + libc: [glibc] '@img/sharp-linux-x64@0.34.5': resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [glibc] '@img/sharp-linuxmusl-arm64@0.34.5': resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [musl] '@img/sharp-linuxmusl-x64@0.34.5': resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [musl] '@img/sharp-wasm32@0.34.5': resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} @@ -3131,42 +3151,49 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-arm64-musl@1.1.1': resolution: {integrity: sha512-+2Rzdb3nTIYZ0YJF43qf2twhqOCkiSrHx2Pg6DJaCPYhhaxbLcdlV8hCRMHghQ+EtZQWGNcS2xF4KxBhSGeutg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] '@napi-rs/nice-linux-ppc64-gnu@1.1.1': resolution: {integrity: sha512-4FS8oc0GeHpwvv4tKciKkw3Y4jKsL7FRhaOeiPei0X9T4Jd619wHNe4xCLmN2EMgZoeGg+Q7GY7BsvwKpL22Tg==} engines: {node: '>= 10'} cpu: [ppc64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-riscv64-gnu@1.1.1': resolution: {integrity: sha512-HU0nw9uD4FO/oGCCk409tCi5IzIZpH2agE6nN4fqpwVlCn5BOq0MS1dXGjXaG17JaAvrlpV5ZeyZwSon10XOXw==} engines: {node: '>= 10'} cpu: [riscv64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-s390x-gnu@1.1.1': resolution: {integrity: sha512-2YqKJWWl24EwrX0DzCQgPLKQBxYDdBxOHot1KWEq7aY2uYeX+Uvtv4I8xFVVygJDgf6/92h9N3Y43WPx8+PAgQ==} engines: {node: '>= 10'} cpu: [s390x] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-x64-gnu@1.1.1': resolution: {integrity: sha512-/gaNz3R92t+dcrfCw/96pDopcmec7oCcAQ3l/M+Zxr82KT4DljD37CpgrnXV+pJC263JkW572pdbP3hP+KjcIg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] '@napi-rs/nice-linux-x64-musl@1.1.1': resolution: {integrity: sha512-xScCGnyj/oppsNPMnevsBe3pvNaoK7FGvMjT35riz9YdhB2WtTG47ZlbxtOLpjeO9SqqQ2J2igCmz6IJOD5JYw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] '@napi-rs/nice-openharmony-arm64@1.1.1': resolution: {integrity: sha512-6uJPRVwVCLDeoOaNyeiW0gp2kFIM4r7PL2MczdZQHkFi9gVlgm+Vn+V6nTWRcu856mJ2WjYJiumEajfSm7arPQ==} @@ -3284,21 +3311,25 @@ packages: resolution: {integrity: sha512-wgpPaTpQKl+cCkSuE5zamTVrg14mRvT+bLAeN/yHSUgMztvGxwl3Ll+K9DgEcktBo1PLECTWNkVaW8IAsJm4Rg==} cpu: [arm64] os: [linux] + libc: [glibc] '@nx/nx-linux-arm64-musl@22.1.3': resolution: {integrity: sha512-o9XmQehSPR2y0RD4evD+Ob3lNFuwsFOL5upVJqZ3rcE6GkJIFPg8SwEP5FaRIS5MwS04fxnek20NZ18BHjjV/g==} cpu: [arm64] os: [linux] + libc: [musl] '@nx/nx-linux-x64-gnu@22.1.3': resolution: {integrity: sha512-ekcinyDNTa2huVe02T2SFMR8oArohozRbMGO19zftbObXXI4dLdoAuLNb3vK9Pe4vYOpkhfxBVkZvcWMmx7JdA==} cpu: [x64] os: [linux] + libc: [glibc] '@nx/nx-linux-x64-musl@22.1.3': resolution: {integrity: sha512-CqpRIJeIgELCqIgjtSsYnnLi6G0uqjbp/Pw9d7w4im4/NmJXqaE9gxpdHA1eowXLgAy9W1LkfzCPS8Q2IScPuQ==} cpu: [x64] os: [linux] + libc: [musl] '@nx/nx-win32-arm64-msvc@22.1.3': resolution: {integrity: sha512-YbuWb8KQsAR9G0+7b4HA16GV962/VWtRcdS7WY2yaScmPT2W5rObl528Y2j4DuB0j/MVZj12qJKrYfUyjL+UJA==} @@ -3371,41 +3402,49 @@ packages: resolution: {integrity: sha512-heV2+jmXyYnUrpUXSPugqWDRpnsQcDm2AX4wzTuvgdlZfoNYO0O3W2AVpJYaDn9AG4JdM6Kxom8+foE7/BcSig==} cpu: [arm64] os: [linux] + libc: [glibc] '@oxc-resolver/binding-linux-arm64-musl@11.19.1': resolution: {integrity: sha512-jvo2Pjs1c9KPxMuMPIeQsgu0mOJF9rEb3y3TdpsrqwxRM+AN6/nDDwv45n5ZrUnQMsdBy5gIabioMKnQfWo9ew==} cpu: [arm64] os: [linux] + libc: [musl] '@oxc-resolver/binding-linux-ppc64-gnu@11.19.1': resolution: {integrity: sha512-vLmdNxWCdN7Uo5suays6A/+ywBby2PWBBPXctWPg5V0+eVuzsJxgAn6MMB4mPlshskYbppjpN2Zg83ArHze9gQ==} cpu: [ppc64] os: [linux] + libc: [glibc] '@oxc-resolver/binding-linux-riscv64-gnu@11.19.1': resolution: {integrity: sha512-/b+WgR+VTSBxzgOhDO7TlMXC1ufPIMR6Vj1zN+/x+MnyXGW7prTLzU9eW85Aj7Th7CCEG9ArCbTeqxCzFWdg2w==} cpu: [riscv64] os: [linux] + libc: [glibc] '@oxc-resolver/binding-linux-riscv64-musl@11.19.1': resolution: {integrity: sha512-YlRdeWb9j42p29ROh+h4eg/OQ3dTJlpHSa+84pUM9+p6i3djtPz1q55yLJhgW9XfDch7FN1pQ/Vd6YP+xfRIuw==} cpu: [riscv64] os: [linux] + libc: [musl] '@oxc-resolver/binding-linux-s390x-gnu@11.19.1': resolution: {integrity: sha512-EDpafVOQWF8/MJynsjOGFThcqhRHy417sRyLfQmeiamJ8qVhSKAn2Dn2VVKUGCjVB9C46VGjhNo7nOPUi1x6uA==} cpu: [s390x] os: [linux] + libc: [glibc] '@oxc-resolver/binding-linux-x64-gnu@11.19.1': resolution: {integrity: sha512-NxjZe+rqWhr+RT8/Ik+5ptA3oz7tUw361Wa5RWQXKnfqwSSHdHyrw6IdcTfYuml9dM856AlKWZIUXDmA9kkiBQ==} cpu: [x64] os: [linux] + libc: [glibc] '@oxc-resolver/binding-linux-x64-musl@11.19.1': resolution: {integrity: sha512-cM/hQwsO3ReJg5kR+SpI69DMfvNCp+A/eVR4b4YClE5bVZwz8rh2Nh05InhwI5HR/9cArbEkzMjcKgTHS6UaNw==} cpu: [x64] os: [linux] + libc: [musl] '@oxc-resolver/binding-openharmony-arm64@11.19.1': resolution: {integrity: sha512-QF080IowFB0+9Rh6RcD19bdgh49BpQHUW5TajG1qvWHvmrQznTZZjYlgE2ltLXyKY+qs4F/v5xuX1XS7Is+3qA==} @@ -3464,36 +3503,42 @@ packages: engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] + libc: [glibc] '@parcel/watcher-linux-arm-musl@2.5.6': resolution: {integrity: sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==} engines: {node: '>= 10.0.0'} cpu: [arm] os: [linux] + libc: [musl] '@parcel/watcher-linux-arm64-glibc@2.5.6': resolution: {integrity: sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] + libc: [glibc] '@parcel/watcher-linux-arm64-musl@2.5.6': resolution: {integrity: sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==} engines: {node: '>= 10.0.0'} cpu: [arm64] os: [linux] + libc: [musl] '@parcel/watcher-linux-x64-glibc@2.5.6': resolution: {integrity: sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] + libc: [glibc] '@parcel/watcher-linux-x64-musl@2.5.6': resolution: {integrity: sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==} engines: {node: '>= 10.0.0'} cpu: [x64] os: [linux] + libc: [musl] '@parcel/watcher-wasm@2.3.0': resolution: {integrity: sha512-ejBAX8H0ZGsD8lSICDNyMbSEtPMWgDL0WFCt/0z7hyf5v8Imz4rAM8xY379mBsECkq/Wdqa5WEDLqtjZ+6NxfA==} @@ -3670,60 +3715,70 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] + libc: [glibc] '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4': resolution: {integrity: sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] + libc: [glibc] '@rolldown/binding-linux-arm64-musl@1.0.0': resolution: {integrity: sha512-EIVjy2cgd7uuMMo94FVkBp7F6DhcZAUwNURkSG3RwUmvAXR6s0ISxM81U+IydcZByPG0pZIHsf1b6kTxoFDgJA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] + libc: [musl] '@rolldown/binding-linux-arm64-musl@1.0.0-rc.4': resolution: {integrity: sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] + libc: [musl] '@rolldown/binding-linux-ppc64-gnu@1.0.0': resolution: {integrity: sha512-JEwwOPcwTLAcpDQlqSmjEmfs63xJnSiUNIGvLcDLUHCWK4XowpS/7c7tUsUH6uT/ct6bMUTdXKfI8967FYj6mg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] + libc: [glibc] '@rolldown/binding-linux-s390x-gnu@1.0.0': resolution: {integrity: sha512-0wjCFhLrihtAubnT9iA0N++0pSV0z5Hg7tNGdNJ4RFaINceHadoF+kiFGyY1qSSNVIAZtLotG8Ju1bgDPkjnFA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] + libc: [glibc] '@rolldown/binding-linux-x64-gnu@1.0.0': resolution: {integrity: sha512-Dfn7iak9BcMMePxcoJfpSbWqnEyrp/dRF63/8qW/eHBdOZov6x5aShLLEYGYdIeSJ6vMLK/XCVB+lGIxm41bQA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] + libc: [glibc] '@rolldown/binding-linux-x64-gnu@1.0.0-rc.4': resolution: {integrity: sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] + libc: [glibc] '@rolldown/binding-linux-x64-musl@1.0.0': resolution: {integrity: sha512-5/utzzDmD/pD/bmuaUcbTf/sZYy0aztwIVlfpoW1fTjCZ0BaPOMVWGZL1zvgxyi7ZIVYWlxKONHmSbHuiOh8Jw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] + libc: [musl] '@rolldown/binding-linux-x64-musl@1.0.0-rc.4': resolution: {integrity: sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] + libc: [musl] '@rolldown/binding-openharmony-arm64@1.0.0': resolution: {integrity: sha512-ouJs8VcUomfLfpbUECqFMRqdV4x6aeAK3MA4m6vTrJJjKyWTV5KnxZx7Jd9G+GlDaQQxubcba00x16OyJ1meig==} @@ -3896,66 +3951,79 @@ packages: resolution: {integrity: sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.60.1': resolution: {integrity: sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.60.1': resolution: {integrity: sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.60.1': resolution: {integrity: sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-loong64-gnu@4.60.1': resolution: {integrity: sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==} cpu: [loong64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-loong64-musl@4.60.1': resolution: {integrity: sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==} cpu: [loong64] os: [linux] + libc: [musl] '@rollup/rollup-linux-ppc64-gnu@4.60.1': resolution: {integrity: sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-ppc64-musl@4.60.1': resolution: {integrity: sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==} cpu: [ppc64] os: [linux] + libc: [musl] '@rollup/rollup-linux-riscv64-gnu@4.60.1': resolution: {integrity: sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-musl@4.60.1': resolution: {integrity: sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==} cpu: [riscv64] os: [linux] + libc: [musl] '@rollup/rollup-linux-s390x-gnu@4.60.1': resolution: {integrity: sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.60.1': resolution: {integrity: sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.60.1': resolution: {integrity: sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-openbsd-x64@4.60.1': resolution: {integrity: sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==} @@ -4248,24 +4316,28 @@ packages: engines: {node: '>= 20'} cpu: [arm64] os: [linux] + libc: [glibc] '@tailwindcss/oxide-linux-arm64-musl@4.3.0': resolution: {integrity: sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==} engines: {node: '>= 20'} cpu: [arm64] os: [linux] + libc: [musl] '@tailwindcss/oxide-linux-x64-gnu@4.3.0': resolution: {integrity: sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==} engines: {node: '>= 20'} cpu: [x64] os: [linux] + libc: [glibc] '@tailwindcss/oxide-linux-x64-musl@4.3.0': resolution: {integrity: sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==} engines: {node: '>= 20'} cpu: [x64] os: [linux] + libc: [musl] '@tailwindcss/oxide-wasm32-wasi@4.3.0': resolution: {integrity: sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==} @@ -5041,41 +5113,49 @@ packages: resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==} cpu: [arm64] os: [linux] + libc: [glibc] '@unrs/resolver-binding-linux-arm64-musl@1.11.1': resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==} cpu: [arm64] os: [linux] + libc: [musl] '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1': resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==} cpu: [ppc64] os: [linux] + libc: [glibc] '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1': resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==} cpu: [riscv64] os: [linux] + libc: [glibc] '@unrs/resolver-binding-linux-riscv64-musl@1.11.1': resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==} cpu: [riscv64] os: [linux] + libc: [musl] '@unrs/resolver-binding-linux-s390x-gnu@1.11.1': resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==} cpu: [s390x] os: [linux] + libc: [glibc] '@unrs/resolver-binding-linux-x64-gnu@1.11.1': resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==} cpu: [x64] os: [linux] + libc: [glibc] '@unrs/resolver-binding-linux-x64-musl@1.11.1': resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==} cpu: [x64] os: [linux] + libc: [musl] '@unrs/resolver-binding-wasm32-wasi@1.11.1': resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==} @@ -6747,8 +6827,8 @@ packages: resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} engines: {node: '>=0.10'} - esrap@2.2.8: - resolution: {integrity: sha512-MPweq2EvEGj8jwOI7Hgycw/QIHzqA1EbAM8lG7p+FBfZbZq/hQ6h3AMsqnu/djzisH1KVWNzbb7LSgIVtMlPSg==} + esrap@2.2.7: + resolution: {integrity: sha512-Dl7o7btn2YXca1VXx+PVl+lKuZdHBm8oCFuckUxqchMvNMdHMJ/qF31wtPaVyWvFYLQePkbXJrirWzbAP6Yamw==} peerDependencies: '@typescript-eslint/types': ^8.2.0 peerDependenciesMeta: @@ -7710,24 +7790,28 @@ packages: engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + libc: [glibc] lightningcss-linux-arm64-musl@1.32.0: resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] + libc: [musl] lightningcss-linux-x64-gnu@1.32.0: resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + libc: [glibc] lightningcss-linux-x64-musl@1.32.0: resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] + libc: [musl] lightningcss-win32-arm64-msvc@1.32.0: resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} @@ -16344,7 +16428,7 @@ snapshots: dependencies: estraverse: 5.3.0 - esrap@2.2.8(@typescript-eslint/types@8.58.0): + esrap@2.2.7(@typescript-eslint/types@8.58.0): dependencies: '@jridgewell/sourcemap-codec': 1.5.5 optionalDependencies: @@ -20002,7 +20086,7 @@ snapshots: clsx: 2.1.1 devalue: 5.8.0 esm-env: 1.2.2 - esrap: 2.2.8(@typescript-eslint/types@8.58.0) + esrap: 2.2.7(@typescript-eslint/types@8.58.0) is-reference: 3.0.3 locate-character: 3.0.0 magic-string: 0.30.21