@pnp/cli-microsoft365 11.6.0 → 11.7.0-beta.293104a

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 (32) 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/event/event-cancel.js +103 -0
  11. package/dist/m365/outlook/commands/event/event-list.js +115 -0
  12. package/dist/m365/outlook/commands/event/event-remove.js +104 -0
  13. package/dist/m365/outlook/commands.js +6 -0
  14. package/dist/m365/teams/commands/chat/chat-message-list.js +43 -4
  15. package/dist/utils/calendar.js +37 -0
  16. package/dist/utils/calendarGroup.js +22 -0
  17. package/dist/utils/entraApp.js +9 -2
  18. package/docs/docs/cmd/entra/license/license-list.mdx +19 -0
  19. package/docs/docs/cmd/entra/m365group/m365group-conversation-list.mdx +19 -0
  20. package/docs/docs/cmd/entra/m365group/m365group-conversation-post-list.mdx +19 -0
  21. package/docs/docs/cmd/entra/user/user-license-add.mdx +19 -0
  22. package/docs/docs/cmd/entra/user/user-license-list.mdx +18 -1
  23. package/docs/docs/cmd/entra/user/user-license-remove.mdx +21 -0
  24. package/docs/docs/cmd/outlook/calendar/calendar-add.mdx +165 -0
  25. package/docs/docs/cmd/outlook/calendar/calendar-get.mdx +165 -0
  26. package/docs/docs/cmd/outlook/calendar/calendar-remove.mdx +86 -0
  27. package/docs/docs/cmd/outlook/event/event-cancel.mdx +85 -0
  28. package/docs/docs/cmd/outlook/event/event-list.mdx +245 -0
  29. package/docs/docs/cmd/outlook/event/event-remove.mdx +85 -0
  30. package/docs/docs/cmd/teams/chat/chat-message-list.mdx +23 -2
  31. package/npm-shrinkwrap.json +322 -306
  32. package/package.json +33 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.6.0",
3
+ "version": "11.7.0-beta.293104a",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -265,28 +265,40 @@
265
265
  "Wojcik, Adam <adam.wojcik.it@gmail.com>",
266
266
  "Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
267
267
  ],
268
+ "overrides": {
269
+ "adaptive-expressions": {
270
+ "fast-xml-parser": "5.5.10"
271
+ },
272
+ "adaptivecards": {
273
+ "swiper": "12.1.3"
274
+ },
275
+ "mocha": {
276
+ "diff": "8.0.4",
277
+ "serialize-javascript": "7.0.5"
278
+ }
279
+ },
268
280
  "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",
281
+ "@azure/msal-common": "^16.4.1",
282
+ "@azure/msal-node": "^5.1.2",
283
+ "@inquirer/confirm": "^6.0.10",
284
+ "@inquirer/input": "^5.0.10",
285
+ "@inquirer/select": "^5.1.2",
286
+ "@xmldom/xmldom": "^0.9.9",
275
287
  "adaptive-expressions": "^4.23.3",
276
288
  "adaptivecards": "^3.0.5",
277
289
  "adaptivecards-templating": "^2.3.1",
278
- "adm-zip": "^0.5.16",
290
+ "adm-zip": "^0.5.17",
279
291
  "applicationinsights": "^3.14.0",
280
- "axios": "^1.13.6",
292
+ "axios": "^1.14.0",
281
293
  "chalk": "^5.6.2",
282
294
  "clipboardy": "^5.3.1",
283
295
  "configstore": "^8.0.0",
284
- "csv-parse": "^6.1.0",
285
- "csv-stringify": "^6.6.0",
296
+ "csv-parse": "^6.2.1",
297
+ "csv-stringify": "^6.7.0",
286
298
  "easy-table": "^1.2.0",
287
299
  "jmespath": "^0.16.0",
288
300
  "json-to-ast": "^2.1.0",
289
- "node-forge": "^1.3.3",
301
+ "node-forge": "^1.4.0",
290
302
  "omelette": "^0.4.17",
291
303
  "open": "^11.0.0",
292
304
  "semver": "^7.7.4",
@@ -294,7 +306,7 @@
294
306
  "typescript": "^5.9.3",
295
307
  "update-notifier": "^7.3.1",
296
308
  "uuid": "^13.0.0",
297
- "yaml": "^2.8.2",
309
+ "yaml": "^2.8.3",
298
310
  "yargs-parser": "^22.0.0",
299
311
  "zod": "^4.3.6"
300
312
  },
@@ -302,13 +314,13 @@
302
314
  "@actions/core": "^3.0.0",
303
315
  "@eslint/js": "^10.0.1",
304
316
  "@microsoft/microsoft-graph-types": "^2.43.1",
305
- "@stylistic/eslint-plugin": "^5.9.0",
306
- "@types/adm-zip": "^0.5.7",
317
+ "@stylistic/eslint-plugin": "^5.10.0",
318
+ "@types/adm-zip": "^0.5.8",
307
319
  "@types/jmespath": "^0.15.2",
308
320
  "@types/json-schema": "^7.0.15",
309
321
  "@types/json-to-ast": "^2.1.4",
310
322
  "@types/mocha": "^10.0.10",
311
- "@types/node": "^24.11.0",
323
+ "@types/node": "^24.12.0",
312
324
  "@types/node-forge": "^1.3.14",
313
325
  "@types/omelette": "^0.4.5",
314
326
  "@types/semver": "^7.7.1",
@@ -316,16 +328,16 @@
316
328
  "@types/update-notifier": "^6.0.8",
317
329
  "@types/uuid": "^10.0.0",
318
330
  "@types/yargs-parser": "^21.0.3",
319
- "@typescript-eslint/eslint-plugin": "^8.56.1",
320
- "@typescript-eslint/parser": "^8.46.4",
331
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
332
+ "@typescript-eslint/parser": "^8.58.0",
321
333
  "c8": "^11.0.0",
322
- "eslint": "^10.0.2",
334
+ "eslint": "^10.1.0",
323
335
  "eslint-plugin-mocha": "^11.2.0",
324
336
  "globals": "^17.4.0",
325
337
  "mocha": "^11.7.5",
326
338
  "rimraf": "^6.1.3",
327
- "sinon": "^21.0.1",
339
+ "sinon": "^21.0.3",
328
340
  "source-map-support": "^0.5.21",
329
341
  "tsc-watch": "^7.2.0"
330
342
  }
331
- }
343
+ }