@forge/cli-shared 9.4.1-next.7-experimental-f1d1bd8 → 9.5.0-next.9

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,18 +1,17 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 9.4.1-next.7-experimental-f1d1bd8
3
+ ## 9.5.0-next.9
4
+
5
+ ### Minor Changes
6
+
7
+ - 2efeacb: Added the `--approve <rule...>` option to `forge lint`, so approval rules such as `MAJOR_VERSION_RULE` can be acknowledged non-interactively, matching the behaviour of `forge deploy --approve`.
8
+
9
+ ## 9.4.1-next.8
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - 2521b54: Display frontend log metadata in verbose Forge CLI log output.
8
- - 1360df2: Standardise --json flag declaration across all commands
9
- - b7996ba: Fix tunnel debugging
10
- - Updated dependencies [a804b36]
11
- - Updated dependencies [db66d54]
12
- - Updated dependencies [40260f5]
13
- - Updated dependencies [0795370]
14
- - Updated dependencies [c62c72a]
15
- - @forge/manifest@13.4.0-next.4-experimental-f1d1bd8
13
+ - Updated dependencies [f2c080f]
14
+ - @forge/manifest@13.4.0-next.5
16
15
 
17
16
  ## 9.4.1-next.7
18
17
 
@@ -191372,7 +191372,7 @@ export type PsmAgentActivitiesConnection = {
191372
191372
  generatedAt: Scalars['DateTime']['output'];
191373
191373
  nodes?: Maybe<Array<Maybe<PsmAgentActivity>>>;
191374
191374
  pageInfo: PageInfo;
191375
- remediatedSuccessfullyLast30Days?: Maybe<Scalars['Int']['output']>;
191375
+ remediationSuccessCount?: Maybe<Scalars['Int']['output']>;
191376
191376
  };
191377
191377
  export type PsmAgentActivity = {
191378
191378
  __typename?: 'PsmAgentActivity';