Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cwcss/crosswind ^0.1.3^0.1.6 age adoption passing confidence dependencies patch
@types/bun (source) ^1.3.9^1.3.11 age adoption passing confidence devDependencies patch
@vscode/vsce (source) ^3.7.2-9^3.7.2-10 age adoption passing confidence devDependencies patch
actions/cache v5.0.3v5.0.4 age adoption passing confidence action patch
happy-dom ^20.8.4^20.8.8 age adoption passing confidence dependencies patch
isomorphic-dompurify ^3.5.1^3.7.1 age adoption passing confidence dependencies minor
liquidjs ^10.25.0^10.25.2 age adoption passing confidence dependencies patch
marked (source) ^17.0.4^17.0.5 age adoption passing confidence dependencies patch
oven-sh/setup-bun v2.1.2v2.2.0 age adoption passing confidence action minor
shivammathur/setup-php 2.36.02.37.0 age adoption passing confidence action minor
ws ^8.19.0^8.20.0 age adoption passing confidence dependencies minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cwcss/crosswind (@​cwcss/crosswind)

v0.1.6

Compare Source

v0.1.5

Compare Source

Full Changelog: cwcss/crosswind@v0.1.4...v0.1.5

Microsoft/vsce (@​vscode/vsce)

v3.7.2-10

Compare Source

Changes:

  • #​1252: Bump yauzl from 2.10.0 to 3.2.1

This list of changes was auto generated.

actions/cache (actions/cache)

v5.0.4

Compare Source

capricorn86/happy-dom (happy-dom)

v20.8.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where export names can be interpolated as executable code in ESM - By @​capricorn86 in task #​2113
    • A security advisory (GHSA-6q6h-j7hj-3r64) has been reported that shows a security vulnerability where it's possible to escape the VM context and get access to process level functionality. Big thanks to @​tndud042713 for reporting this!

v20.8.7

Compare Source

v20.8.6

Compare Source

v20.8.5

Compare Source

kkomelin/isomorphic-dompurify (isomorphic-dompurify)

v3.7.1

Compare Source

Bug Fix

  • Fixed missing browser type declarationsbrowser.d.ts and browser.d.mts were not included in the 3.7.0 published package due to a race condition in the build process. This caused TS7016: Could not find a declaration file for module 'isomorphic-dompurify' errors in tsgo and TypeScript 6 when resolving through the default (browser) exports condition. (#​411)

Thanks to @​asterikx and @​ElPrudi for their help with the issue.

v3.7.0: : TypeScript 6 compatibility

Compare Source

TypeScript 6 compatibility fixes:

  • Add explicit type annotation for sanitize to satisfy TS6
  • Silence baseUrl deprecation warning from tsup dts build in TS6

Dependency updates:

  • bump typescript from 5.9.3 to 6.0.2
  • bump vitest from 4.1.0 to 4.1.1

v3.6.0: : Updated dependencies

Compare Source

Dependency updates:

harttle/liquidjs (liquidjs)

v10.25.2

Compare Source

Bug Fixes
  • handle undefined replacement argument in replace filter (#​864) (0ad2b11)

v10.25.1

Compare Source

Bug Fixes
  • mem limiter for invalid ranges (95ddefc)
  • treat args for replace_first as literal (35d5230)
markedjs/marked (marked)

v17.0.5

Compare Source

Bug Fixes
  • Fix catastrophic backtracking (ReDoS) in link/reflink label regex (#​3918) (4625980)
  • prevent quadratic complexity in emStrongLDelim regex (#​3906) (c732dd2)
  • prevent single-tilde strikethrough false positives (#​3910) (5e03369)
  • re-assign tokenizer.lexer and renderer.parser at start of each parse call (#​3907) (f3a3ec0)
  • trim trailing whitespace from lheading text (#​3920) (3ea7e88)
oven-sh/setup-bun (oven-sh/setup-bun)

v2.2.0

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.2.0

v2.1.3

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.3

shivammathur/setup-php (shivammathur/setup-php)

v2.37.0

Compare Source

Changelog
  • Updated the action to use Node.js 24. (#​1049)

  • Added support for master in the php-version input. It should now set up a nightly build from the master branch of php-src.

  • Added support to install ioncube and zephir_parser extensions on PHP 8.5.

  • Expanded support for installing extensions using Homebrew on macOS from the shivammathur/homebrew-extensions tap. This includes pdo_firebird, sqlsrv, pdo_sqlsrv, pecl_http, swow, xhprof, and several other supported extensions.

  • Improved switching PHP versions on Linux. Missing alternatives should now be registered automatically before switching versions. #​1067

  • Improved support for Homebrew on macOS. It should now retry stuck brew commands with an inactivity watchdog.

  • Improved support for adding tools. It should now correctly use the latest release download URL when a version is not specified. (#​1064)

  • Improved tool setup and caching on self-hosted runners.

  • Improved support for sqlsrv and pdo_sqlsrv on PHP 8.1 and 8.2.

  • Fixed installing pecl_http on Windows. Switched to downloads.php.net for fixing ICU version post install.

  • Fixed cached couchbase installs on macOS using the shivammathur/cache-extensions action.

  • Replaced @actions/core with local functions to reduce bundle size.

  • Refactored to use ES2024+ features for Node 24.

  • Updated actions used in examples to their latest versions.

  • Updated Node.js dependencies.

Thanks @​theluckystrike for the contribution 🎉

Thanks @​code-kudu, @​ssddanbrown, @​RoundingWell, and @​ntzrbtr for the sponsorship ❤️

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

websockets/ws (ws)

v8.20.0

Compare Source

Features

  • Added exports for the PerMessageDeflate class and utilities for the
    Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers (d3503c1).

Configuration

📅 Schedule: 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
Copy link

netlify bot commented Mar 6, 2026

Deploy Preview for stacks-stx failed. Why did it fail? →

Name Link
🔨 Latest commit d0294b8
🔍 Latest deploy log https://app.netlify.com/projects/stacks-stx/deploys/69c41c3163d66b000805f345

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 6, 2026

Open in StackBlitz

npm i https://pkg.pr.new/bun-plugin-stx@1648
npm i https://pkg.pr.new/@stacksjs/components@1648
npm i https://pkg.pr.new/@stacksjs/stx@1648

commit: 6b0b67b

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7b008e5 to 8a3a2d5 Compare March 9, 2026 23:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 42d515e to beb843d Compare March 18, 2026 05:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from beb843d to 251c283 Compare March 18, 2026 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from cf0d607 to 6aab8c3 Compare March 25, 2026 00:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6aab8c3 to d0294b8 Compare March 25, 2026 17:32
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