Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@astrojs/compiler (source) ^2.10.3 -> ^2.13.0 age confidence dependencies patch
@jridgewell/sourcemap-codec (source) ^1.4.15 -> ^1.5.5 age confidence dependencies patch
@preact/signals (source) ^2.3.2 -> ^2.4.0 age confidence dependencies minor
@tailwindcss/vite (source) ^4.1.16 -> ^4.1.17 age confidence dependencies patch
@types/mocha (source) ^10.0.1 -> ^10.0.10 age confidence devDependencies patch
@types/semver (source) ^7.3.13 -> ^7.7.1 age confidence devDependencies patch
@types/vscode (source) ^1.82.0 -> ^1.105.0 age confidence devDependencies patch
@types/yargs (source) ^17.0.33 -> ^17.0.34 age confidence devDependencies patch
@vscode/vsce (source) 2.30.0 -> 2.32.0 age confidence devDependencies minor
alpinejs (source) ^3.15.0 -> ^3.15.1 age confidence dependencies patch
canvas-confetti ^1.9.3 -> ^1.9.4 age confidence dependencies patch
chokidar ^4.0.1 -> ^4.0.3 age confidence dependencies patch
eslint (source) ^9.38.0 -> ^9.39.1 age confidence devDependencies minor
fast-glob ^3.2.12 -> ^3.3.3 age confidence dependencies patch
fast-xml-parser ^5.3.0 -> ^5.3.1 age confidence dependencies patch
marked (source) ^16.4.1 -> ^16.4.2 age confidence dependencies patch
mocha (source) ^10.2.0 -> ^10.8.2 age confidence devDependencies patch
sass ^1.93.2 -> ^1.93.3 age confidence dependencies patch
semver ^7.3.8 -> ^7.7.3 age confidence dependencies patch
shiki (source) ^3.13.0 -> ^3.15.0 age confidence dependencies minor
sitemap ^8.0.0 -> ^8.0.2 age confidence dependencies patch
solid-js (source) ^1.9.9 -> ^1.9.10 age confidence dependencies patch
svelte (source) ^4.2.10 -> ^4.2.20 age confidence dependencies patch
svelte (source) ^5.41.3 -> ^5.43.4 age confidence dependencies patch 5.43.5
tailwindcss (source) ^4.1.16 -> ^4.1.17 age confidence dependencies patch
tinyexec ^1.0.1 -> ^1.0.2 age confidence dependencies patch
turbo (source) ^2.5.8 -> ^2.6.0 age confidence devDependencies minor
typescript-eslint (source) ^8.46.2 -> ^8.46.3 age confidence devDependencies patch
vite (source) ^6.4.0 -> ^6.4.1 age confidence devDependencies patch
volar-service-css (source) 0.0.66 -> 0.0.67 age confidence dependencies patch
volar-service-emmet (source) 0.0.66 -> 0.0.67 age confidence dependencies patch
volar-service-html (source) 0.0.66 -> 0.0.67 age confidence dependencies patch
volar-service-prettier (source) 0.0.66 -> 0.0.67 age confidence dependencies patch
volar-service-typescript (source) 0.0.66 -> 0.0.67 age confidence dependencies patch
volar-service-typescript-twoslash-queries (source) 0.0.66 -> 0.0.67 age confidence dependencies patch
volar-service-yaml (source) 0.0.66 -> 0.0.67 age confidence dependencies patch
vscode ^1.90.0 -> ^1.999.0 age confidence engines minor
vscode-html-languageservice ^5.5.2 -> ^5.6.0 age confidence dependencies patch
vscode-languageserver-textdocument (source) ^1.0.11 -> ^1.0.12 age confidence dependencies patch
vscode-languageserver-textdocument (source) ^1.0.11 -> ^1.0.12 age confidence devDependencies patch
vscode-tmgrammar-test ^0.1.2 -> ^0.1.3 age confidence devDependencies patch
vscode-uri ^3.0.8 -> ^3.1.0 age confidence devDependencies patch
vue (source) ^3.5.22 -> ^3.5.24 age confidence dependencies patch
yaml (source) ^2.5.0 -> ^2.8.1 age confidence dependencies patch

Release Notes

preactjs/signals (@​preact/signals)

v2.4.0

Compare Source

Minor Changes
  • #​777 d31738f Thanks @​JoviDeCroock! - Revert the changes to useComputed, sincere apologies for the inconvenience we've discussed this at length and are going to side on the perf side.
Patch Changes
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)
Microsoft/vsce (@​vscode/vsce)

v2.32.0

Compare Source

Changes:
  • #​1034: Revert "Update deprecated dependencies"
  • #​1032: fix: probabilistic trigger v8 crash
  • #​1028: Remove need-more-info-closer workflow

This list of changes was auto generated.

v2.31.1

Compare Source

Changes:
  • #​1027: Update deprecated dependencies
  • #​1025: Don't package default readme if a path is provided and default is ignored
  • #​1024: add executes code property

This list of changes was auto generated.

v2.31.0

Compare Source

Changes:
  • #​1022: Throw error if provided readmePath or provided changelogPath could not be found
  • #​1020: Throw when unused files pattern in package.json
  • #​1015: Support "ls --tree"

This list of changes was auto generated.

alpinejs/alpine (alpinejs)

v3.15.1

Compare Source

