Skip to content

Commit

Permalink
Bump @stoplight/spectral from 5.0.0 to 5.1.0 (airtasker#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Feb 27, 2020
1 parent b26d0bf commit 4baa729
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions lib/src/generators/openapi2/spectral.ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rules:
path-declarations-must-exist: true
path-keys-no-trailing-slash: true
path-not-include-query: true
typed-enum: true
oas2-operation-formData-consume-check: true
oas2-operation-security-defined: true
oas2-valid-example: true
Expand Down
1 change: 1 addition & 0 deletions lib/src/generators/openapi3/spectral.ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rules:
path-declarations-must-exist: true
path-keys-no-trailing-slash: true
path-not-include-query: true
typed-enum: true
oas3-operation-security-defined: true
oas3-server-not-example.com: true
oas3-server-trailing-slash: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@stoplight/spectral": "^5.0.0",
"@stoplight/spectral": "^5.1.0",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.2",
"@types/fs-extra": "^8.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,10 @@
resolved "https://registry.yarnpkg.com/@stoplight/path/-/path-1.3.0.tgz#da2282352a4eb23c09d5106b9d1650d30a9ca2ad"
integrity sha512-t74/MHMgmFVMQhdQ/2Q766GryNTIW8McH8+vB25oeoBhYKTOrJ/wPDt+OCxIWHPUlcSi2fTWa4FKQ8qgmP2jVA==

"@stoplight/spectral@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@stoplight/spectral/-/spectral-5.0.0.tgz#696b2d9732709a96a1d61527808e6bd1520325c4"
integrity sha512-kOK/wGCNGuajiDp+ZwIc4xOrcJwMNZa0QQqOgZoGGp/0l3qCmCEhcLaLdCh4MYOt8MD4ENZJmB6l0PTDGaNo7A==
"@stoplight/spectral@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@stoplight/spectral/-/spectral-5.1.0.tgz#1abb3b377f9e17e10950da0e69e4a5acc63042eb"
integrity sha512-Uwm5ZGE5dqsc6lsAMAnA2VKOHw7ey77SLluu52hyCBPfYZN/WmPfO6AaWbM38cR84TnuDnvvwoOjRzLWDOCdBA==
dependencies:
"@stoplight/json" "^3.4.0"
"@stoplight/json-ref-readers" "^1.1.1"
Expand Down

0 comments on commit 4baa729

Please sign in to comment.