Bump the all-dependencies group across 1 directory with 2 updates - #382
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates VS Code extension development dependencies.
Changes:
- Bumps
@types/vscodeto1.134.0. - Bumps ESLint to
10.9.0. - Refreshes lockfile entries.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/vscode-extensions/package-lock.json |
Locks updated dependency versions and metadata. |
src/vscode-extensions/microsoft-powerplatformlang-extension/package.json |
Updates development dependency ranges. |
Files not reviewed (1)
- src/vscode-extensions/package-lock.json: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/src/vscode-extensions/main/all-dependencies-71ce91b88c
branch
from
August 26, 2026 16:14
7a59288 to
8028399
Compare
Comment on lines
401
to
404
| "devDependencies": { | ||
| "@types/node": "^22.0.0", | ||
| "@types/vscode": "^1.108.0", | ||
| "@types/vscode": "^1.134.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.67.0", |
Bumps the all-dependencies group with 2 updates in the /src/vscode-extensions directory: [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) and [eslint](https://github.com/eslint/eslint). Updates `@types/vscode` from 1.125.0 to 1.134.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) Updates `eslint` from 10.8.1 to 10.9.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.8.1...v10.9.0) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-version: 1.134.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: eslint dependency-version: 10.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/src/vscode-extensions/main/all-dependencies-71ce91b88c
branch
from
August 27, 2026 16:15
8028399 to
681101d
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- src/vscode-extensions/package-lock.json: Generated file
Suppressed comments (1)
src/vscode-extensions/microsoft-powerplatformlang-extension/package.json:404
@types/vscodeis now ^1.134.0 while the extension’s engines.vscode remains ^1.108.0 (see package.json:19-21). This can allow compiling against newer VS Code APIs than the minimum supported runtime, risking runtime failures on 1.108.x. Align@types/vscodewith engines.vscode (or intentionally bump engines.vscode and regenerate the lockfile).
"@types/node": "^22.0.0",
"@types/vscode": "^1.134.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
Comment on lines
22
to
25
| "devDependencies": { | ||
| "@types/node": "^22.0.0", | ||
| "@types/vscode": "^1.108.0", | ||
| "@types/vscode": "^1.134.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.67.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 2 updates in the /src/vscode-extensions directory: @types/vscode and eslint.
Updates
@types/vscodefrom 1.125.0 to 1.134.0Commits
Updates
eslintfrom 10.8.1 to 10.9.0Release notes
Sourced from eslint's releases.
Commits
c27bc9210.9.0fa831d9Build: changelog update for 10.9.0899dbf1chore: update github/codeql-action action to v4.37.7 (#21243)08de88efeat: handle underflow in no-loss-of-precision (#21218)9ef407adocs: use eslint.config.* wherever config file names are listed (#21216)9aa3873chore: update ecosystem plugins (#21235)2ba3025fix: prevent unsafeno-varautofix with hoisted functions (#21213)dc1e7a8chore: update ecosystem plugins (#21208)87f66f4docs: Update README8e69622fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204)