-
Notifications
You must be signed in to change notification settings - Fork 215
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 #3934
Update dependencies #3934
Conversation
All changed packages have been documented.
Show changes
|
9592a48
to
18e7a2e
Compare
API change check API changes are not detected in this pull request. |
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.
LGTM for http-client-csharp package
"files": [ | ||
"typespec-vscode-*.vsix", | ||
"ThirdPartyNotices.txt" | ||
], |
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.
By removing this, are we including everything now? (and is that intentional?)
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.
yeah the vsce tool complained that we had both files and .vscodeignore.
Vscodeignore used to take priority and files was just for the npm package that contains the vsix, so moved to use npmignore for the package
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.
moved to this pr as this was was just failing for obscure reason #3948
New pr from this branch as it had some weird docusaurus issue not reproducable anywhere else and just changing branch fixes it somehow #3934 Notable: - vitest: 2.x - prettier update that does a minor formatting change by adding parentheses in some ternary expression
Notable: