Skip to content

chore(deps): update all non-major dependencies - #752

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#752
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cwcss/crosswind ^0.2.6^0.2.19 age adoption passing confidence dependencies patch
@stacksjs/bunpress (source) ^0.2.11^0.2.14 age adoption passing confidence devDependencies patch
@stacksjs/stx ^0.2.82^0.2.269 age adoption passing confidence dependencies patch
@types/bun (source) ^1.3.11^1.4.0 age adoption passing confidence devDependencies minor
better-dx ^0.2.15^0.2.25 age adoption passing confidence devDependencies patch
bun-plugin-stx ^0.2.82^0.2.269 age adoption passing confidence devDependencies patch
redis (source) 7.4.5-alpine7.4.11-alpine age adoption passing confidence service patch
stacksjs/action-releaser v1.2.9v1.2.11 age adoption passing confidence action patch
ts-broadcasting (source) ^0.0.4^0.0.10 age adoption passing confidence dependencies patch

Release Notes

cwcss/crosswind (@​cwcss/crosswind)

v0.2.19

Compare Source

Compare changes

🐛 Bug Fixes

  • generator: let an explicit utility override an icon's defaults (fd033ff) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.19 (1e3a91e) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.18

Compare Source

Compare changes

🐛 Bug Fixes

  • parser: generate the classes an stx x-class binding names (82f3077) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.18 (b9c15b0) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.17

Compare Source

Compare changes

🐛 Bug Fixes

  • divide: resolve arbitrary colours instead of re-implementing the resolver (007fa2a) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.17 (2bc65d9) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.16

Compare Source

Compare changes

🐛 Bug Fixes
  • preflight: default uncoloured borders to grey, not currentColor (d1ec7a0) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.16 (1c87195) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.15

Compare Source

v0.2.14

Compare Source

Compare changes

🐛 Bug Fixes

  • parser: ignore unrelated markup attributes (1d46197) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.14 (73eb5bc) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.13

Compare Source

Compare changes

🚀 Features

  • extract utility classes from string literals in code (3f48fe5) (by Chris <chrisbreuer93@​gmail.com>)
  • fill in missing Tailwind v4 utility families (8f228fb) (by Chris <chrisbreuer93@​gmail.com>)
  • support the v4 bg-linear-* gradient spelling (79cead8) (by Chris <chrisbreuer93@​gmail.com>)
  • add CSS containment utilities (19806d6) (by Chris <chrisbreuer93@​gmail.com>)

🐛 Bug Fixes

  • types: declare transform constants (21b9336) (by Chris <chrisbreuer93@​gmail.com>)
  • colors: preserve functional slash alpha (c59a59b) (by Chris <chrisbreuer93@​gmail.com>)
  • normalize arbitrary math operators (6145562) (by Chris <chrisbreuer93@​gmail.com>)
  • rank stateful utilities by their class, not their pseudo-class (93ad42a) (by Chris <chrisbreuer93@​gmail.com>)
  • bring the scroll-snap fallback rule back in step with the fast path (f2755ef) (by Chris <chrisbreuer93@​gmail.com>)
  • register font-stretch and list-image as compound utilities (968c937) (by Chris <chrisbreuer93@​gmail.com>)
  • cap generated percentages at six decimals (9f19da7) (by Chris <chrisbreuer93@​gmail.com>)
  • match whole-class utilities on the variant-stripped class (1fa45c5) (by Chris <chrisbreuer93@​gmail.com>)

⚡ Performance Improvements

  • read scanned files through a bounded pool (868e2fc) (by Chris <chrisbreuer93@​gmail.com>)
  • split utility and value in linear time (284a0cd) (by Chris <chrisbreuer93@​gmail.com>)
  • hoist rule lookup tables to module scope (2bc83a8) (by Chris <chrisbreuer93@​gmail.com>)
  • memoize utility cascade ranking per selector (a81d4f2) (by Chris <chrisbreuer93@​gmail.com>)
  • bound the parse caches and memoize bracket alias resolution (af5da84) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.13 (31661e2) (by Chris <chrisbreuer93@​gmail.com>)
  • drop a scratch probe script committed by accident (26a3b10) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.12

Compare Source

Compare changes

🐛 Bug Fixes

  • compose filter utilities instead of overwriting each other (7462d1d) (by Chris <chrisbreuer93@​gmail.com>)
  • give the scroll-snap strictness variable a proximity fallback (5adeefc) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.12 (ac10410) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.11

