Skip to content

Update @vscode/codicons version to 0.0.46-5#309907

Merged
mrleemurray merged 1 commit intomainfrom
mrleemurray/sweet-moccasin-moose
Apr 14, 2026
Merged

Update @vscode/codicons version to 0.0.46-5#309907
mrleemurray merged 1 commit intomainfrom
mrleemurray/sweet-moccasin-moose

Conversation

@mrleemurray
Copy link
Copy Markdown
Contributor

Upgrade the @vscode/codicons package to version 0.0.46-5 in both package.json and package-lock.json files to ensure compatibility and access to the latest features. No additional testing is required beyond standard functionality checks.

Copilot AI review requested due to automatic review settings April 14, 2026 17:07
@mrleemurray mrleemurray enabled auto-merge (squash) April 14, 2026 17:07
@mrleemurray mrleemurray self-assigned this Apr 14, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Upgrades @vscode/codicons to 0.0.46-5 to pick up the newer codicon set and maintain compatibility.

Changes:

  • Bump @vscode/codicons from ^0.0.46-1 to ^0.0.46-5 in the root package.json
  • Bump @vscode/codicons from ^0.0.46-1 to ^0.0.46-5 in remote/web/package.json

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.

File Description
remote/web/package.json Updates the codicons dependency version used by the remote web package.
package.json Updates the codicons dependency version used at the repo root.
Files not reviewed (1)
  • remote/web/package-lock.json: Language not supported

Comment thread package.json
"@parcel/watcher": "^2.5.6",
"@types/semver": "^7.5.8",
"@vscode/codicons": "^0.0.46-1",
"@vscode/codicons": "^0.0.46-5",
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

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

The PR description states that package-lock.json is also upgraded, but no package-lock.json diff is included in the reviewed changes. If this repo uses npm lockfiles, please include the corresponding lockfile update (or adjust the PR description to match what’s actually changed).

Copilot uses AI. Check for mistakes.
Comment thread remote/web/package.json
"@microsoft/1ds-core-js": "^3.2.13",
"@microsoft/1ds-post-js": "^3.2.13",
"@vscode/codicons": "^0.0.46-1",
"@vscode/codicons": "^0.0.46-5",
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

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

If the goal is specifically to move to 0.0.46-5 for compatibility, using a caret range (^0.0.46-5) can allow future installs to resolve to a different version than the one intended by this PR. Consider pinning to an exact version (0.0.46-5) to make the declared dependency match the PR intent (the lockfile will still control installs, but pinning reduces drift when lockfiles are regenerated).

Suggested change
"@vscode/codicons": "^0.0.46-5",
"@vscode/codicons": "0.0.46-5",

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown
Contributor

Screenshot Changes

Base: 107a0519 Current: f9921ff7

Changed (1)

editor/inlineCompletions/other/JumpToHint/Dark
Before After
before after

@mrleemurray mrleemurray merged commit 6a3da5f into main Apr 14, 2026
44 of 45 checks passed
@mrleemurray mrleemurray deleted the mrleemurray/sweet-moccasin-moose branch April 14, 2026 19:43
@vs-code-engineering vs-code-engineering bot added this to the 1.117.0 milestone Apr 14, 2026
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.

3 participants