Skip to content

Commit 6e5b000

Browse files
authored
chore: update @redocly/config version to v0.53.1 (#2989)
1 parent eb9a7a7 commit 6e5b000

4 files changed

Lines changed: 34 additions & 39 deletions

File tree

.changeset/quick-cameras-yawn.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.53.1.

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.53.0",
56+
"@redocly/config": "^0.53.1",
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: 24 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,6 +2799,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
27992799
"type": "string",
28002800
},
28012801
"downloadUrls": "rootRedoclyConfigSchema.apis_additionalProperties.graphql.downloadUrls",
2802+
"excludeFromSearch": {
2803+
"type": "boolean",
2804+
},
28022805
"feedback": "rootRedoclyConfigSchema.apis_additionalProperties.graphql.feedback",
28032806
"fieldExpandLevel": {
28042807
"type": "number",
@@ -3476,9 +3479,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
34763479
"disableDeepLinks": {
34773480
"type": "boolean",
34783481
},
3479-
"disableRouter": {
3480-
"type": "boolean",
3481-
},
34823482
"disableSearch": {
34833483
"type": "boolean",
34843484
},
@@ -5729,6 +5729,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
57295729
"type": "string",
57305730
},
57315731
"downloadUrls": "rootRedoclyConfigSchema.apis_additionalProperties.theme.graphql.downloadUrls",
5732+
"excludeFromSearch": {
5733+
"type": "boolean",
5734+
},
57325735
"feedback": "rootRedoclyConfigSchema.apis_additionalProperties.theme.graphql.feedback",
57335736
"fieldExpandLevel": {
57345737
"type": "number",
@@ -6366,9 +6369,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
63666369
"disableDeepLinks": {
63676370
"type": "boolean",
63686371
},
6369-
"disableRouter": {
6370-
"type": "boolean",
6371-
},
63726372
"disableSearch": {
63736373
"type": "boolean",
63746374
},
@@ -11343,6 +11343,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1134311343
"type": "string",
1134411344
},
1134511345
"downloadUrls": "rootRedoclyConfigSchema.env_additionalProperties.apis_additionalProperties.graphql.downloadUrls",
11346+
"excludeFromSearch": {
11347+
"type": "boolean",
11348+
},
1134611349
"feedback": "rootRedoclyConfigSchema.env_additionalProperties.apis_additionalProperties.graphql.feedback",
1134711350
"fieldExpandLevel": {
1134811351
"type": "number",
@@ -12020,9 +12023,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1202012023
"disableDeepLinks": {
1202112024
"type": "boolean",
1202212025
},
12023-
"disableRouter": {
12024-
"type": "boolean",
12025-
},
1202612026
"disableSearch": {
1202712027
"type": "boolean",
1202812028
},
@@ -14273,6 +14273,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1427314273
"type": "string",
1427414274
},
1427514275
"downloadUrls": "rootRedoclyConfigSchema.env_additionalProperties.apis_additionalProperties.theme.graphql.downloadUrls",
14276+
"excludeFromSearch": {
14277+
"type": "boolean",
14278+
},
1427614279
"feedback": "rootRedoclyConfigSchema.env_additionalProperties.apis_additionalProperties.theme.graphql.feedback",
1427714280
"fieldExpandLevel": {
1427814281
"type": "number",
@@ -14910,9 +14913,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1491014913
"disableDeepLinks": {
1491114914
"type": "boolean",
1491214915
},
14913-
"disableRouter": {
14914-
"type": "boolean",
14915-
},
1491614916
"disableSearch": {
1491714917
"type": "boolean",
1491814918
},
@@ -19289,6 +19289,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
1928919289
"type": "string",
1929019290
},
1929119291
"downloadUrls": "rootRedoclyConfigSchema.env_additionalProperties.graphql.downloadUrls",
19292+
"excludeFromSearch": {
19293+
"type": "boolean",
19294+
},
1929219295
"feedback": "rootRedoclyConfigSchema.env_additionalProperties.graphql.feedback",
1929319296
"fieldExpandLevel": {
1929419297
"type": "number",
@@ -20612,9 +20615,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2061220615
"disableDeepLinks": {
2061320616
"type": "boolean",
2061420617
},
20615-
"disableRouter": {
20616-
"type": "boolean",
20617-
},
2061820618
"disableSearch": {
2061920619
"type": "boolean",
2062020620
},
@@ -25310,6 +25310,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2531025310
"type": "string",
2531125311
},
2531225312
"downloadUrls": "rootRedoclyConfigSchema.env_additionalProperties.theme.asyncapi.downloadUrls",
25313+
"excludeFromSearch": {
25314+
"type": "boolean",
25315+
},
2531325316
"feedback": "rootRedoclyConfigSchema.env_additionalProperties.theme.asyncapi.feedback",
2531425317
"fieldExpandLevel": {
2531525318
"type": "number",
@@ -25324,7 +25327,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2532425327
],
2532525328
"type": "string",
2532625329
},
25327-
"metadata": "rootRedoclyConfigSchema.env_additionalProperties.theme.asyncapi.metadata",
2532825330
"samplesMaxInlineArgs": {
2532925331
"type": "number",
2533025332
},
@@ -25663,18 +25665,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2566325665
},
2566425666
"required": undefined,
2566525667
},
25666-
"rootRedoclyConfigSchema.env_additionalProperties.theme.asyncapi.metadata": {
25667-
"additionalProperties": {},
25668-
"description": undefined,
25669-
"documentationLink": undefined,
25670-
"items": undefined,
25671-
"properties": {
25672-
"apiId": {
25673-
"type": "string",
25674-
},
25675-
},
25676-
"required": undefined,
25677-
},
2567825668
"rootRedoclyConfigSchema.env_additionalProperties.theme.breadcrumbs": {
2567925669
"additionalProperties": undefined,
2568025670
"description": undefined,
@@ -27733,6 +27723,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2773327723
"type": "string",
2773427724
},
2773527725
"downloadUrls": "rootRedoclyConfigSchema.env_additionalProperties.theme.graphql.downloadUrls",
27726+
"excludeFromSearch": {
27727+
"type": "boolean",
27728+
},
2773627729
"feedback": "rootRedoclyConfigSchema.env_additionalProperties.theme.graphql.feedback",
2773727730
"fieldExpandLevel": {
2773827731
"type": "number",
@@ -28862,9 +28855,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
2886228855
"disableDeepLinks": {
2886328856
"type": "boolean",
2886428857
},
28865-
"disableRouter": {
28866-
"type": "boolean",
28867-
},
2886828858
"disableSearch": {
2886928859
"type": "boolean",
2887028860
},
@@ -33009,6 +32999,9 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
3300932999
"type": "string",
3301033000
},
3301133001
"downloadUrls": "rootRedoclyConfigSchema.graphql.downloadUrls",
33002+
"excludeFromSearch": {
33003+
"type": "boolean",
33004+
},
3301233005
"feedback": "rootRedoclyConfigSchema.graphql.feedback",
3301333006
"fieldExpandLevel": {
3301433007
"type": "number",
@@ -34332,9 +34325,6 @@ exports[`createConfigTypes > matches snapshot for the default config schema 1`]
3433234325
"disableDeepLinks": {
3433334326
"type": "boolean",
3433434327
},
34335-
"disableRouter": {
34336-
"type": "boolean",
34337-
},
3433834328
"disableSearch": {
3433934329
"type": "boolean",
3434034330
},

0 commit comments

Comments
 (0)