sfdx-git-delta 6.41.0 → 6.41.1

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.
@@ -191,5 +191,5 @@
191
191
  ]
192
192
  }
193
193
  },
194
- "version": "6.41.0"
194
+ "version": "6.41.1"
195
195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfdx-git-delta",
3
- "version": "6.41.0",
3
+ "version": "6.41.1",
4
4
  "description": "Generate the sfdx content in source format and destructive change from two git commits",
5
5
  "keywords": [
6
6
  "salesforce",
@@ -48,28 +48,28 @@
48
48
  "access": "public"
49
49
  },
50
50
  "dependencies": {
51
- "@oclif/core": "^4.10.3",
52
- "@salesforce/core": "^8.27.1",
51
+ "@nodable/flexible-xml-parser": "^1.0.0",
52
+ "@oclif/core": "^4.10.5",
53
+ "@salesforce/core": "^8.28.1",
53
54
  "@salesforce/sf-plugins-core": "^12.2.6",
54
- "@salesforce/source-deploy-retrieve": "^12.32.1",
55
+ "@salesforce/source-deploy-retrieve": "^12.32.3",
55
56
  "async": "^3.2.6",
56
57
  "fast-equals": "^6.0.0",
57
- "fast-xml-parser": "^5.5.9",
58
+ "fast-xml-parser": "^5.5.11",
58
59
  "fs-extra": "^11.3.4",
59
60
  "ignore": "^7.0.5",
60
- "lodash-es": "^4.17.23",
61
- "simple-git": "^3.33.0",
62
- "xmlbuilder2": "^4.0.3",
61
+ "lodash-es": "^4.18.1",
62
+ "simple-git": "^3.35.2",
63
63
  "tslib": "^2.8.1",
64
64
  "zod": "^4.3.6"
65
65
  },
66
66
  "devDependencies": {
67
- "@biomejs/biome": "2.4.9",
67
+ "@biomejs/biome": "2.4.11",
68
68
  "@commitlint/cli": "^20.5.0",
69
69
  "@commitlint/config-conventional": "^20.5.0",
70
70
  "@ls-lint/ls-lint": "^2.3.1",
71
- "@oclif/plugin-help": "^6.2.41",
72
- "@salesforce/cli-plugins-testkit": "^5.3.50",
71
+ "@oclif/plugin-help": "^6.2.43",
72
+ "@salesforce/cli-plugins-testkit": "^5.3.52",
73
73
  "@salesforce/dev-config": "^4.3.3",
74
74
  "@stryker-mutator/core": "^9.6.0",
75
75
  "@stryker-mutator/vitest-runner": "^9.6.0",
@@ -77,19 +77,18 @@
77
77
  "@types/fs-extra": "^11.0.4",
78
78
  "@types/lodash": "^4.17.24",
79
79
  "@types/lodash-es": "^4.17.12",
80
- "@types/node": "^25.5.0",
81
- "benchmark": "^2.1.4",
82
- "@vitest/coverage-v8": "^4.1.2",
80
+ "@types/node": "^25.5.2",
81
+ "@vitest/coverage-v8": "^4.1.4",
83
82
  "husky": "^9.1.7",
84
- "knip": "^6.1.0",
83
+ "knip": "^6.3.1",
85
84
  "lint-staged": "^16.4.0",
86
- "lodash": "^4.17.23",
87
- "oclif": "^4.22.96",
85
+ "lodash": "^4.18.1",
86
+ "oclif": "^4.23.0",
88
87
  "shx": "^0.4.0",
89
- "vitest": "^4.1.2",
90
88
  "ts-node": "^10.9.2",
91
89
  "typescript": "^6.0.2",
92
90
  "validate-branch-name": "^1.3.2",
91
+ "vitest": "^4.1.4",
93
92
  "wireit": "^0.14.12"
94
93
  },
95
94
  "scripts": {
@@ -141,13 +140,17 @@
141
140
  "clean": "if-file-deleted"
142
141
  },
143
142
  "clean": {
144
- "command": "shx rm -rf 'reports/*' oclif.manifest.json package.tgz 'sfdx-git-delta-*.tgz' 'stderr*.txt' 'stdout*.txt' '.stryker-tmp/*' perf-result.txt",
143
+ "command": "shx rm -rf 'reports/*' oclif.manifest.json package.tgz 'sfdx-git-delta-*.tgz' 'stderr*.txt' 'stdout*.txt' '.stryker-tmp/*' perf-result.txt perf-raw.json perf-runtime.json perf-memory.json perf-preview.html",
145
144
  "files": [
146
145
  ".stryker-tmp/*",
147
146
  "lib",
148
147
  "oclif.manifest.json",
149
148
  "package.tgz",
150
149
  "perf-result.txt",
150
+ "perf-raw.json",
151
+ "perf-runtime.json",
152
+ "perf-memory.json",
153
+ "perf-preview.html",
151
154
  "reports/*",
152
155
  "sfdx-git-delta-v*.tgz",
153
156
  "stderr*.txt",
@@ -251,18 +254,19 @@
251
254
  ]
252
255
  },
253
256
  "test:perf": {
254
- "command": "node __tests__/perf/bench.mjs > perf-result.txt && shx cat perf-result.txt",
257
+ "command": "node --expose-gc ./node_modules/.bin/vitest bench --config vitest.config.perf.ts && node __tests__/perf/formatResults.mjs",
255
258
  "files": [
256
259
  "src/**/*.ts",
257
- "__tests__/**/*.ts",
258
- "messages/**",
259
- "**/tsconfig.json"
260
+ "__tests__/perf/**",
261
+ "**/tsconfig.json",
262
+ "vitest.config.perf.ts"
260
263
  ],
261
264
  "output": [
262
- "perf-result.txt"
265
+ "perf-raw.json",
266
+ "perf-runtime.json",
267
+ "perf-memory.json"
263
268
  ],
264
269
  "dependencies": [
265
- "lint",
266
270
  "build"
267
271
  ]
268
272
  },