@pnp/cli-microsoft365 11.5.0-beta.960ec81 → 11.5.0-beta.9dbb2e8
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/m365/spfx/commands/project/project-doctor/doctor-1.22.2.js +21 -0
- package/dist/m365/spfx/commands/project/project-doctor.js +2 -1
- package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.22.2.js +55 -0
- package/dist/m365/spfx/commands/project/project-upgrade.js +3 -2
- package/dist/m365/spfx/commands/spfx-doctor.js +23 -8
- package/dist/m365/spo/commands/site/site-hubsite-connect.js +26 -30
- package/dist/m365/spo/commands/site/site-hubsite-disconnect.js +26 -28
- package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
- package/docs/docs/cmd/spo/site/site-hubsite-connect.mdx +32 -2
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.mdx +32 -2
- package/npm-shrinkwrap.json +1215 -380
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/cli-microsoft365",
|
|
3
|
-
"version": "11.5.0-beta.
|
|
3
|
+
"version": "11.5.0-beta.9dbb2e8",
|
|
4
4
|
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/api.js",
|
|
@@ -270,21 +270,21 @@
|
|
|
270
270
|
"Zachariassen Laksafoss, Trygvi <trygvi.laksafoss@gmail.com>"
|
|
271
271
|
],
|
|
272
272
|
"dependencies": {
|
|
273
|
-
"@azure/msal-common": "^15.
|
|
274
|
-
"@azure/msal-node": "^3.8.
|
|
275
|
-
"@inquirer/confirm": "^6.0.
|
|
276
|
-
"@inquirer/input": "^5.0.
|
|
277
|
-
"@inquirer/select": "^5.0.
|
|
273
|
+
"@azure/msal-common": "^15.14.1",
|
|
274
|
+
"@azure/msal-node": "^3.8.7",
|
|
275
|
+
"@inquirer/confirm": "^6.0.6",
|
|
276
|
+
"@inquirer/input": "^5.0.6",
|
|
277
|
+
"@inquirer/select": "^5.0.6",
|
|
278
278
|
"@xmldom/xmldom": "^0.9.8",
|
|
279
279
|
"adaptive-expressions": "^4.23.3",
|
|
280
280
|
"adaptivecards": "^3.0.5",
|
|
281
281
|
"adaptivecards-templating": "^2.3.1",
|
|
282
282
|
"adm-zip": "^0.5.16",
|
|
283
|
-
"applicationinsights": "^3.
|
|
284
|
-
"axios": "^1.13.
|
|
283
|
+
"applicationinsights": "^3.13.0",
|
|
284
|
+
"axios": "^1.13.4",
|
|
285
285
|
"chalk": "^5.6.2",
|
|
286
|
-
"clipboardy": "^5.0
|
|
287
|
-
"configstore": "^
|
|
286
|
+
"clipboardy": "^5.1.0",
|
|
287
|
+
"configstore": "^8.0.0",
|
|
288
288
|
"csv-parse": "^6.1.0",
|
|
289
289
|
"csv-stringify": "^6.6.0",
|
|
290
290
|
"easy-table": "^1.2.0",
|
|
@@ -300,18 +300,18 @@
|
|
|
300
300
|
"uuid": "^13.0.0",
|
|
301
301
|
"yaml": "^2.8.2",
|
|
302
302
|
"yargs-parser": "^22.0.0",
|
|
303
|
-
"zod": "^4.3.
|
|
303
|
+
"zod": "^4.3.6"
|
|
304
304
|
},
|
|
305
305
|
"devDependencies": {
|
|
306
|
-
"@actions/core": "^
|
|
306
|
+
"@actions/core": "^3.0.0",
|
|
307
307
|
"@microsoft/microsoft-graph-types": "^2.43.1",
|
|
308
|
-
"@stylistic/eslint-plugin": "^5.
|
|
308
|
+
"@stylistic/eslint-plugin": "^5.7.1",
|
|
309
309
|
"@types/adm-zip": "^0.5.7",
|
|
310
310
|
"@types/jmespath": "^0.15.2",
|
|
311
311
|
"@types/json-schema": "^7.0.15",
|
|
312
312
|
"@types/json-to-ast": "^2.1.4",
|
|
313
313
|
"@types/mocha": "^10.0.10",
|
|
314
|
-
"@types/node": "^24.10.
|
|
314
|
+
"@types/node": "^24.10.13",
|
|
315
315
|
"@types/node-forge": "^1.3.14",
|
|
316
316
|
"@types/omelette": "^0.4.5",
|
|
317
317
|
"@types/semver": "^7.7.1",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"@types/update-notifier": "^6.0.8",
|
|
320
320
|
"@types/uuid": "^10.0.0",
|
|
321
321
|
"@types/yargs-parser": "^21.0.3",
|
|
322
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
322
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
323
323
|
"@typescript-eslint/parser": "^8.46.4",
|
|
324
324
|
"c8": "^10.1.3",
|
|
325
325
|
"eslint": "^9.39.2",
|