Skip to content

Commit fa5c04c

Browse files
authored
[EngSys] Pin all packages in @microsoft.azure/openapi-validator (#36562)
- Updated nightly via dependabot - Can update more quickly via manual PR - Can quickly rollback to a previous version if needed
1 parent 0fb47c3 commit fa5c04c

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ updates:
3838
eslint:
3939
patterns:
4040
- "*eslint*"
41+
openapi-validator:
42+
patterns:
43+
- "@microsoft.azure/openapi-validator*"
4144
versioning-strategy: increase-if-necessary
4245
- package-ecosystem: "npm"
4346
directories:

eng/tools/lint-diff/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"dependencies": {
2222
"@apidevtools/json-schema-ref-parser": "^14.1.1",
2323
"@azure-tools/specs-shared": "file:../../../.github/shared",
24-
"@microsoft.azure/openapi-validator": "^2.2.4",
24+
"@microsoft.azure/openapi-validator": "2.2.4",
25+
"@microsoft.azure/openapi-validator-core": "1.0.6",
26+
"@microsoft.azure/openapi-validator-rulesets": "2.1.7",
2527
"autorest": "^3.7.2",
2628
"axios": "^1.8.3",
2729
"change-case": "^5.4.4",

package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"@azure-tools/typespec-liftr-base": "0.8.0",
1515
"@autorest/openapi-to-typespec": "0.11.5",
1616
"@azure/avocado": "^0.9.1",
17+
"@microsoft.azure/openapi-validator": "2.2.4",
18+
"@microsoft.azure/openapi-validator-core": "1.0.6",
19+
"@microsoft.azure/openapi-validator-rulesets": "2.1.7",
1720
"@typespec/compiler": "1.3.0",
1821
"@typespec/http": "1.3.0",
1922
"@typespec/sse": "0.73.0",

0 commit comments

Comments
 (0)