From 1f4a01e74ebec5450bfce9431c00383fb1e96e21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Mar 2025 23:45:57 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/gentle-cloths-dance.md | 5 - examples/angular/dynamic/package.json | 2 +- examples/angular/fixed/package.json | 2 +- examples/angular/infinite-scroll/package.json | 2 +- examples/angular/padding/package.json | 2 +- examples/angular/smooth-scroll/package.json | 2 +- examples/angular/sticky/package.json | 2 +- examples/angular/table/package.json | 2 +- examples/angular/variable/package.json | 2 +- examples/angular/window/package.json | 2 +- examples/lit/dynamic/package.json | 4 +- examples/lit/fixed/package.json | 4 +- examples/react/dynamic/package.json | 2 +- examples/react/fixed/package.json | 2 +- examples/react/infinite-scroll/package.json | 2 +- examples/react/padding/package.json | 2 +- examples/react/scroll-padding/package.json | 2 +- examples/react/smooth-scroll/package.json | 2 +- examples/react/sticky/package.json | 2 +- examples/react/table/package.json | 2 +- examples/react/variable/package.json | 2 +- examples/react/window/package.json | 2 +- examples/svelte/dynamic/package.json | 2 +- examples/svelte/fixed/package.json | 2 +- examples/svelte/infinite-scroll/package.json | 2 +- examples/svelte/smooth-scroll/package.json | 2 +- examples/svelte/sticky/package.json | 2 +- examples/svelte/table/package.json | 2 +- examples/vue/dynamic/package.json | 2 +- examples/vue/fixed/package.json | 2 +- examples/vue/infinite-scroll/package.json | 2 +- examples/vue/padding/package.json | 2 +- examples/vue/scroll-padding/package.json | 2 +- examples/vue/smooth-scroll/package.json | 2 +- examples/vue/sticky/package.json | 2 +- examples/vue/table/package.json | 2 +- examples/vue/variable/package.json | 2 +- packages/angular-virtual/CHANGELOG.md | 8 ++ packages/angular-virtual/package.json | 2 +- packages/lit-virtual/CHANGELOG.md | 8 ++ packages/lit-virtual/package.json | 2 +- packages/react-virtual/CHANGELOG.md | 8 ++ packages/react-virtual/package.json | 2 +- packages/solid-virtual/CHANGELOG.md | 8 ++ packages/solid-virtual/package.json | 2 +- packages/svelte-virtual/CHANGELOG.md | 8 ++ packages/svelte-virtual/package.json | 2 +- packages/virtual-core/CHANGELOG.md | 7 + packages/virtual-core/package.json | 2 +- packages/vue-virtual/CHANGELOG.md | 8 ++ packages/vue-virtual/package.json | 2 +- pnpm-lock.yaml | 120 +++++++++--------- 52 files changed, 160 insertions(+), 110 deletions(-) delete mode 100644 .changeset/gentle-cloths-dance.md create mode 100644 packages/angular-virtual/CHANGELOG.md create mode 100644 packages/lit-virtual/CHANGELOG.md create mode 100644 packages/react-virtual/CHANGELOG.md create mode 100644 packages/solid-virtual/CHANGELOG.md create mode 100644 packages/svelte-virtual/CHANGELOG.md create mode 100644 packages/virtual-core/CHANGELOG.md create mode 100644 packages/vue-virtual/CHANGELOG.md diff --git a/.changeset/gentle-cloths-dance.md b/.changeset/gentle-cloths-dance.md deleted file mode 100644 index 60578d39..00000000 --- a/.changeset/gentle-cloths-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/virtual-core': patch ---- - -fix(virtual-core): expand range in masonry layouts to catch items from all lanes diff --git a/examples/angular/dynamic/package.json b/examples/angular/dynamic/package.json index be81e227..09dcc1f1 100644 --- a/examples/angular/dynamic/package.json +++ b/examples/angular/dynamic/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/fixed/package.json b/examples/angular/fixed/package.json index ddfe0594..6370430d 100644 --- a/examples/angular/fixed/package.json +++ b/examples/angular/fixed/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-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index 03b26484..714e0911 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", "@tanstack/angular-query-experimental": "5.67.2", - "@tanstack/angular-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/padding/package.json b/examples/angular/padding/package.json index 4913ec58..a6c713aa 100644 --- a/examples/angular/padding/package.json +++ b/examples/angular/padding/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-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/smooth-scroll/package.json b/examples/angular/smooth-scroll/package.json index 09d90f67..18e6a34c 100644 --- a/examples/angular/smooth-scroll/package.json +++ b/examples/angular/smooth-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-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/sticky/package.json b/examples/angular/sticky/package.json index ee1a160c..8066a674 100644 --- a/examples/angular/sticky/package.json +++ b/examples/angular/sticky/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", "@faker-js/faker": "^8.4.1", - "@tanstack/angular-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/table/package.json b/examples/angular/table/package.json index 54613d6d..bbf8db63 100644 --- a/examples/angular/table/package.json +++ b/examples/angular/table/package.json @@ -19,7 +19,7 @@ "@angular/router": "^17.3.12", "@faker-js/faker": "^8.4.1", "@tanstack/angular-table": "8.21.2", - "@tanstack/angular-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/variable/package.json b/examples/angular/variable/package.json index 75a4c445..296cb274 100644 --- a/examples/angular/variable/package.json +++ b/examples/angular/variable/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-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/angular/window/package.json b/examples/angular/window/package.json index 645409cf..fe1843d7 100644 --- a/examples/angular/window/package.json +++ b/examples/angular/window/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-virtual": "^3.13.2", + "@tanstack/angular-virtual": "^3.13.3", "rxjs": "^7.8.2", "tslib": "^2.8.1", "zone.js": "0.15.0" diff --git a/examples/lit/dynamic/package.json b/examples/lit/dynamic/package.json index 60ca3ab9..c7d2842f 100644 --- a/examples/lit/dynamic/package.json +++ b/examples/lit/dynamic/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/lit-virtual": "^3.13.2", - "@tanstack/virtual-core": "^3.13.2", + "@tanstack/lit-virtual": "^3.13.3", + "@tanstack/virtual-core": "^3.13.3", "lit": "^3.2.1" }, "devDependencies": { diff --git a/examples/lit/fixed/package.json b/examples/lit/fixed/package.json index 8d0dd262..60c0be3b 100644 --- a/examples/lit/fixed/package.json +++ b/examples/lit/fixed/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/lit-virtual": "^3.13.2", - "@tanstack/virtual-core": "^3.13.2", + "@tanstack/lit-virtual": "^3.13.3", + "@tanstack/virtual-core": "^3.13.3", "lit": "^3.2.1" }, "devDependencies": { diff --git a/examples/react/dynamic/package.json b/examples/react/dynamic/package.json index b96d135b..dbf9ea74 100644 --- a/examples/react/dynamic/package.json +++ b/examples/react/dynamic/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/fixed/package.json b/examples/react/fixed/package.json index 9b772c45..7d0946da 100644 --- a/examples/react/fixed/package.json +++ b/examples/react/fixed/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 36af301c..e6c4a68f 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.67.2", - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/padding/package.json b/examples/react/padding/package.json index a71c4476..0065dedf 100644 --- a/examples/react/padding/package.json +++ b/examples/react/padding/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/scroll-padding/package.json b/examples/react/scroll-padding/package.json index df1c730a..c0f40cd3 100644 --- a/examples/react/scroll-padding/package.json +++ b/examples/react/scroll-padding/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@react-hookz/web": "^25.1.0", - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/smooth-scroll/package.json b/examples/react/smooth-scroll/package.json index f0a933a2..4f50ded7 100644 --- a/examples/react/smooth-scroll/package.json +++ b/examples/react/smooth-scroll/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/sticky/package.json b/examples/react/sticky/package.json index 248f2550..df4eff10 100644 --- a/examples/react/sticky/package.json +++ b/examples/react/sticky/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "lodash": "^4.17.21", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/examples/react/table/package.json b/examples/react/table/package.json index 3bcfe757..1972791e 100644 --- a/examples/react/table/package.json +++ b/examples/react/table/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/react-table": "^8.21.2", - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/variable/package.json b/examples/react/variable/package.json index 64d0575c..8213d350 100644 --- a/examples/react/variable/package.json +++ b/examples/react/variable/package.json @@ -9,7 +9,7 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/window/package.json b/examples/react/window/package.json index cada868c..e9af803c 100644 --- a/examples/react/window/package.json +++ b/examples/react/window/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@tanstack/react-virtual": "^3.13.2", + "@tanstack/react-virtual": "^3.13.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/svelte/dynamic/package.json b/examples/svelte/dynamic/package.json index baa4e002..a7cf16ed 100644 --- a/examples/svelte/dynamic/package.json +++ b/examples/svelte/dynamic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/svelte-virtual": "^3.13.2" + "@tanstack/svelte-virtual": "^3.13.3" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/fixed/package.json b/examples/svelte/fixed/package.json index 376a8a80..0d6d511a 100644 --- a/examples/svelte/fixed/package.json +++ b/examples/svelte/fixed/package.json @@ -9,7 +9,7 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "@tanstack/svelte-virtual": "^3.13.2" + "@tanstack/svelte-virtual": "^3.13.3" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/infinite-scroll/package.json b/examples/svelte/infinite-scroll/package.json index beea3038..9ac5006d 100644 --- a/examples/svelte/infinite-scroll/package.json +++ b/examples/svelte/infinite-scroll/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/svelte-query": "^5.67.2", - "@tanstack/svelte-virtual": "^3.13.2" + "@tanstack/svelte-virtual": "^3.13.3" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/smooth-scroll/package.json b/examples/svelte/smooth-scroll/package.json index e171f5a8..7e128a06 100644 --- a/examples/svelte/smooth-scroll/package.json +++ b/examples/svelte/smooth-scroll/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/svelte-virtual": "^3.13.2" + "@tanstack/svelte-virtual": "^3.13.3" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/svelte/sticky/package.json b/examples/svelte/sticky/package.json index a696a31f..a6f5494d 100644 --- a/examples/svelte/sticky/package.json +++ b/examples/svelte/sticky/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/svelte-virtual": "^3.13.2", + "@tanstack/svelte-virtual": "^3.13.3", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/examples/svelte/table/package.json b/examples/svelte/table/package.json index aa88aa31..d8d06b99 100644 --- a/examples/svelte/table/package.json +++ b/examples/svelte/table/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/svelte-table": "^8.21.2", - "@tanstack/svelte-virtual": "^3.13.2" + "@tanstack/svelte-virtual": "^3.13.3" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.2", diff --git a/examples/vue/dynamic/package.json b/examples/vue/dynamic/package.json index 4933afde..7fd400d1 100644 --- a/examples/vue/dynamic/package.json +++ b/examples/vue/dynamic/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "vue": "^3.5.13" }, "devDependencies": { diff --git a/examples/vue/fixed/package.json b/examples/vue/fixed/package.json index 6907023b..2258173b 100644 --- a/examples/vue/fixed/package.json +++ b/examples/vue/fixed/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "vue": "^3.5.13" }, "devDependencies": { diff --git a/examples/vue/infinite-scroll/package.json b/examples/vue/infinite-scroll/package.json index d0f81403..a3bd7e27 100644 --- a/examples/vue/infinite-scroll/package.json +++ b/examples/vue/infinite-scroll/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@tanstack/vue-query": "^5.67.2", - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "vue": "^3.5.13" }, "devDependencies": { diff --git a/examples/vue/padding/package.json b/examples/vue/padding/package.json index 27f9dfca..24db7ad3 100644 --- a/examples/vue/padding/package.json +++ b/examples/vue/padding/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "vue": "^3.5.13" }, "devDependencies": { diff --git a/examples/vue/scroll-padding/package.json b/examples/vue/scroll-padding/package.json index 10b402b2..892a9776 100644 --- a/examples/vue/scroll-padding/package.json +++ b/examples/vue/scroll-padding/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "@vueuse/core": "^12.8.2", "vue": "^3.5.13" }, diff --git a/examples/vue/smooth-scroll/package.json b/examples/vue/smooth-scroll/package.json index 08aefd85..c7bed542 100644 --- a/examples/vue/smooth-scroll/package.json +++ b/examples/vue/smooth-scroll/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "vue": "^3.5.13" }, "devDependencies": { diff --git a/examples/vue/sticky/package.json b/examples/vue/sticky/package.json index c1cc5ac5..21d25167 100644 --- a/examples/vue/sticky/package.json +++ b/examples/vue/sticky/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@faker-js/faker": "^8.4.1", - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "lodash": "^4.17.21", "vue": "^3.5.13" }, diff --git a/examples/vue/table/package.json b/examples/vue/table/package.json index 3db492e5..6dc13e47 100644 --- a/examples/vue/table/package.json +++ b/examples/vue/table/package.json @@ -10,7 +10,7 @@ "dependencies": { "@faker-js/faker": "^8.4.1", "@tanstack/vue-table": "^8.21.2", - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "vue": "^3.5.13" }, "devDependencies": { diff --git a/examples/vue/variable/package.json b/examples/vue/variable/package.json index c5d6631f..def86c3d 100644 --- a/examples/vue/variable/package.json +++ b/examples/vue/variable/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/vue-virtual": "^3.13.2", + "@tanstack/vue-virtual": "^3.13.3", "vue": "^3.5.13" }, "devDependencies": { diff --git a/packages/angular-virtual/CHANGELOG.md b/packages/angular-virtual/CHANGELOG.md new file mode 100644 index 00000000..fcc1cfbb --- /dev/null +++ b/packages/angular-virtual/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/angular-virtual + +## 3.13.3 + +### Patch Changes + +- Updated dependencies [[`02ef309`](https://github.com/TanStack/virtual/commit/02ef3097de4a14ed4077ace2ca901dc411bf81c1)]: + - @tanstack/virtual-core@3.13.3 diff --git a/packages/angular-virtual/package.json b/packages/angular-virtual/package.json index 3037a8a2..3a4aa5a8 100644 --- a/packages/angular-virtual/package.json +++ b/packages/angular-virtual/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-virtual", - "version": "3.13.2", + "version": "3.13.3", "description": "Headless UI for virtualizing scrollable elements in Angular", "author": "Garrett Darnell", "license": "MIT", diff --git a/packages/lit-virtual/CHANGELOG.md b/packages/lit-virtual/CHANGELOG.md new file mode 100644 index 00000000..a090ac37 --- /dev/null +++ b/packages/lit-virtual/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/lit-virtual + +## 3.13.3 + +### Patch Changes + +- Updated dependencies [[`02ef309`](https://github.com/TanStack/virtual/commit/02ef3097de4a14ed4077ace2ca901dc411bf81c1)]: + - @tanstack/virtual-core@3.13.3 diff --git a/packages/lit-virtual/package.json b/packages/lit-virtual/package.json index 97886179..49f9aa1e 100644 --- a/packages/lit-virtual/package.json +++ b/packages/lit-virtual/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-virtual", - "version": "3.13.2", + "version": "3.13.3", "description": "Headless UI for virtualizing scrollable elements in Lit", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-virtual/CHANGELOG.md b/packages/react-virtual/CHANGELOG.md new file mode 100644 index 00000000..cfa300f6 --- /dev/null +++ b/packages/react-virtual/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/react-virtual + +## 3.13.3 + +### Patch Changes + +- Updated dependencies [[`02ef309`](https://github.com/TanStack/virtual/commit/02ef3097de4a14ed4077ace2ca901dc411bf81c1)]: + - @tanstack/virtual-core@3.13.3 diff --git a/packages/react-virtual/package.json b/packages/react-virtual/package.json index 2a8d762a..8bf62290 100644 --- a/packages/react-virtual/package.json +++ b/packages/react-virtual/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-virtual", - "version": "3.13.2", + "version": "3.13.3", "description": "Headless UI for virtualizing scrollable elements in React", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-virtual/CHANGELOG.md b/packages/solid-virtual/CHANGELOG.md new file mode 100644 index 00000000..51a92d74 --- /dev/null +++ b/packages/solid-virtual/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/solid-virtual + +## 3.13.3 + +### Patch Changes + +- Updated dependencies [[`02ef309`](https://github.com/TanStack/virtual/commit/02ef3097de4a14ed4077ace2ca901dc411bf81c1)]: + - @tanstack/virtual-core@3.13.3 diff --git a/packages/solid-virtual/package.json b/packages/solid-virtual/package.json index 4a2c55fb..d73e87d1 100644 --- a/packages/solid-virtual/package.json +++ b/packages/solid-virtual/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-virtual", - "version": "3.13.2", + "version": "3.13.3", "description": "Headless UI for virtualizing scrollable elements in Solid", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/svelte-virtual/CHANGELOG.md b/packages/svelte-virtual/CHANGELOG.md new file mode 100644 index 00000000..ba218434 --- /dev/null +++ b/packages/svelte-virtual/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/svelte-virtual + +## 3.13.3 + +### Patch Changes + +- Updated dependencies [[`02ef309`](https://github.com/TanStack/virtual/commit/02ef3097de4a14ed4077ace2ca901dc411bf81c1)]: + - @tanstack/virtual-core@3.13.3 diff --git a/packages/svelte-virtual/package.json b/packages/svelte-virtual/package.json index 9931ac3a..5e4ced09 100644 --- a/packages/svelte-virtual/package.json +++ b/packages/svelte-virtual/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-virtual", - "version": "3.13.2", + "version": "3.13.3", "description": "Headless UI for virtualizing scrollable elements in Svelte", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/virtual-core/CHANGELOG.md b/packages/virtual-core/CHANGELOG.md new file mode 100644 index 00000000..59b6e890 --- /dev/null +++ b/packages/virtual-core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @tanstack/virtual-core + +## 3.13.3 + +### Patch Changes + +- fix(virtual-core): expand range in masonry layouts to catch items from all lanes ([#937](https://github.com/TanStack/virtual/pull/937)) diff --git a/packages/virtual-core/package.json b/packages/virtual-core/package.json index e8be1a5a..8630d216 100644 --- a/packages/virtual-core/package.json +++ b/packages/virtual-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/virtual-core", - "version": "3.13.2", + "version": "3.13.3", "description": "Headless UI for virtualizing scrollable elements in TS/JS + Frameworks", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-virtual/CHANGELOG.md b/packages/vue-virtual/CHANGELOG.md new file mode 100644 index 00000000..f567370b --- /dev/null +++ b/packages/vue-virtual/CHANGELOG.md @@ -0,0 +1,8 @@ +# @tanstack/vue-virtual + +## 3.13.3 + +### Patch Changes + +- Updated dependencies [[`02ef309`](https://github.com/TanStack/virtual/commit/02ef3097de4a14ed4077ace2ca901dc411bf81c1)]: + - @tanstack/virtual-core@3.13.3 diff --git a/packages/vue-virtual/package.json b/packages/vue-virtual/package.json index 82804e02..9282c6be 100644 --- a/packages/vue-virtual/package.json +++ b/packages/vue-virtual/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-virtual", - "version": "3.13.2", + "version": "3.13.3", "description": "Headless UI for virtualizing scrollable elements in Vue", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 13f07853..ff43eb9e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -90,7 +90,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -142,7 +142,7 @@ importers: specifier: ^17.3.12 version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -197,7 +197,7 @@ importers: specifier: 5.67.2 version: 5.67.2(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -249,7 +249,7 @@ importers: specifier: ^17.3.12 version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -301,7 +301,7 @@ importers: specifier: ^17.3.12 version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -356,7 +356,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -414,7 +414,7 @@ importers: specifier: 8.21.2 version: 8.21.2(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)) '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -466,7 +466,7 @@ importers: specifier: ^17.3.12 version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -518,7 +518,7 @@ importers: specifier: ^17.3.12 version: 17.3.12(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@17.3.12(@angular/animations@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@tanstack/angular-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/angular-virtual rxjs: specifier: ^7.8.2 @@ -549,10 +549,10 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/lit-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/lit-virtual '@tanstack/virtual-core': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/virtual-core lit: specifier: ^3.2.1 @@ -574,10 +574,10 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/lit-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/lit-virtual '@tanstack/virtual-core': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/virtual-core lit: specifier: ^3.2.1 @@ -599,7 +599,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -630,7 +630,7 @@ importers: examples/react/fixed: dependencies: '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -664,7 +664,7 @@ importers: specifier: ^5.67.2 version: 5.67.2(react@18.3.1) '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -689,7 +689,7 @@ importers: examples/react/padding: dependencies: '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -717,7 +717,7 @@ importers: specifier: ^25.1.0 version: 25.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -742,7 +742,7 @@ importers: examples/react/smooth-scroll: dependencies: '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -770,7 +770,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual lodash: specifier: ^4.17.21 @@ -807,7 +807,7 @@ importers: specifier: ^8.21.2 version: 8.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -832,7 +832,7 @@ importers: examples/react/variable: dependencies: '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -857,7 +857,7 @@ importers: examples/react/window: dependencies: '@tanstack/react-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/react-virtual react: specifier: ^18.3.1 @@ -891,7 +891,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/svelte-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/svelte-virtual devDependencies: '@sveltejs/vite-plugin-svelte': @@ -919,7 +919,7 @@ importers: examples/svelte/fixed: dependencies: '@tanstack/svelte-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/svelte-virtual devDependencies: '@sveltejs/vite-plugin-svelte': @@ -950,7 +950,7 @@ importers: specifier: ^5.67.2 version: 5.67.2(svelte@4.2.19) '@tanstack/svelte-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/svelte-virtual devDependencies: '@sveltejs/vite-plugin-svelte': @@ -981,7 +981,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/svelte-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/svelte-virtual devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1012,7 +1012,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/svelte-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/svelte-virtual lodash: specifier: ^4.17.21 @@ -1049,7 +1049,7 @@ importers: specifier: ^8.21.2 version: 8.21.2(svelte@4.2.19) '@tanstack/svelte-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/svelte-virtual devDependencies: '@sveltejs/vite-plugin-svelte': @@ -1080,7 +1080,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual vue: specifier: ^3.5.13 @@ -1105,7 +1105,7 @@ importers: examples/vue/fixed: dependencies: '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual vue: specifier: ^3.5.13 @@ -1133,7 +1133,7 @@ importers: specifier: ^5.67.2 version: 5.67.2(vue@3.5.13(typescript@5.2.2)) '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual vue: specifier: ^3.5.13 @@ -1158,7 +1158,7 @@ importers: examples/vue/padding: dependencies: '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual vue: specifier: ^3.5.13 @@ -1183,7 +1183,7 @@ importers: examples/vue/scroll-padding: dependencies: '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual '@vueuse/core': specifier: ^12.8.2 @@ -1211,7 +1211,7 @@ importers: examples/vue/smooth-scroll: dependencies: '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual vue: specifier: ^3.5.13 @@ -1239,7 +1239,7 @@ importers: specifier: ^8.4.1 version: 8.4.1 '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual lodash: specifier: ^4.17.21 @@ -1276,7 +1276,7 @@ importers: specifier: ^8.21.2 version: 8.21.2(vue@3.5.13(typescript@5.2.2)) '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual vue: specifier: ^3.5.13 @@ -1301,7 +1301,7 @@ importers: examples/vue/variable: dependencies: '@tanstack/vue-virtual': - specifier: ^3.13.2 + specifier: ^3.13.3 version: link:../../../packages/vue-virtual vue: specifier: ^3.5.13 @@ -7862,12 +7862,12 @@ snapshots: '@vitejs/plugin-basic-ssl': 1.1.0(vite@5.4.14(@types/node@22.13.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1)) ansi-colors: 4.1.3 autoprefixer: 10.4.18(postcss@8.4.35) - babel-loader: 9.1.3(@babel/core@7.24.0)(webpack@5.94.0(esbuild@0.20.1)) + babel-loader: 9.1.3(@babel/core@7.24.0)(webpack@5.94.0) babel-plugin-istanbul: 6.1.1 browserslist: 4.24.4 - copy-webpack-plugin: 11.0.0(webpack@5.94.0(esbuild@0.20.1)) + copy-webpack-plugin: 11.0.0(webpack@5.94.0) critters: 0.0.22 - css-loader: 6.10.0(webpack@5.94.0(esbuild@0.20.1)) + css-loader: 6.10.0(webpack@5.94.0) esbuild-wasm: 0.20.1 fast-glob: 3.3.2 http-proxy-middleware: 2.0.7(@types/express@4.17.21) @@ -7876,11 +7876,11 @@ snapshots: jsonc-parser: 3.2.1 karma-source-map-support: 1.4.0 less: 4.2.0 - less-loader: 11.1.0(less@4.2.0)(webpack@5.94.0(esbuild@0.20.1)) - license-webpack-plugin: 4.0.2(webpack@5.94.0(esbuild@0.20.1)) + less-loader: 11.1.0(less@4.2.0)(webpack@5.94.0) + license-webpack-plugin: 4.0.2(webpack@5.94.0) loader-utils: 3.2.1 magic-string: 0.30.8 - mini-css-extract-plugin: 2.8.1(webpack@5.94.0(esbuild@0.20.1)) + mini-css-extract-plugin: 2.8.1(webpack@5.94.0) mrmime: 2.0.0 open: 8.4.2 ora: 5.4.1 @@ -7888,13 +7888,13 @@ snapshots: picomatch: 4.0.1 piscina: 4.4.0 postcss: 8.4.35 - postcss-loader: 8.1.1(postcss@8.4.35)(typescript@5.2.2)(webpack@5.94.0(esbuild@0.20.1)) + postcss-loader: 8.1.1(postcss@8.4.35)(typescript@5.2.2)(webpack@5.94.0) resolve-url-loader: 5.0.0 rxjs: 7.8.1 sass: 1.71.1 - sass-loader: 14.1.1(sass@1.71.1)(webpack@5.94.0(esbuild@0.20.1)) + sass-loader: 14.1.1(sass@1.71.1)(webpack@5.94.0) semver: 7.6.0 - source-map-loader: 5.0.0(webpack@5.94.0(esbuild@0.20.1)) + source-map-loader: 5.0.0(webpack@5.94.0) source-map-support: 0.5.21 terser: 5.29.1 tree-kill: 1.2.2 @@ -7904,10 +7904,10 @@ snapshots: vite: 5.4.14(@types/node@22.13.7)(less@4.2.0)(sass@1.71.1)(terser@5.29.1) watchpack: 2.4.0 webpack: 5.94.0(esbuild@0.20.1) - webpack-dev-middleware: 6.1.2(webpack@5.94.0(esbuild@0.20.1)) + webpack-dev-middleware: 6.1.2(webpack@5.94.0) webpack-dev-server: 4.15.1(webpack@5.94.0(esbuild@0.20.1)) webpack-merge: 5.10.0 - webpack-subresource-integrity: 5.1.0(webpack@5.94.0(esbuild@0.20.1)) + webpack-subresource-integrity: 5.1.0(webpack@5.94.0) optionalDependencies: esbuild: 0.20.1 ng-packagr: 17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.2)(zone.js@0.15.0)))(typescript@5.2.2))(tslib@2.8.1)(typescript@5.2.2) @@ -11003,7 +11003,7 @@ snapshots: axobject-query@4.1.0: {} - babel-loader@9.1.3(@babel/core@7.24.0)(webpack@5.94.0(esbuild@0.20.1)): + babel-loader@9.1.3(@babel/core@7.24.0)(webpack@5.94.0): dependencies: '@babel/core': 7.24.0 find-cache-dir: 4.0.0 @@ -11360,7 +11360,7 @@ snapshots: dependencies: is-what: 3.14.1 - copy-webpack-plugin@11.0.0(webpack@5.94.0(esbuild@0.20.1)): + copy-webpack-plugin@11.0.0(webpack@5.94.0): dependencies: fast-glob: 3.3.3 glob-parent: 6.0.2 @@ -11401,7 +11401,7 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - css-loader@6.10.0(webpack@5.94.0(esbuild@0.20.1)): + css-loader@6.10.0(webpack@5.94.0): dependencies: icss-utils: 5.1.0(postcss@8.5.3) postcss: 8.5.3 @@ -12732,7 +12732,7 @@ snapshots: picocolors: 1.1.1 shell-quote: 1.8.2 - less-loader@11.1.0(less@4.2.0)(webpack@5.94.0(esbuild@0.20.1)): + less-loader@11.1.0(less@4.2.0)(webpack@5.94.0): dependencies: klona: 2.0.6 less: 4.2.0 @@ -12771,7 +12771,7 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - license-webpack-plugin@4.0.2(webpack@5.94.0(esbuild@0.20.1)): + license-webpack-plugin@4.0.2(webpack@5.94.0): dependencies: webpack-sources: 3.2.3 optionalDependencies: @@ -12969,7 +12969,7 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.8.1(webpack@5.94.0(esbuild@0.20.1)): + mini-css-extract-plugin@2.8.1(webpack@5.94.0): dependencies: schema-utils: 4.3.0 tapable: 2.2.1 @@ -13520,7 +13520,7 @@ snapshots: mlly: 1.7.4 pathe: 2.0.3 - postcss-loader@8.1.1(postcss@8.4.35)(typescript@5.2.2)(webpack@5.94.0(esbuild@0.20.1)): + postcss-loader@8.1.1(postcss@8.4.35)(typescript@5.2.2)(webpack@5.94.0): dependencies: cosmiconfig: 9.0.0(typescript@5.2.2) jiti: 1.21.7 @@ -13877,7 +13877,7 @@ snapshots: safer-buffer@2.1.2: {} - sass-loader@14.1.1(sass@1.71.1)(webpack@5.94.0(esbuild@0.20.1)): + sass-loader@14.1.1(sass@1.71.1)(webpack@5.94.0): dependencies: neo-async: 2.6.2 optionalDependencies: @@ -14148,7 +14148,7 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.94.0(esbuild@0.20.1)): + source-map-loader@5.0.0(webpack@5.94.0): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 @@ -14767,7 +14767,7 @@ snapshots: schema-utils: 4.3.0 webpack: 5.94.0(esbuild@0.20.1) - webpack-dev-middleware@6.1.2(webpack@5.94.0(esbuild@0.20.1)): + webpack-dev-middleware@6.1.2(webpack@5.94.0): dependencies: colorette: 2.0.20 memfs: 3.5.3 @@ -14825,7 +14825,7 @@ snapshots: webpack-sources@3.2.3: {} - webpack-subresource-integrity@5.1.0(webpack@5.94.0(esbuild@0.20.1)): + webpack-subresource-integrity@5.1.0(webpack@5.94.0): dependencies: typed-assert: 1.0.9 webpack: 5.94.0(esbuild@0.20.1)