Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@stacksjs/bumpx ^0.1.86 -> ^0.2.1 age adoption passing confidence devDependencies minor
@stacksjs/clapp ^0.1.16 -> ^0.2.0 age adoption passing confidence dependencies minor
@stacksjs/clarity ^0.3.23 -> ^0.3.24 age adoption passing confidence devDependencies patch
@types/bun (source) 1.2.20 -> 1.3.0 age adoption passing confidence devDependencies minor
@types/vscode (source) ^1.103.0 -> ^1.105.0 age adoption passing confidence devDependencies minor
@vscode/vsce (source) ^3.6.0 -> ^3.6.2 age adoption passing confidence devDependencies patch
bun (source) 1.2.18 -> 1.3.0 age adoption passing confidence uses-with minor
bunfig ^0.10.1 -> ^0.15.0 age adoption passing confidence devDependencies minor
tinyglobby (source) ^0.2.14 -> ^0.2.15 age adoption passing confidence dependencies patch
vscode ^1.74.0 -> ^1.105.0 age adoption passing confidence engines minor

Release Notes

stacksjs/bumpx (@​stacksjs/bumpx)

v0.2.1

Compare Source

No significant changes

    View changes on GitHub

v0.2.0

Compare Source

No significant changes

    View changes on GitHub
stacksjs/clapp (@​stacksjs/clapp)

v0.2.0

Compare Source

No significant changes

    View changes on GitHub

v0.1.18

Compare Source

No significant changes

    View changes on GitHub
stacksjs/clarity (@​stacksjs/clarity)

v0.3.24

Compare Source

No significant changes

    View changes on GitHub
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.

oven-sh/bun (bun)

v1.3.0: Bun v1.3

Compare Source

Read the blog post

Group 77

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3:

bun upgrade

v1.2.23: Bun v1.2.23

Compare Source

To install Bun v1.2.23

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.23:

bun upgrade
Read Bun v1.2.23's release notes on Bun's blog
Thanks to 16 contributors!

v1.2.22: Bun v1.2.22

Compare Source

To install Bun v1.2.22

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.22:

bun upgrade
Read Bun v1.2.22's release notes on Bun's blog
Thanks to 14 contributors!

v1.2.21: Bun v1.2.21

Compare Source

To install Bun v1.2.21

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.21:

bun upgrade
Read Bun v1.2.21's release notes on Bun's blog
Thanks to 23 contributors!

v1.2.20: Bun v1.2.20

Compare Source

To install Bun v1.2.20

curl -fsSL https://bun.sh/install | bash

##### or you can use npm
##### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.20:

bun upgrade
Read Bun v1.2.20's release notes on Bun's blog
Thanks to 19 contributors!

v1.2.19: Bun v1.2.19

Compare Source

To install Bun v1.2.19

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.19:

bun upgrade
Read Bun v1.2.19's release notes on Bun's blog
Thanks to 18 contributors!
stacksjs/bunfig (bunfig)

v0.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.14.1

Compare Source

No significant changes

    View changes on GitHub

v0.12.0

Compare Source

compare changes

🚀 Enhancements
❤️ Contributors

v0.11.1

Compare Source

compare changes

🚀 Enhancements
  • Add config and .config path support (51f450f)
  • Add dynamic type support (03c4d24)
🏡 Chore
❤️ Contributors
SuperchupuDev/tinyglobby (tinyglobby)

v0.2.15

Compare Source

Added
  • Documentation page at https://superchupu.dev/tinyglobby,
    which also contains a library comparison page and migration guide.

    It's been a huge effort that took two months to make.

    Big thanks to outslept, 43081j
    and benmccann for helping out! ❤️

  • JSDoc to all functions and options based on the online documentation page

  • Benchmarks with help from
    43081j and benmccann

  • braceExpansion option

  • extglob option

  • fs option

  • globstar option by benmccann

  • signal option

  • package.json export as tinyglobby/package.json

  • Ability to pass readonly types by TomerAberbach

  • Support for URLs in cwd option

Changed
  • Rewritten path processing algorithm leading to a huge performance increase in many cases
    with help from 43081j and benmccann

  • Deprecated using patterns inside the options object

  • Enabled trusted publishing using npm's OIDC support

Fixed
  • Negated bracket expressions i.e. [!abc]
  • Some patterns like +++ breaking the partial matcher
microsoft/vscode (vscode)

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.

v1.100.0: April 2025

Compare Source

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

    • Custom instructions and reusable prompts (more...).
    • Smarter results with tools for GitHub, extensions, and notebooks (more...).
    • Image and Streamable HTTP support for MCP (more...).
  • Chat performance

    • Faster responses on repeat chat requests (more...).
    • Faster edits in agent mode (more...).
  • Editor experience

    • Improved multi-window support for chat and editors (more...).
    • Staged changes now easier to identify (more...).

