@forge/cli-shared 3.11.0-next.4 → 3.11.0-next.5

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,10 +1,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.11.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 87b2440: Bumping dependencies via Renovate:
8
+
9
+ - recursive-readdir
10
+ - @types/recursive-readdir
11
+
3
12
  ## 3.11.0-next.4
4
13
 
5
14
  ### Patch Changes
6
15
 
7
- - Updated dependencies [9c3f9e4]
16
+ - Updated dependencies [9c3f9e47]
8
17
  - @forge/manifest@4.10.0-next.2
9
18
 
10
19
  ## 3.11.0-next.3
@@ -18135,6 +18135,7 @@ export declare type PolarisIdeaIntervalField = PolarisIdeaField & {
18135
18135
  description?: Maybe<Scalars['String']>;
18136
18136
  emoji?: Maybe<Scalars['String']>;
18137
18137
  builtin?: Maybe<BuiltinPolarisIdeaField>;
18138
+ configuration?: Maybe<Scalars['JSON']>;
18138
18139
  };
18139
18140
  export declare type PolarisIdeaIssueCommentsField = PolarisIdeaField & {
18140
18141
  __typename?: 'PolarisIdeaIssueCommentsField';
@@ -21164,6 +21165,8 @@ export declare type ShepherdAlertResult = QueryError | ShepherdAlert;
21164
21165
  export declare enum ShepherdAlertStatus {
21165
21166
  InProgress = "IN_PROGRESS",
21166
21167
  Triaged = "TRIAGED",
21168
+ TriagedExpectedActivity = "TRIAGED_EXPECTED_ACTIVITY",
21169
+ TriagedTruePositive = "TRIAGED_TRUE_POSITIVE",
21167
21170
  Untriaged = "UNTRIAGED"
21168
21171
  }
21169
21172
  export declare type ShepherdAlertSupportingData = {