@pnp/cli-microsoft365 11.8.0-beta.ae98113 → 11.9.0-beta.606e85e

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.8.0-beta.ae98113",
3
+ "version": "11.9.0-beta.606e85e",
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.5.10"
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.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",
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.5",
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.14.0",
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.0",
327
+ "uuid": "^13.0.1",
310
328
  "yaml": "^2.8.3",
311
329
  "yargs-parser": "^22.0.0",
312
- "zod": "^4.3.6"
330
+ "zod": "^4.4.1"
313
331
  },
314
332
  "devDependencies": {
315
- "@actions/core": "^3.0.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.0",
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.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.58.0",
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.0",
353
+ "eslint": "^10.2.1",
336
354
  "eslint-plugin-mocha": "^11.2.0",
337
- "globals": "^17.4.0",
355
+ "globals": "^17.5.0",
338
356
  "mocha": "^11.7.5",
339
357
  "rimraf": "^6.1.3",
340
- "sinon": "^21.0.3",
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