Skip to content

Commit 3016d43

Browse files
chore: 🔖 release new versions (#2978)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 324c0f6 commit 3016d43

10 files changed

Lines changed: 52 additions & 26 deletions

File tree

.changeset/loose-walls-share.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/spec-form-workflow-references.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/@v2/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ toc:
77

88
<!-- do-not-remove -->
99

10+
## 2.41.2 (2026-07-29)
11+
12+
### Patch Changes
13+
14+
- Updated js-yaml from `5.2.1` to `5.2.2` to resolve a vulnerability in YAML parsing.
15+
- Added support for the Arazzo spec-compliant workflow reference form `$sourceDescriptions.<name>.<workflowId>` in `dependsOn`, step `workflowId`, and success/failure action `workflowId`.
16+
17+
Unresolvable workflow references fail only the affected workflow with a clear error message, and no longer abort the whole run or pass unnoticed.
18+
19+
- Updated @redocly/openapi-core to v2.41.2.
20+
- Updated @redocly/respect-core to v2.41.2.
21+
1022
## 2.41.1 (2026-07-28)
1123

1224
### Patch Changes

package-lock.json

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

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @redocly/cli
22

3+
## 2.41.2
4+
5+
### Patch Changes
6+
7+
- Updated js-yaml from `5.2.1` to `5.2.2` to resolve a vulnerability in YAML parsing.
8+
- Added support for the Arazzo spec-compliant workflow reference form `$sourceDescriptions.<name>.<workflowId>` in `dependsOn`, step `workflowId`, and success/failure action `workflowId`.
9+
10+
Unresolvable workflow references fail only the affected workflow with a clear error message, and no longer abort the whole run or pass unnoticed.
11+
12+
- Updated @redocly/openapi-core to v2.41.2.
13+
- Updated @redocly/respect-core to v2.41.2.
14+
315
## 2.41.1
416

517
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "2.41.1",
3+
"version": "2.41.2",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -45,8 +45,8 @@
4545
"@opentelemetry/sdk-trace-node": "2.8.0",
4646
"@opentelemetry/semantic-conventions": "1.41.1",
4747
"@redocly/cli-otel": "0.3.4",
48-
"@redocly/openapi-core": "2.41.1",
49-
"@redocly/respect-core": "2.41.1",
48+
"@redocly/openapi-core": "2.41.2",
49+
"@redocly/respect-core": "2.41.2",
5050
"@types/cookie": "0.6.0",
5151
"@types/har-format": "^1.2.16",
5252
"@types/react": "^17.0.0 || ^18.2.21 || ^19.2.16",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @redocly/openapi-core
22

3+
## 2.41.2
4+
5+
### Patch Changes
6+
7+
- Updated js-yaml from `5.2.1` to `5.2.2` to resolve a vulnerability in YAML parsing.
8+
39
## 2.41.1
410

511
## 2.41.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/openapi-core",
3-
"version": "2.41.1",
3+
"version": "2.41.2",
44
"description": "",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/respect-core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @redocly/respect-core
22

3+
## 2.41.2
4+
5+
### Patch Changes
6+
7+
- Added support for the Arazzo spec-compliant workflow reference form `$sourceDescriptions.<name>.<workflowId>` in `dependsOn`, step `workflowId`, and success/failure action `workflowId`.
8+
9+
Unresolvable workflow references fail only the affected workflow with a clear error message, and no longer abort the whole run or pass unnoticed.
10+
11+
- Updated @redocly/openapi-core to v2.41.2.
12+
313
## 2.41.1
414

515
### Patch Changes

packages/respect-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/respect-core",
3-
"version": "2.41.1",
3+
"version": "2.41.2",
44
"description": "API testing framework core",
55
"type": "module",
66
"types": "lib/index.d.ts",
@@ -48,7 +48,7 @@
4848
"@faker-js/faker": "^7.6.0",
4949
"@noble/hashes": "^1.8.0",
5050
"@redocly/ajv": "^8.18.1",
51-
"@redocly/openapi-core": "2.41.1",
51+
"@redocly/openapi-core": "2.41.2",
5252
"ajv": "npm:@redocly/ajv@8.18.1",
5353
"better-ajv-errors": "^2.0.3",
5454
"colorette": "^2.0.20",

0 commit comments

Comments
 (0)