@humanspeak/svelte-virtual-list 0.4.1 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +16 -17
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2024-2025 Humanspeak, Inc.
1
+ Copyright (c) 2024-2026 Humanspeak, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanspeak/svelte-virtual-list",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "A lightweight, high-performance virtual list component for Svelte 5 that renders large datasets with minimal memory usage. Features include dynamic height support, smooth scrolling, TypeScript support, and efficient DOM recycling. Ideal for infinite scrolling lists, data tables, chat interfaces, and any application requiring the rendering of thousands of items without compromising performance. Zero dependencies and fully customizable.",
5
5
  "keywords": [
6
6
  "svelte",
@@ -65,38 +65,37 @@
65
65
  "@playwright/cli": "^0.1.1",
66
66
  "@playwright/test": "^1.58.2",
67
67
  "@sveltejs/adapter-auto": "^7.0.1",
68
- "@sveltejs/kit": "^2.52.0",
68
+ "@sveltejs/kit": "^2.53.4",
69
69
  "@sveltejs/package": "^2.5.7",
70
70
  "@sveltejs/vite-plugin-svelte": "^6.2.4",
71
- "@tailwindcss/vite": "^4.1.18",
71
+ "@tailwindcss/vite": "^4.2.1",
72
72
  "@testing-library/jest-dom": "^6.9.1",
73
73
  "@testing-library/svelte": "^5.3.1",
74
74
  "@testing-library/user-event": "^14.6.1",
75
- "@types/node": "^25.2.3",
76
- "@typescript-eslint/eslint-plugin": "^8.56.0",
77
- "@typescript-eslint/parser": "^8.56.0",
75
+ "@types/node": "^25.3.3",
76
+ "@typescript-eslint/eslint-plugin": "^8.56.1",
77
+ "@typescript-eslint/parser": "^8.56.1",
78
78
  "@vitest/coverage-v8": "^4.0.18",
79
- "concurrently": "^9.2.1",
80
- "eslint": "^10.0.0",
79
+ "eslint": "^10.0.2",
81
80
  "eslint-config-prettier": "^10.1.8",
82
81
  "eslint-plugin-import": "^2.32.0",
83
82
  "eslint-plugin-svelte": "^3.15.0",
84
83
  "eslint-plugin-unused-imports": "^4.4.1",
85
- "globals": "^17.3.0",
84
+ "globals": "^17.4.0",
86
85
  "husky": "^9.1.7",
87
86
  "jsdom": "^28.1.0",
87
+ "mprocs": "^0.8.3",
88
88
  "prettier": "^3.8.1",
89
89
  "prettier-plugin-organize-imports": "^4.3.0",
90
- "prettier-plugin-sort-json": "^4.2.0",
91
- "prettier-plugin-svelte": "^3.4.1",
90
+ "prettier-plugin-svelte": "^3.5.1",
92
91
  "prettier-plugin-tailwindcss": "^0.7.2",
93
- "publint": "^0.3.17",
94
- "svelte": "^5.51.3",
95
- "svelte-check": "^4.4.0",
96
- "tailwindcss": "^4.1.18",
92
+ "publint": "^0.3.18",
93
+ "svelte": "^5.53.7",
94
+ "svelte-check": "^4.4.4",
95
+ "tailwindcss": "^4.2.1",
97
96
  "tw-animate-css": "^1.4.0",
98
97
  "typescript": "^5.9.3",
99
- "typescript-eslint": "^8.56.0",
98
+ "typescript-eslint": "^8.56.1",
100
99
  "vite": "^7.3.1",
101
100
  "vitest": "^4.0.18"
102
101
  },
@@ -124,7 +123,7 @@
124
123
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
125
124
  "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
126
125
  "dev": "vite dev",
127
- "dev:all": "concurrently -k -n pkg,docs,sitemap -c green,cyan,magenta \"pnpm -w -r --filter @humanspeak/svelte-virtual-list run dev\" \"pnpm --filter docs run dev\" \"pnpm --filter docs run sitemap:watch\"",
126
+ "dev:all": "mprocs",
128
127
  "dev:pkg": "svelte-kit sync && svelte-package --watch",
129
128
  "format": "prettier --write .",
130
129
  "lint": "prettier --check . && eslint .",