-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): update ApiDOM to v0.82.0 (#3217)
[email protected] comes with parsing support of OpenAPI 2.0. The goal of this commit is to integrate the ApiDOM line that supports OpenAPI 2.0 ASAP. Refs swagger-api/apidom#389
- Loading branch information
Showing
4 changed files
with
103 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,8 +70,6 @@ on Node.js version. | |
and uses [native fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) implementation | ||
provided by each supported browser. | ||
|
||
|
||
|
||
## Security contact | ||
|
||
Please disclose any security-related issues or vulnerabilities by emailing [[email protected]](mailto:[email protected]), instead of using the public issue tracker. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,17 +22,20 @@ to speed up the installation: | |
```json | ||
"overrides": { | ||
"@swagger-api/apidom-reference": { | ||
"@swagger-api/apidom-ns-asyncapi-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-api-design-systems-json": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-json": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-3-0": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-yaml-1-2": "npm:[email protected]" | ||
"@swagger-api/apidom-ns-asyncapi-2": "npm:[email protected]", | ||
"@swagger-api/apidom-ns-openapi-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-api-design-systems-json": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-json": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-yaml-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-3-0": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-1": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-yaml-1-2": "npm:[email protected]" | ||
} | ||
} | ||
``` | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es", | ||
"lint": "eslint src/ test/", | ||
"lint:fix": "npm run lint -- --fix", | ||
"link:apidom": "npm link @swagger-api/apidom-core @swagger-api/apidom-error @swagger-api/apidom-reference @swagger-api/apidom-ns-openapi-3-1 @swagger-api/apidom-ns-openapi-3-0 @swagger-api/apidom-ns-json-schema-draft-4 @swagger-api/apidom-json-pointer", | ||
"link:apidom": "npm link @swagger-api/apidom-core @swagger-api/apidom-error @swagger-api/apidom-reference @swagger-api/apidom-ns-openapi-2 @swagger-api/apidom-ns-openapi-3-0 @swagger-api/apidom-ns-openapi-3-1 @swagger-api/apidom-ns-json-schema-draft-4 @swagger-api/apidom-json-pointer", | ||
"test": "run-s test:unit:coverage test:artifact", | ||
"test:unit": "cross-env BABEL_ENV=commonjs jest --runInBand --config ./config/jest/jest.unit.config.js", | ||
"test:unit:coverage": "cross-env BABEL_ENV=commonjs jest --runInBand --config ./config/jest/jest.unit.coverage.config.js", | ||
|
@@ -109,10 +109,10 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.22.15", | ||
"@swagger-api/apidom-core": ">=0.78.0 <1.0.0", | ||
"@swagger-api/apidom-json-pointer": ">=0.78.0 <1.0.0", | ||
"@swagger-api/apidom-ns-openapi-3-1": ">=0.78.0 <1.0.0", | ||
"@swagger-api/apidom-reference": ">=0.78.0 <1.0.0", | ||
"@swagger-api/apidom-core": ">=0.82.0 <1.0.0", | ||
"@swagger-api/apidom-json-pointer": ">=0.82.0 <1.0.0", | ||
"@swagger-api/apidom-ns-openapi-3-1": ">=0.82.0 <1.0.0", | ||
"@swagger-api/apidom-reference": ">=0.82.0 <1.0.0", | ||
"cookie": "~0.5.0", | ||
"deepmerge": "~4.3.0", | ||
"fast-json-patch": "^3.0.0-1", | ||
|
@@ -127,11 +127,14 @@ | |
"overrides": { | ||
"@swagger-api/apidom-reference": { | ||
"@swagger-api/apidom-ns-asyncapi-2": "npm:[email protected]", | ||
"@swagger-api/apidom-ns-openapi-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-api-design-systems-json": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-asyncapi-json-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-asyncapi-yaml-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-json": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-yaml-2": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-3-0": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-json-3-1": "npm:[email protected]", | ||
"@swagger-api/apidom-parser-adapter-openapi-yaml-3-0": "npm:[email protected]", | ||
|