[Snyk] Upgrade @duckdb/duckdb-wasm from 1.28.1-dev65.0 to 1.29.0 #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @duckdb/duckdb-wasm from 1.28.1-dev65.0 to 1.29.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 14 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: @duckdb/duckdb-wasm
This version is the first tagged version with DuckDB extensions support enabled by default.
Supported core extensions for the wasm platform are, at this moment:
autocomplete
,fts
,httpfs
,icu
,inet
,json
,parquet
,spatial
,sqlite_scanner
,substrait
,tpcds
,tpch
, andvss
.This versions integrates many new features, improvement and bug fixes that have been since included in DuckDB development.
Dependent libraries:
DuckDB-Wasm v1.29.0 is aligned with DuckDB v1.1.1 features and capabilities.
Current apache-arrow version is v17.0.0.
What's Changed
DUCKDB_BINDINGS
in global scope by @ Y-- in #1475make serve
ormake serve_local
by @ carlopi in #1639allowUnsignedExtensions
to DuckDB Config by @ Y-- in #1651