From c098156e26868c4fc850eac4d59f51170b688870 Mon Sep 17 00:00:00 2001 From: Sloane Sturzenegger Date: Thu, 20 Feb 2025 02:26:14 -0800 Subject: [PATCH 01/16] chore(deps): update jsonpath-plus to a safe version (#2780) --- packages/core/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index ab7a052e5..40ac559cb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -47,7 +47,7 @@ "ajv-errors": "~3.0.0", "ajv-formats": "~2.1.0", "es-aggregate-error": "^1.0.7", - "jsonpath-plus": "10.2.0", + "jsonpath-plus": "^10.3.0", "lodash": "~4.17.21", "lodash.topath": "^4.5.2", "minimatch": "3.1.2", diff --git a/yarn.lock b/yarn.lock index 8da28a81b..10567a237 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2993,7 +2993,7 @@ __metadata: ajv-errors: ~3.0.0 ajv-formats: ~2.1.0 es-aggregate-error: ^1.0.7 - jsonpath-plus: 10.2.0 + jsonpath-plus: ^10.3.0 lodash: ~4.17.21 lodash.topath: ^4.5.2 minimatch: 3.1.2 @@ -9281,9 +9281,9 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:10.2.0": - version: 10.2.0 - resolution: "jsonpath-plus@npm:10.2.0" +"jsonpath-plus@npm:^10.3.0": + version: 10.3.0 + resolution: "jsonpath-plus@npm:10.3.0" dependencies: "@jsep-plugin/assignment": ^1.3.0 "@jsep-plugin/regex": ^1.0.4 @@ -9291,7 +9291,7 @@ __metadata: bin: jsonpath: bin/jsonpath-cli.js jsonpath-plus: bin/jsonpath-cli.js - checksum: 862a96a0179f342fa6c012065fa78458d4ae4835f18a6ef580d18807101d8c2c3509dc20c9857474503205bff8f06c309e17d7420b68196262d15ad1e4f22146 + checksum: b0f7e9af4d3c586911690c0afc20cbdc3c8af963a739c7f7a62905ed34a25bf5279f2c254e7222aa65f834d2ae3c8cc217986d528c8206896afa008d6619cde7 languageName: node linkType: hard From cb7792c5251aab86ad9faa3d169e0b68a2654fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:28:30 +0000 Subject: [PATCH 02/16] chore(deps): bump jsonpath-plus from 10.1.0 to 10.3.0 (#2783) Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.1.0 to 10.3.0. - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/compare/v10.1.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/yarn.lock b/yarn.lock index 10567a237..0afd4f853 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2094,15 +2094,6 @@ __metadata: languageName: node linkType: hard -"@jsep-plugin/assignment@npm:^1.2.1": - version: 1.2.1 - resolution: "@jsep-plugin/assignment@npm:1.2.1" - peerDependencies: - jsep: ^0.4.0||^1.0.0 - checksum: d56fd7423c59dd269c50b0a9c22ec05f099a789ec8e8980f2307782f496ab3f0740151f1bdc7a1f3a8ee9085cdeb6f5b4def0d6b312e6b93ab160e6489b400f2 - languageName: node - linkType: hard - "@jsep-plugin/assignment@npm:^1.3.0": version: 1.3.0 resolution: "@jsep-plugin/assignment@npm:1.3.0" @@ -2112,7 +2103,7 @@ __metadata: languageName: node linkType: hard -"@jsep-plugin/regex@npm:^1.0.1, @jsep-plugin/regex@npm:^1.0.3": +"@jsep-plugin/regex@npm:^1.0.1": version: 1.0.3 resolution: "@jsep-plugin/regex@npm:1.0.3" peerDependencies: @@ -9281,7 +9272,7 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:^10.3.0": +"jsonpath-plus@npm:^10.3.0, jsonpath-plus@npm:^6.0.1 || ^10.1.0": version: 10.3.0 resolution: "jsonpath-plus@npm:10.3.0" dependencies: @@ -9295,20 +9286,6 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:^6.0.1 || ^10.1.0": - version: 10.1.0 - resolution: "jsonpath-plus@npm:10.1.0" - dependencies: - "@jsep-plugin/assignment": ^1.2.1 - "@jsep-plugin/regex": ^1.0.3 - jsep: ^1.3.9 - bin: - jsonpath: bin/jsonpath-cli.js - jsonpath-plus: bin/jsonpath-cli.js - checksum: 9369a9466e3bb3eca064debe3fd87d9cf791b9c8a23be7c00902497cd8f9dd632290d471e3c7bb09da0aa92626204f9c9a27c429940802bc5046cc8c87f3c596 - languageName: node - linkType: hard - "jsonpointer@npm:^5.0.0": version: 5.0.0 resolution: "jsonpointer@npm:5.0.0" From 415dc76f996c1a01f69f951abd65b666a29f1cf3 Mon Sep 17 00:00:00 2001 From: Nauman Ali Date: Thu, 27 Feb 2025 22:48:09 +0500 Subject: [PATCH 03/16] fix(core): trigger release From 7b6b74e35dc6ecf334762383c9290b75040c2a63 Mon Sep 17 00:00:00 2001 From: Nauman Ali Date: Tue, 4 Mar 2025 18:09:27 +0500 Subject: [PATCH 04/16] fix(deps): trigger release From 9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e Mon Sep 17 00:00:00 2001 From: Nauman Date: Fri, 7 Mar 2025 15:37:40 +0500 Subject: [PATCH 05/16] fix(deps): update dependencies (#2794) * fix(deps): update dependencies * chore(repo): fix links * chore(repo): fix async api link --- docs/getting-started/5-asyncapi.md | 2 +- docs/guides/2-cli.md | 2 - package.json | 4 +- packages/core/package.json | 2 +- packages/functions/package.json | 2 +- packages/ruleset-bundler/package.json | 2 +- packages/ruleset-migrator/package.json | 2 +- packages/rulesets/package.json | 2 +- packages/runtime/package.json | 2 +- yarn.lock | 55 ++++++++++++++++---------- 10 files changed, 43 insertions(+), 32 deletions(-) diff --git a/docs/getting-started/5-asyncapi.md b/docs/getting-started/5-asyncapi.md index d22605c7e..ee6134a96 100644 --- a/docs/getting-started/5-asyncapi.md +++ b/docs/getting-started/5-asyncapi.md @@ -1,6 +1,6 @@ # AsyncAPI Support -Spectral has a built-in AsyncAPI [v2](https://www.asyncapi.com/docs/specifications/v2.0.0) and [v3](https://www.asyncapi.com/docs/reference/specification/v3.0.0) ruleset that you can use to validate your AsyncAPI files. +Spectral has a built-in AsyncAPI [v2](https://v2.asyncapi.com/docs/reference/specification/v2.6.0) and [v3](https://www.asyncapi.com/docs/reference/specification/v3.0.0) ruleset that you can use to validate your AsyncAPI files. Add `extends: "spectral:asyncapi"` to your ruleset file to apply rules for AsyncAPI v2. diff --git a/docs/guides/2-cli.md b/docs/guides/2-cli.md index 69e93b223..9bb41c3e3 100644 --- a/docs/guides/2-cli.md +++ b/docs/guides/2-cli.md @@ -62,8 +62,6 @@ Here you can build a [custom ruleset](../getting-started/3-rulesets.md), or exte - [AsyncAPI ruleset](../reference/asyncapi-rules.md) - [Arazzo ruleset](../reference/arazzo-rules.md) -> If you use rules created or updated in a hosted [Stoplight API project](https://docs.stoplight.io/docs/platform/branches/pam-716-updated-landing-page/c433d678d027a-create-rules) with the Spectral CLI, you must publish the project from Stoplight before rule updates are used for linting. - ## Error Results Spectral has a few different error severities: `error`, `warn`, `info`, and `hint`, and they're in order from highest to lowest. By default, all results are shown regardless of severity, but since v5.0, only the presence of errors causes a failure status code of 1. Seeing results and getting a failure code for it are now two different things. diff --git a/package.json b/package.json index 47b0e7709..989ca645b 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "expect": "^27.5.1", - "fast-glob": "^3.2.7", + "fast-glob": "^3.3.3", "fetch-mock": "^9.11.0", "file-entry-cache": "^6.0.1", "husky": "^7.0.4", @@ -120,7 +120,7 @@ "karma-typescript": "^5.5.3", "karma-typescript-es6-transform": "^5.5.3", "lint-staged": "^11.2.6", - "memfs": "^3.3.0", + "memfs": "^3.5.3", "multi-semantic-release": "^3.0.2", "node-powershell": "^4.0.0", "patch-package": "^6.4.7", diff --git a/packages/core/package.json b/packages/core/package.json index 40ac559cb..67fee762c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,7 +45,7 @@ "@types/json-schema": "^7.0.11", "ajv": "^8.17.1", "ajv-errors": "~3.0.0", - "ajv-formats": "~2.1.0", + "ajv-formats": "~2.1.1", "es-aggregate-error": "^1.0.7", "jsonpath-plus": "^10.3.0", "lodash": "~4.17.21", diff --git a/packages/functions/package.json b/packages/functions/package.json index 03cfb87fb..6008f0310 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -27,7 +27,7 @@ "ajv": "^8.17.1", "ajv-draft-04": "~1.0.0", "ajv-errors": "~3.0.0", - "ajv-formats": "~2.1.0", + "ajv-formats": "~2.1.1", "lodash": "~4.17.21", "tslib": "^2.8.1" }, diff --git a/packages/ruleset-bundler/package.json b/packages/ruleset-bundler/package.json index 43ddbf5e8..1a04178fd 100644 --- a/packages/ruleset-bundler/package.json +++ b/packages/ruleset-bundler/package.json @@ -55,7 +55,7 @@ "devDependencies": { "@types/validate-npm-package-name": "^3.0.3", "fetch-mock": "^9.11.0", - "memfs": "^3.3.0", + "memfs": "^3.5.3", "prettier": "^2.4.1" } } diff --git a/packages/ruleset-migrator/package.json b/packages/ruleset-migrator/package.json index 654e7b152..f58d57232 100644 --- a/packages/ruleset-migrator/package.json +++ b/packages/ruleset-migrator/package.json @@ -41,7 +41,7 @@ "@stoplight/spectral-rulesets": "*", "fetch-mock": "^9.11.0", "json-schema-to-typescript": "^10.1.5", - "memfs": "^3.3.0", + "memfs": "^3.5.3", "prettier": "^2.4.1" }, "scripts": { diff --git a/packages/rulesets/package.json b/packages/rulesets/package.json index 05bb8cada..579fa67d5 100644 --- a/packages/rulesets/package.json +++ b/packages/rulesets/package.json @@ -28,7 +28,7 @@ "@stoplight/types": "^13.6.0", "@types/json-schema": "^7.0.7", "ajv": "^8.17.1", - "ajv-formats": "~2.1.0", + "ajv-formats": "~2.1.1", "json-schema-traverse": "^1.0.0", "leven": "3.1.0", "lodash": "~4.17.21", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index a22017680..dd44aa8d4 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -23,7 +23,7 @@ "@stoplight/types": "^13.6.0", "abort-controller": "^3.0.0", "lodash": "^4.17.21", - "node-fetch": "^2.6.7", + "node-fetch": "^2.7.0", "tslib": "^2.8.1" } } diff --git a/yarn.lock b/yarn.lock index 0afd4f853..50f4af41e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2982,7 +2982,7 @@ __metadata: "@types/treeify": ^1.0.0 ajv: ^8.17.1 ajv-errors: ~3.0.0 - ajv-formats: ~2.1.0 + ajv-formats: ~2.1.1 es-aggregate-error: ^1.0.7 jsonpath-plus: ^10.3.0 lodash: ~4.17.21 @@ -3046,7 +3046,7 @@ __metadata: ajv: ^8.17.1 ajv-draft-04: ~1.0.0 ajv-errors: ~3.0.0 - ajv-formats: ~2.1.0 + ajv-formats: ~2.1.1 lodash: ~4.17.21 tslib: ^2.8.1 languageName: unknown @@ -3093,7 +3093,7 @@ __metadata: "@types/node": "*" "@types/validate-npm-package-name": ^3.0.3 fetch-mock: ^9.11.0 - memfs: ^3.3.0 + memfs: ^3.5.3 pony-cause: 1.1.1 prettier: ^2.4.1 rollup: ~2.79.2 @@ -3121,7 +3121,7 @@ __metadata: astring: ^1.9.0 fetch-mock: ^9.11.0 json-schema-to-typescript: ^10.1.5 - memfs: ^3.3.0 + memfs: ^3.5.3 prettier: ^2.4.1 reserved: 0.1.2 tslib: ^2.8.1 @@ -3146,7 +3146,7 @@ __metadata: "@stoplight/types": ^13.6.0 "@types/json-schema": ^7.0.7 ajv: ^8.17.1 - ajv-formats: ~2.1.0 + ajv-formats: ~2.1.1 gzip-size: ^6.0.0 immer: ^9.0.6 json-schema-traverse: ^1.0.0 @@ -3166,7 +3166,7 @@ __metadata: "@stoplight/types": ^13.6.0 abort-controller: ^3.0.0 lodash: ^4.17.21 - node-fetch: ^2.6.7 + node-fetch: ^2.7.0 tslib: ^2.8.1 languageName: unknown linkType: soft @@ -4100,7 +4100,7 @@ __metadata: languageName: node linkType: hard -"ajv-formats@npm:~2.1.0": +"ajv-formats@npm:~2.1.1": version: 2.1.1 resolution: "ajv-formats@npm:2.1.1" dependencies: @@ -6883,7 +6883,7 @@ __metadata: languageName: node linkType: hard -"fast-glob@npm:^3.1.1, fast-glob@npm:^3.2.7, fast-glob@npm:^3.2.9": +"fast-glob@npm:^3.1.1, fast-glob@npm:^3.2.9": version: 3.3.2 resolution: "fast-glob@npm:3.3.2" dependencies: @@ -6896,6 +6896,19 @@ __metadata: languageName: node linkType: hard +"fast-glob@npm:^3.3.3": + version: 3.3.3 + resolution: "fast-glob@npm:3.3.3" + dependencies: + "@nodelib/fs.stat": ^2.0.2 + "@nodelib/fs.walk": ^1.2.3 + glob-parent: ^5.1.2 + merge2: ^1.3.0 + micromatch: ^4.0.8 + checksum: 0704d7b85c0305fd2cef37777337dfa26230fdd072dce9fb5c82a4b03156f3ffb8ed3e636033e65d45d2a5805a4e475825369a27404c0307f2db0c8eb3366fbd + languageName: node + linkType: hard + "fast-glob@npm:~3.2.12": version: 3.2.12 resolution: "fast-glob@npm:3.2.12" @@ -7215,10 +7228,10 @@ __metadata: languageName: node linkType: hard -"fs-monkey@npm:1.0.3": - version: 1.0.3 - resolution: "fs-monkey@npm:1.0.3" - checksum: cf50804833f9b88a476911ae911fe50f61a98d986df52f890bd97e7262796d023698cb2309fa9b74fdd8974f04315b648748a0a8ee059e7d5257b293bfc409c0 +"fs-monkey@npm:^1.0.4": + version: 1.0.6 + resolution: "fs-monkey@npm:1.0.6" + checksum: 4e9986acf197581b10b79d3e63e74252681ca215ef82d4afbd98dcfe86b3f09189ac1d7e8064bc433e4e53cdb5c14fdb38773277d41bba18b1ff8bbdcab01a3a languageName: node linkType: hard @@ -9995,12 +10008,12 @@ __metadata: languageName: node linkType: hard -"memfs@npm:^3.3.0": - version: 3.3.0 - resolution: "memfs@npm:3.3.0" +"memfs@npm:^3.5.3": + version: 3.5.3 + resolution: "memfs@npm:3.5.3" dependencies: - fs-monkey: 1.0.3 - checksum: 9e9eb71cfc077fd5e14ad2f497f5a8791689b64f307cf379ed6737c5781652a7af0509395c0dfba43c4e413dbc7cd7010e9ca002168ec329e6df178414b96268 + fs-monkey: ^1.0.4 + checksum: 18dfdeacad7c8047b976a6ccd58bc98ba76e122ad3ca0e50a21837fe2075fc0d9aafc58ab9cf2576c2b6889da1dd2503083f2364191b695273f40969db2ecc44 languageName: node linkType: hard @@ -10053,7 +10066,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4": +"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8": version: 4.0.8 resolution: "micromatch@npm:4.0.8" dependencies: @@ -10522,7 +10535,7 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7": +"node-fetch@npm:^2.6.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0": version: 2.7.0 resolution: "node-fetch@npm:2.7.0" dependencies: @@ -12284,7 +12297,7 @@ __metadata: eslint-plugin-import: ^2.26.0 eslint-plugin-prettier: ^4.2.1 expect: ^27.5.1 - fast-glob: ^3.2.7 + fast-glob: ^3.3.3 fetch-mock: ^9.11.0 file-entry-cache: ^6.0.1 husky: ^7.0.4 @@ -12296,7 +12309,7 @@ __metadata: karma-typescript: ^5.5.3 karma-typescript-es6-transform: ^5.5.3 lint-staged: ^11.2.6 - memfs: ^3.3.0 + memfs: ^3.5.3 multi-semantic-release: ^3.0.2 node-powershell: ^4.0.0 patch-package: ^6.4.7 From 4887ccb3af7619e206e2500e1443aa0a7348a24d Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Fri, 7 Mar 2025 10:46:23 +0000 Subject: [PATCH 06/16] chore(release): 1.1.4 [skip ci] ## @stoplight/spectral-runtime [1.1.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-runtime-1.1.3...@stoplight/spectral-runtime-1.1.4) (2025-03-07) ### Bug Fixes * **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) --- packages/runtime/CHANGELOG.md | 7 +++++++ packages/runtime/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index b639cb905..c7e3dfdf6 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-runtime [1.1.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-runtime-1.1.3...@stoplight/spectral-runtime-1.1.4) (2025-03-07) + + +### Bug Fixes + +* **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) + ## @stoplight/spectral-runtime [1.1.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-runtime-v1.1.2...@stoplight/spectral-runtime-1.1.3) (2024-11-13) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index dd44aa8d4..e71bf9d0b 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-runtime", - "version": "1.1.3", + "version": "1.1.4", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ", From b82908726d490cccd97d74e1e1f65a9795c391a9 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Fri, 7 Mar 2025 10:46:28 +0000 Subject: [PATCH 07/16] chore(release): 1.19.5 [skip ci] ## [1.19.5](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-1.19.4...@stoplight/spectral-core-1.19.5) (2025-03-07) ### Bug Fixes * **core:** trigger release ([415dc76](https://github.com/stoplightio/spectral/commit/415dc76f996c1a01f69f951abd65b666a29f1cf3)) * **deps:** bump spectral-core dependents ([#2742](https://github.com/stoplightio/spectral/issues/2742)) ([30c0349](https://github.com/stoplightio/spectral/commit/30c0349d0ca143cadb029661ffcc919b66f8fd49)) * **deps:** trigger release ([7b6b74e](https://github.com/stoplightio/spectral/commit/7b6b74e35dc6ecf334762383c9290b75040c2a63)) * **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) --- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b142f0ecd..e556c00ca 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-core [1.19.5](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-1.19.4...@stoplight/spectral-core-1.19.5) (2025-03-07) + + +### Bug Fixes + +* **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) + ## @stoplight/spectral-core [1.19.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-1.19.3...@stoplight/spectral-core-1.19.4) (2024-11-19) diff --git a/packages/core/package.json b/packages/core/package.json index 67fee762c..7659e764b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-core", - "version": "1.19.4", + "version": "1.19.5", "sideEffects": false, "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", From 741a5d51976883621daa85fc07ca639f26a11fbf Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Fri, 7 Mar 2025 10:46:33 +0000 Subject: [PATCH 08/16] chore(release): 1.9.4 [skip ci] ## [1.9.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.9.3...@stoplight/spectral-functions-1.9.4) (2025-03-07) ### Bug Fixes * **core:** trigger release ([415dc76](https://github.com/stoplightio/spectral/commit/415dc76f996c1a01f69f951abd65b666a29f1cf3)) * **deps:** trigger release ([7b6b74e](https://github.com/stoplightio/spectral/commit/7b6b74e35dc6ecf334762383c9290b75040c2a63)) * **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) --- packages/functions/CHANGELOG.md | 7 +++++++ packages/functions/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/functions/CHANGELOG.md b/packages/functions/CHANGELOG.md index 5f7143697..0be9c0998 100644 --- a/packages/functions/CHANGELOG.md +++ b/packages/functions/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-functions [1.9.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.9.3...@stoplight/spectral-functions-1.9.4) (2025-03-07) + + +### Bug Fixes + +* **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) + ## @stoplight/spectral-functions [1.9.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.9.2...@stoplight/spectral-functions-1.9.3) (2024-11-19) diff --git a/packages/functions/package.json b/packages/functions/package.json index 6008f0310..2f1afee1d 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-functions", - "version": "1.9.3", + "version": "1.9.4", "sideEffects": false, "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", From 277380d61004cd5410d2a3be4bf5b0223c6eb873 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Fri, 7 Mar 2025 10:46:39 +0000 Subject: [PATCH 09/16] chore(release): 1.6.2 [skip ci] ## [1.6.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-1.6.1...@stoplight/spectral-ruleset-bundler-1.6.2) (2025-03-07) ### Bug Fixes * **core:** trigger release ([415dc76](https://github.com/stoplightio/spectral/commit/415dc76f996c1a01f69f951abd65b666a29f1cf3)) * **deps:** bump spectral-core dependents ([#2742](https://github.com/stoplightio/spectral/issues/2742)) ([30c0349](https://github.com/stoplightio/spectral/commit/30c0349d0ca143cadb029661ffcc919b66f8fd49)) * **deps:** fix CVE related to jsonpath-plus ([169db7a](https://github.com/stoplightio/spectral/commit/169db7abc7bcc41a297c11bb6eee78474615c63b)) * **deps:** trigger release ([7b6b74e](https://github.com/stoplightio/spectral/commit/7b6b74e35dc6ecf334762383c9290b75040c2a63)) * **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) --- packages/ruleset-bundler/CHANGELOG.md | 7 +++++++ packages/ruleset-bundler/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ruleset-bundler/CHANGELOG.md b/packages/ruleset-bundler/CHANGELOG.md index 539bd7091..eb8d6cac1 100644 --- a/packages/ruleset-bundler/CHANGELOG.md +++ b/packages/ruleset-bundler/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-ruleset-bundler [1.6.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-1.6.1...@stoplight/spectral-ruleset-bundler-1.6.2) (2025-03-07) + + +### Bug Fixes + +* **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) + ## @stoplight/spectral-ruleset-bundler [1.6.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-bundler-1.6.0...@stoplight/spectral-ruleset-bundler-1.6.1) (2024-11-13) diff --git a/packages/ruleset-bundler/package.json b/packages/ruleset-bundler/package.json index 1a04178fd..cc4375bda 100644 --- a/packages/ruleset-bundler/package.json +++ b/packages/ruleset-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-ruleset-bundler", - "version": "1.6.1", + "version": "1.6.2", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ", From cea47da8f755977f66a2e7fac899c8860d0c55c0 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Fri, 7 Mar 2025 10:46:45 +0000 Subject: [PATCH 10/16] chore(release): 1.11.2 [skip ci] ## [1.11.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.11.1...@stoplight/spectral-ruleset-migrator-1.11.2) (2025-03-07) ### Bug Fixes * **core:** trigger release ([415dc76](https://github.com/stoplightio/spectral/commit/415dc76f996c1a01f69f951abd65b666a29f1cf3)) * **deps:** bump spectral-core dependents ([#2742](https://github.com/stoplightio/spectral/issues/2742)) ([30c0349](https://github.com/stoplightio/spectral/commit/30c0349d0ca143cadb029661ffcc919b66f8fd49)) * **deps:** fix CVE related to jsonpath-plus ([169db7a](https://github.com/stoplightio/spectral/commit/169db7abc7bcc41a297c11bb6eee78474615c63b)) * **deps:** trigger release ([7b6b74e](https://github.com/stoplightio/spectral/commit/7b6b74e35dc6ecf334762383c9290b75040c2a63)) * **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) --- packages/ruleset-migrator/CHANGELOG.md | 7 +++++++ packages/ruleset-migrator/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ruleset-migrator/CHANGELOG.md b/packages/ruleset-migrator/CHANGELOG.md index 10dc6b68d..770628c20 100644 --- a/packages/ruleset-migrator/CHANGELOG.md +++ b/packages/ruleset-migrator/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-ruleset-migrator [1.11.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.11.1...@stoplight/spectral-ruleset-migrator-1.11.2) (2025-03-07) + + +### Bug Fixes + +* **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) + ## @stoplight/spectral-ruleset-migrator [1.11.1](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-ruleset-migrator-1.11.0...@stoplight/spectral-ruleset-migrator-1.11.1) (2024-11-13) diff --git a/packages/ruleset-migrator/package.json b/packages/ruleset-migrator/package.json index f58d57232..3169fa163 100644 --- a/packages/ruleset-migrator/package.json +++ b/packages/ruleset-migrator/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-ruleset-migrator", - "version": "1.11.1", + "version": "1.11.2", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ", From 3c1d6f72b53bb99580fe748b6c3ab39dd017b729 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Fri, 7 Mar 2025 10:46:51 +0000 Subject: [PATCH 11/16] chore(release): 1.21.4 [skip ci] ## [1.21.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-1.21.3...@stoplight/spectral-rulesets-1.21.4) (2025-03-07) ### Bug Fixes * **core:** trigger release ([415dc76](https://github.com/stoplightio/spectral/commit/415dc76f996c1a01f69f951abd65b666a29f1cf3)) * **deps:** trigger release ([7b6b74e](https://github.com/stoplightio/spectral/commit/7b6b74e35dc6ecf334762383c9290b75040c2a63)) * **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) --- packages/rulesets/CHANGELOG.md | 7 +++++++ packages/rulesets/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/rulesets/CHANGELOG.md b/packages/rulesets/CHANGELOG.md index 20a122c21..eb315f19d 100644 --- a/packages/rulesets/CHANGELOG.md +++ b/packages/rulesets/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-rulesets [1.21.4](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-1.21.3...@stoplight/spectral-rulesets-1.21.4) (2025-03-07) + + +### Bug Fixes + +* **deps:** update dependencies ([#2794](https://github.com/stoplightio/spectral/issues/2794)) ([9e6b885](https://github.com/stoplightio/spectral/commit/9e6b885e8b22a350b2a1f7f0c1a5e2fc2365eb9e)) + ## @stoplight/spectral-rulesets [1.21.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-1.21.2...@stoplight/spectral-rulesets-1.21.3) (2024-11-19) diff --git a/packages/rulesets/package.json b/packages/rulesets/package.json index 579fa67d5..6fcd99533 100644 --- a/packages/rulesets/package.json +++ b/packages/rulesets/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-rulesets", - "version": "1.21.3", + "version": "1.21.4", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ", From 35687cd4bba4411e716a947984d17806a4784763 Mon Sep 17 00:00:00 2001 From: Nauman Ali Date: Fri, 7 Mar 2025 15:49:34 +0500 Subject: [PATCH 12/16] fix(deps): update spectral-core in cli --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 862de2385..3a711a192 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -36,7 +36,7 @@ "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", - "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-core": "^1.19.5", "@stoplight/spectral-formatters": "^1.4.1", "@stoplight/spectral-parsers": "^1.0.4", "@stoplight/spectral-ref-resolver": "^1.0.4", From e6c3b9de74797d9735748b14fc8c8cc09f1c0b5e Mon Sep 17 00:00:00 2001 From: Nauman Ali Date: Fri, 7 Mar 2025 15:55:44 +0500 Subject: [PATCH 13/16] fix(deps): fix yarn lockfile --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 50f4af41e..70b1c6834 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2933,7 +2933,7 @@ __metadata: dependencies: "@stoplight/json": ~3.21.0 "@stoplight/path": 1.3.2 - "@stoplight/spectral-core": ^1.19.4 + "@stoplight/spectral-core": ^1.19.5 "@stoplight/spectral-formatters": ^1.4.1 "@stoplight/spectral-parsers": ^1.0.4 "@stoplight/spectral-ref-resolver": ^1.0.4 @@ -2962,7 +2962,7 @@ __metadata: languageName: unknown linkType: soft -"@stoplight/spectral-core@*, @stoplight/spectral-core@>=1, @stoplight/spectral-core@^1.19.2, @stoplight/spectral-core@^1.19.4, @stoplight/spectral-core@workspace:packages/core": +"@stoplight/spectral-core@*, @stoplight/spectral-core@>=1, @stoplight/spectral-core@^1.19.2, @stoplight/spectral-core@^1.19.4, @stoplight/spectral-core@^1.19.5, @stoplight/spectral-core@workspace:packages/core": version: 0.0.0-use.local resolution: "@stoplight/spectral-core@workspace:packages/core" dependencies: From 0bceb82650969e3eee016bee6c4ea5f5bcf944c9 Mon Sep 17 00:00:00 2001 From: stoplight-bot Date: Fri, 7 Mar 2025 11:04:32 +0000 Subject: [PATCH 14/16] chore(release): 6.14.3 [skip ci] ## @stoplight/spectral-cli [6.14.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.14.2...@stoplight/spectral-cli-6.14.3) (2025-03-07) ### Bug Fixes * **deps:** update spectral-core in cli ([35687cd](https://github.com/stoplightio/spectral/commit/35687cd4bba4411e716a947984d17806a4784763)) --- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b21eab1c1..0b28b6445 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,10 @@ +## @stoplight/spectral-cli [6.14.3](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.14.2...@stoplight/spectral-cli-6.14.3) (2025-03-07) + + +### Bug Fixes + +* **deps:** update spectral-core in cli ([35687cd](https://github.com/stoplightio/spectral/commit/35687cd4bba4411e716a947984d17806a4784763)) + ## @stoplight/spectral-cli [6.14.2](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.14.1...@stoplight/spectral-cli-6.14.2) (2024-11-19) diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a711a192..494dcce83 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@stoplight/spectral-cli", - "version": "6.14.2", + "version": "6.14.3", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ", From 5ff9602c975e7cd20b77a9fa88004201211191ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:43:00 +0500 Subject: [PATCH 15/16] fix(deps): bump elliptic from 6.6.0 to 6.6.1 (#2782) Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1. - [Commits](https://github.com/indutny/elliptic/compare/v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 70b1c6834..1320f1a09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6165,8 +6165,8 @@ __metadata: linkType: hard "elliptic@npm:^6.0.0, elliptic@npm:^6.5.4": - version: 6.6.0 - resolution: "elliptic@npm:6.6.0" + version: 6.6.1 + resolution: "elliptic@npm:6.6.1" dependencies: bn.js: ^4.11.9 brorand: ^1.1.0 @@ -6175,7 +6175,7 @@ __metadata: inherits: ^2.0.4 minimalistic-assert: ^1.0.1 minimalistic-crypto-utils: ^1.0.1 - checksum: e912349b883e694bfe65005214237a470c9a098a6ba36fd24396d0ab07feb399920c0738aeed1aed6cf5dca9c64fd479e212faed3a75c9d81453671ef0de5157 + checksum: 27b14a52f68bbbc0720da259f712cb73e953f6d2047958cd02fb0d0ade2e83849dc39fb4af630889c67df8817e24237428cf59c4f4c07700f755b401149a7375 languageName: node linkType: hard From 62294427e0304f41cd23397519d683aa83879b83 Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Fri, 7 Mar 2025 13:48:14 +0000 Subject: [PATCH 16/16] fix(repo): replace discord link with forum link (#2793) Co-authored-by: Nauman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a4e5096..f20ce650a 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Once you've had a look through the getting started material, some of these guide ## ℹ️ Support -If you need help using Spectral or have any questions, you can use [GitHub Discussions](https://github.com/stoplightio/spectral/discussions), or visit the [Stoplight Community Discord](https://discord.com/invite/stoplight). These communities are a great place to share your rulesets, or show off tools that use Spectral. +If you need help using Spectral or have any questions, you can use [GitHub Discussions](https://github.com/stoplightio/spectral/discussions), or visit the [Stoplight Community Forum](https://community.stoplight.io/). These communities are a great place to share your rulesets, or show off tools that use Spectral. If you have a bug or feature request, [create an issue for it](https://github.com/stoplightio/spectral/issues).