Skip to content

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

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

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
@types/debug (source) ^4.1.12^4.1.13 age adoption passing confidence
better-dx ^0.2.15^0.2.25 age adoption passing confidence
bumpp ^10.1.1^10.4.1 age adoption passing confidence
bun-plugin-dtsx (source) ^0.9.13^0.11.12 age adoption passing confidence
changelogen ^0.6.1^0.6.2 age adoption passing confidence
debug ^4.3.4^4.4.3 age adoption passing confidence
tinyglobby (source) ^0.2.15^0.2.17 age adoption passing confidence
typescript (source) ^5.8.3^5.9.3 age adoption passing confidence
vite (source) ^8.0.10^8.3.0 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.7.6^7.7.10 age adoption passing confidence
vue (source) ^3.5.0^3.5.42 age adoption passing confidence
vue (source) ^3.5.33^3.5.42 age adoption passing confidence
vue-router (source) ^5.0.6^5.3.1 age adoption passing confidence

Release Notes

stacksjs/better-dx (better-dx)

v0.2.25

Compare Source

v0.2.24

Compare Source

v0.2.23

Compare Source

v0.2.22

Compare Source

v0.2.21

Compare Source

v0.2.20

Compare Source

v0.2.19

Compare Source

v0.2.18

Compare Source

v0.2.17

Compare Source

v0.2.16

Compare Source

antfu-collective/bumpp (bumpp)

v10.4.1

Compare Source

   🚀 Features
    View changes on GitHub

v10.4.0

Compare Source

No significant changes

    View changes on GitHub

v10.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.3.1

Compare Source

No significant changes

    View changes on GitHub

v10.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v10.2.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.2.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.2.0

Compare Source

   🚀 Features
    View changes on GitHub
stacksjs/dtsx (bun-plugin-dtsx)

v0.11.12

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • emit: an import-attributes clause fell back to the object wrapper (5be9618) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.12 (869d52c) (by Chris <chrisbreuer93@​gmail.com>)
  • generator: drop a call-site comment the function already carries (6e7e324) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.11

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • cli: several entrypoints could not be passed, and a miss exited 0 (f23e59f) (by Chris <chrisbreuer93@​gmail.com>)
  • emit: a wrapped export clause separated specifiers with semicolons (0c19a9e) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.11 (2a01119) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.10

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • scanner: end a type alias at the newline that ends it (ca5612f) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.10 (39cb2c1) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.9

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • scanner: end an initializer at the newline that ends it (6ff9d6e) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.9 (45709ec) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.8

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • scanner: end a type annotation at the newline that ends it (8a09456) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.8 (e232bd7) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.7

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • extractor: stop emitting the generator asterisk in declarations (88366c5) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.7 (b2892ed) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.6

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • scanner: read a regex as a regex when a comment precedes it (fc699f8) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.6 (e5b5880) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.5

Compare Source

Changelog

Compare changes

✅ Tests
  • inference: a generic call must not collapse to boolean (2689d48) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.5 (81ac77f) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.4

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • test: type-check the output without needing Node installed (12231d3) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.4 (9983585) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.3

Compare Source

Changelog

Compare changes

✨ Features
  • catch declarations that reference types they never define (9adde7f) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
🔧 Chores
  • release v0.11.3 (7459183) (by Chris <chrisbreuer93@​gmail.com>)
Contributors

v0.11.2

Compare Source

Changelog

Compare changes

✨ Features
  • generator: discover stx component sources (18ade38) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: generate component declarations (8d19443) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • generator: emit valid default declarations (070dc24) (by Chris <chrisbreuer93@​gmail.com>)
  • isolated: retain complex JSX scan boundaries (ec11d48) (by Chris <chrisbreuer93@​gmail.com>)
  • zig: balance jsx initializer syntax (3c5e4a5) (by Chris <chrisbreuer93@​gmail.com>)
  • react: harden jsx expression boundaries (5fa7599) (by Chris <chrisbreuer93@​gmail.com>)
  • react: narrow wrapper dependency inference (5d8fc55) (by Chris <chrisbreuer93@​gmail.com>)
  • react: support component wrapper patterns (38150d7) (by Chris <chrisbreuer93@​gmail.com>)
  • react: scan jsx component initializers (6901cac) (by Chris <chrisbreuer93@​gmail.com>)
  • react: preserve wrapped component types (2856c9c) (by Chris <chrisbreuer93@​gmail.com>)
  • react: infer jsx component returns (d47aaa6) (by Chris <chrisbreuer93@​gmail.com>)
⚡ Performance Improvements
  • isolated: skip annotated single-line literals (ab657d5) (by Chris <chrisbreuer93@​gmail.com>)
