-
Notifications
You must be signed in to change notification settings - Fork 55
[EngSys] npm update #1062
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
base: develop
Are you sure you want to change the base?
[EngSys] npm update #1062
Conversation
"@azure/core-http": "^3.0.1", | ||
"@azure/core-util": "~1.7.0", | ||
"@azure/logger": "~1.0.4", | ||
"@azure/core-http": "3.0.4", |
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.
Pin packages from azure-sdk to ensure compat with TS 3.9. Newer versions require newer TS, which includes breaking changes.
@@ -8,7 +8,7 @@ export const logger = winston.createLogger({ | |||
winston.format.colorize({ | |||
message: true, | |||
}), | |||
winston.format.printf((info) => info.message) | |||
winston.format.printf((info) => info.message as string) |
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.
Unsure why this change was needed. Likely a new dep version requires stronger typing.
@@ -29,7 +29,7 @@ steps: | |||
reportDirectory: "$(System.DefaultWorkingDirectory)/**/coverage" | |||
|
|||
- script: | | |||
echo "If this step fails, go to the published artifacts apply the patch provided to your local git repo using `git apply <file>`" | |||
echo "If this step fails, go to the published artifacts apply the patch provided to your local git repo using 'git apply <file>'" |
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.
Unrelated fix to bash script
- upgrade in separate PR and react to breaking changes
@@ -39,7 +40,7 @@ | |||
"moment": "^2.29.3", | |||
"mustache": "^4.2.0", | |||
"newman": "^6.0.0", | |||
"path-to-regexp": "^6.2.1", | |||
"path-to-regexp": "6.2.1", |
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.
Temporarily pin path-to-regexp, upgrade in separate PR and react to breaking changes
Uh oh!
There was an error while loading. Please reload this page.