Changed

  • x-sort improvements
  • CSP build allowGlobals now defaults to false instead of true
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.3.1

Compare Source

markedjs/marked (marked)

v16.4.2

Compare Source

sass/dart-sass (sass)

v1.93.3

Compare Source

  • Fix a performance regression that was introduced in 1.92.0.
shikijs/shiki (shiki)

v3.15.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
ekalinin/sitemap.js (sitemap)

v8.0.2

Compare Source

Bug Fixes
  • fix #​464: Support xsi:schemaLocation in custom namespaces - thanks @​dzakki
    • Extended custom namespace validation to accept namespace-qualified attributes (like xsi:schemaLocation) in addition to xmlns declarations
    • The validation regex now matches both xmlns:prefix="uri" and prefix:attribute="value" patterns
    • Enables proper W3C schema validation while maintaining security validation for malicious content
    • Added comprehensive tests including security regression tests
Example Usage

The following now works correctly (as documented in README):

const sms = new SitemapStream({
  xmlns: {
    custom: [
      'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"',
      'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"'
    ]
  }
});
Testing
  • ✅ All existing tests passing
  • ✅ 8 new tests added covering positive and security scenarios
  • ✅ 100% backward compatible with 8.0.1
Files Changed

2 files changed: 144 insertions, 5 deletions

sveltejs/svelte (svelte)

v5.43.4

Compare Source

Patch Changes
  • chore: simplify connection/disconnection logic (#​17105)

  • fix: reconnect deriveds to effect tree when time-travelling (#​17105)

v5.43.3

Compare Source

Patch Changes
  • fix: ensure fork always accesses correct values (#​17098)

  • fix: change title only after any pending work has completed (#​17061)

  • fix: preserve symbols when creating derived rest properties (#​17096)

tinylibs/tinyexec (tinyexec)

v1.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: tinylibs/tinyexec@1.0.1...1.0.2

vercel/turborepo (turbo)

v2.6.0: Turborepo v2.6.0

Compare Source

What's Changed

Docs
create-turbo
eslint
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.5.8...v2.6.0

typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

volarjs/services (volar-service-css)

v0.0.67

Compare Source

volarjs/services (volar-service-emmet)

v0.0.67

Compare Source

volarjs/services (volar-service-html)

v0.0.67

Compare Source

volarjs/services (volar-service-prettier)

v0.0.67

Compare Source

volarjs/services (volar-service-typescript)

v0.0.67

Compare Source

volarjs/services (volar-service-typescript-twoslash-queries)

v0.0.67

Compare Source

volarjs/services (volar-service-yaml)

v0.0.67

Compare Source

microsoft/vscode (vscode)

v1.999.0

Compare Source

v1.105.1: September 2025 Recovery 1

Compare Source

The update addresses these issues.

For the complete release notes go to Updates on code.visualstudio.com.

v1.105.0: September 2025

Compare Source

Welcome to the September 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

OS integration Developer productivity Agent tools
Get notified about task completion and chat responses
Show more
Resolve merge conflicts with AI assistance
Show more
Install MCP servers from the MCP marketplace
Show more
Native authentication experience on macOS
Show more
Pick up where you left off with the recent chats
Show more
Use fully-qualified tool names to avoid conflicts
Show more

v1.104.3: August 2025 Recovery 3

Compare Source

The update addresses these issues.

v1.104.2: August 2025 Recovery 2

Compare Source

The update addresses these issues.

v1.104.1: August 2025 Recovery 1

Compare Source

The update addresses these issues.

v1.104.0: August 2025

Compare Source

Welcome to the August 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

Model flexibility Security Productivity
Let VS Code select the best model
Show more
Confirm edits for sensitive files
Show more
Remove distractions from chat file edits
Show more
Contribute models through VS Code extensions
Show more
Let agents run terminal commands safely
Show more
Use AGENTS.md to add chat context
Show more

v1.103.2: July 2025 Recovery 2

Compare Source

The update addresses these issues.

v1.103.1: July 2025 Recovery 1

Compare Source

The update adds GPT-5 prompt improvements, support for GPT-5 mini, and addresses these issues.

v1.103.0: July 2025

Compare Source


Welcome to the July 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:

MCP Chat Productivity
Revamped tool picker experience
Show more
Use GPT-5 in VS Code
Show more
Check out multiple branches simultaneously with Git worktrees
Show more
Enable more than 128 tools per agent request
Show more
Restore to a previous good state with chat checkpoints
Show more
Manage coding agent sessions in a dedicated view
Show more

v1.102.3: June 2025 Recovery 3

Compare Source

The update addresses these issues.

For the complete release notes go to Updates on code.visualstudio.com.

v1.102.2: June 2025 Recovery 2

[Compare S


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 Nov 3, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 3, 2025

⚠️ No Changeset found

Latest commit: eadf9fb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added feat: markdown Related to Markdown (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) labels Nov 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 66f7619 to 58cf846 Compare November 7, 2025 21:52
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 7, 2025

CodSpeed Performance Report

Merging #14707 will not alter performance

Comparing renovate/all-minor-patch (eadf9fb) with main (91780cf)

Summary

✅ 6 untouched

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6eee7a4 to 5b26853 Compare November 10, 2025 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b26853 to eadf9fb Compare November 10, 2025 11:17
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 feat: markdown Related to Markdown (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant