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.
This PR contains the following updates:
^0.7.0
->^0.14.0
^0.6.15
->^0.6.17
^2.1.0
->^2.1.2
^1.1.0
->^1.1.2
^0.10.1
->^0.12.0
^5.50.1
->^5.66.3
^29.5.12
->^29.5.14
^20.14.10
->^20.17.19
^18.3.3
->^18.3.18
^18.3.0
->^18.3.5
^0.7.0
->^0.7.1
^1.11.11
->^1.11.13
^0.22.8
->^0.30.4
^0.31.2
->^0.39.3
^1.3.0
->^1.3.1
^0.400.0
->^0.475.0
^14.2.4
->^14.2.24
v20.15.0
->20.18.3
9.4.0
->9.15.5
^8.4.39
->^8.5.2
^2.5.0
->^2.5.8
^0.6.5
->^0.6.11
^7.52.1
->^7.54.2
^2.2.1
->^2.2.2
^2.3.0
->^2.6.0
^3.4.4
->^3.4.17
^29.1.5
->^29.2.5
^5.5.3
->^5.7.3
^3.23.8
->^3.24.2
Release Notes
libsql/libsql-client-ts (@libsql/client)
v0.14.0
Compare Source
v0.13.0
Compare Source
v0.12.0
Compare Source
hrana-client-ts
to latest 0.7.0 version which has stableisomorphic-fetch
implementation (see https://github.com/libsql/hrana-client-ts/pull/19)v0.11.0
Compare Source
libsql-js
to latest 0.4.4 version which brings full vector search support for embedded replicas (see vector search documentation here: https://docs.turso.tech/features/ai-and-embeddings)v0.10.0
Compare Source
v0.9.0
Compare Source
v0.8.1
Compare Source
v0.8.0
Compare Source
observablehq/plot (@observablehq/plot)
v0.6.17
Compare Source
Released February 14, 2025.
The clip mark option now supports GeoJSON objects 🌎 in addition to the named frame and sphere clipping methods, allowing the visual extent of marks to be limited to arbitrary polygons. For instance, this Voronoi mesh of world airports is clipped to land boundaries:
The GeoJSON object passed to the clip option is rendered as a
clipPath
element using the same path data that a geo mark would produce, respecting the plot’s top-level projection option, if any. For performance,clipPath
elements are shared by marks clipped with the same GeoJSON object. For example, the raster mark and contour mark below show atmospheric water vapor measurements across the United States from NASA Earth Observations; both marks are clipped to the nation’s boundary, censoring the (absurd) values that would otherwise be interpolated between Alaska, Southern California, and Hawai’i.[The code for the map above is too long to reproduce here in its entirety; click the image above for the complete code.]
The clip mark option can also be used to clip against arbitrary polygons, not just geographic boundaries. For example, to show the value of Math.atan2 over the unit circle:
The interactive tip associated with a waffle mark is now anchored to the “center” of the visual representation of the associated datum. That center depends on the shape that is referenced. For fun, here’s a chart from our unit tests showing these anchoring points for various amounts of waffling. Baffling!
For earlier changes, continue to the 2024 CHANGELOG.
v0.6.16
Compare Source
Released August 6, 2024.
The new waffle mark 🧇 displays a quantity (or quantitative extent) for a given category; unlike a bar, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!
All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data
counties
is a GeoJSON FeatureCollection, andunemployment
refers to a property on each feature; the fill option is thus shorthand for(d) => d.properties.unemployment
. The geo mark now also supports the tip option (via an implicit centroid transform), making it easier to use Plot’s interactive tooltips.All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)
The rect-like marks (rect, bar, cell, and frame) now support individual rounding options for each side (rx1, ry1, etc.) and corner (rx1y1, rx2y1, etc.). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.
Plot now respects the projection domain when determining the default plot height. Previously, the map below would use a default square aspect ratio for the conic-conformal projection regardless of the specified domain, but now the map is perfectly sized to fit North Carolina. (Plot also now chooses a smarter default plot height when the ordinal y scale domain is empty.)
The marker options now render as intended on marks with varying aesthetics, such as the spiraling arrows of varying thickness and color below.
This release includes a few more new features, bug fixes, and improvements:
The new className mark option specifies an optional
class
attribute for rendered marks, allowing styling of marks via external stylesheets or easier selection via JavaScript; thanks, @RLesser! Plot now reusesclipPath
elements, when possible, when the clip mark option is set to frame or projection.The difference mark now supports a horizontal orientation via differenceX, and the shift transform now likewise supports shiftY. The Voronoi mark is now compatible with the pointer transform: only the pointed Voronoi cell is rendered; the Voronoi mark now also renders as intended with non-exclusive facets (as when using the exclude facet mode). The tip mark no longer displays channels containing literal color values by default.
radix-ui/primitives (@radix-ui/react-label)
v2.1.2
Compare Source
v2.1.1
Compare Source
t3-oss/t3-env (@t3-oss/env-nextjs)
v0.12.0
Compare Source
Minor Changes
#299
b13d46b
Thanks @EskiMojo14! - feat!: support standard schemaValidators can now be any validator that supports Standard Schema,
for example Zod & Valibot.
This feature comes with some breaking changes:
onValidationError
now getsStandardSchemaV1.Issue[]
instead ofZodError
#310
eb37304
Thanks @EskiMojo14! - feat!: add valibot presetsPresets using Valibot are now available using the
/presets-valibot
entrypoint.This feature comes with some breaking changes:
/presets-zod
.Patch Changes
b13d46b
,7c09bc3
,eb37304
,bb80923
,bb80923
]:v0.11.1
Compare Source
Patch Changes
2a74b72
]:v0.11.0
Compare Source
Patch Changes
8737daf
,870608d
]:TanStack/query (@tanstack/react-query)
v5.66.3
Compare Source
Version 5.66.3 - 2/16/25, 12:57 PM
Changes
Perf
4ab455c
) by Kim YoungHoonPackages
v5.66.2
Compare Source
v5.66.0
Compare Source
Version 5.66.0 - 1/31/25, 9:05 AM
Changes
Feat
f86eb7e
) by Dominik DorfmeisterDocs
a507400
) by Alex BatalovPackages
v5.65.1
Compare Source
Version 5.65.1 - 1/28/25, 8:59 AM
Changes
Fix
088ec87
) by @OliverJAshPackages
v5.65.0
Compare Source
Version 5.65.0 - 1/27/25, 4:19 PM
Changes
Feat
2399bb0
) by Dominik DorfmeisterChore
97f5544
) by Dominik Dorfmeister4a0a129
) by renovate[bot]Ci
0613400
) by Dominik DorfmeisterDocs
variables
obtaining path (#8589) (d595e23
) by Oleksandr DanylchenkostaleTime
"s default (#8561) (12d4542
) by Alex Errant322760b
) by @ohansFavourcd88c9c
) by Paul Nodet397fcfc
) by @ruudandriessenPackages
v5.64.2
Compare Source
Version 5.64.2 - 1/19/25, 8:45 AM
Changes
Fix
3e3fba9
) by Seyed Mohammad AsadiChore
f04dd19
) by Lachlan CollinsPackages
v5.64.1
[Compa
Configuration
📅 Schedule: Branch creation - "on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.