-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Registries with "url" option cause "URL.canParse is not a function" in Microsoft hosted agents #1312
Comments
The docs say I have no idea why this is causing errors in the Microsoft hosted agents, which are reporting |
We're getting this issue too on version 1.30.2. |
Same error here (I think it is caused by the changes made for #1307 and #1310). Running on a Microsoft hosted machine.
Also tried it with setting a specific node version, but this does not seem to help.
|
Dependabot runs in a docker container with
See also
|
I thought this too initially, but this TS/JS code runs before the dependabot-updater container is started. dependabot-azure-devops/extension/task/task.json Lines 257 to 261 in 6af66d2
The latest Microsoft docs use |
Fixed in 1.33.0 |
Describe the bug
Running
1.32.847
on ubunutu-latest (node18.20.4
) with a NuGet registry causes:Categorization
Repository
N/A
To Reproduce
Use
dependabot.yml
containing:Expected behavior
No errors
Screenshots
Extension (please complete the following information):
Additional context
It works on local machine using node
18.20.4
, but doesn't work in Microsoft hosted agent.It doesn't like this line:
dependabot-azure-devops/extension/task/utils/parseConfigFile.ts
Line 282 in 6af66d2
The text was updated successfully, but these errors were encountered: