@forge/cli-shared 3.21.1-next.4 → 3.21.1-next.6

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,21 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.21.1-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 9f553da: Bumping dependencies via Renovate:
8
+
9
+ - @sentry/node
10
+
11
+ ## 3.21.1-next.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 4c4c95b: Bumping dependencies via Renovate:
16
+
17
+ - @types/adm-zip
18
+
3
19
  ## 3.21.1-next.4
4
20
 
5
21
  ### Patch Changes
@@ -10616,6 +10616,7 @@ export type Graph = {
10616
10616
  issueAssociatedPrRelationship?: Maybe<GraphIssueAssociatedPrRelationshipConnection>;
10617
10617
  issueAssociatedPrRelationshipInverse?: Maybe<GraphIssueAssociatedPrRelationshipConnection>;
10618
10618
  jswProjectAssociatedComponent?: Maybe<GraphGenericConnection>;
10619
+ jswProjectSharesComponentWithJsmProject?: Maybe<GraphJiraProjectConnection>;
10619
10620
  parentDocumentHasChildDocument?: Maybe<GraphJiraDocumentConnection>;
10620
10621
  parentDocumentHasChildDocumentInverse?: Maybe<GraphJiraDocumentConnection>;
10621
10622
  parentDocumentHasChildDocumentRelationship?: Maybe<GraphParentDocumentHasChildDocumentRelationshipConnection>;
@@ -10737,6 +10738,11 @@ export type GraphJswProjectAssociatedComponentArgs = {
10737
10738
  first?: InputMaybe<Scalars['Int']['input']>;
10738
10739
  from: Scalars['ID']['input'];
10739
10740
  };
10741
+ export type GraphJswProjectSharesComponentWithJsmProjectArgs = {
10742
+ after?: InputMaybe<Scalars['String']['input']>;
10743
+ first?: InputMaybe<Scalars['Int']['input']>;
10744
+ from: Scalars['ID']['input'];
10745
+ };
10740
10746
  export type GraphParentDocumentHasChildDocumentArgs = {
10741
10747
  after?: InputMaybe<Scalars['String']['input']>;
10742
10748
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -23634,6 +23640,7 @@ export type JiraProject = Node & {
23634
23640
  __typename?: 'JiraProject';
23635
23641
  action?: Maybe<JiraProjectAction>;
23636
23642
  associatedComponents?: Maybe<GraphGenericConnection>;
23643
+ associatedJsmProjectsByComponent?: Maybe<GraphJiraProjectConnection>;
23637
23644
  associatedServices?: Maybe<GraphProjectServiceConnection>;
23638
23645
  avatar?: Maybe<JiraAvatar>;
23639
23646
  canSetIssueRestriction?: Maybe<Scalars['Boolean']['output']>;