Skip to content

Commit 21104fa

Browse files
chore: update config version 0.49.0 (#2833)
1 parent 1f9a448 commit 21104fa

4 files changed

Lines changed: 43 additions & 5 deletions

File tree

.changeset/real-hotels-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@redocly/openapi-core': patch
3+
---
4+
5+
Updated @redocly/config to v0.49.0.

package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"dependencies": {
5555
"@redocly/ajv": "^8.18.1",
56-
"@redocly/config": "^0.48.2",
56+
"@redocly/config": "^0.49.0",
5757
"ajv": "npm:@redocly/ajv@8.18.1",
5858
"ajv-formats": "^3.0.1",
5959
"colorette": "^1.2.0",

packages/core/src/__tests__/__snapshots__/redocly-yaml.test.ts.snap

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19776,6 +19776,7 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1977619776
},
1977719777
"type": "array",
1977819778
},
19779+
"template": "rootRedoclyConfigSchema.env_additionalProperties.markdown.template",
1977919780
"toc": "rootRedoclyConfigSchema.env_additionalProperties.markdown.toc",
1978019781
},
1978119782
"required": undefined,
@@ -19819,6 +19820,16 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1981919820
},
1982019821
"required": undefined,
1982119822
},
19823+
"rootRedoclyConfigSchema.env_additionalProperties.markdown.template": {
19824+
"additionalProperties": {
19825+
"type": "string",
19826+
},
19827+
"description": undefined,
19828+
"documentationLink": undefined,
19829+
"items": undefined,
19830+
"properties": {},
19831+
"required": undefined,
19832+
},
1982219833
"rootRedoclyConfigSchema.env_additionalProperties.markdown.toc": {
1982319834
"additionalProperties": undefined,
1982419835
"description": undefined,
@@ -28104,6 +28115,7 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2810428115
},
2810528116
"type": "array",
2810628117
},
28118+
"template": "rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.template",
2810728119
"toc": "rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.toc",
2810828120
},
2810928121
"required": undefined,
@@ -28147,6 +28159,16 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2814728159
},
2814828160
"required": undefined,
2814928161
},
28162+
"rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.template": {
28163+
"additionalProperties": {
28164+
"type": "string",
28165+
},
28166+
"description": undefined,
28167+
"documentationLink": undefined,
28168+
"items": undefined,
28169+
"properties": {},
28170+
"required": undefined,
28171+
},
2815028172
"rootRedoclyConfigSchema.env_additionalProperties.theme.markdown.toc": {
2815128173
"additionalProperties": undefined,
2815228174
"description": undefined,
@@ -33470,6 +33492,7 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
3347033492
},
3347133493
"type": "array",
3347233494
},
33495+
"template": "rootRedoclyConfigSchema.markdown.template",
3347333496
"toc": "rootRedoclyConfigSchema.markdown.toc",
3347433497
},
3347533498
"required": undefined,
@@ -33513,6 +33536,16 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
3351333536
},
3351433537
"required": undefined,
3351533538
},
33539+
"rootRedoclyConfigSchema.markdown.template": {
33540+
"additionalProperties": {
33541+
"type": "string",
33542+
},
33543+
"description": undefined,
33544+
"documentationLink": undefined,
33545+
"items": undefined,
33546+
"properties": {},
33547+
"required": undefined,
33548+
},
3351633549
"rootRedoclyConfigSchema.markdown.toc": {
3351733550
"additionalProperties": undefined,
3351833551
"description": undefined,

0 commit comments

Comments
 (0)