Compare Source

Compare changes

🐛 Bug Fixes

  • emit CSS for arbitrary box shadows and shadow colors (5ec4b94) (by Chris <chrisbreuer93@​gmail.com>)

📚 Documentation

  • link the community as stacksjs.com/discord (1ba2f60) (by Chris <chrisbreuer93@​gmail.com>)

🧪 Tests

  • performance: account for CI scheduler variance (6ba83a9) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.11 (799efe4) (by Chris <chrisbreuer93@​gmail.com>)
  • deps: refresh pantry lockfile (001ec62) (by Chris <chrisbreuer93@​gmail.com>)
  • deps: update bunfig to 0.15.15 (aa5635d) (by Chris <chrisbreuer93@​gmail.com>)
  • deps: declare bun ^1.3.14 in deps.yaml (30e3874) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.10

Compare Source

Compare changes

🚀 Features

  • reload the config file during watch mode (807b74d) (by Chris <chrisbreuer93@​gmail.com>)
  • adopt the Tailwind v4 radius and shadow scales (deac57c) (by Chris <chrisbreuer93@​gmail.com>)
  • nest stacked at-rule variants and add darkMode media strategy (53e0fda) (by Chris <chrisbreuer93@​gmail.com>)
  • support max-* breakpoint variants and order media types first (362c833) (by Chris <chrisbreuer93@​gmail.com>)
  • extract classes from clsx/array/class:list/:class expressions (2d45ae5) (by Chris <chrisbreuer93@​gmail.com>)

🐛 Bug Fixes

  • use Tailwind v4's adaptive placeholder color in preflight (67b8176) (by Chris <chrisbreuer93@​gmail.com>)
  • resolve iconify collections from Bun's isolated-install store (1a0d618) (by Chris <chrisbreuer93@​gmail.com>)
  • compose touch pan/pinch utilities through variables (c229564) (by Chris <chrisbreuer93@​gmail.com>)
  • emit only custom colors as :root CSS variables (3160b0a) (by Chris <chrisbreuer93@​gmail.com>)
  • canonical colon-syntax negatives and valid bracket color families (597e2b3) (by Chris <chrisbreuer93@​gmail.com>)
  • correct utility cascade ranking for important, rounded corners, and gaps (0427381) (by Chris <chrisbreuer93@​gmail.com>)
  • stop fast-path lookup tables shadowing theme overrides (a6065ab) (by Chris <chrisbreuer93@​gmail.com>)
  • compose ring utilities through the variable system with fallbacks (faa09db) (by Chris <chrisbreuer93@​gmail.com>)
  • give transition utilities Tailwind's default duration and easing (14e0799) (by Chris <chrisbreuer93@​gmail.com>)
  • make form-* utilities generate CSS at all (a03b48d) (by Chris <chrisbreuer93@​gmail.com>)
  • reject negative padding utilities (aee4139) (by Chris <chrisbreuer93@​gmail.com>)
  • clear compiled-class state in generator reset (0c19f0c) (by Chris <chrisbreuer93@​gmail.com>)
  • honor config watch/verbose fields and warn on zero-match content patterns (2dc0a15) (by Chris <chrisbreuer93@​gmail.com>)
  • apply preset rules, shortcuts, variants, and preflights (36302ad) (by Chris <chrisbreuer93@​gmail.com>)
  • make analyze stats honest and dedupe overlapping scan patterns (b600be6) (by Chris <chrisbreuer93@​gmail.com>)
  • ignore non-string safelist entries instead of crashing the build (182fa84) (by Chris <chrisbreuer93@​gmail.com>)
  • emit real CSS for compile-class groups under the hashed selector (154b7c7) (by Chris <chrisbreuer93@​gmail.com>)
  • deep-merge plugin theme overrides, honor extract options, inject into fragments (f1925b5) (by Chris <chrisbreuer93@​gmail.com>)
  • stop watch mode crashing on non-** content patterns and debounce rebuilds (05b9f7d) (by Chris <chrisbreuer93@​gmail.com>)
  • make --no-preflight work and scan .stx in the init template (202a5d2) (by Chris <chrisbreuer93@​gmail.com>)
  • validate decoration, SVG dash, and text-emphasis values; accept hwb() and short-hex alpha (4b9ba1b) (by Chris <chrisbreuer93@​gmail.com>)
  • validate border-radius side/corner values and support bare side forms (a6f2529) (by Chris <chrisbreuer93@​gmail.com>)
  • validate outline, mask, and text-shadow values (3a3d788) (by Chris <chrisbreuer93@​gmail.com>)
  • drop rules with unknown variants and support arbitrary variants (7d54f25) (by Chris <chrisbreuer93@​gmail.com>)
  • emit media query blocks in mobile-first breakpoint order (900bf90) (by Chris <chrisbreuer93@​gmail.com>)
  • generate static-map utilities under variants (fdb6304) (by Chris <chrisbreuer93@​gmail.com>)
  • validate scroll margin/padding, column-gap, and perspective values (16fdc32) (by Chris <chrisbreuer93@​gmail.com>)
  • expand short hex with alpha correctly in opacity modifiers (b54a337) (by Chris <chrisbreuer93@​gmail.com>)
  • reject unknown words in gradient color stops (323b9f1) (by Chris <chrisbreuer93@​gmail.com>)
  • validate divide, space-between, and ring/border opacity values (268d6d0) (by Chris <chrisbreuer93@​gmail.com>)
  • escape all non-identifier characters in class selectors (45d9cd8) (by Chris <chrisbreuer93@​gmail.com>)
  • stop the important modifier mutating shared rule property objects (2b3a5ab) (by Chris <chrisbreuer93@​gmail.com>)
  • validate filter, ring, columns, aspect, align-self, and border-spacing values (d53348d) (by Chris <chrisbreuer93@​gmail.com>)
  • validate spacing-derived utility values (c5fd362) (by Chris <chrisbreuer93@​gmail.com>)
  • validate width, height, size, and min/max sizing values (5670e7a) (by Chris <chrisbreuer93@​gmail.com>)
  • validate typography values and stop quoting bare words as content (b2ef16c) (by Chris <chrisbreuer93@​gmail.com>)
  • validate transform scale, rotate, skew, and translate values (dfa7487) (by Chris <chrisbreuer93@​gmail.com>)
  • validate transition and animation time values (fbd1e87) (by Chris <chrisbreuer93@​gmail.com>)
  • validate z-index, order, and opacity values instead of passing words through (52a5c42) (by Chris <chrisbreuer93@​gmail.com>)

