chore(deps-dev): Bump @types/vscode from 1.120.0 to 1.125.0 in the typescript group - #221
chore(deps-dev): Bump @types/vscode from 1.120.0 to 1.125.0 in the typescript group#221dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the typescript group with 1 update: [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode). Updates `@types/vscode` from 1.120.0 to 1.125.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode) --- updated-dependencies: - dependency-name: "@types/vscode" dependency-version: 1.125.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
|
Deferring this one, with a reason rather than just letting it sit. `apps/vscode/package.json` declares `engines.vscode: ^1.85.0`. `vsce package` fails when `@types/vscode` is newer than the declared engine — you are typing against an API surface the extension claims not to require — so bumping the types alone breaks `pnpm release:check`, which packages a real VSIX. Raising the types means raising the engine, which drops support for every VS Code older than 1.125. That is a product decision about the minimum supported editor version, not a dependency bump, and nothing in the extension currently needs an API newer than 1.85. Closing. When the extension does need a newer API, both fields move together in one deliberate change. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the typescript group with 1 update: @types/vscode.
Updates
@types/vscodefrom 1.120.0 to 1.125.0Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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