For the complete release notes 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.99.3: March 2025 Recovery 3

Compare Source

The update addresses these issues.

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

v1.99.2: March 2025 Recovery 2

Compare Source

The update addresses these issues.

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

v1.99.1: March 2025 Recovery 1

Compare Source

The update has a fix for the security vulnerability in this issue.

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

v1.99.0: March 2025

Compare Source

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

  • Agent mode

    • Agent mode is available in VS Code Stable. Enable it by setting chat.agent.enabled:true (more...).
    • Extend agent mode with Model Context Protocol (MCP) server tools (more...).
    • Try the new built-in tools in agent mode for fetching web content, finding symbol references, and deep thinking (more...).
  • Code editing

    • Next Edit Suggestions is now generally available (more...).
    • Benefit from fewer distractions such as diagnostics events while AI edits are applied in the editor (more...).
  • Chat

    • Use your own API keys to access more language models in chat (preview) (more...).
    • Easily switch between ask, edit, and agent mode from the unified chat experience (more...).
    • Experience improved workspace search speed and accuracy with instant remote workspace indexing (more...).
  • Notebook editing

    • Create and edit notebooks as easily as code files with support for edit and agent mode (more...).

For the complete release notes 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.98.2: February 2025 Recovery 2

Compare Source

The update addresses these issues.

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

v1.98.1: February 2025 Recovery 1

Compare Source

The update addresses these issues.

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

v1.98.0: February 2025

Compare Source

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

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

Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Bluesky vscode.dev or Twitter @​code!

v1.97.2: January 2025 Recovery 2

Compare Source

The update addresses these issues.

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

v1.97.1: January 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.

v1.97.0: January 2025

Compare Source

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

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

Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Bluesky vscode.dev or Twitter @​code!

v1.96.4: November 2024 Recovery 4

Compare Source

The update addresses these issues.

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

v1.96.3: November 2024 Recovery 3

Compare Source

The update addresses these issues.

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

v1.96.2: November 2024 Recovery 2

Compare Source

The update addresses these issues.

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

v1.96.1: November 2024 Recovery 1

Compare Source

The update addresses these issues.

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

v1.96.0: November 2024

Compare Source

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

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

Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Twitter @​code!

v1.95.3: October 2024 Recovery 3

Compare Source

The update addresses these [


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 Oct 14, 2025

Deploy Preview for pickier ready!

Name Link
🔨 Latest commit abe34b4
🔍 Latest deploy log https://app.netlify.com/projects/pickier/deploys/68eda9ea608a3a00084a55d7
😎 Deploy Preview https://deploy-preview-173--pickier.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.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 14, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/pickier@173

commit: abe34b4

@chrisbbreuer
Copy link
Member

🤖 Auto-closing obsolete PR

This PR was automatically closed because package.json has been removed from the project, indicating that npm/yarn/pnpm is no longer used for dependency management.

Removed files:

  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stacksjs%2fbumpx/0.1.86/0.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [@stacksjs/clapp](https://redirect.github.com/stacksjs/clapp)
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stacksjs%2fclapp/0.1.16/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [^0.3.23->^0.3.24](https://renovatebot.com/diffs/npm/@stacksjs%2fclarity/0.3.23/0.3.24)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fbun/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fvscode/1.105.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vscode%2fvsce/3.6.0/3.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [bun](https://bun.com) ([source](https://redirect.github.com/oven-sh/bun))
  • [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bun/1.2.18/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [^0.10.1->^0.15.0](https://renovatebot.com/diffs/npm/bunfig/0.10.1/0.15.0)
  • [![age](https://developer.mend.io/api/mc/badges/age/npm/tinyglobby/0.2.15?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/microsoft%2fvscode/1.105.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
  • `---

Release Notes

stacksjs/bumpx (@​stacksjs/bumpx)

v0.2.1

Compare Source

No significant changes

    View changes on GitHub

v0.2.0

Compare Source

No significant changes

    View changes on GitHub
stacksjs/clapp (@​stacksjs/clapp)

v0.2.0

Compare Source

No significant changes

    View changes on GitHub

v0.1.18

Compare Source

No significant changes

    View changes on GitHub
stacksjs/clarity (@​stacksjs/clarity)

v0.3.24

Compare Source

No significant changes

    View changes on GitHub
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.

oven-sh/bun (bun)

v1.3.0: Bun v1.3

Compare Source

Read the blog post

Group 77

Windows:

powershell -c "irm bun.sh/install.ps1`
- `iex"

To upgrade to Bun v1.2.22:

bun upgrade
Read Bun v1.2.22's release notes on Bun's blog
Thanks to 14 contributors!

v1.2.21: Bun v1.2.21

Compare Source

To install Bun v1.2.21

curl -fsSL https://bun.sh/install`

If this was closed in error, please reopen the PR and update the dependency files accordingly.

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.

2 participants