Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 30, 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
@stacksjs/stx ^0.2.73^0.2.179 age adoption passing confidence devDependencies patch
@ts-charts/charts ^0.2.0^0.2.7 age adoption passing confidence dependencies patch
actions/cache v5.0.3v5.1.0 age adoption passing confidence action minor
actions/checkout v6.0.2v6.1.0 age adoption passing confidence action minor
better-dx ^0.2.16^0.2.22 age adoption passing confidence devDependencies patch
better-dx ^0.2.18^0.2.22 age adoption passing confidence devDependencies patch
bunfig ^0.15.6^0.15.17 age adoption passing confidence devDependencies patch
illuminate/console (source) ^10.0|^11.0|^12.010.49.0 age adoption passing confidence require minor
illuminate/queue (source) ^10.0|^11.0|^12.010.49.0 age adoption passing confidence require minor
illuminate/support (source) ^10.0|^11.0|^12.010.49.0 age adoption passing confidence require minor
php ^8.1^8.5.9 age adoption passing confidence require minor

Release Notes

stacksjs/stx (@​stacksjs/stx)

v0.2.179

Compare Source

Compare changes

⚡ Performance Improvements
  • serve: cache production runtimes between views (c0f93f6) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.179 (65506bb) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.178

Compare Source

Compare changes

🐛 Bug Fixes
  • reactive: two islands on one page no longer claim the same scope id (73ad657) (by Chris <chrisbreuer93@​gmail.com>)
⚡ Performance Improvements
  • serve: keep production free of HMR (26fb022) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.178 (85520d5) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.177

Compare Source

Compare changes

🚀 Features
🐛 Bug Fixes
  • reactive: x-init survives into the markup, so an island actually starts (846dae4) (by Chris <chrisbreuer93@​gmail.com>)
  • components: resolve an inline @​if group on a component tag before parsing its attributes (c207a34) (by glennmichael123 gtorregosa@gmail.com)
  • components: route internal links through StxLink, and server-render RadioGroup's options (aa43fa7) (by glennmichael123 gtorregosa@gmail.com)
  • typecheck: resolve relative imports against the .stx file, not the temp dir (d3527dd) (by glennmichael123 gtorregosa@gmail.com)
  • signals: normalize hydration audit text (940db20) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • signals: hydrate nested conditional branches (eb44b1d) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • signals: preserve client loop conditionals (49e7f74) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • components: sync aliased reactive props (d4a91ff) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • auto-imports: inject timeout composable (1736fea) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • typecheck: --lib accumulates, instead of the last one replacing the rest (65c070c) (by glennmichael123 gtorregosa@gmail.com)
  • types: useEventListener signature, and carry server types into client blocks (968a541) (by glennmichael123 gtorregosa@gmail.com)
🧹 Chores
Contributors
  • Chris <chrisbreuer93@​gmail.com>
  • Chris Breuer <chrisbreuer93@​gmail.com>
  • glennmichael123 gtorregosa@gmail.com

v0.2.176

Compare Source

Compare changes

🐛 Bug Fixes
  • bindings: a directive is not an attribute — stop resolving :if/:show/:text (b5499a2) (by glennmichael123 gtorregosa@gmail.com)
  • client-script: publish a declaration that has no initializer (6e0a23c) (by glennmichael123 gtorregosa@gmail.com)
  • a11y: take a file or a glob, never pass an empty scan, skip layout tables (c5965f1) (by glennmichael123 gtorregosa@gmail.com)
  • tooltip: ship the x-tooltip runtime, which was exported and never called (bf5ee4e) (by glennmichael123 gtorregosa@gmail.com)
  • ssg: fail the build on a failed @​include, and let a caller set partialsDir (4b594c1) (by glennmichael123 gtorregosa@gmail.com)
  • props: accept an interface, and make from 'stx' resolve for the checker (15c2ae1) (by glennmichael123 gtorregosa@gmail.com)
  • typecheck: check a bare <script>, and stop one syntax error muting the run (f85e31a) (by glennmichael123 gtorregosa@gmail.com)
  • components: preserve conditional slot signals (6e29f85) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • runtime: preserve newly rendered interactions (10cbbac) (by Chris Breuer <chrisbreuer93@​gmail.com>)
🧹 Chores
Contributors

v0.2.175

Compare Source

Compare changes

🐛 Bug Fixes
  • serve: a real public file beats any dynamic route, not just a catch-all (ef96ffe) (by Chris <chrisbreuer93@​gmail.com>)
  • components: preserve nested reactive props (43a9693) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • runtime: stabilize conditional component lifecycle (64adc31) (by Chris Breuer <chrisbreuer93@​gmail.com>)
  • auto-imports: inject active element composable (27998f8) (by Chris Breuer <chrisbreuer93@​gmail.com>)