⚡ Performance Improvements

  • actually minify preflight and keyframes in minified output (f27abc5) (by Chris <chrisbreuer93@​gmail.com>)

📚 Documentation

  • declare Tailwind v4 semantics as the compass (c40c586) (by Chris <chrisbreuer93@​gmail.com>)
  • align README init snippet with the actual scaffold (8123862) (by Chris <chrisbreuer93@​gmail.com>)

💅 Styles

  • build the color fast-path overlay from a diff map (c9bc43b) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.10 (8cbe056) (by Chris <chrisbreuer93@​gmail.com>)
  • pkg: add sideEffects:false for bundler tree-shaking (publint) (1bd41bc) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.9

Compare Source

Compare changes

🐛 Bug Fixes

  • resolve CLI --config from cwd and auto-discover project config (f1a2b0a) (by Chris <chrisbreuer93@​gmail.com>)
  • use printable delimiter in shortcut selector cache key (2fa55ef) (by Chris <chrisbreuer93@​gmail.com>)
  • expand shortcut variants onto the shortcut's own selector (e474ca3) (by Chris <chrisbreuer93@​gmail.com>)
  • apply opacity modifiers to var()-based theme colors via color-mix (8da8ace) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.9 (345e14a) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.8

Compare Source

Compare changes

🐛 Bug Fixes

  • add repository metadata to crosswind-vscode for npm provenance (1976b04) (by Chris <chrisbreuer93@​gmail.com>)

🧹 Chores

  • release v0.2.8 (65acc86) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.7

Compare Source

stacksjs/bunpress (@​stacksjs/bunpress)

v0.2.14

Compare Source

v0.2.13

Compare Source

v0.2.12

Compare Source

stacksjs/stx (@​stacksjs/stx)

v0.2.269

Compare Source

Compare changes

🐛 Bug Fixes
  • stores: preserve bundled runtime aliases (84beac9) (by Chris <chrisbreuer93@​gmail.com>)
  • release: keep retry dispatch tagless (32044a4) (by Chris <chrisbreuer93@​gmail.com>)
  • release: publish stx dependencies first (1a6e93c) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.269 (8fad444) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.268

