Skip to content

Conversation

mikeharder
Copy link
Member

@mikeharder mikeharder commented Apr 30, 2025

@mikeharder mikeharder requested a review from scbedd April 30, 2025 23:35
"@azure/core-http": "^3.0.1",
"@azure/core-util": "~1.7.0",
"@azure/logger": "~1.0.4",
"@azure/core-http": "3.0.4",
Copy link
Member Author

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)
Copy link
Member Author

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.

@mikeharder mikeharder marked this pull request as draft April 30, 2025 23:41
@@ -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>'"
Copy link
Member Author

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",
Copy link
Member Author

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

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.

1 participant