📚 Documentation
  • changelog: v0.2.174 also carries the $refs owner-scope fix (3778675) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.175 (cf51b08) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>
  • Chris Breuer <chrisbreuer93@​gmail.com>

v0.2.174

Compare Source

Compare changes

🐛 Bug Fixes
  • serve: ask the disk, not the extension, before dropping a catch-all (7397fdd) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.174 (9d17c2f) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.173

Compare Source

Compare changes

🐛 Bug Fixes
  • bindings: preserve reactive loop attributes (cadeef0) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.173 (8e8c0cb) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.172

Compare Source

Compare changes

🚀 Features
🐛 Bug Fixes
🧹 Chores
  • release v0.2.172 (266bf56) (by Chris <chrisbreuer93@​gmail.com>)
Contributors

v0.2.171

Compare Source

Compare changes

🚀 Features
🐛 Bug Fixes
📚 Documentation
🧪 Tests
🧹 Chores
Contributors

v0.2.170

Compare Source

Compare changes

🐛 Bug Fixes
  • compress from the dev server too, and never buffer a stream (25ed1a5) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.170 (3969daa) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.169

Compare Source

Compare changes

🚀 Features
  • compress text responses (fc9f4d8) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.169 (a6f8e9a) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.168

Compare Source

Compare changes

🐛 Bug Fixes
  • sidebar: keep the active dot on screen (f1cc1a6) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.168 (9c37c88) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.167

Compare Source

Compare changes

🚀 Features
  • sidebar: dots instead of an icon rail, and one motion per space change (b4c8249) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.167 (216ee14) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.166

Compare Source

Compare changes

🚀 Features
  • sidebar: let a space render its shell without its rows (f6ae67d) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.166 (8722885) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.165

Compare Source

Compare changes

🚀 Features
  • render: give pages notFound() (a6b81f8) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.165 (a4c5e10) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.164

Compare Source

Compare changes

🐛 Bug Fixes
  • extractor: keep a destructuring pattern that spans several lines (4c908ce) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.164 (e8557bb) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.163

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: a server script's from 'stx' import no longer shadows the engine's own bindings (df88bb5) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.163 (53c8dc9) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.162

Compare Source

Compare changes

🐛 Bug Fixes
  • __stxServeContext is declared for component scripts too, not only pages (fd0e239) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.162 (14824db) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.161

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: interpolate expressions in a script tag's attributes (bb30bd5) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.161 (9353177) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.160

Compare Source

Compare changes

🐛 Bug Fixes
  • stx: let SSR externalize the runtime, not just the static build (0f817d9) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.160 (3f75d6a) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.159

Compare Source

Compare changes

🐛 Bug Fixes
  • useRoute().query reads the parsed query, not only the raw string (09bf3a5) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.159 (d0758db) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.158

Compare Source

v0.2.157

Compare Source

Compare changes

🐛 Bug Fixes
  • render: setResponseStatus took the whole page down off the serve path (51017cb) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.157 (7ec136f) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.2.156

Compare Source

Compare changes

💥 Breaking Changes
🚀 Features
🐛 Bug Fixes
⚡ Performance Improvements
♻️ Code Refactoring
📚 Documentation
🧪 Tests
📦 Build System
  • deps: pin bun to 1.3.14 exactly (d4e0e1a) (by Chris <chrisbreuer93@​gmail.com>)
🧹 Chores
  • release v0.2.156 (6954c44) (by Chris <chrisbreuer93@​gmail.com>)
Contributors

v0.2.155

Compare Source

Compare changes

🚀 Feat

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 3 times, most recently from 3efd640 to 1c5c6cb Compare April 16, 2026 14:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c2c9db2 to 6b09503 Compare April 28, 2026 00:23
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 5fc11e6 to 874ef31 Compare May 4, 2026 16:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c15bb9d to 21f5b64 Compare May 14, 2026 22:23
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 30d238c to b57cfa1 Compare May 22, 2026 21:40
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c63e819 to ddeaf17 Compare June 2, 2026 20:08
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 360a113 to 7026bd2 Compare June 17, 2026 02:57
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7026bd2 to 53d6cf1 Compare June 18, 2026 18:24
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 53d6cf1 to a564f42 Compare June 27, 2026 00:25
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from fd0acb2 to 1385304 Compare July 9, 2026 01:59
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 780667b to afcb9e4 Compare July 17, 2026 00:09
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0aaa29d to 9a09d9d Compare July 21, 2026 03:40
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