Compare Source

Compare changes

🐛 Bug Fixes

  • components: keep events on conditional roots (e370bfd) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.268 (d5961e9) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.267

Compare Source

Compare changes

🐛 Bug Fixes

  • router: ignore inert container markup (ab8d7d5) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.267 (342b4b7) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.266

Compare Source

v0.2.265

Compare Source

Compare changes

🐛 Bug Fixes
  • ssg: give the resolved config the router key its pages read (185d03a) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.265 (4af4e15) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.264

Compare Source

Compare changes

✨ Features
  • appearance: publish the runtime the bootstrap already implements (853cc24) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • components: a directive expression may call something (6a12e0a) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.264 (558864c) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.263

Compare Source

Compare changes

🐛 Bug Fixes
  • drawer: give each drawer its own panel, and focus it without frames (f65dd70) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.263 (163ddcd) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.262

Compare Source

Compare changes

🐛 Bug Fixes
  • drawer: focus the panel once it is actually showing (81b7edb) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.262 (fe19b3f) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.261

Compare Source

Compare changes

✨ Features
  • drawer: make it behave like a dialog (7defc98) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.261 (18c8238) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.260

Compare Source

Compare changes

🐛 Bug Fixes
  • bundler: sweep the client-bundle cache instead of growing it forever (7dfb9a5) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.260 (1e530f9) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.259

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: stop the signals runtime from suppressing the SPA router (566dfde) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.259 (e442d83) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.258

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: don't re-bind a browser helper the author already imported (483b201) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.258 (cf8a792) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.257

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: inject browser core imports on the include path too (b4a8bc8) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.257 (ae3a653) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.256

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: auto-import a browser symbol for using it, not for naming it (dc8baab) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.256 (36e4d88) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.255

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: the browser destructure must not suppress its own bootstrap (61355f7) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.255 (3831197) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.254

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: decide the browser bootstrap from the auto-import manifest (00b1049) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.254 (55a4104) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.253

Compare Source

Compare changes

🐛 Bug Fixes
✅ Tests
🔧 Chores
  • release v0.2.253 (6efdcc4) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.252

Compare Source

Compare changes

🐛 Bug Fixes
  • signals: mount() must not adopt an x-data root the runtime has not claimed (6f372fc) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.252 (3b9766a) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.251

Compare Source

Compare changes

🐛 Bug Fixes
  • router: keep the container's external scripts across a navigation (002648a) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.251 (0a9b0f9) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.250

Compare Source

Compare changes

🐛 Bug Fixes
💄 Styles
🔧 Chores
  • release v0.2.250 (7f32c2b) (by Chris <chrisbreuer93@​gmail.com>)
Contributors

v0.2.249

Compare Source

Compare changes

🐛 Bug Fixes
  • desktop: standardMenus built menus of separators (1b3f8c1) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.249 (ed209c0) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.248

Compare Source

Compare changes

🐛 Bug Fixes
  • desktop: asking for a folder opened a file picker (ce59eef) (by Chris <chrisbreuer93@​gmail.com>)
  • desktop: the dialog fallback answered the opposite question (3ac2e3d) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.2.248 (458dc0b) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.247

Compare Source

Compare changes

