@forge/cli-shared 3.20.0-next.18 → 3.20.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,100 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.20.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5c39a289: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @atlassian/xen-test-util
|
|
10
|
+
|
|
11
|
+
## 3.20.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 7749635: Added deployment errors messages involving manifest validation
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- fc1756d: Bumping dependencies via Renovate:
|
|
20
|
+
|
|
21
|
+
- @types/recursive-readdir
|
|
22
|
+
|
|
23
|
+
- d192a8f: Bumping dependencies via Renovate:
|
|
24
|
+
|
|
25
|
+
- graphql
|
|
26
|
+
|
|
27
|
+
- 37d6fdb: Bumping dependencies via Renovate:
|
|
28
|
+
|
|
29
|
+
- ignore-walk
|
|
30
|
+
|
|
31
|
+
- f11f738: Bumping dependencies via Renovate:
|
|
32
|
+
|
|
33
|
+
- @sentry/node
|
|
34
|
+
|
|
35
|
+
- 52646bd: Bumping dependencies via Renovate:
|
|
36
|
+
|
|
37
|
+
- @sentry/node
|
|
38
|
+
|
|
39
|
+
- 3d3495d2: Bumping dependencies via Renovate:
|
|
40
|
+
|
|
41
|
+
- graphql-tools
|
|
42
|
+
|
|
43
|
+
- 0fbf747: Bumping dependencies via Renovate:
|
|
44
|
+
|
|
45
|
+
- @types/ignore-walk
|
|
46
|
+
|
|
47
|
+
- aec22e5: Bumping dependencies via Renovate:
|
|
48
|
+
|
|
49
|
+
- @atlassian/xen-test-util
|
|
50
|
+
|
|
51
|
+
- de5d202: Allow packaging extra files in Forge apps
|
|
52
|
+
- e23c701: Bumping dependencies via Renovate:
|
|
53
|
+
|
|
54
|
+
- graphql-request
|
|
55
|
+
|
|
56
|
+
- 8330ad7d: Bumping dependencies via Renovate:
|
|
57
|
+
|
|
58
|
+
- glob
|
|
59
|
+
|
|
60
|
+
- d86c7bb: Bumping dependencies via Renovate:
|
|
61
|
+
|
|
62
|
+
- glob
|
|
63
|
+
|
|
64
|
+
- ab7c204: Bumping dependencies via Renovate:
|
|
65
|
+
|
|
66
|
+
- js-yaml
|
|
67
|
+
- @types/js-yaml
|
|
68
|
+
|
|
69
|
+
- ed2cbc8: Bumping dependencies via Renovate:
|
|
70
|
+
|
|
71
|
+
- @types/node-fetch
|
|
72
|
+
|
|
73
|
+
- 28fcd26: Bumping dependencies via Renovate:
|
|
74
|
+
|
|
75
|
+
- ora
|
|
76
|
+
|
|
77
|
+
- 370a526: Bumping dependencies via Renovate:
|
|
78
|
+
|
|
79
|
+
- launchdarkly-node-client-sdk
|
|
80
|
+
|
|
81
|
+
- e534bed: Bumping dependencies via Renovate:
|
|
82
|
+
|
|
83
|
+
- ignore-walk
|
|
84
|
+
|
|
85
|
+
- 9d50860: Bumping dependencies via Renovate:
|
|
86
|
+
|
|
87
|
+
- @types/node
|
|
88
|
+
|
|
89
|
+
- Updated dependencies [b70e132]
|
|
90
|
+
- Updated dependencies [de5d202]
|
|
91
|
+
- Updated dependencies [ab7c204]
|
|
92
|
+
- Updated dependencies [ed2cbc8]
|
|
93
|
+
- Updated dependencies [ac23105]
|
|
94
|
+
- Updated dependencies [ed9ecfd]
|
|
95
|
+
- Updated dependencies [9d50860]
|
|
96
|
+
- @forge/manifest@4.20.2
|
|
97
|
+
|
|
3
98
|
## 3.20.0-next.18
|
|
4
99
|
|
|
5
100
|
### Patch Changes
|
|
@@ -10223,6 +10223,8 @@ export type Graph = {
|
|
|
10223
10223
|
parentDocumentHasChildDocumentRelationship?: Maybe<GraphParentDocumentHasChildDocumentRelationshipConnection>;
|
|
10224
10224
|
parentDocumentHasChildDocumentRelationshipInverse?: Maybe<GraphParentDocumentHasChildDocumentRelationshipConnection>;
|
|
10225
10225
|
projectAssociatedDeployment?: Maybe<GraphJiraDeploymentConnection>;
|
|
10226
|
+
projectAssociatedIncident?: Maybe<GraphJiraIssueConnection>;
|
|
10227
|
+
projectAssociatedIncidentInverse?: Maybe<GraphJiraProjectConnection>;
|
|
10226
10228
|
projectAssociatedPr?: Maybe<GraphJiraPullRequestConnection>;
|
|
10227
10229
|
projectAssociatedPrInverse?: Maybe<GraphJiraProjectConnection>;
|
|
10228
10230
|
projectAssociatedPrRelationship?: Maybe<GraphProjectAssociatedPrRelationshipConnection>;
|
|
@@ -10338,6 +10340,18 @@ export type GraphProjectAssociatedDeploymentArgs = {
|
|
|
10338
10340
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10339
10341
|
from: Scalars['ID']['input'];
|
|
10340
10342
|
};
|
|
10343
|
+
export type GraphProjectAssociatedIncidentArgs = {
|
|
10344
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10345
|
+
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInput>;
|
|
10346
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10347
|
+
from: Scalars['ID']['input'];
|
|
10348
|
+
};
|
|
10349
|
+
export type GraphProjectAssociatedIncidentInverseArgs = {
|
|
10350
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
10351
|
+
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInput>;
|
|
10352
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10353
|
+
to: Scalars['ID']['input'];
|
|
10354
|
+
};
|
|
10341
10355
|
export type GraphProjectAssociatedPrArgs = {
|
|
10342
10356
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
10343
10357
|
filter?: InputMaybe<GraphQueryMetadataProjectAssociatedPrInput>;
|
|
@@ -10979,6 +10993,56 @@ export type GraphProjectServiceEdge = {
|
|
|
10979
10993
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
10980
10994
|
node: GraphProjectService;
|
|
10981
10995
|
};
|
|
10996
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInput = {
|
|
10997
|
+
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputAnd>>;
|
|
10998
|
+
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputOr>>;
|
|
10999
|
+
};
|
|
11000
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputAnd = {
|
|
11001
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11002
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11003
|
+
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputOrInner>>;
|
|
11004
|
+
};
|
|
11005
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputAndInner = {
|
|
11006
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11007
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11008
|
+
};
|
|
11009
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt = {
|
|
11010
|
+
range?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtRangeField>;
|
|
11011
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtMetadataSortField>;
|
|
11012
|
+
};
|
|
11013
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtMetadataSortField = {
|
|
11014
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11015
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11016
|
+
};
|
|
11017
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputCreatedAtRangeField = {
|
|
11018
|
+
gt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11019
|
+
gte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11020
|
+
lt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11021
|
+
lte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11022
|
+
};
|
|
11023
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated = {
|
|
11024
|
+
range?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedRangeField>;
|
|
11025
|
+
sort?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedMetadataSortField>;
|
|
11026
|
+
};
|
|
11027
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedMetadataSortField = {
|
|
11028
|
+
order?: InputMaybe<GraphQueryMetadataSortEnum>;
|
|
11029
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
11030
|
+
};
|
|
11031
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputLastUpdatedRangeField = {
|
|
11032
|
+
gt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11033
|
+
gte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11034
|
+
lt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11035
|
+
lte?: InputMaybe<Scalars['DateTime']['input']>;
|
|
11036
|
+
};
|
|
11037
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputOr = {
|
|
11038
|
+
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedIncidentInputAndInner>>;
|
|
11039
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11040
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11041
|
+
};
|
|
11042
|
+
export type GraphQueryMetadataProjectAssociatedIncidentInputOrInner = {
|
|
11043
|
+
createdAt?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputCreatedAt>;
|
|
11044
|
+
lastUpdated?: InputMaybe<GraphQueryMetadataProjectAssociatedIncidentInputLastUpdated>;
|
|
11045
|
+
};
|
|
10982
11046
|
export type GraphQueryMetadataProjectAssociatedPrInput = {
|
|
10983
11047
|
and?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedPrInputAnd>>;
|
|
10984
11048
|
or?: InputMaybe<Array<GraphQueryMetadataProjectAssociatedPrInputOr>>;
|