📝 Documentation
  • link the community as stacksjs.com/discord (d2bf3c1) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: document component declarations (51594bd) (by Chris <chrisbreuer93@​gmail.com>)
  • cli: label command output fences (aee2894) (by Chris <chrisbreuer93@​gmail.com>)
✅ Tests
  • generator: cover annotated default export records (bcca75a) (by Chris <chrisbreuer93@​gmail.com>)
  • stx: cover component declaration syntax (3e0729c) (by Chris <chrisbreuer93@​gmail.com>)
  • vue: follow renamed burn fixture (ef79503) (by Chris <chrisbreuer93@​gmail.com>)
💚 Continuous Integration
  • benchmark: report isolated mode speedup (edeb9ac) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.2 (962096d) (by Chris <chrisbreuer93@​gmail.com>)
  • wip (a76b183) (by Chris <chrisbreuer93@​gmail.com>)
🎉 Miscellaneous
bench
  • isolated: stabilize mode comparison workloads (c1b2e49) (by Chris <chrisbreuer93@​gmail.com>)
  • isolated: compare generation paths (1582d5e) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.1

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • vue: keep collapsed props types valid when they contain comments (60a11e5) (by Chris <chrisbreuer93@​gmail.com>)
  • emit valid types for string-literal concatenations and numeric arithmetic (1f1cc7e) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.1 (3fe5f8e) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.11.0

Compare Source

Changelog

Compare changes

✨ Features
  • generate declarations for Vue SFCs (6c3a63c) (by Chris <chrisbreuer93@​gmail.com>)
🐛 Bug Fixes
  • bun-plugin: clean each outdir only once per process (c3f4e2d) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.11.0 (89705e3) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.10.9

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • emit valid declarations for generic methods and heritage clauses (0a0015f) (by Chris <chrisbreuer93@​gmail.com>)
  • sourcemap: avoid false source map detection (96bf4ca) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.10.9 (10b431f) (by Chris <chrisbreuer93@​gmail.com>)
  • deps: declare bun ^1.3.14 in deps.yaml (c825db7) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.10.8

Compare Source

Changelog

Compare changes

🔧 Chores
  • release v0.10.8 (658b33e) (by Chris <chrisbreuer93@​gmail.com>)
  • pkg: add sideEffects:false to bun-plugin-dtsx (publint) (6ee53dd) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.10.7

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • zig: infer arithmetic expression results (7f1cd8c) (by Chris <chrisbreuer93@​gmail.com>)
  • zig: refine advanced expression inference (fe339f6) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.10.7 (944d3d7) (by Chris <chrisbreuer93@​gmail.com>)
  • pkg: publint clean — sideEffects:false + executable bin shebang (d538afb) (by Chris <chrisbreuer93@​gmail.com>)
  • wip (82059fe) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.10.6

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • dtsx: preserve side-effect module declarations (d42f755) (by Chris <chrisbreuer93@​gmail.com>)
  • zig: expand advanced expression inference (e71b112) (by Chris <chrisbreuer93@​gmail.com>)
✅ Tests
  • zig: cover advanced expression inference (b47f32d) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.10.6 (1f33319) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.10.5

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • zig: infer unary and access expressions (46e0170) (by Chris <chrisbreuer93@​gmail.com>)
  • zig: emit every variable binding (41e256c) (by Chris <chrisbreuer93@​gmail.com>)
✅ Tests
  • zig: cover binding and expression inference (d2d8ec7) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.10.5 (5fed2a8) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.10.4

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • zig: remove unstable run arguments API (298bb64) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.10.4 (98b90fc) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.10.2

Compare Source

Changelog

Compare changes

🐛 Bug Fixes
  • output: guard destructive path boundaries (b9a8478) (by Chris <chrisbreuer93@​gmail.com>)
  • modules: preserve runtime import specifiers (aaa4c66) (by Chris <chrisbreuer93@​gmail.com>)
  • parallel: normalize batch concurrency (d543da4) (by Chris <chrisbreuer93@​gmail.com>)
  • cache: isolate concurrent source revisions (18b1f88) (by Chris <chrisbreuer93@​gmail.com>)
  • cache: reject malformed declaration entries (a8c148b) (by Chris <chrisbreuer93@​gmail.com>)
  • generator: preserve output pipeline semantics (6cd9e41) (by Chris <chrisbreuer93@​gmail.com>)
  • cache: harden manifest persistence (2476ee2) (by Chris <chrisbreuer93@​gmail.com>)
  • discovery: include all TypeScript module sources (ac1ce8f) (by Chris <chrisbreuer93@​gmail.com>)
  • config: isolate project configuration caches (514c3a5) (by Chris <chrisbreuer93@​gmail.com>)
  • discovery: allow flat external entrypoints (1bfbcf2) (by Chris <chrisbreuer93@​gmail.com>)
  • formatter: preserve declaration documentation (bb72a3f) (by Chris <chrisbreuer93@​gmail.com>)
  • mappings: stabilize regex cache identity (2283319) (by Chris <chrisbreuer93@​gmail.com>)
  • discovery: support module source formats (14ade63) (by Chris <chrisbreuer93@​gmail.com>)