✨ Features
  • desktop: make the menubar API survivable (a0a7e12) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • desktop: type the menu roles, and document the menubar (0d68b1d) (by Chris <chrisbreuer93@​gmail.com>)
  • desktop: the menu API described a shape the native side never parsed (a4e917a) (by Chris <chrisbreuer93@​gmail.com>) (#​27)
🔧 Chores
  • release v0.2.247 (11f5acb) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.246

Compare Source

Compare changes

✨ Features

  • desktop: native context menus (2a10935) (by Chris <chrisbreuer93@​gmail.com>)

🐛 Bug Fixes

  • components: a prop default containing a comma broke the library build (d42c51f) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: make the header actually drag the window (d6f2fa6) (by Chris <chrisbreuer93@​gmail.com>)
  • test: assert what the bundler cannot rename (ce5de9c) (by Chris <chrisbreuer93@​gmail.com>)
  • test: the sidebar's other quote-shaped assertion, before it goes off too (aeed4e3) (by Chris <chrisbreuer93@​gmail.com>)
  • test: assert the disclosure toggle, not the quotes around it (d1f4488) (by Chris <chrisbreuer93@​gmail.com>)
  • test: give the checker tests time, and stop one of them taking the suite (702fa84) (by Chris <chrisbreuer93@​gmail.com>)

📝 Documentation

  • sidebar: the host measures the buttons, so stop quoting a number (14c9fe2) (by Chris <chrisbreuer93@​gmail.com>)

💄 Styles

  • test: format the suite guards the way the checker wants (fd24dd7) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.246 (84007d8) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.245

Compare Source

Compare changes

🐛 Bug Fixes

  • typecheck: only the first pattern on the command line was checked (2cfa385) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.245 (008c845) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.244

Compare Source

Compare changes

🐛 Bug Fixes

  • typecheck: useObjectUrl was reported as an undefined name (aef930b) (by Chris <chrisbreuer93@​gmail.com>)
  • types: defineEmits rejected its own documented map form (de852e8) (by Chris <chrisbreuer93@​gmail.com>)
  • lifecycle: an async onMount is a type error against an API that runs it (9e01c8c) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.244 (3d5f940) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.243

Compare Source

Compare changes

🐛 Bug Fixes

🔧 Chores

  • release v0.2.243 (bdf9702) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.242

Compare Source

Compare changes

🐛 Bug Fixes

  • typecheck: declare the browser auto-imports on the script-block path too (a3f7226) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.242 (0a87708) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.241

Compare Source

Compare changes

🐛 Bug Fixes

  • typecheck: read a @​foreach head to its balanced close (514b578) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: reserve room for window buttons only where there are any (f5918fb) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: let the platform's own traffic lights win (33acb33) (by Chris <chrisbreuer93@​gmail.com>)

📝 Documentation

  • desktop: say who draws the window controls (17745a1) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.241 (15743ab) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.240

Compare Source

Compare changes

🐛 Bug Fixes

🔧 Chores

  • release v0.2.240 (fc84127) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.239

Compare Source

Compare changes

🐛 Bug Fixes

  • typecheck: narrow a template expression by the markup that guards it (7754614) (by Chris <chrisbreuer93@​gmail.com>)
  • typecheck: declare props and loop, which the runtime provides (1573774) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.239 (e5fed78) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.238

Compare Source

Compare changes

✨ Features

  • export the authoring surface from the package root (eee23c3) (by Chris <chrisbreuer93@​gmail.com>)

🐛 Bug Fixes

  • components: commit the visual snapshots, which asserted nothing without them (f0b60bd) (by Chris <chrisbreuer93@​gmail.com>)
  • test: the package's own test script could not run its own tests (1b04b5e) (by Chris <chrisbreuer93@​gmail.com>)
  • test: the export-surface build hook could never finish (0837747) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.238 (83bbf90) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.237

Compare Source

Compare changes

💚 Continuous Integration

  • release: make the two publish stages a strict partition (6a3f4fb) (by Chris <chrisbreuer93@​gmail.com>)

🔧 Chores

  • release v0.2.237 (af090e6) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.236

Compare Source

Compare changes

🔧 Chores

  • release v0.2.236 (5147a60) (by Chris <chrisbreuer93@​gmail.com>)
  • deps: crosswind 0.2.19 (51185e9) (by Chris <chrisbreuer93@​gmail.com>)

Contributors

  • Chris <chrisbreuer93@​gmail.com>

v0.2.235

Compare Source

v0.2.234

[Compare Source](https://redirect.github.com/stacksjs/stx/compare/v0.2.2

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency @types/bun to ^1.3.12 chore(deps): update dependency @types/bun to ^1.3.13 Apr 22, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a5ae92e to 70db33e Compare April 23, 2026 12:16
@renovate renovate Bot changed the title chore(deps): update dependency @types/bun to ^1.3.13 chore(deps): update all non-major dependencies Apr 23, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4117044 to 6ee3fac Compare April 29, 2026 12:56
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 2f2d7ca to 7670988 Compare May 5, 2026 20:21
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f9a7df2 to ed0965a Compare May 19, 2026 12:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 376ee0a to dca38e8 Compare May 25, 2026 19:32
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dda2b40 to ff38d08 Compare May 30, 2026 00:26
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9bcaa70 to b398cc7 Compare June 13, 2026 11:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 0cbdda4 to a1f4935 Compare July 6, 2026 08:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 820ab08 to 12ecd4a Compare July 8, 2026 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants