Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@biomejs/biome (source) ^2.2.6 -> ^2.2.7 age confidence devDependencies patch
@microsoft/api-extractor (source) ^7.53.1 -> ^7.53.2 age confidence devDependencies patch
@rsbuild/core (source) 1.6.0-beta.0 -> 1.6.0-beta.1 age confidence devDependencies patch
@rsbuild/core (source) 1.6.0-beta.0 -> 1.6.0-beta.1 age confidence dependencies patch
@rslib/core (source) 0.15.1 -> 0.16.0 age confidence devDependencies minor
@types/vscode (source) ^1.100.0 -> ^1.105.0 age confidence devDependencies patch
@vscode/test-cli ^0.0.11 -> ^0.0.12 age confidence devDependencies patch
@vscode/vsce (source) 3.6.0 -> 3.6.2 age confidence devDependencies patch
happy-dom ^20.0.7 -> ^20.0.8 age confidence devDependencies patch
nx (source) ^21.6.5 -> ^21.6.6 age confidence devDependencies patch
vscode ^1.100.0 -> ^1.999.0 age confidence engines minor

Release Notes

biomejs/biome (@​biomejs/biome)

v2.2.7

Compare Source

Patch Changes
microsoft/rushstack (@​microsoft/api-extractor)

v7.53.2

Compare Source

Wed, 22 Oct 2025 00:57:54 GMT

Version update only

web-infra-dev/rsbuild (@​rsbuild/core)

v1.6.0-beta.1

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.6.0-beta.0...v1.6.0-beta.1

web-infra-dev/rslib (@​rslib/core)

v0.16.0

Compare Source

Highlights 💡

Additional build CLI options

The Rslib build command now supports additional CLI options that take precedence over configuration file settings, and can even be used without any configuration file entirely.

For example: rslib build --entry index.ts --minify --tsconfig tsconfig.build.json.

Usage:
  $ rslib build

Options:
  -w, --watch            turn on watch mode, watch for changes and rebuild
  --entry <entry>        set entry file or pattern (repeatable)
  --dist-path <dir>      set output directory
  --bundle               enable bundle mode (use --no-bundle to disable)
  --format <format>      specify the output format (esm | cjs | umd | mf | iife)
  --syntax <syntax>      set build syntax target (repeatable)
  --target <target>      set runtime target (web | node)
  --dts                  emit declaration files (use --no-dts to disable)
  --externals <pkg>      add package to externals (repeatable)
  --minify               minify output (use --no-minify to disable)
  --clean                clean output directory before build (use --no-clean to disable)
  --auto-extension       control automatic extension redirect (use --no-auto-extension to disable)
  --auto-external        control automatic dependency externalization (use --no-auto-external to disable)
  --tsconfig <path>      use specific tsconfig (relative to project root)

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.15.1...v0.16.0

Microsoft/vscode-test-cli (@​vscode/test-cli)

v0.0.12

  • Package version bumps
Microsoft/vsce (@​vscode/vsce)

v3.6.2

Compare Source

Changes:

  • #​1199: fix: generate language model tag for languageModelChatProvider contributions

This list of changes was auto generated.

v3.6.1

Compare Source

Changes:

  • #​1198: chore: bump vsce-sign to 2.0.7
  • #​1194: Engineering - do not run Azure Pipeline for pull requests
  • #​1193: fix: check exec params
  • #​1191: Bump tmp from 0.2.3 to 0.2.4
  • #​1188: Avoid Node.js DEP0190 warning by using string form for prepublish command
  • #​1190: chore: migrate PR check to GitHub Actions
  • #​1189: update secretlint
  • #​1187: Bump form-data from 4.0.0 to 4.0.4
  • #​1185: chore: onboard OSS pipeline to 1ES template
  • #​1179: add commonjs annotation to package.json

This list of changes was auto generated.

capricorn86/happy-dom (happy-dom)

v20.0.8

Compare Source

👷‍♂️ Patch fixes
nrwl/nx (nx)

v21.6.6

Compare Source

21.6.6 (2025-10-21)
🩹 Fixes
  • angular: improve message for unsupported typescript project references (#​33148)
  • angular: ensure ngpackagr tsconfig options set correctly based on version #​33081 (#​33150, #​33081)
  • angular-rspack: ensure root node_modules included when resolving packages (#​33144, #​33026)
  • core: improve db connection initialization and error messages (#​33054, #​28640, #​30856, #​32894)
  • core: prioritize in-progress tasks section visibility in tui (#​33053)
  • core: enhance tui summary output to fix misc issues (#​33057)
  • core: restore migrations used by nx repair (#​33124)
  • core: avoid changing existing project name if a project.json file is added to a project (#​33114)
  • core: do not remove wal files manually for existing databases (#​33143)
  • core: do not print flaky tasks guidance when nx cloud is already enabled (#​33149)
  • core: add wrappers for start and stop agent nx-cloud commands (#​33140)
  • core: revert changes to the db connection initialization (#​33156)
  • graph: prevent content from overflowing in the PDV component (#​33120)
  • linter: install correct deps in eslint convert to flat config generator (#​33078)
  • module-federation: ensure angular rspack module federation supports live reload (#​33137)
  • remix: ensure supported version of vite is used (#​33089)
  • vite: add logic to prevent overwriting generated package.json (#​30705, #​30312)
❤️ Thank You
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 Source

The update addresses these issues.

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

v1.102.1: June 2025 Recovery 1

Compare Source

The update addresses these issues.

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

v1.102.0: June 2025

Compare Source

Welcome to the June 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:

Chat

  • Explore and contribute to the open sourced GitHub Copilot Chat extension (Read our blog post).
  • Generate custom instructions that reflect your project's conventions (Show more).
  • Use custom modes to tailor chat for tasks like planning or research (Show more).
  • Automatically approve selected terminal commands (Show more).
  • Edit and resubmit previous chat requests (Show more).

MCP

  • MCP support is now generally available in VS Code (Show more).
  • Easily install and manage MCP servers with the MCP view and gallery (Show more).
  • MCP servers as first-class resources in profiles and Settings Sync (Show more).

Editor experience

  • Delegate tasks to Copilot coding agent and let it handle them in the background (Show more).
  • Scroll the editor on middle click (Show more).
    If you'd like to read these release notes online, go to Updates on code.visualstudio.com. Insiders: Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.

v1.101.2: May 2025 Recovery 2

Compare Source

The update addresses these issues.

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

v1.101.1: May 2025 Recovery 1

Compare Source

The update addresses these issues.

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

v1.101.0: May 2025

Compare Source

Welcome to the May 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

  • Expand your agent coding flow with support for prompts, resources, and sampling (Show more).
  • Access MCP servers that require authentication (Show more).
  • Debug MCP servers with development mode (Show more).
  • Publish MCP servers from an extension (Show more).

Chat

  • Group and manage related tools by combining them in a tool set (Show more).

Source Control

  • View files in Source Control Graph view (Show more).
  • Assign and track work for GitHub Copilot Coding Agent from within VS Code (Show more).

If you'd like to read these release notes online, go to Updates on code.visualstudio.com.

Want to try new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available.

v1.100.3: April 2025 Recovery 3

Compare Source

The update addresses these issues, including a fix for a security vulnerability.

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

v1.100.2: April 2025 Recovery 2

Compare Source

The update addresses these issues, including a fix for a security vulnerability.

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

v1.100.1: April 2025 Recovery 1

Compare Source

The update addresses these issues, including a fix for a security vulnerability.

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


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.

@netlify
Copy link

netlify bot commented Oct 23, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 4dd0a42
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/68f9c9c829e15b0008b55def
😎 Deploy Preview https://deploy-preview-639--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 23, 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.

@9aoy 9aoy merged commit 869649e into main Oct 23, 2025
16 checks passed
@9aoy 9aoy deleted the renovate/all-non-major branch October 23, 2025 06:47
@9aoy 9aoy mentioned this pull request Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants