@pnp/cli-microsoft365 5.4.0-beta.694dbc5 → 5.4.0-beta.8724dc1

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/dist/m365/planner/commands/bucket/bucket-get.js +1 -1
  2. package/dist/m365/planner/commands/bucket/bucket-remove.js +2 -2
  3. package/dist/m365/planner/commands/bucket/bucket-set.js +1 -1
  4. package/dist/m365/planner/commands/task/task-get.js +22 -6
  5. package/dist/m365/planner/commands/task/task-remove.js +201 -0
  6. package/dist/m365/planner/commands.js +2 -1
  7. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002009_DEVDEP_microsoft_sp_tslint_rules.js +2 -2
  8. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002018_DEVDEP_microsoft_rush_stack_compiler_3_9.js +2 -2
  9. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002020_DEVDEP_microsoft_rush_stack_compiler_4_5.js +17 -0
  10. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002021_DEVDEP_rushstack_eslint_config.js +14 -0
  11. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002022_DEVDEP_microsoft_eslint_plugin_spfx.js +14 -0
  12. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002023_DEVDEP_microsoft_eslint_config_spfx.js +14 -0
  13. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002024_DEVDEP_eslint.js +14 -0
  14. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN002025_DEVDEP_eslint_plugin_react_hooks.js +18 -0
  15. package/dist/m365/spfx/commands/project/project-upgrade/rules/FN015008_FILE_eslintrc_js.js +14 -0
  16. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.15.0-beta.6.js → upgrade-1.15.0-rc.0.js} +49 -25
  17. package/dist/m365/spfx/commands/project/project-upgrade.js +1 -1
  18. package/dist/m365/spo/commands/list/list-view-add.js +3 -0
  19. package/docs/docs/cmd/planner/bucket/bucket-get.md +1 -1
  20. package/docs/docs/cmd/planner/bucket/bucket-remove.md +2 -2
  21. package/docs/docs/cmd/planner/bucket/bucket-set.md +5 -5
  22. package/docs/docs/cmd/planner/plan/plan-details-get.md +2 -2
  23. package/docs/docs/cmd/planner/plan/plan-get.md +4 -4
  24. package/docs/docs/cmd/planner/task/task-get.md +4 -9
  25. package/docs/docs/cmd/planner/task/task-list.md +2 -2
  26. package/docs/docs/cmd/planner/task/task-remove.md +78 -0
  27. package/docs/docs/cmd/planner/task/task-set.md +2 -2
  28. package/docs/docs/cmd/spfx/project/project-upgrade.md +1 -1
  29. package/docs/docs/cmd/spo/list/list-view-add.md +13 -4
  30. package/docs/docs/cmd/spo/listitem/listitem-roleinheritance-break.md +2 -2
  31. package/npm-shrinkwrap.json +255 -1102
  32. package/package.json +24 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "5.4.0-beta.694dbc5",
3
+ "version": "5.4.0-beta.8724dc1",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -52,11 +52,6 @@
52
52
  "email": "waldek@mastykarz.nl",
53
53
  "web": "https://blog.mastykarz.nl"
54
54
  },
55
- {
56
- "name": "Velin Georgiev",
57
- "email": "velin.georgiev@gmail.com",
58
- "web": "https://blog.velingeorgiev.com"
59
- },
60
55
  {
61
56
  "name": "Garry Trinder",
62
57
  "email": "garry.trinder@live.com",
@@ -81,6 +76,16 @@
81
76
  "name": "Arjun Menon",
82
77
  "email": "arjun.umenon@gmail.com",
83
78
  "web": "https://arjunumenon.com/"
79
+ },
80
+ {
81
+ "name": "Adam Wojcik",
82
+ "email": "adam.wojcik.it@gmail.com",
83
+ "web": "https://github.com/Adam-it/"
84
+ },
85
+ {
86
+ "name": "Martin Lingstuyl",
87
+ "email": "mlingstuyl@live.com",
88
+ "web": "https://www.blimped.nl/"
84
89
  }
85
90
  ],
