mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 20:57:44 +00:00
Chore/1.0.0 beta.67 (#435)
* chore: v1.0.0-beta.67 * test: updated a snapshot and release date Co-authored-by: Andrii Tarusin <andrii.tarusin@redocly.com>
This commit is contained in:
@@ -7,7 +7,7 @@ exports[`E2E bundle lint format bundle lint: should be formatted by format: json
|
||||
"warnings": 0,
|
||||
"ignored": 0
|
||||
},
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"problems": [
|
||||
{
|
||||
"ruleId": "spec",
|
||||
@@ -31,7 +31,7 @@ exports[`E2E bundle lint format bundle lint: should be formatted by format: json
|
||||
"warnings": 0,
|
||||
"ignored": 0
|
||||
},
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"problems": []
|
||||
}
|
||||
❌ Validation failed with 1 error.
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
exports[`E2E lint oas3.1 1`] = `
|
||||
|
||||
validating /openapi.yaml...
|
||||
[1] openapi.yaml:132:5 at #/components/schemas/Problem
|
||||
[1] openapi.yaml:140:5 at #/components/schemas/Problem
|
||||
|
||||
Component: "Problem" is never used.
|
||||
|
||||
130 | pathItems: {}
|
||||
131 | schemas:
|
||||
132 | Problem:
|
||||
138 | pathItems: {}
|
||||
139 | schemas:
|
||||
140 | Problem:
|
||||
| ^^^^^^^
|
||||
133 | id: "https://tools.ietf.org/rfc/rfc7807.txt"
|
||||
134 | $schema: "http://json-schema.org/draft-06/schema#"
|
||||
141 | id: "https://tools.ietf.org/rfc/rfc7807.txt"
|
||||
142 | $schema: "http://json-schema.org/draft-06/schema#"
|
||||
|
||||
Warning was generated by the no-unused-components rule.
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@ tocMaxDepth: 2
|
||||
|
||||
# OpenAPI CLI changelog
|
||||
|
||||
## 1.0.0-beta.67 (2021-11-02)
|
||||
|
||||
### Features
|
||||
|
||||
- Added a new built-in rule: [operation-4xx-response](./resources/built-in-rules.md#operation-4xx-response).
|
||||
|
||||
## 1.0.0-beta.66 (2021-11-01)
|
||||
|
||||
### Features
|
||||
|
||||
12
package-lock.json
generated
12
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@redocly/openapi",
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@redocly/openapi",
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@@ -10240,10 +10240,10 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@redocly/openapi-cli",
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "^1.0.0-beta.66",
|
||||
"@redocly/openapi-core": "^1.0.0-beta.67",
|
||||
"@types/node": "^14.11.8",
|
||||
"assert-node-version": "^1.0.3",
|
||||
"chokidar": "^3.5.1",
|
||||
@@ -10273,7 +10273,7 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.6.4",
|
||||
@@ -11037,7 +11037,7 @@
|
||||
"@redocly/openapi-cli": {
|
||||
"version": "file:packages/cli",
|
||||
"requires": {
|
||||
"@redocly/openapi-core": "^1.0.0-beta.66",
|
||||
"@redocly/openapi-core": "^1.0.0-beta.67",
|
||||
"@types/node": "^14.11.8",
|
||||
"@types/yargs": "16.0.2",
|
||||
"assert-node-version": "^1.0.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi",
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"engines": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-cli",
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
@@ -34,7 +34,7 @@
|
||||
"Andriy Leliv <andriy@redoc.ly> (https://redoc.ly/)"
|
||||
],
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "^1.0.0-beta.66",
|
||||
"@redocly/openapi-core": "^1.0.0-beta.67",
|
||||
"@types/node": "^14.11.8",
|
||||
"assert-node-version": "^1.0.3",
|
||||
"chokidar": "^3.5.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.0.0-beta.66",
|
||||
"version": "1.0.0-beta.67",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user