-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies for editor/code #15151
Conversation
I think we can bump Code too to 1.78. |
That changes our extension's minimum support versions, so I thought we should do it in a separate pull request. |
We nominally support the latest two versions, it's probably fine to do it here. And I don't think the supported version actually changes unless you also bump |
- https://code.visualstudio.com/updates/v1_67 - https://code.visualstudio.com/updates/v1_68 - https://code.visualstudio.com/updates/v1_69 - https://code.visualstudio.com/updates/v1_70 - https://code.visualstudio.com/updates/v1_71 - https://code.visualstudio.com/updates/v1_72 - https://code.visualstudio.com/updates/v1_73 - https://code.visualstudio.com/updates/v1_74 - https://code.visualstudio.com/updates/v1_75 - https://code.visualstudio.com/updates/v1_76 - https://code.visualstudio.com/updates/v1_77 - https://code.visualstudio.com/updates/v1_78
Okay, I update my changeset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That diffstat is certainly intriguing. I think we should merge this sooner rather than later, so we have time to spot any issues before the next release.
@lnicola CI has passed. |
@bors r+ |
☀️ Test successful - checks-actions |
…eykril editor/code: Switch to `@vscode/vsce` This follows up #15151 `vsce` was renamed to ``@vscode/vsce`.` We should switch to it now. - https://code.visualstudio.com/updates/v1_74#_extension-authoring - https://www.npmjs.com/package/`@vscode/vsce`
This updates dependencies except
@types/node
.