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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cwcss/crosswind ^0.2.6^0.2.10 age adoption passing confidence
@stacksjs/bunpress (source) ^0.1.4^0.1.13 age adoption passing confidence
@stacksjs/stx ^0.2.82^0.2.94 age adoption passing confidence
@types/bun (source) ^1.3.11^1.3.14 age adoption passing confidence
better-dx ^0.2.15^0.2.18 age adoption passing confidence
bun-plugin-stx ^0.2.82^0.2.94 age adoption passing confidence
ts-broadcasting (source) ^0.0.4^0.0.8 age adoption passing confidence

Release Notes

cwcss/crosswind (@​cwcss/crosswind)

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.1.13

Compare Source

v0.1.12

Compare Source

v0.1.11

Compare Source

v0.1.10

Compare Source

v0.1.9

Compare Source

v0.1.8

Compare Source

v0.1.7

Compare Source

v0.1.6

Compare Source

🐛 Bug Fixes
  • serve: strip mounted basePath from incoming request paths so /docs/** routing works behind path-based reverse proxies

v0.1.5

Compare Source

stacksjs/stx (@​stacksjs/stx)

v0.2.94

Compare Source

Compare changes

⚡ Performance Improvements
  • components: serve built JS from the bun export condition (8df707a) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.94 (0b0fe3d) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.93

Compare Source

Compare changes

🚀 Features
  • components: sidebar follows the system appearance (a5644be) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.93 (89ea8d2) (by Chris <chrisbreuer93@​gmail.com>)
  • pkg: publint clean — types-first exports + sideEffects:false (ae5a74e) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.92

Compare Source

Compare changes

🚀 Features
  • components: add stx plugin shim exposing the ui library (5f09535) (by Chris <chrisbreuer93@​gmail.com>)
  • components: add Mail/Music/Notes sidebar recreations (b1ab2ee) (by Chris <chrisbreuer93@​gmail.com>)
  • components: revamp Sidebar into a macOS Tahoe source list (f31829f) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • stx: tolerate props named after readonly function properties (fe313a6) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: render named slot templates correctly inside components (b574db2) (by Chris <chrisbreuer93@​gmail.com>)
🧪 Tests
  • stx: cover macOS sidebar rendering and slot/props regressions (58119f1) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.92 (d6d2c44) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.91

Compare Source

Compare changes

🧹 Chores
  • release v0.2.91 (3c74811) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.90

Compare Source

Compare changes

⚡ Performance Improvements
  • stx: code-split the multi-entry build (52MB -> ~9MB dist) (7aa2e34) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.90 (e295ced) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.89

Compare Source

Compare changes

🐛 Bug Fixes
  • iconify: add repository metadata + prepublishOnly build (ae3ea04) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.89 (7c7607d) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.88

Compare Source

v0.2.87

Compare Source

v0.2.86

Compare Source

v0.2.85

Compare Source

v0.2.84

Compare Source

v0.2.83

Compare Source

stacksjs/better-dx (better-dx)

v0.2.18

Compare Source

v0.2.17

Compare Source

v0.2.16

Compare Source

stacksjs/ts-broadcasting (ts-broadcasting)

v0.0.8

Compare Source

v0.0.5

Compare Source


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