📝 Documentation
  • release: document Pantry release guarantees (da3eda9) (by Chris <chrisbreuer93@​gmail.com>)
✅ Tests
  • cli: isolate shared fixture lifecycle (da9bc1e) (by Chris <chrisbreuer93@​gmail.com>)
💚 Continuous Integration
  • pin Pantry action revision (338b6e4) (by Chris <chrisbreuer93@​gmail.com>)
  • release: publish GitHub releases with Pantry (f942890) (by Chris <chrisbreuer93@​gmail.com>)
  • require complete npm publication (c7a4a93) (by Chris <chrisbreuer93@​gmail.com>)
🔧 Chores
  • release v0.10.2 (1029c12) (by Chris <chrisbreuer93@​gmail.com>)
Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.9.26

Compare Source

v0.9.25

Compare Source

v0.9.24

Compare Source

v0.9.23

Compare Source

v0.9.22

Compare Source

v0.9.21

Compare Source

v0.9.20

Compare Source

v0.9.18

Compare Source

v0.9.17

Compare Source

v0.9.16

Compare Source

v0.9.14

Compare Source

unjs/changelogen (changelogen)

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • cli: Accept hideAuthorEmail arg (#​275)
📖 Documentation
  • Add note about version number interpretation (#​272)
🌊 Types
  • config.types accept boolean value (#​278)
🏡 Chore
❤️ Contributors
debug-js/debug (debug)

v4.4.3

Compare Source

Functionally identical release to 4.4.1.

Version 4.4.2 is compromised. Please see #​1005.

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.4.0...4.4.1

v4.4.0

Compare Source

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: debug-js/debug@4.3.7...4.4.0

v4.3.7

Compare Source

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

v4.3.5

Compare Source

Patch

Thank you @​calvintwr for the fix.

SuperchupuDev/tinyglobby (tinyglobby)

v0.2.17

Compare Source

Changed
  • Enabled staged publishing for stronger supply-chain security
Fixed
  • Defaults when undefined is passed to any of the options by chloeelim
  • Drive-relative paths on Windows by Andrej730
  • FileSystemAdapter is now exported again

v0.2.16

Compare Source

Fixed
Changed
  • Overhauled and optimized most internals by Torathion
  • Ignore patterns are no longer compiled twice by webpro
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

vitejs/vite (vite)

v8.3.0

Compare Source

Features
  • build: avoid settling seen preload dependencies for performance (#​23446) (e6f6b3e)
Bug Fixes
Performance Improvements

v8.2.2

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
  • use JSON import attributes instead of readFIleSync in rolldown configs (#​23251) (d615bcd)

v8.2.1

Compare Source

Bug Fixes
  • build: make client chunkImportMap work with sharedPlugins: true (#​23184) (15f0307)
  • bundled-dev: inject client script tag before chunk scripts (#​23161) (eac0cc8)
  • css: don't re-run lightningcss visitor during minify (fix #​23146) (#​23147) ([

Important

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

@netlify

netlify Bot commented Mar 30, 2026

Copy link
Copy Markdown

Deploy Preview for vite-plugin-layouts failed. Why did it fail? →

Name Link
🔨 Latest commit 625c05b
🔍 Latest deploy log https://app.netlify.com/projects/vite-plugin-layouts/deploys/6aa916acf45e1b000827fbd1

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2e3097a to 1fb10f2 Compare April 3, 2026 06:33
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 198b11a to 7a5c6ea Compare April 8, 2026 06:28
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f3244a6 to 505ac26 Compare April 23, 2026 14:27
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 300789d to 7dcbd21 Compare May 6, 2026 10:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1a2b8fe to 3728233 Compare May 13, 2026 11:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 45087f9 to c1bd98a Compare May 21, 2026 11:55
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 75557ae to 13895e4 Compare July 9, 2026 07:37
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 538d4c0 to 0dfebf4 Compare July 17, 2026 19:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b13e3c6 to e2f9f26 Compare July 24, 2026 23:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0dcd269 to ac844d2 Compare August 5, 2026 12:16
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6f6104b to a50cc53 Compare August 9, 2026 02:27
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 473552f to 941ab59 Compare August 20, 2026 07:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 941ab59 to 8d95a1e Compare August 27, 2026 09: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