Skip to content
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

Pin APIparser required packages to known working versions #31901

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

praveenkuttappan
Copy link
Member

Workaround to unblock JS pipeline failure when installing APIView parser.

@praveenkuttappan
Copy link
Member Author

/azp run js - core - ci

@Azure Azure deleted a comment from azure-pipelines bot Nov 22, 2024
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@praveenkuttappan
Copy link
Member Author

/azp run js - template - ci

Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@praveenkuttappan praveenkuttappan merged commit 2e1f77c into Azure:main Nov 22, 2024
9 of 24 checks passed
@praveenkuttappan praveenkuttappan deleted the apiview_step_error branch November 22, 2024 19:28
@praveenkuttappan praveenkuttappan self-assigned this Nov 22, 2024
@praveenkuttappan praveenkuttappan added the Central-EngSys This issue is owned by the Engineering System team. label Nov 22, 2024
jeremymeng pushed a commit that referenced this pull request Nov 22, 2024
Workaround to unblock JS pipeline failure when installing APIView
parser.
v-vdharmaraj pushed a commit that referenced this pull request Nov 23, 2024
Workaround to unblock JS pipeline failure when installing APIView
parser.
v-vdharmaraj pushed a commit that referenced this pull request Nov 23, 2024
Workaround to unblock JS pipeline failure when installing APIView
parser.

npm install "@rushstack/node-core-library@5.9.0"
npm install "js-tokens@9.0.0"
npm install "@microsoft/api-extractor-model@7.29.8"
$apiviewParser = "@azure-tools/ts-genapi@2.0.3"
Write-Host "Installing $($apiviewParser)"
npm install $apiviewParser --registry $NpmDevopsFeedRegistry
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If moving dependencies start to cause more issues we should consider using a lock file for this install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants