Skip to content

Commit 49bddd1

Browse files
chore(deps): bump @redocly/cli to 2.30.4 and postcss to 8.5.14 (elastic#268223)
## Summary Bump `@redocly/cli` to `2.30.4` and `postcss` to `8.5.14`. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 72a2534 commit 49bddd1

7 files changed

Lines changed: 443 additions & 521 deletions

File tree

oas_docs/package-lock.json

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

oas_docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"example": "examples"
88
},
99
"dependencies": {
10-
"@redocly/cli": "2.24.1",
10+
"@redocly/cli": "2.30.4",
1111
"bump-cli": "2.10.0"
1212
},
1313
"scripts": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@
18841884
"@parcel/watcher": "2.5.1",
18851885
"@playwright/test": "1.59.1",
18861886
"@pmmmwh/react-refresh-webpack-plugin": "0.6.1",
1887-
"@redocly/cli": "2.24.1",
1887+
"@redocly/cli": "2.30.4",
18881888
"@rsdoctor/rspack-plugin": "1.5.7",
18891889
"@rspack/core": "1.7.11",
18901890
"@rspack/plugin-react-refresh": "1.6.1",
@@ -2165,7 +2165,7 @@
21652165
"pixelmatch": "5.3.0",
21662166
"playwright": "1.59.1",
21672167
"pngjs": "7.0.0",
2168-
"postcss": "8.5.8",
2168+
"postcss": "8.5.14",
21692169
"postcss-loader": "8.2.1",
21702170
"postcss-scss": "4.0.9",
21712171
"prettier": "2.8.8",

src/platform/packages/private/kbn-ui-shared-deps-npm/version_dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ postcss-modules-scope@3.2.0
369369
postcss-modules-values@4.0.0
370370
postcss-selector-parser@6.1.2
371371
postcss-value-parser@4.2.0
372-
postcss@8.5.8
372+
postcss@8.5.14
373373
prismjs@1.27.0
374374
process-nextick-args@2.0.1
375375
process@0.11.10

src/platform/packages/private/kbn-ui-shared-deps-src/version_dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ postcss-modules-scope@3.2.0
114114
postcss-modules-values@4.0.0
115115
postcss-selector-parser@6.1.2
116116
postcss-value-parser@4.2.0
117-
postcss@8.5.8
117+
postcss@8.5.14
118118
prettier@2.8.8
119119
punycode@2.3.1
120120
react-universal-interface@0.6.2

x-pack/platform/plugins/shared/cases/docs/openapi/bundled-types.schema.yaml

Lines changed: 109 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,77 @@ components:
21392139
version:
21402140
type: string
21412141
example: WzMwNDgsMV0=
2142+
case_response_created_by_properties:
2143+
title: Case response properties for created_by
2144+
type: object
2145+
properties:
2146+
email:
2147+
type: string
2148+
example: null
2149+
nullable: true
2150+
full_name:
2151+
type: string
2152+
example: null
2153+
nullable: true
2154+
username:
2155+
type: string
2156+
example: elastic
2157+
nullable: true
2158+
profile_uid:
2159+
type: string
2160+
example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0
2161+
required:
2162+
- email
2163+
- full_name
2164+
- username
2165+
case_response_pushed_by_properties:
2166+
title: Case response properties for pushed_by
2167+
type: object
2168+
nullable: true
2169+
properties:
2170+
email:
2171+
type: string
2172+
example: null
2173+
nullable: true
2174+
full_name:
2175+
type: string
2176+
example: null
2177+
nullable: true
2178+
username:
2179+
type: string
2180+
example: elastic
2181+
nullable: true
2182+
profile_uid:
2183+
type: string
2184+
example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0
2185+
required:
2186+
- email
2187+
- full_name
2188+
- username
2189+
case_response_updated_by_properties:
2190+
title: Case response properties for updated_by
2191+
type: object
2192+
nullable: true
2193+
properties:
2194+
email:
2195+
type: string
2196+
example: null
2197+
nullable: true
2198+
full_name:
2199+
type: string
2200+
example: null
2201+
nullable: true
2202+
username:
2203+
type: string
2204+
example: elastic
2205+
nullable: true
2206+
profile_uid:
2207+
type: string
2208+
example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0
2209+
required:
2210+
- email
2211+
- full_name
2212+
- username
21422213
event_comment_response_properties:
21432214
title: Case response properties for event comments
21442215
type: object
@@ -2230,77 +2301,6 @@ components:
22302301
version:
22312302
type: string
22322303
example: WzIwNDMxLDFd
2233-
case_response_created_by_properties:
2234-
title: Case response properties for created_by
2235-
type: object
2236-
properties:
2237-
email:
2238-
type: string
2239-
example: null
2240-
nullable: true
2241-
full_name:
2242-
type: string
2243-
example: null
2244-
nullable: true
2245-
username:
2246-
type: string
2247-
example: elastic
2248-
nullable: true
2249-
profile_uid:
2250-
type: string
2251-
example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0
2252-
required:
2253-
- email
2254-
- full_name
2255-
- username
2256-
case_response_pushed_by_properties:
2257-
title: Case response properties for pushed_by
2258-
type: object
2259-
nullable: true
2260-
properties:
2261-
email:
2262-
type: string
2263-
example: null
2264-
nullable: true
2265-
full_name:
2266-
type: string
2267-
example: null
2268-
nullable: true
2269-
username:
2270-
type: string
2271-
example: elastic
2272-
nullable: true
2273-
profile_uid:
2274-
type: string
2275-
example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0
2276-
required:
2277-
- email
2278-
- full_name
2279-
- username
2280-
case_response_updated_by_properties:
2281-
title: Case response properties for updated_by
2282-
type: object
2283-
nullable: true
2284-
properties:
2285-
email:
2286-
type: string
2287-
example: null
2288-
nullable: true
2289-
full_name:
2290-
type: string
2291-
example: null
2292-
nullable: true
2293-
username:
2294-
type: string
2295-
example: elastic
2296-
nullable: true
2297-
profile_uid:
2298-
type: string
2299-
example: u_J41Oh6L9ki-Vo2tOogS8WRTENzhHurGtRc87NgEAlkc_0
2300-
required:
2301-
- email
2302-
- full_name
2303-
- username
23042304
external_service:
23052305
type: object
23062306
nullable: true
@@ -3172,6 +3172,44 @@ components:
31723172
index:
31733173
description: The alert index.
31743174
type: string
3175+
alert_identifiers:
3176+
title: Alert identifiers
3177+
description: |
3178+
The alert identifiers. It is required only when `type` is `alert`. You can use an array of strings to add multiple alerts to a case, provided that they all relate to the same rule; `index` must also be an array with the same length or number of elements. Adding multiple alerts in this manner is recommended rather than calling the API multiple times. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3179+
oneOf:
3180+
- type: string
3181+
- type: array
3182+
items:
3183+
type: string
3184+
maxItems: 1000
3185+
x-state: Technical preview
3186+
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
3187+
alert_indices:
3188+
title: Alert indices
3189+
description: |
3190+
The alert indices. It is required only when `type` is `alert`. If you are adding multiple alerts to a case, use an array of strings; the position of each index name in the array must match the position of the corresponding alert identifier in the `alertId` array. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3191+
oneOf:
3192+
- type: string
3193+
- type: array
3194+
items:
3195+
type: string
3196+
maxItems: 1000
3197+
x-state: Technical preview
3198+
rule:
3199+
title: Alerting rule
3200+
description: |
3201+
The rule that is associated with the alerts. It is required only when `type` is `alert`. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3202+
type: object
3203+
x-state: Technical preview
3204+
properties:
3205+
id:
3206+
description: The rule identifier.
3207+
type: string
3208+
example: 94d80550-aaf4-11ec-985f-97e55adae8b9
3209+
name:
3210+
description: The rule name.
3211+
type: string
3212+
example: security_rule
31753213
add_alert_comment_request_properties:
31763214
title: Add case comment request properties for alerts
31773215
required:
@@ -3219,44 +3257,6 @@ components:
32193257
- comment
32203258
- owner
32213259
- type
3222-
alert_identifiers:
3223-
title: Alert identifiers
3224-
description: |
3225-
The alert identifiers. It is required only when `type` is `alert`. You can use an array of strings to add multiple alerts to a case, provided that they all relate to the same rule; `index` must also be an array with the same length or number of elements. Adding multiple alerts in this manner is recommended rather than calling the API multiple times. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3226-
oneOf:
3227-
- type: string
3228-
- type: array
3229-
items:
3230-
type: string
3231-
maxItems: 1000
3232-
x-state: Technical preview
3233-
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
3234-
alert_indices:
3235-
title: Alert indices
3236-
description: |
3237-
The alert indices. It is required only when `type` is `alert`. If you are adding multiple alerts to a case, use an array of strings; the position of each index name in the array must match the position of the corresponding alert identifier in the `alertId` array. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3238-
oneOf:
3239-
- type: string
3240-
- type: array
3241-
items:
3242-
type: string
3243-
maxItems: 1000
3244-
x-state: Technical preview
3245-
rule:
3246-
title: Alerting rule
3247-
description: |
3248-
The rule that is associated with the alerts. It is required only when `type` is `alert`. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3249-
type: object
3250-
x-state: Technical preview
3251-
properties:
3252-
id:
3253-
description: The rule identifier.
3254-
type: string
3255-
example: 94d80550-aaf4-11ec-985f-97e55adae8b9
3256-
name:
3257-
description: The rule name.
3258-
type: string
3259-
example: security_rule
32603260
add_case_comment_request:
32613261
title: Add case comment request
32623262
description: The add comment to case API request body varies depending on whether you are adding an alert or a comment.

0 commit comments

Comments
 (0)