svelteplot 0.14.0-pr-545.6 → 0.14.0-pr-547.0

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.
@@ -184,7 +184,7 @@
184
184
  {:else}
185
185
  <g class={['link', className]} data-use-x={usedScales.x ? 1 : 0}>
186
186
  {#each scaledData as d, i (i)}
187
- {#if d.valid || true}
187
+ {#if d.valid}
188
188
  {@const [style, styleClass] = resolveStyles(
189
189
  plot,
190
190
  d,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.14.0-pr-545.6",
3
+ "version": "0.14.0-pr-547.0",
4
4
  "description": "A Svelte-native data visualization framework based on the layered grammar of graphics principles.",
5
5
  "keywords": [
6
6
  "svelte",
@@ -94,7 +94,7 @@
94
94
  "d3-scale-chromatic": "^3.1.0",
95
95
  "d3-shape": "^3.2.0",
96
96
  "d3-time": "^3.1.0",
97
- "es-toolkit": "^1.44.0",
97
+ "es-toolkit": "^1.45.1",
98
98
  "fast-equals": "^6.0.0",
99
99
  "interval-tree-1d": "^1.0.4",
100
100
  "merge-deep": "^3.0.3"
@@ -105,13 +105,13 @@
105
105
  "@shikijs/twoslash": "^3.22.0",
106
106
  "@sveltejs/adapter-auto": "^7.0.1",
107
107
  "@sveltejs/adapter-static": "^3.0.10",
108
- "@sveltejs/enhanced-img": "^0.10.2",
108
+ "@sveltejs/enhanced-img": "^0.10.4",
109
109
  "@sveltejs/eslint-config": "^8.3.5",
110
- "@sveltejs/kit": "^2.52.2",
110
+ "@sveltejs/kit": "^2.57.1",
111
111
  "@sveltejs/package": "^2.5.7",
112
112
  "@sveltejs/vite-plugin-svelte": "6.2.4",
113
- "@sveltepress/twoslash": "^1.3.6",
114
- "@sveltepress/vite": "^1.3.6",
113
+ "@sveltepress/twoslash": "^1.3.10",
114
+ "@sveltepress/vite": "^1.3.10",
115
115
  "@testing-library/svelte": "^5.3.1",
116
116
  "@testing-library/user-event": "^14.6.1",
117
117
  "@types/d3-array": "^3.2.2",
@@ -128,11 +128,12 @@
128
128
  "@types/d3-scale-chromatic": "^3.1.0",
129
129
  "@types/d3-shape": "^3.1.8",
130
130
  "@types/geojson": "^7946.0.16",
131
+ "@types/node": "^25.6.0",
131
132
  "@types/topojson": "^3.2.6",
132
133
  "@types/topojson-client": "^3.1.5",
133
- "@typescript-eslint/eslint-plugin": "^8.56.0",
134
- "@typescript-eslint/parser": "^8.56.0",
135
- "@unocss/extractor-svelte": "^66.6.0",
134
+ "@typescript-eslint/eslint-plugin": "^8.58.1",
135
+ "@typescript-eslint/parser": "^8.58.1",
136
+ "@unocss/extractor-svelte": "^66.6.8",
136
137
  "@vite-pwa/sveltekit": "^1.1.0",
137
138
  "csstype": "^3.2.3",
138
139
  "d3-dsv": "^3.0.1",
@@ -142,50 +143,50 @@
142
143
  "eslint-config-prettier": "^10.1.8",
143
144
  "eslint-plugin-package-json": "^0.88.3",
144
145
  "eslint-plugin-regexp": "^2.10.0",
145
- "eslint-plugin-svelte": "3.15.0",
146
+ "eslint-plugin-svelte": "3.17.0",
146
147
  "jqmath": "^0.4.9",
147
148
  "jsdom": "^27.4.0",
148
149
  "log-update": "^7.1.0",
149
- "lru-cache": "^11.2.6",
150
+ "lru-cache": "^11.3.3",
150
151
  "magic-string": "^0.30.21",
151
- "mdast-util-from-markdown": "^2.0.2",
152
+ "mdast-util-from-markdown": "^2.0.3",
152
153
  "mdast-util-gfm": "^3.1.0",
153
- "oxlint": "^1.48.0",
154
+ "oxlint": "^1.59.0",
154
155
  "oxlint-tsgolint": "^0.14.0",
155
156
  "pixelmatch": "^7.1.0",
156
157
  "pngjs": "^7.0.0",
157
- "prettier": "^3.8.1",
158
- "prettier-plugin-svelte": "^3.5.0",
159
- "puppeteer": "^24.37.4",
158
+ "prettier": "^3.8.2",
159
+ "prettier-plugin-svelte": "^3.5.1",
160
+ "puppeteer": "^24.40.0",
160
161
  "remark-code-extra": "^1.0.1",
161
162
  "remark-code-frontmatter": "^1.0.0",
162
163
  "remark-math": "^6.0.0",
163
164
  "resize-observer-polyfill": "^1.5.1",
164
- "sass": "^1.97.3",
165
+ "sass": "^1.99.0",
165
166
  "shiki": "^3.22.0",
166
167
  "svelte": "5",
167
- "svelte-check": "^4.4.1",
168
- "svelte-eslint-parser": "1.4.1",
168
+ "svelte-check": "^4.4.6",
169
+ "svelte-eslint-parser": "1.6.0",
169
170
  "svelte-highlight": "^7.9.0",
170
171
  "svg-path-parser": "^1.1.0",
171
- "temml": "^0.13.1",
172
+ "temml": "^0.13.2",
172
173
  "topojson-client": "^3.1.0",
173
174
  "ts-essentials": "^10.1.1",
174
175
  "tslib": "^2.8.1",
175
- "typedoc": "^0.28.17",
176
- "typedoc-plugin-markdown": "^4.10.0",
176
+ "typedoc": "^0.28.18",
177
+ "typedoc-plugin-markdown": "^4.11.0",
177
178
  "typescript": "^5.9.3",
178
179
  "uid": "^2.0.2",
179
180
  "unist-util-visit": "^5.1.0",
180
- "unocss": "^66.6.0",
181
+ "unocss": "^66.6.8",
181
182
  "vite": "^7.3.1",
182
- "vitest": "^4.0.18",
183
+ "vitest": "^4.1.4",
183
184
  "vitest-matchmedia-mock": "^2.0.3",
184
- "wx-svelte-grid": "^2.5.0",
185
+ "wx-svelte-grid": "^2.6.1",
185
186
  "yoctocolors": "^2.1.2"
186
187
  },
187
188
  "peerDependencies": {
188
189
  "svelte": "^5.43.0"
189
190
  },
190
- "packageManager": "pnpm@10.30.0"
191
+ "packageManager": "pnpm@10.33.0"
191
192
  }