86
91
  "contributors": [
@@ -128,7 +133,7 @@
128
133
  "Laskewitz, Daniel <daniel@laskewitz.nl>",
129
134
  "Lengelle, Veronique <25181757+veronicageek@users.noreply.github.com>",
130
135
  "Levert, Sebastien <slevert@outlook.com>",
131
- "Lingstuyl, Martin <martin@i4-you.com>",
136
+ "Lingstuyl, Martin <mlingstuyl@live.com>",
132
137
  "Maillot, Michaël <battosaimykle@gmail.com>",
133
138
  "Mastykarz, Waldek <waldek@mastykarz.nl>",
134
139
  "McDonnell, Kevin <kevin@mcd79.com>",
@@ -181,17 +186,17 @@
181
186
  "Wojcik, Adam <adam.wojcik.it@gmail.com>"
182
187
  ],
183
188
  "dependencies": {
184
- "@azure/msal-node": "^1.8.0",
189
+ "@azure/msal-node": "^1.9.1",
185
190
  "@xmldom/xmldom": "^0.7.5",
186
191
  "adaptive-expressions": "^4.16.0",
187
192
  "adaptivecards": "^2.10.0",
188
193
  "adaptivecards-templating": "^2.2.0",
189
194
  "adm-zip": "^0.5.9",
190
- "applicationinsights": "^2.3.2",
195
+ "applicationinsights": "^2.3.3",
191
196
  "axios": "^0.27.2",
192
197
  "chalk": "^4.1.2",
193
198
  "clipboardy": "^2.3.0",
194
- "csv-stringify": "^6.0.5",
199
+ "csv-stringify": "^6.1.0",
195
200
  "easy-table": "^1.2.0",
196
201
  "inquirer": "^8.2.4",
197
202
  "jmespath": "^0.16.0",
@@ -202,37 +207,36 @@
202
207
  "open": "^8.4.0",
203
208
  "semver": "^7.3.7",
204
209
  "strip-json-comments": "^3.1.1",
205
- "typescript": "^4.6.4",
210
+ "typescript": "^4.7.3",
206
211
  "update-notifier": "^5.1.0",
207
212
  "uuid": "^8.3.2"
208
213
  },
209
214
  "devDependencies": {
210
- "@microsoft/microsoft-graph-types": "^2.19.0",
215
+ "@microsoft/microsoft-graph-types": "^2.20.0",
211
216
  "@types/adm-zip": "^0.5.0",
212
217
  "@types/inquirer": "^8.2.1",
213
218
  "@types/jmespath": "^0.15.0",
214
219
  "@types/json-to-ast": "^2.1.2",
215
220
  "@types/minimist": "^1.2.2",
216
221
  "@types/mocha": "^9.1.1",
217
- "@types/node": "^16.11.32",
222
+ "@types/node": "^16.11.38",
218
223
  "@types/node-forge": "^1.0.2",
219
224
  "@types/semver": "^7.3.9",
220
225
  "@types/sinon": "^10.0.11",
221
226
  "@types/update-notifier": "^5.1.0",
222
227
  "@types/uuid": "^8.3.4",
223
- "@typescript-eslint/eslint-plugin": "^5.21.0",
224
- "@typescript-eslint/parser": "^5.21.0",
225
- "c8": "^7.11.2",
226
- "coveralls": "^3.1.1",
227
- "eslint": "^8.14.0",
228
+ "@typescript-eslint/eslint-plugin": "^5.27.1",
229
+ "@typescript-eslint/parser": "^5.27.1",
230
+ "c8": "^7.11.3",
231
+ "eslint": "^8.17.0",
228
232
  "eslint-config-standard": "^17.0.0",
229
233
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
230
234
  "eslint-plugin-import": "^2.26.0",
231
235
  "eslint-plugin-node": "^11.1.0",
232
236
  "eslint-plugin-promise": "^6.0.0",
233
- "mocha": "^9.2.2",
237
+ "mocha": "^10.0.0",
234
238
  "rimraf": "^3.0.2",
235
- "sinon": "^13.0.2",
239
+ "sinon": "^14.0.0",
236
240
  "source-map-support": "^0.5.21"
237
241
  }
238
242
  }