Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 30, 2026

ℹ️ 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.1.6^0.2.4 age adoption passing confidence dependencies minor
@nuxt/kit (source) ^4.4.2^4.4.6 age adoption passing confidence dependencies patch
@stacksjs/bun-router ^0.0.14^0.0.15 age adoption passing confidence dependencies patch
@stacksjs/stx ^0.2.10^0.2.67 age adoption passing confidence dependencies patch
actions/cache v5.0.4v5.0.5 age adoption passing confidence action patch
bun-plugin-stx ^0.2.10^0.2.67 age adoption passing confidence dependencies patch
bun-query-builder ^0.1.13^0.1.23 age adoption passing confidence dependencies patch
home-lang/pantry v0.8.16v0.9.35 age adoption passing confidence action minor
nuxt (source) ^4.4.2^4.4.6 age adoption passing confidence peerDependencies patch
oven/bun 1.3.111.3.14 age adoption passing confidence final patch
vue (source) ^3.5.30^3.5.34 age adoption passing confidence peerDependencies patch

Release Notes

cwcss/crosswind (@​cwcss/crosswind)

v0.2.4

Compare Source

Compare changes

🚀 Features
  • rules: table display family, flow-root/list-item/contents, arbitrary accent/caret (f31d55c)
🧹 Chores
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.3

Compare Source

Compare changes

🧹 Chores
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.2

Compare Source

Compare changes

🐛 Bug Fixes
  • build: emit dist/index.js + dist/cli.js to match exports/bin paths (1544b47)
🧹 Chores
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.1

Compare Source

Compare changes

