Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hooo-haaa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': patch
---

Update packages to resolve CVEs
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@
"tmp": ">=0.2.4",
"qs@<6.14.1": ">=6.14.1",
"@parcel/reporter-dev-server@<=2.16.3": ">=2.16.4",
"preact@>=10.26.5 <10.28.2": ">=10.28.2"
"preact@>=10.26.5 <10.28.2": ">=10.28.2",
"tar":">=7.5.7",
"devalue":">=5.6.2"
}
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}
}
3 changes: 0 additions & 3 deletions packages/ui/core-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@
### Minor Changes

- b28f63f23: Update DuckDB to latest packages:

- Switch to @duckdb/node-api from duckdb-async
- Update duckdb-wasm to latest release

This release also has small data fixes across several packages:

- Better handling of NULL values when discovering column types
- Fix batch processing of parquet files
- Fix error with temporary parquet files when reloading data in dev environment
Expand All @@ -45,7 +43,6 @@
- 6d2782e64: Fixed base path not being applied to data file (parquet) URLs. This resolves an issue where applications deployed with a base path would fail to load data files, resulting in 404 errors.

The fix restores the dependency injection pattern for the `addBasePath` function in `setParquetURLs`, ensuring that base paths are correctly applied to all data requests in both monorepo and published package environments.

- @evidence-dev/component-utilities@4.0.10
- @evidence-dev/tailwind@3.1.1

Expand Down
Loading