@forge/cli-shared 3.21.2-next.1 → 3.21.2-next.2

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,20 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.21.2-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2cf5ac83: Bumping dependencies via Renovate:
8
+
9
+ - @types/jest
10
+
11
+ - 241e673d: Bumping dependencies via Renovate:
12
+
13
+ - @types/cheerio
14
+
15
+ - Updated dependencies [2cf5ac83]
16
+ - @forge/manifest@5.2.1-next.1
17
+
3
18
  ## 3.21.2-next.1
4
19
 
5
20
  ### Patch Changes
@@ -31489,25 +31489,6 @@ export type PolarisIdeaUsersField = PolarisIdeaField & {
31489
31489
  presentation?: Maybe<PolarisPresentation>;
31490
31490
  sortable: Scalars['Boolean']['output'];
31491
31491
  };
31492
- export type PolarisIdeaVotesField = PolarisIdeaField & {
31493
- __typename?: 'PolarisIdeaVotesField';
31494
- builtin?: Maybe<BuiltinPolarisIdeaField>;
31495
- decorations?: Maybe<Array<PolarisDecoration>>;
31496
- defaultSortOrder?: Maybe<PolarisSortOrder>;
31497
- description?: Maybe<Scalars['String']['output']>;
31498
- editable: Scalars['Boolean']['output'];
31499
- emoji?: Maybe<Scalars['String']['output']>;
31500
- fieldId?: Maybe<Scalars['Int']['output']>;
31501
- fieldName?: Maybe<Scalars['String']['output']>;
31502
- formula?: Maybe<Scalars['JSON']['output']>;
31503
- groupable: Scalars['Boolean']['output'];
31504
- id: Scalars['ID']['output'];
31505
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
31506
- label: Scalars['String']['output'];
31507
- linearizable: Scalars['Boolean']['output'];
31508
- presentation?: Maybe<PolarisPresentation>;
31509
- sortable: Scalars['Boolean']['output'];
31510
- };
31511
31492
  export type PolarisIdeas = {
31512
31493
  __typename?: 'PolarisIdeas';
31513
31494
  ideas?: Maybe<Array<PolarisRestIdea>>;