@pnp/cli-microsoft365 11.7.0-beta.537911c → 11.7.0-beta.71c58f3

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.
Files changed (56) hide show
  1. package/allCommands.json +1 -1
  2. package/allCommandsFull.json +1 -1
  3. package/dist/config.js +1 -0
  4. package/dist/m365/entra/commands/user/user-license-add.js +2 -1
  5. package/dist/m365/entra/commands/user/user-license-list.js +4 -9
  6. package/dist/m365/entra/commands/user/user-license-remove.js +2 -1
  7. package/dist/m365/outlook/commands/calendar/calendar-add.js +85 -0
  8. package/dist/m365/outlook/commands/calendar/calendar-get.js +71 -0
  9. package/dist/m365/outlook/commands/calendar/calendar-remove.js +100 -0
  10. package/dist/m365/outlook/commands/calendargroup/calendargroup-set.js +115 -0
  11. package/dist/m365/outlook/commands/event/event-cancel.js +103 -0
  12. package/dist/m365/outlook/commands/event/event-list.js +115 -0
  13. package/dist/m365/outlook/commands/event/event-remove.js +104 -0
  14. package/dist/m365/outlook/commands.js +7 -0
  15. package/dist/m365/spfx/commands/SpfxCompatibilityMatrix.js +628 -0
  16. package/dist/m365/spfx/commands/project/DeployWorkflow.js +2 -2
  17. package/dist/m365/spfx/commands/project/project-azuredevops-pipeline-add.js +13 -1
  18. package/dist/m365/spfx/commands/project/project-github-workflow-add.js +16 -1
  19. package/dist/m365/spfx/commands/spfx-doctor.js +5 -631
  20. package/dist/m365/teams/commands/chat/chat-message-list.js +43 -4
  21. package/dist/utils/calendar.js +37 -0
  22. package/dist/utils/calendarGroup.js +22 -0
  23. package/dist/utils/entraApp.js +9 -2
  24. package/dist/utils/spfx.js +59 -0
  25. package/docs/docs/cmd/entra/license/license-list.mdx +19 -0
  26. package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +19 -0
  27. package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +19 -0
  28. package/docs/docs/cmd/entra/user/user-groupmembership-list.mdx +19 -0
  29. package/docs/docs/cmd/entra/user/user-guest-add.mdx +19 -0
  30. package/docs/docs/cmd/entra/user/user-license-add.mdx +19 -0
  31. package/docs/docs/cmd/entra/user/user-license-list.mdx +18 -1
  32. package/docs/docs/cmd/entra/user/user-license-remove.mdx +21 -0
  33. package/docs/docs/cmd/entra/user/user-password-validate.mdx +12 -0
  34. package/docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx +21 -0
  35. package/docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx +19 -0
  36. package/docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx +21 -0
  37. package/docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx +19 -0
  38. package/docs/docs/cmd/entra/user/user-registrationdetails-list.mdx +19 -0
  39. package/docs/docs/cmd/entra/user/user-session-revoke.mdx +21 -0
  40. package/docs/docs/cmd/entra/user/user-signin-list.mdx +19 -0
  41. package/docs/docs/cmd/exo/approleassignment/approleassignment-add.mdx +19 -0
  42. package/docs/docs/cmd/file/convert/convert-pdf.mdx +21 -0
  43. package/docs/docs/cmd/file/file-add.mdx +21 -0
  44. package/docs/docs/cmd/file/file-copy.mdx +21 -0
  45. package/docs/docs/cmd/file/file-list.mdx +19 -0
  46. package/docs/docs/cmd/file/file-move.mdx +21 -0
  47. package/docs/docs/cmd/outlook/calendar/calendar-add.mdx +165 -0
  48. package/docs/docs/cmd/outlook/calendar/calendar-get.mdx +165 -0
  49. package/docs/docs/cmd/outlook/calendar/calendar-remove.mdx +86 -0
  50. package/docs/docs/cmd/outlook/calendargroup/calendargroup-set.mdx +83 -0
  51. package/docs/docs/cmd/outlook/event/event-cancel.mdx +85 -0
  52. package/docs/docs/cmd/outlook/event/event-list.mdx +245 -0
  53. package/docs/docs/cmd/outlook/event/event-remove.mdx +85 -0
  54. package/docs/docs/cmd/teams/chat/chat-message-list.mdx +23 -2
  55. package/npm-shrinkwrap.json +320 -304
  56. package/package.json +33 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.7.0-beta.537911c",
3
+ "version": "11.7.0-beta.71c58f3",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -253,6 +253,7 @@
253
253
  "van Brug, Herco <hercovanbrug@hotmail.com>",
254
254
  "Van de Voorde, Tim <tim.vdv1995@hotmail.com>",
255
255
  "van Dijk, Mark <mark@ichicraft.com>",
256
+ "Van Horn, Matt <mvanhorn@users.noreply.github.com>",
256
257
  "van Hunen, Erwin <erwin.van.hunen@outlook.com>",
257
258
  "van Iersel, Cas <cvaniersel@portiva.nl>",
258
259
  "van Rousselt, Rick <rick.vanrousselt@outlook.com>",
@@ -265,28 +266,40 @@
265
266
  "Wojcik, Adam <adam.wojcik.it@gmail.com>",
266
267
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
267
268
  ],
269
+ "overrides": {
270
+ "adaptive-expressions": {
271
+ "fast-xml-parser": "5.5.10"
272
+ },
273
+ "adaptivecards": {
274
+ "swiper": "12.1.3"
275
+ },
276
+ "mocha": {
277
+ "diff": "8.0.4",
278
+ "serialize-javascript": "7.0.5"
279
+ }
280
+ },
268
281
  "dependencies": {
269
- "@azure/msal-common": "^16.2.0",
270
- "@azure/msal-node": "^5.0.6",
271
- "@inquirer/confirm": "^6.0.8",
272
- "@inquirer/input": "^5.0.8",
273
- "@inquirer/select": "^5.1.0",
274
- "@xmldom/xmldom": "^0.9.8",
282
+ "@azure/msal-common": "^16.4.1",
283
+ "@azure/msal-node": "^5.1.2",
284
+ "@inquirer/confirm": "^6.0.10",
285
+ "@inquirer/input": "^5.0.10",
286
+ "@inquirer/select": "^5.1.2",
287
+ "@xmldom/xmldom": "^0.9.9",
275
288
  "adaptive-expressions": "^4.23.3",
276
289
  "adaptivecards": "^3.0.5",
277
290
  "adaptivecards-templating": "^2.3.1",
278
- "adm-zip": "^0.5.16",
291
+ "adm-zip": "^0.5.17",
279
292
  "applicationinsights": "^3.14.0",
280
- "axios": "^1.13.6",
293
+ "axios": "^1.14.0",
281
294
  "chalk": "^5.6.2",
282
295
  "clipboardy": "^5.3.1",
283
296
  "configstore": "^8.0.0",
284
- "csv-parse": "^6.1.0",
285
- "csv-stringify": "^6.6.0",
297
+ "csv-parse": "^6.2.1",
298
+ "csv-stringify": "^6.7.0",
286
299
  "easy-table": "^1.2.0",
287
300
  "jmespath": "^0.16.0",
288
301
  "json-to-ast": "^2.1.0",
289
- "node-forge": "^1.3.3",
302
+ "node-forge": "^1.4.0",
290
303
  "omelette": "^0.4.17",
291
304
  "open": "^11.0.0",
292
305
  "semver": "^7.7.4",
@@ -294,7 +307,7 @@
294
307
  "typescript": "^5.9.3",
295
308
  "update-notifier": "^7.3.1",
296
309
  "uuid": "^13.0.0",
297
- "yaml": "^2.8.2",
310
+ "yaml": "^2.8.3",
298
311
  "yargs-parser": "^22.0.0",
299
312
  "zod": "^4.3.6"
300
313
  },
@@ -302,13 +315,13 @@
302
315
  "@actions/core": "^3.0.0",
303
316
  "@eslint/js": "^10.0.1",
304
317
  "@microsoft/microsoft-graph-types": "^2.43.1",
305
- "@stylistic/eslint-plugin": "^5.9.0",
306
- "@types/adm-zip": "^0.5.7",
318
+ "@stylistic/eslint-plugin": "^5.10.0",
319
+ "@types/adm-zip": "^0.5.8",
307
320
  "@types/jmespath": "^0.15.2",
308
321
  "@types/json-schema": "^7.0.15",
309
322
  "@types/json-to-ast": "^2.1.4",
310
323
  "@types/mocha": "^10.0.10",
311
- "@types/node": "^24.11.0",
324
+ "@types/node": "^24.12.0",
312
325
  "@types/node-forge": "^1.3.14",
313
326
  "@types/omelette": "^0.4.5",
314
327
  "@types/semver": "^7.7.1",
@@ -316,15 +329,15 @@
316
329
  "@types/update-notifier": "^6.0.8",
317
330
  "@types/uuid": "^10.0.0",
318
331
  "@types/yargs-parser": "^21.0.3",
319
- "@typescript-eslint/eslint-plugin": "^8.56.1",
320
- "@typescript-eslint/parser": "^8.46.4",
332
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
333
+ "@typescript-eslint/parser": "^8.58.0",
321
334
  "c8": "^11.0.0",
322
- "eslint": "^10.0.2",
335
+ "eslint": "^10.1.0",
323
336
  "eslint-plugin-mocha": "^11.2.0",
324
337
  "globals": "^17.4.0",
325
338
  "mocha": "^11.7.5",
326
339
  "rimraf": "^6.1.3",
327
- "sinon": "^21.0.1",
340
+ "sinon": "^21.0.3",
328
341
  "source-map-support": "^0.5.21",
329
342
  "tsc-watch": "^7.2.0"
330
343
  }