Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@shikijs/vitepress-twoslash (source) ^3.15.0 -> ^3.17.0 age confidence
baseline-browser-mapping ^2.8.31 -> ^2.8.32 age confidence
execa ^9.6.0 -> ^9.6.1 age confidence
http-proxy-3 ^1.22.0 -> ^1.23.1 age confidence
miniflare (source) ^4.20251118.1 -> ^4.20251125.0 age confidence
phoenix ^1.8.1 -> ^1.8.2 age confidence
pnpm (source) 10.23.0 -> 10.24.0 age confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence
requirejs ^2.3.7 -> ^2.3.8 age confidence
rolldown-vite (source) 7.2.7 -> 7.2.8 age confidence
svelte (source) ^5.44.1 -> ^5.45.2 age confidence
tsx (source) ^4.20.6 -> ^4.21.0 age confidence

Release Notes

shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.17.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.16.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
web-platform-dx/baseline-browser-mapping (baseline-browser-mapping)

v2.8.32

Compare Source

sindresorhus/execa (execa)

v9.6.1

Compare Source


cloudflare/workers-sdk (miniflare)

v4.20251125.0

Compare Source

Patch Changes
  • #​11376 69f4dc3 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251118.0 1.20251121.0
  • #​11396 1133c4d Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251121.0 1.20251125.0
  • #​11348 4d61fae Thanks @​petebacondarwin! - Add resilience to reading and writing the dev registry files

phoenixframework/phoenix (phoenix)

v1.8.2

Compare Source

Bug fixes
  • [phoenix.js] fix issue where LongPoll can cause "unmatched topic" errors (observed on iOS only) (#​6538)
  • [phx.gen.live] fix tests when schema and table names are equal (#​6477)
  • [Verified Routes] do not add path prefixes for static routes
  • [Phoenix.Endpoint] fix LongPoll being active by default since 1.8.0 (#​6487)
Enhancements
  • [phoenix.js] socket now stops reconnection attempts while the page is hidden (#​6534)
  • [phx.new] (re-)add <.input field={@&#8203;form[:foo]} type="hidden" /> support in core components
  • [phx.new] set force_ssl in prod.exs by default (#​6435)
  • [phx.new] change --docker base image to debian trixie (#​6521)
  • [Phoenix.Socket.assign/2] allow passing a function as second argument assign(socket, fn _existing_assigns -> %{this_gets: "merged"} end) (#​6530)
  • [Phoenix.Controller.assign/2] allow passing a function as second argument (#​6542)
  • [Phoenix.Controller.assign/2] support keyword lists and maps as second argument similar to LiveView (#​6513)
  • [Presence] support custom dispatcher for presence_diff broadcast (#​6500)
  • [AGENTS.md] add short test guidelines to usage rules
pnpm/pnpm (pnpm)

v10.24.0

Compare Source

prettier/prettier (prettier)

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

jrburke/r.js (requirejs)

v2.3.8

Compare Source

vitejs/rolldown-vite (rolldown-vite)

v7.2.8

Compare Source

Features
Bug Fixes
  • inconsistentCjsInterop: true should affect dynamic imports as well (#​521) (38a8609)
  • deps: update all non-major dependencies (#​21146) (a3cd262)
Performance Improvements
Documentation
sveltejs/svelte (svelte)

v5.45.2

Compare Source

Patch Changes
  • fix: array destructuring after await (#​17254)

  • fix: throw on invalid {@&#8203;tag}s (#​17256)

v5.45.1

Compare Source

Patch Changes
  • fix: link offscreen items and last effect in each block correctly (#​17240)

v5.45.0

Compare Source

Minor Changes
privatenumber/tsx (tsx)

v4.21.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 added the dependencies Pull requests that update a dependency file label Dec 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a0ea0e to bf260b6 Compare December 1, 2025 04:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf260b6 to d36b801 Compare December 1, 2025 04:33
@renovate
Copy link
Contributor Author

renovate bot commented Dec 1, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sapphi-red sapphi-red merged commit 72e398a into main Dec 1, 2025
18 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch December 1, 2025 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants