Skip to content

Commit d22a3e7

Browse files
committed
Changes from node scripts/regenerate_moon_projects.js --update
1 parent 5424e2e commit d22a3e7

6 files changed

Lines changed: 71 additions & 1 deletion

File tree

src/platform/packages/shared/response-ops/alerts-table/moon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependsOn:
2424
- '@kbn/alerting-types'
2525
- '@kbn/cases-components'
2626
- '@kbn/core-http-browser'
27-
- '@kbn/alerting-plugin'
2827
- '@kbn/actions-plugin'
2928
- '@kbn/kibana-utils-plugin'
3029
- '@kbn/alerts-ui-shared'
@@ -49,6 +48,7 @@ dependsOn:
4948
- '@kbn/zod'
5049
- '@kbn/field-types'
5150
- '@kbn/react-query'
51+
- '@kbn/maintenance-windows-plugin'
5252
tags:
5353
- shared-browser
5454
- package

x-pack/platform/plugins/shared/alerting/moon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ dependsOn:
8989
- '@kbn/es-types'
9090
- '@kbn/lazy-object'
9191
- '@kbn/react-query'
92+
- '@kbn/maintenance-windows-plugin'
93+
- '@kbn/config'
9294
tags:
9395
- plugin
9496
- prod
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
2+
# To extend this, write your extensions/overrides to 'moon.extend.yml'
3+
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/maintenance-windows-plugin'
4+
5+
$schema: https://moonrepo.dev/schemas/project.json
6+
id: '@kbn/maintenance-windows-plugin'
7+
type: unknown
8+
owners:
9+
defaultOwner: '@elastic/response-ops'
10+
toolchain:
11+
default: node
12+
language: typescript
13+
project:
14+
name: '@kbn/maintenance-windows-plugin'
15+
description: Moon project for @kbn/maintenance-windows-plugin
16+
channel: ''
17+
owner: '@elastic/response-ops'
18+
metadata:
19+
sourceRoot: x-pack/platform/plugins/shared/maintenance_windows
20+
dependsOn:
21+
- '@kbn/core'
22+
- '@kbn/security-plugin'
23+
- '@kbn/licensing-plugin'
24+
- '@kbn/i18n'
25+
- '@kbn/core-saved-objects-server'
26+
- '@kbn/data-plugin'
27+
- '@kbn/alerting-types'
28+
- '@kbn/rrule'
29+
- '@kbn/es-query'
30+
- '@kbn/licensing-types'
31+
- '@kbn/config-schema'
32+
- '@kbn/utility-types'
33+
- '@kbn/core-ui-settings-server-mocks'
34+
- '@kbn/std'
35+
- '@kbn/core-http-router-server-mocks'
36+
- '@kbn/features-plugin'
37+
- '@kbn/lazy-object'
38+
- '@kbn/datemath'
39+
- '@kbn/task-manager-plugin'
40+
- '@kbn/core-http-request-handler-context-server'
41+
tags:
42+
- plugin
43+
- prod
44+
- group-platform
45+
- shared
46+
- jest-unit-tests
47+
fileGroups:
48+
src:
49+
- server/**/*
50+
- public/**/*
51+
- common/**/*
52+
- '!target/**/*'
53+
tasks:
54+
jest:
55+
args:
56+
- '--config'
57+
- $projectRoot/jest.config.js
58+
inputs:
59+
- '@group(src)'
60+
jestCI:
61+
args:
62+
- '--config'
63+
- $projectRoot/jest.config.js
64+
inputs:
65+
- '@group(src)'

x-pack/platform/plugins/shared/triggers_actions_ui/moon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ dependsOn:
9797
- '@kbn/presentation-util'
9898
- '@kbn/discover-utils'
9999
- '@kbn/react-query'
100+
- '@kbn/maintenance-windows-plugin'
100101
tags:
101102
- plugin
102103
- prod

x-pack/solutions/observability/plugins/observability/moon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ dependsOn:
144144
- '@kbn/observability-nav-icons'
145145
- '@kbn/react-query'
146146
- '@kbn/content-management-utils'
147+
- '@kbn/maintenance-windows-plugin'
147148
tags:
148149
- plugin
149150
- prod

x-pack/solutions/observability/plugins/synthetics/moon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ dependsOn:
128128
- '@kbn/observability-synthetics-test-data'
129129
- '@kbn/connector-schemas'
130130
- '@kbn/react-query'
131+
- '@kbn/maintenance-windows-plugin'
131132
tags:
132133
- plugin
133134
- prod

0 commit comments

Comments
 (0)