@forge/cli-shared 3.19.0-next.18 → 3.19.0-next.20

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.19.0-next.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 0160dc8c: Bumping dependencies via Renovate:
8
+
9
+ - @types/adm-zip
10
+
11
+ ## 3.19.0-next.19
12
+
13
+ ### Patch Changes
14
+
15
+ - 3d8ad494: Bumping dependencies via Renovate:
16
+
17
+ - @atlassian/xen-test-util
18
+
3
19
  ## 3.19.0-next.18
4
20
 
5
21
  ### Patch Changes
@@ -4498,6 +4498,7 @@ export type CompassScorecardAppliedToComponentsQuery = {
4498
4498
  first?: Maybe<Scalars['Int']>;
4499
4499
  after?: Maybe<Scalars['String']>;
4500
4500
  filter?: Maybe<CompassScorecardAppliedToComponentsQueryFilter>;
4501
+ sort?: Maybe<CompassScorecardAppliedToComponentsQuerySort>;
4501
4502
  };
4502
4503
  export type CompassScorecardAppliedToComponentsQueryFilter = {
4503
4504
  score?: Maybe<CompassScorecardAppliedToComponentsThresholdFilter>;
@@ -4508,6 +4509,10 @@ export type CompassScorecardAppliedToComponentsQueryFilter = {
4508
4509
  scorecardCriteria?: Maybe<Array<CompassScorecardAppliedToComponentsCriteriaFilter>>;
4509
4510
  };
4510
4511
  export type CompassScorecardAppliedToComponentsQueryResult = CompassScorecardAppliedToComponentsConnection | QueryError;
4512
+ export type CompassScorecardAppliedToComponentsQuerySort = {
4513
+ name: Scalars['String'];
4514
+ order: CompassScorecardQuerySortOrder;
4515
+ };
4511
4516
  export type CompassScorecardAppliedToComponentsScoreRange = {
4512
4517
  from: Scalars['Int'];
4513
4518
  to: Scalars['Int'];