Skip to content

packagesのバージョンを更新#32

Merged
ienaga merged 2 commits into
mainfrom
develop
Apr 17, 2026
Merged

packagesのバージョンを更新#32
ienaga merged 2 commits into
mainfrom
develop

Conversation

@ienaga

@ienaga ienaga commented Apr 17, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 17, 2026 15:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

依存パッケージ群のバージョン更新を行い、開発・ビルド環境(VS Code/TypeScript/vsce など)を最新化するPRです。

Changes:

  • @types/vscode / @vscode/vsce / typescript のバージョン更新
  • VS Code の対応バージョン(engines.vscode)を ^1.115.0 に更新
  • package-lock.json の追従更新(関連する依存関係の解決結果更新)

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json 開発依存と engines.vscode のバージョン更新
package-lock.json 依存解決結果(ロックファイル)の更新

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +56 to +68
"@types/vscode": "^1.116.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@vscode/vsce": "^3.8.0",
"@vscode/vsce": "^3.9.0",
"eslint": "^10.2.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.5.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"engines": {
"node": ">=22.0.0",
"vscode": "^1.110.0"
"vscode": "^1.115.0"

Copilot AI Apr 17, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

engines.vscode is set to ^1.115.0 while @types/vscode is ^1.116.0. This can let the code compile against newer VS Code APIs than the extension claims to support, causing runtime failures on older versions. Consider pinning @types/vscode to match the minimum supported VS Code version (or raising engines.vscode to the same level).

Copilot uses AI. Check for mistakes.
@ienaga ienaga merged commit 7f49539 into main Apr 17, 2026
19 checks passed
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