🚀 Features
  • add css alias (bcc203d)
  • rules: pure-CSS iconify rule for any @​iconify-json/* collection (d57a427)
🐛 Bug Fixes
  • add setup-bun to publish-commit job (1a02e04)
  • resolve typecheck errors (e6caa08)
🤖 Continuous Integration
  • drop redundant setup-bun (pantry installs bun via deps.yaml) (b506af1)
🧹 Chores
  • release v0.2.1 (fb65a3d)
  • remove headwind refs (2290f5e)
  • fresh install to pick up dtsx 0.9.14 and bunfig 0.15.9 (074e1fa)
  • fresh install to pick up pickier 0.1.21 (c7d15c0)
  • cascade order improvements (126617c)
  • several minor improvements (04caac1)
  • improve arbitrary values (36d341d)
  • wip (38d57fd)
  • merge and resolve conflict (1e00cce)
  • fix lint errors (12526b8)
  • minor improvements (0a2924a)
  • improve group-has-* and peer-has-* (7de7dc3)
  • several minor improvements (cc6ffe4)
Contributors

v0.2.0

Compare Source

Compare changes

🚀 Features
  • improve arbitrary values (9c6af1e)
  • handle arbitrary bracket opacity on named colors (af6f0f3)
🐛 Bug Fixes
  • resolve typecheck errors (8876156)
  • resolve typecheck errors (18bbc68)
🧹 Chores
nuxt/nuxt (@​nuxt/kit)

v4.4.6

Compare Source

4.4.6 is the next patch release.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Use spa entry for vite-node fallback (#​35037)
  • vite: Invalidate SSR module cache when modules are invalidated via plugin hooks (a86657a0e)
  • nuxt: Match deduplicated resolveComponent calls in jsx blocks (#​35028)
  • nuxt: Prefer our own builder/server deps (#​35029)
  • nuxt: Update useFetch key even with watch: false (#​35002)
  • nitro: Mark @babel/plugin-syntax-typescript as optional peer dep (#​35041)
  • nitro: Add json extension to payload cache items (#​35043)
  • nuxt: Handle errors fetching app manifest (#​35050)
  • nuxt: Encode html-significant characters in external redirect body (#​35052)
  • nuxt: Preserve setPageLayout props on same-path navigation (#​35055)
  • vite: Don't strip buildAssetsDir from vite-node SSR ids (#​35040)
  • nuxt: Mark useLoadingIndicator properties as readonly (#​35062)
  • vite: Strip queries in css inline styles map (#​35067)
  • nitro: Validate island request hash matches props (#​35077)
  • nitro: Use regexp to strip query (163e18d4b)
  • nitro: Use statusCode for nitro v2 compatibility (952f6841e)
  • nitro-server: Re-export h3 named symbols statically (cd99001c8)
  • nuxt: Render component-less parent routes during client-side nav (#​35036)
  • kit: Respect tsConfig.exclude in legacy tsconfig.json (#​35079)
  • nuxt: Run middleware for page islands (#​35092)
💅 Refactors
  • rspack,webpack: Extract same-origin check for dev middleware (#​35051)
📖 Documentation
  • Remove CSB, set node 22 and use steps for clarity (#​35066)
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors

v4.4.5

Compare Source

4.4.5 is the next patch release.

👉 Changelog

compare changes

🔥 Performance
  • kit: Cache layer roots and short-circuit isIgnored relative (#​35015)
🩹 Fixes
  • vite: Resolve vite clientServer with ssr: false (#​34959)
  • nitro: Correct payload route rule for / + override ssr: true (#​34990)
  • nitro: Break recursive rendering deadlocks during prerender (#​34939)
  • vite: Drop redundant css link when entry styles are inlined (#​34950)
  • vite: Sort optimizeDeps.include in pre-bundle hint (#​34976)
  • nuxt: Only force suspense remount after first resolve (#​34949)
  • kit: Read .env before resolving nuxt schema (#​34958)
  • nitro: Preserve serverHandlers array after nitro:config (#​34985)
  • nuxt: Cast partial nitro handlers when prepending to server arrays (61dcde4db)
  • vite: Only consider CSS inlined when styles are actually emitted (#​35006)
  • nuxt: Dedupe getCachedData for concurrent callers sharing a key (#​34999)
  • nuxt: Respect factory fetch/baseURL options in server useFetch (#​35003)
  • nuxt: Handle string presets in auto-imports (#​35013)
  • nuxt: Correct island transform for server pages and 'deep' mode (#​35005)
  • vite: Inline css for non-island children of server components (#​35001)
  • nuxt: Defer head DOM updates until page transition finishes (#​35016)
  • nuxt: Explicitly freeze head during island plugin phase (#​35010)
  • vite: Inline css imported from non-vue js modules (#​35020)
📖 Documentation
  • Add warning about routing in server components (#​34994)
🏡 Chore
✅ Tests
  • Extract server components fixture + add some failing tests (#​34995)
  • Isolate buildDir per matrix project for shared fixtures (#​35007)
  • Remove tests for 5.x runtimeBaseURL fature (816c25487)
❤️ Contributors

v4.4.4

Compare Source

stacksjs/bun-router (@​stacksjs/bun-router)

v0.0.15

Compare Source

stacksjs/stx (@​stacksjs/stx)

v0.2.67

Compare Source

v0.2.66

Compare Source

Compare changes

🚀 Features
🐛 Bug Fixes
📚 Documentation
  • document useSessionStorage, useCookie, useReactiveProp, and the Tabs/Accordion slot API (b7e046b) (by glennmichael123 gtorregosa@gmail.com)
🧪 Tests
🤖 Continuous Integration
🧹 Chores
Contributors

v0.2.64

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: page-level <script server> wins over layout's (d99e635) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.64 (af4b325) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.63

Compare Source

Compare changes

🚀 Features
  • bun-plugin: auto-increment dev port when in use (7e2969c) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: expose material opacity controls (ab0c01b) (by Chris <chrisbreuer93@​gmail.com>)
  • components: refine desktop sidebar chrome (a939bd5) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • sidebar: tighten desktop density (414e4cb) (by Chris <chrisbreuer93@​gmail.com>)
  • components: default desktop sidebar chrome (de98c45) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: resolve component directories from project root (34b60a3) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: persist hidden desktop collapse (75969f7) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: align native craft integration (d768de1) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: defer desktop chrome to native controls (d2ef2ec) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: compact desktop item chrome (56286ae) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: tighten desktop item density (f90bc1e) (by Chris <chrisbreuer93@​gmail.com>)
  • sidebar: keep collapse control reachable (f943aea) (by Chris <chrisbreuer93@​gmail.com>)
  • components: request native sidebar vibrancy (0bff575) (by Chris <chrisbreuer93@​gmail.com>)
  • components: align desktop sidebar chrome (b425914) (by Chris <chrisbreuer93@​gmail.com>)
  • components: soften desktop sidebar glass (3058bbc) (by Chris <chrisbreuer93@​gmail.com>)
  • signals: surface TypeError/ReferenceError from event-handler dispatch (1988a32) (by glennmichael123 gtorregosa@gmail.com)
  • parser: advance index after brace match in template-literal scanner (6da28e3) (by glennmichael123 gtorregosa@gmail.com)
  • signals: detect TypeScript-typed state/derived/effect calls (73e907e) (by glennmichael123 gtorregosa@gmail.com)
  • utils: absorb @​push('styles') in component render path too (06d452f) (by glennmichael123 gtorregosa@gmail.com)
  • includes,icons: strip leaked @​push markers and preload icon collection (f5a9883) (by glennmichael123 gtorregosa@gmail.com)
  • includes: defensively register scope vars to survive harvest mis-hits (8adf441) (by glennmichael123 gtorregosa@gmail.com)
  • signal-processing: don't rewrite <body in script/style content (bc03a5a) (by glennmichael123 gtorregosa@gmail.com)
  • components: guard screen reader cleanup (89e233f) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
Contributors

v0.2.61

Compare Source

Compare changes

🧪 Tests
  • stx: isolate validation and lifecycle suites (8c6788e) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.61 (4abe2cf) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.60

Compare Source

Compare changes

🧪 Tests
  • stx: decouple async tests from timers (53d42f3) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.60 (f7c6141) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.59

Compare Source

Compare changes

🧪 Tests
  • stx: avoid global clock in async suites (3b725dd) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.59 (0959f56) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.58

Compare Source

Compare changes

🧪 Tests
  • stx: stabilize timing-sensitive suites (3dfb398) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.58 (6323bbf) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.57

Compare Source

Compare changes

🚀 Features
🐛 Bug Fixes
  • router: tolerate aborted view transitions (a2b0997) (by Chris <chrisbreuer93@​gmail.com>)
  • utils: interpolate {{ var }} in <script client> blocks of components (d411bf8) (by glennmichael123 gtorregosa@gmail.com)
🧹 Chores
  • release v0.2.57 (33617d4) (by Chris <chrisbreuer93@​gmail.com>)
  • deps: update ts-images (d44c18c) (by Chris <chrisbreuer93@​gmail.com>)
  • release v0.2.56 (21dd897) (by Chris <chrisbreuer93@​gmail.com>)
Contributors

v0.2.54

Compare Source

Compare changes

🧹 Chores
  • release v0.2.54 (e6c62d1) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.53

Compare Source

Compare changes

🚀 Features
🐛 Bug Fixes
♻️ Code Refactoring
🧹 Chores
⏪ Reverts
Contributors

v0.2.52

Compare Source

Compare changes

🐛 Bug Fixes
  • resolve app translation directories from project root (dcd5e47) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.52 (3371b57) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.51

Compare Source

Compare changes

🚀 Features
  • add release preflight guardrails (03b2c13) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: per-page meta override + tighter document-shell detection (5f36fe9) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • harden evaluator and component diagnostics (b543a4a) (by Chris <chrisbreuer93@​gmail.com>)
  • tighten evaluator and component edge cases (87db386) (by Chris <chrisbreuer93@​gmail.com>)
  • make spa layout swaps metadata driven (f384854) (by Chris <chrisbreuer93@​gmail.com>)
  • harden stx package exports (f74a02b) (by Chris <chrisbreuer93@​gmail.com>)
  • stx/scripts: pass non-JS script types through unchanged (5508195) (by Chris <chrisbreuer93@​gmail.com>)
⚡ Performance Improvements
  • crosswind: persist CSS cache to disk + LRU eviction (2e4bf99) (by Chris <chrisbreuer93@​gmail.com>)
📚 Documentation
  • expand Blade and Vue syntax examples (d2427f3) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.51 (6ef7de5) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.50

Compare Source

Compare changes

🚀 Features
  • stx/foreach: support Vue-style "as item, index" two-binding form (d422435) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.50 (22f9998) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.48

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: coerce --port CLI flag to a number so dev server doesn't roll ports (81660f4) (by Chris <chrisbreuer93@​gmail.com>)
  • router: back button now restores the previous page content (fc73a82) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
Contributors

v0.2.47

Compare Source

Compare changes

🚀 Features
  • router: layered pagesDirs so frameworks can ship default views (fdc35cb) (by Chris <chrisbreuer93@​gmail.com>)
🧪 Tests
  • stx: pin down recursive componentsDir walk (8a6559c) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.47 (04f16d3) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.46

Compare Source

Compare changes

🚀 Features
  • stx: walk componentsDir recursively when resolving by tag name (d914f3a) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • stx: resolve relative imports in client-script bundler against page dir (66e98ac) (by Chris <chrisbreuer93@​gmail.com>)
  • typecheck + test stability across plugin, signals, and visuals (a49aaad) (by glennmichael123 gtorregosa@gmail.com)
📚 Documentation
🧹 Chores
Contributors

v0.2.45

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: also drop reserved keywords from createSafeFunction params (ccc2dcb) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.45 (c962718) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.44

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: drop invalid identifier keys before binding context to functions (ba58d0a) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.44 (26302ce) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.43

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: support nested @​for and @​if branching inside @​for bodies (f59c0c4) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: resolve relative paths in dynamic await import() calls (cf7da13) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.43 (c559954) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.42

Compare Source

Compare changes

💥 Breaking Changes
  • site-builder: {t!:key} raw token for translations with inline markup (328254f) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • site-builder + bun-plugin: keep visitors inside their locale + don't bundle absolute asset URLs (c147c78) (by Chris <chrisbreuer93@​gmail.com>)
📚 Documentation
🧹 Chores
  • release v0.2.42 (32559a5) (by Chris <chrisbreuer93@​gmail.com>)
  • release v0.2.41 (95eeb85) (by Chris <chrisbreuer93@​gmail.com>)
Contributors

v0.2.41

Compare Source

Compare changes

🐛 Bug Fixes
  • site-builder + bun-plugin: keep visitors inside their locale + don't bundle absolute asset URLs (1e51b1c) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.41 (a164b06) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.40

Compare Source

Compare changes

🐛 Bug Fixes
  • site-builder: browser chrome no longer flashes through wrong theme on SPA hop (300cbe3) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.40 (e22f247) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.39

Compare Source

Compare changes

🐛 Bug Fixes
  • site-builder: use trailing slash for non-default locale roots (92ad580) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.39 (b6d359e) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.38

Compare Source

Compare changes

🚀 Features
  • site-builder: multi-locale builds with {t:key} translations + lang picker (3aa312a) *(by Chris <chrisbreuer93@&

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 force-pushed the renovate/all-minor-patch branch from 6acd736 to 9b7f777 Compare March 30, 2026 14:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8745562 to 50eacaf Compare April 20, 2026 13:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b937a0a to c586b82 Compare April 28, 2026 06:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 998d00d to 0c5e7a7 Compare May 6, 2026 12:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5f5b01f to cbb770f Compare May 13, 2026 07:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 5078f1e to 3d47b4c Compare May 21, 2026 22:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 81c5088 to 5391e53 Compare May 22, 2026 16:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5391e53 to d7604b2 Compare May 24, 2026 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants