Skip to content

Bump the minor-and-patch group in /vscode with 6 updates#4156

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vscode/minor-and-patch-f5bb4adcfe
Jul 6, 2026
Merged

Bump the minor-and-patch group in /vscode with 6 updates#4156
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/vscode/minor-and-patch-f5bb4adcfe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group in /vscode with 6 updates:

Package From To
vscode-languageclient 10.0.0 10.0.1
@types/node 26.0.0 26.0.1
@vscode/test-cli 0.0.12 0.0.15
ovsx 1.0.1 1.0.2
prettier 3.8.4 3.9.1
typescript-eslint 8.61.1 8.62.0

Updates vscode-languageclient from 10.0.0 to 10.0.1

Commits

Updates @types/node from 26.0.0 to 26.0.1

Commits

Updates @vscode/test-cli from 0.0.12 to 0.0.15

Changelog

Sourced from @​vscode/test-cli's changelog.

Changelog

Commits

Updates ovsx from 1.0.1 to 1.0.2

Release notes

Sourced from ovsx's releases.

CLI v1.0.2

Dependencies

  • Bump tmp from 0.2.6 to 0.2.7 (#1903)
  • Bump tar from 7.5.11 to 7.5.16 (#1911)
  • Bump form-data from 4.0.4 to 4.0.6 (#1910)
  • Bump js-yaml from 4.1.1 to 4.2.0 (#1912)
  • Bump markdown-it from 14.1.1 to 14.2.0 (#1913)

Frontend Library v1.0.2

Changed

  • Migrate unit test framework from mocha to vitest

Dependencies

  • Bump tar from 7.5.11 to 7.5.16 (#1907)
  • Bump js-yaml from 4.1.1 to 4.2.0 (#1908)
  • Bump vite from 7.3.2 to 7.3.5 (#1905)
  • Bump dompurify from 3.4.0 to 3.4.11 (#1920)
  • Bump markdown-it from 14.1.1 to 14.2.0 (#1904)
  • Bump @​babel/core from 7.29.0 to 7.29.7 (#1909)

v1.0.2

This release of Open VSX consists of:

Deploying the server application is documented in the Wiki.

What's Changed

🏕 Features

👒 Dependencies

... (truncated)

Changelog

Sourced from ovsx's changelog.

[v1.0.2] (23/06/2026)

Dependencies

  • Bump tmp from 0.2.6 to 0.2.7 (#1903)
  • Bump tar from 7.5.11 to 7.5.16 (#1911)
  • Bump form-data from 4.0.4 to 4.0.6 (#1910)
  • Bump js-yaml from 4.1.1 to 4.2.0 (#1912)
  • Bump markdown-it from 14.1.1 to 14.2.0 (#1913)
Commits
  • 7cdc854 chore: prepare cli 1.0.2 release
  • 787c45c build(deps): bump markdown-it from 14.1.1 to 14.2.0 in /cli (#1913)
  • 9d61e9b build(deps): bump js-yaml from 4.1.1 to 4.2.0 in /cli (#1912)
  • 03399e4 build(deps): bump form-data from 4.0.4 to 4.0.6 in /cli (#1910)
  • 2acaf8e build(deps): bump tar from 7.5.11 to 7.5.16 in /cli (#1911)
  • 48cdde2 build(deps): bump tmp from 0.2.6 to 0.2.7 in /cli (#1903)
  • See full diff in compare view

Updates prettier from 3.8.4 to 3.9.1

Release notes

Sourced from prettier's releases.

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.1

diff

CLI: Fix ignored file has been cached incorrectly (#19483 by @​kovsu)

Bug details prettier/prettier#18016

3.9.0

diff

🔗 Release Notes

3.8.5

diff

Flow: Support readonly as a variance annotation (#19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};
// Prettier 3.8.4
SyntaxError
// Prettier 3.8.5
type T = {
readonly foo: string,
};

Commits

Updates typescript-eslint from 8.61.1 to 8.62.0

Release notes

Sourced from typescript-eslint's releases.

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group in /vscode with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) | `10.0.0` | `10.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.0.1` |
| [@vscode/test-cli](https://github.com/Microsoft/vscode-test-cli) | `0.0.12` | `0.0.15` |
| [ovsx](https://github.com/eclipse-openvsx/openvsx/tree/HEAD/cli) | `1.0.1` | `1.0.2` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.62.0` |


Updates `vscode-languageclient` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/10.0.1/client)

Updates `@types/node` from 26.0.0 to 26.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vscode/test-cli` from 0.0.12 to 0.0.15
- [Changelog](https://github.com/microsoft/vscode-test-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/vscode-test-cli/commits)

Updates `ovsx` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/eclipse-openvsx/openvsx/releases)
- [Changelog](https://github.com/eclipse-openvsx/openvsx/blob/main/cli/CHANGELOG.md)
- [Commits](https://github.com/eclipse-openvsx/openvsx/commits/v1.0.2/cli)

Updates `prettier` from 3.8.4 to 3.9.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.1)

Updates `typescript-eslint` from 8.61.1 to 8.62.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: vscode-languageclient
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vscode/test-cli"
  dependency-version: 0.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ovsx
  dependency-version: 1.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies dependencies javascript Pull requests that update Javascript code labels Jul 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 6, 2026 02:14
@dependabot dependabot Bot added dependencies dependencies javascript Pull requests that update Javascript code labels Jul 6, 2026
@github-actions github-actions Bot enabled auto-merge July 6, 2026 02:14
@github-actions github-actions Bot merged commit 1786573 into main Jul 6, 2026
38 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/vscode/minor-and-patch-f5bb4adcfe branch July 6, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants