@pnp/cli-microsoft365 11.8.0-beta.ae98113 → 11.9.0-beta.0365d84
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/allCommandsFull.json +1 -1
- package/dist/cli/cli.js +49 -13
- package/dist/index.js +9 -1
- package/dist/m365/adaptivecard/commands/adaptivecard-send.js +4 -1
- package/dist/m365/app/commands/permission/permission-add.js +4 -1
- package/dist/m365/booking/commands/business/business-get.js +5 -1
- package/dist/m365/commands/login.js +26 -6
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-get.js +5 -1
- package/dist/m365/entra/commands/administrativeunit/administrativeunit-remove.js +10 -2
- package/dist/m365/entra/commands/organization/organization-set.js +14 -3
- package/dist/m365/entra/commands/roleassignment/roleassignment-add.js +10 -2
- package/dist/m365/entra/commands/roledefinition/roledefinition-get.js +10 -2
- package/dist/m365/entra/commands/roledefinition/roledefinition-remove.js +10 -2
- package/dist/m365/entra/commands/roledefinition/roledefinition-set.js +14 -3
- package/dist/m365/entra/commands/user/user-session-revoke.js +5 -1
- package/dist/m365/exo/commands/approleassignment/approleassignment-add.js +60 -12
- package/dist/m365/flow/commands/environment/environment-get.js +5 -1
- package/dist/m365/graph/commands/directoryextension/directoryextension-add.js +5 -1
- package/dist/m365/graph/commands/directoryextension/directoryextension-get.js +15 -3
- package/dist/m365/graph/commands/directoryextension/directoryextension-list.js +5 -1
- package/dist/m365/graph/commands/directoryextension/directoryextension-remove.js +15 -3
- package/dist/m365/outlook/commands/mail/mail-searchfolder-add.js +5 -1
- package/dist/m365/outlook/commands/mailbox/mailbox-settings-get.js +5 -1
- package/dist/m365/outlook/commands/mailbox/mailbox-settings-set.js +9 -2
- package/dist/m365/pa/commands/environment/environment-get.js +5 -1
- package/dist/m365/pp/commands/environment/environment-get.js +5 -1
- package/dist/m365/pp/commands/website/website-get.js +5 -1
- package/dist/m365/spe/commands/container/container-add.js +5 -1
- package/dist/m365/spe/commands/container/container-recyclebinitem-list.js +5 -1
- package/dist/m365/spe/commands/container/container-recyclebinitem-remove.js +10 -2
- package/dist/m365/spe/commands/container/container-recyclebinitem-restore.js +10 -2
- package/dist/m365/spe/commands/container/container-remove.js +10 -2
- package/dist/m365/spe/commands/containertype/containertype-get.js +5 -1
- package/dist/m365/spe/commands/containertype/containertype-remove.js +5 -1
- package/dist/m365/spfx/commands/SpfxCompatibilityMatrix.js +1 -1
- package/dist/m365/spfx/commands/project/project-doctor/{doctor-1.23.0-rc.0.js → doctor-1.23.0.js} +1 -1
- package/dist/m365/spfx/commands/project/project-doctor.js +7 -1
- package/dist/m365/spfx/commands/project/project-upgrade/rules/DependencyRule.js +11 -5
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002035_DEVDEP_types_heft_jest.js +2 -2
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002036_DEVDEP_types_jest.js +10 -0
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN027001_OVERRIDES_rushstack_heft.js +33 -0
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.22.0.js +2 -2
- package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.23.0-rc.0.js → upgrade-1.23.0.js} +39 -31
- package/dist/m365/spfx/commands/project/project-upgrade.js +36 -19
- package/dist/m365/spo/commands/file/file-version-keep.js +5 -1
- package/dist/m365/spo/commands/homesite/homesite-add.js +5 -1
- package/dist/m365/spo/commands/homesite/homesite-set.js +9 -2
- package/dist/m365/spo/commands/list/list-defaultvalue-clear.js +10 -2
- package/dist/m365/spo/commands/list/list-defaultvalue-get.js +5 -1
- package/dist/m365/spo/commands/list/list-defaultvalue-list.js +5 -1
- package/dist/m365/spo/commands/list/list-defaultvalue-remove.js +5 -1
- package/dist/m365/spo/commands/list/list-defaultvalue-set.js +5 -1
- package/dist/m365/spo/commands/list/list-view-add.js +17 -4
- package/dist/m365/spo/commands/page/page-get.js +5 -1
- package/dist/m365/spo/commands/web/web-alert-list.js +10 -2
- package/dist/m365/spp/commands/autofillcolumn/autofillcolumn-set.js +10 -2
- package/dist/m365/spp/commands/model/model-apply.js +10 -2
- package/dist/m365/teams/commands/callrecord/callrecord-list.js +5 -1
- package/dist/m365/viva/commands/engage/engage-community-user-add.js +20 -4
- package/dist/m365/viva/commands/engage/engage-community-user-list.js +10 -2
- package/dist/m365/viva/commands/engage/engage-community-user-remove.js +16 -7
- package/dist/m365/viva/commands/engage/engage-role-member-list.js +5 -1
- package/dist/request.js +1 -1
- package/dist/utils/packageManager.js +38 -7
- package/dist/utils/prompt.js +1 -7
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +2 -2
- package/npm-shrinkwrap.json +1579 -503
- package/package.json +37 -19
- package/dist/m365/spfx/commands/project/project-upgrade/rules/FN021009_PKG_overrides_rushstack_heft.js +0 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.9.0-beta.0365d84",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -268,7 +268,9 @@
|
|
|
268
268
|
],
|
|
269
269
|
"overrides": {
|
|
270
270
|
"adaptive-expressions": {
|
|
271
|
-
"fast-xml-parser": "5.
|
|
271
|
+
"fast-xml-parser": "5.7.0",
|
|
272
|
+
"lodash": "4.18.0",
|
|
273
|
+
"@xmldom/xmldom": "^0.8.13"
|
|
272
274
|
},
|
|
273
275
|
"adaptivecards": {
|
|
274
276
|
"swiper": "12.1.3"
|
|
@@ -276,21 +278,37 @@
|
|
|
276
278
|
"mocha": {
|
|
277
279
|
"diff": "8.0.4",
|
|
278
280
|
"serialize-javascript": "7.0.5"
|
|
281
|
+
},
|
|
282
|
+
"jsonwebtoken": {
|
|
283
|
+
"jws": "3.2.3"
|
|
284
|
+
},
|
|
285
|
+
"axios": {
|
|
286
|
+
"follow-redirects": "1.16.0"
|
|
287
|
+
},
|
|
288
|
+
"@grpc/proto-loader": {
|
|
289
|
+
"protobufjs": "7.5.6"
|
|
290
|
+
},
|
|
291
|
+
"@opentelemetry/otlp-transformer": {
|
|
292
|
+
"protobufjs": "7.5.6"
|
|
293
|
+
},
|
|
294
|
+
"@azure/monitor-opentelemetry": {
|
|
295
|
+
"@opentelemetry/sdk-node": "0.217.0",
|
|
296
|
+
"@opentelemetry/exporter-prometheus": "0.217.0"
|
|
279
297
|
}
|
|
280
298
|
},
|
|
281
299
|
"dependencies": {
|
|
282
|
-
"@azure/msal-common": "^16.
|
|
283
|
-
"@azure/msal-node": "^5.1.
|
|
284
|
-
"@inquirer/confirm": "^6.0.
|
|
285
|
-
"@inquirer/input": "^5.0.
|
|
286
|
-
"@inquirer/select": "^5.1.
|
|
287
|
-
"@xmldom/xmldom": "^0.9.
|
|
300
|
+
"@azure/msal-common": "^16.5.2",
|
|
301
|
+
"@azure/msal-node": "^5.1.5",
|
|
302
|
+
"@inquirer/confirm": "^6.0.12",
|
|
303
|
+
"@inquirer/input": "^5.0.12",
|
|
304
|
+
"@inquirer/select": "^5.1.4",
|
|
305
|
+
"@xmldom/xmldom": "^0.9.10",
|
|
288
306
|
"adaptive-expressions": "^4.23.3",
|
|
289
|
-
"adaptivecards": "^3.0.
|
|
307
|
+
"adaptivecards": "^3.0.6",
|
|
290
308
|
"adaptivecards-templating": "^2.3.1",
|
|
291
309
|
"adm-zip": "^0.5.17",
|
|
292
310
|
"applicationinsights": "^3.14.0",
|
|
293
|
-
"axios": "^1.
|
|
311
|
+
"axios": "^1.15.2",
|
|
294
312
|
"chalk": "^5.6.2",
|
|
295
313
|
"clipboardy": "^5.3.1",
|
|
296
314
|
"configstore": "^8.0.0",
|
|
@@ -306,13 +324,13 @@
|
|
|
306
324
|
"strip-json-comments": "^5.0.3",
|
|
307
325
|
"typescript": "^5.9.3",
|
|
308
326
|
"update-notifier": "^7.3.1",
|
|
309
|
-
"uuid": "^13.0.
|
|
327
|
+
"uuid": "^13.0.1",
|
|
310
328
|
"yaml": "^2.8.3",
|
|
311
329
|
"yargs-parser": "^22.0.0",
|
|
312
|
-
"zod": "^4.
|
|
330
|
+
"zod": "^4.4.1"
|
|
313
331
|
},
|
|
314
332
|
"devDependencies": {
|
|
315
|
-
"@actions/core": "^3.0.
|
|
333
|
+
"@actions/core": "^3.0.1",
|
|
316
334
|
"@eslint/js": "^10.0.1",
|
|
317
335
|
"@microsoft/microsoft-graph-types": "^2.43.1",
|
|
318
336
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
@@ -321,23 +339,23 @@
|
|
|
321
339
|
"@types/json-schema": "^7.0.15",
|
|
322
340
|
"@types/json-to-ast": "^2.1.4",
|
|
323
341
|
"@types/mocha": "^10.0.10",
|
|
324
|
-
"@types/node": "^24.12.
|
|
342
|
+
"@types/node": "^24.12.2",
|
|
325
343
|
"@types/node-forge": "^1.3.14",
|
|
326
344
|
"@types/omelette": "^0.4.5",
|
|
327
345
|
"@types/semver": "^7.7.1",
|
|
328
|
-
"@types/sinon": "^21.0.
|
|
346
|
+
"@types/sinon": "^21.0.1",
|
|
329
347
|
"@types/update-notifier": "^6.0.8",
|
|
330
348
|
"@types/uuid": "^10.0.0",
|
|
331
349
|
"@types/yargs-parser": "^21.0.3",
|
|
332
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
350
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
333
351
|
"@typescript-eslint/parser": "^8.58.0",
|
|
334
352
|
"c8": "^11.0.0",
|
|
335
|
-
"eslint": "^10.1
|
|
353
|
+
"eslint": "^10.2.1",
|
|
336
354
|
"eslint-plugin-mocha": "^11.2.0",
|
|
337
|
-
"globals": "^17.
|
|
355
|
+
"globals": "^17.5.0",
|
|
338
356
|
"mocha": "^11.7.5",
|
|
339
357
|
"rimraf": "^6.1.3",
|
|
340
|
-
"sinon": "^21.
|
|
358
|
+
"sinon": "^21.1.2",
|
|
341
359
|
"source-map-support": "^0.5.21",
|
|
342
360
|
"tsc-watch": "^7.2.0"
|
|
343
361
|
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { JsonRule } from "../../JsonRule.js";
|
|
2
|
-
export class FN021009_PKG_overrides_rushstack_heft extends JsonRule {
|
|
3
|
-
constructor(version) {
|
|
4
|
-
super();
|
|
5
|
-
this.version = version;
|
|
6
|
-
}
|
|
7
|
-
get id() {
|
|
8
|
-
return 'FN021009';
|
|
9
|
-
}
|
|
10
|
-
get title() {
|
|
11
|
-
return 'package.json overrides.@rushstack/heft';
|
|
12
|
-
}
|
|
13
|
-
get description() {
|
|
14
|
-
return 'Update package.json overrides.@rushstack/heft property';
|
|
15
|
-
}
|
|
16
|
-
get resolution() {
|
|
17
|
-
return `{
|
|
18
|
-
"overrides": {
|
|
19
|
-
"@rushstack/heft": "${this.version}"
|
|
20
|
-
}
|
|
21
|
-
}`;
|
|
22
|
-
}
|
|
23
|
-
get resolutionType() {
|
|
24
|
-
return 'json';
|
|
25
|
-
}
|
|
26
|
-
get severity() {
|
|
27
|
-
return 'Required';
|
|
28
|
-
}
|
|
29
|
-
get file() {
|
|
30
|
-
return './package.json';
|
|
31
|
-
}
|
|
32
|
-
visit(project, findings) {
|
|
33
|
-
if (!project.packageJson) {
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
if (!project.packageJson.overrides ||
|
|
37
|
-
typeof project.packageJson.overrides !== 'object' ||
|
|
38
|
-
!project.packageJson.overrides['@rushstack/heft'] ||
|
|
39
|
-
project.packageJson.overrides['@rushstack/heft'] !== this.version) {
|
|
40
|
-
const node = this.getAstNodeFromFile(project.packageJson, 'overrides.@rushstack/heft');
|
|
41
|
-
this.addFindingWithPosition(findings, node);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
//# sourceMappingURL=FN021009_PKG_overrides_rushstack_heft.js.map
|