@salesforce/cli 2.133.1 → 2.133.3

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.
@@ -80,6 +80,13 @@
80
80
  "summary": "Include unmodified rules in the rule override settings.",
81
81
  "allowNo": false,
82
82
  "type": "boolean"
83
+ },
84
+ "no-suppressions": {
85
+ "description": "When specified, the 'suppressions' field is not included in the configuration state. Since the 'suppressions' field may contain file or folder paths specific to a specific path, use this flag to make it easy to share your configuration state to be used for a different workspace.",
86
+ "name": "no-suppressions",
87
+ "summary": "Exclude suppressions from the output configuration.",
88
+ "allowNo": false,
89
+ "type": "boolean"
83
90
  }
84
91
  },
85
92
  "hasDynamicHelp": false,
@@ -322,11 +329,25 @@
322
329
  "multiple": false,
323
330
  "type": "option"
324
331
  },
332
+ "include-fixes": {
333
+ "description": "When enabled, the output includes fix information for violations that have auto-fixes available. Each fix contains a code location and the replacement code. This flag may increase analysis time because engines must perform additional processing to compute fixes.",
334
+ "name": "include-fixes",
335
+ "summary": "Include fix data for violations when available.",
336
+ "allowNo": false,
337
+ "type": "boolean"
338
+ },
339
+ "include-suggestions": {
340
+ "description": "When enabled, the output includes suggestion information for violations that have suggestions available. Each suggestion contains a code location and a message describing the suggested change.",
341
+ "name": "include-suggestions",
342
+ "summary": "Include suggestion data for violations when available.",
343
+ "allowNo": false,
344
+ "type": "boolean"
345
+ },
325
346
  "no-suppressions": {
326
- "description": "By default, Code Analyzer processes inline suppression markers (code-analyzer-suppress and code-analyzer-unsuppress) found in your source code to filter out violations. Use this flag to ignore all suppression markers and report all violations.\n\nNote: If you have a `code-analyzer.yml` or `code-analyzer.yaml` configuration file with the `suppressions.disable_suppressions` field, the configuration file takes precedence over this flag.",
347
+ "description": "When specified, any inline suppression markers (code-analyzer-suppress, code-analyzer-suppress-line, and code-analyzer-suppress-next-line) found in targeted files are ignored and any suppressions supplied by your Code Analyzer configuration file are ignored so that no violations are suppressed by them.\n\nNote: If you have a `code-analyzer.yml` or `code-analyzer.yaml` configuration file with the `suppressions.disable_suppressions` field, the configuration file takes precedence over this flag.",
327
348
  "name": "no-suppressions",
328
349
  "required": false,
329
- "summary": "Disable processing of inline suppression markers.",
350
+ "summary": "Disable processing of inline and bulk suppression markers.",
330
351
  "allowNo": false,
331
352
  "type": "boolean"
332
353
  }
@@ -4533,5 +4554,5 @@
4533
4554
  "requiresProject": true
4534
4555
  }
4535
4556
  },
4536
- "version": "2.133.1"
4557
+ "version": "2.133.3"
4537
4558
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.133.1",
4
+ "version": "2.133.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,14 +76,14 @@
76
76
  "@salesforce/plugin-user"
77
77
  ],
78
78
  "jitPlugins": {
79
- "@salesforce/plugin-code-analyzer": "5.11.1",
80
- "@salesforce/plugin-community": "3.3.56",
81
- "@salesforce/plugin-custom-metadata": "3.3.95",
79
+ "@salesforce/plugin-code-analyzer": "5.12.0",
80
+ "@salesforce/plugin-community": "3.3.57",
81
+ "@salesforce/plugin-custom-metadata": "3.3.97",
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
83
  "@salesforce/plugin-devops-center": "1.2.27",
84
84
  "@salesforce/plugin-flow": "1.0.5",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.17",
86
- "@salesforce/plugin-signups": "2.6.64",
86
+ "@salesforce/plugin-signups": "2.6.66",
87
87
  "@salesforce/plugin-ui-bundle-dev": "1.2.2",
88
88
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1"
89
89
  },
@@ -146,38 +146,38 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.10.5",
150
- "@oclif/plugin-autocomplete": "3.2.45",
149
+ "@oclif/core": "4.10.6",
150
+ "@oclif/plugin-autocomplete": "3.2.46",
151
151
  "@oclif/plugin-commands": "4.1.47",
152
- "@oclif/plugin-help": "6.2.44",
153
- "@oclif/plugin-not-found": "3.2.80",
154
- "@oclif/plugin-plugins": "5.4.61",
155
- "@oclif/plugin-search": "1.2.44",
156
- "@oclif/plugin-update": "4.7.32",
152
+ "@oclif/plugin-help": "6.2.45",
153
+ "@oclif/plugin-not-found": "3.2.81",
154
+ "@oclif/plugin-plugins": "5.4.62",
155
+ "@oclif/plugin-search": "1.2.45",
156
+ "@oclif/plugin-update": "4.7.33",
157
157
  "@oclif/plugin-version": "2.2.42",
158
- "@oclif/plugin-warn-if-update-available": "3.1.60",
159
- "@oclif/plugin-which": "3.2.49",
158
+ "@oclif/plugin-warn-if-update-available": "3.1.61",
159
+ "@oclif/plugin-which": "3.2.50",
160
160
  "@salesforce/core": "^8.28.0",
161
161
  "@salesforce/kit": "^3.1.6",
162
- "@salesforce/plugin-agent": "1.32.22",
163
- "@salesforce/plugin-apex": "3.9.21",
164
- "@salesforce/plugin-api": "1.3.20",
162
+ "@salesforce/plugin-agent": "1.34.0",
163
+ "@salesforce/plugin-apex": "3.9.22",
164
+ "@salesforce/plugin-api": "1.3.21",
165
165
  "@salesforce/plugin-auth": "4.3.7",
166
166
  "@salesforce/plugin-data": "4.0.92",
167
- "@salesforce/plugin-deploy-retrieve": "3.24.33",
168
- "@salesforce/plugin-info": "3.4.123",
167
+ "@salesforce/plugin-deploy-retrieve": "3.24.37",
168
+ "@salesforce/plugin-info": "3.4.124",
169
169
  "@salesforce/plugin-limits": "3.3.84",
170
170
  "@salesforce/plugin-marketplace": "1.3.18",
171
- "@salesforce/plugin-org": "5.10.0",
172
- "@salesforce/plugin-packaging": "2.27.5",
173
- "@salesforce/plugin-schema": "3.3.105",
174
- "@salesforce/plugin-settings": "2.4.69",
175
- "@salesforce/plugin-sobject": "1.4.98",
176
- "@salesforce/plugin-telemetry": "3.8.13",
177
- "@salesforce/plugin-templates": "56.16.0",
178
- "@salesforce/plugin-trust": "3.7.124",
179
- "@salesforce/plugin-user": "3.8.3",
180
- "@salesforce/sf-plugins-core": "12.2.6",
171
+ "@salesforce/plugin-org": "5.10.3",
172
+ "@salesforce/plugin-packaging": "2.27.7",
173
+ "@salesforce/plugin-schema": "3.3.106",
174
+ "@salesforce/plugin-settings": "2.4.71",
175
+ "@salesforce/plugin-sobject": "1.4.100",
176
+ "@salesforce/plugin-telemetry": "3.8.15",
177
+ "@salesforce/plugin-templates": "56.16.2",
178
+ "@salesforce/plugin-trust": "3.7.126",
179
+ "@salesforce/plugin-user": "3.9.0",
180
+ "@salesforce/sf-plugins-core": "12.2.7",
181
181
  "ansis": "^3.12.0"
182
182
  },
183
183
  "pinnedDependencies": [