@jayree/sfdx-plugin-manifest 3.5.18 → 3.5.19

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [3.5.19](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.18...3.5.19) (2024-09-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.0.22 to 4.0.23 ([#1497](https://github.com/jayree/sfdx-plugin-manifest/issues/1497)) ([4c5832b](https://github.com/jayree/sfdx-plugin-manifest/commit/4c5832b327640f9912edad22fc51f33dcb25d761))
7
+
8
+
9
+
1
10
  ## [3.5.18](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.17...3.5.18) (2024-09-20)
2
11
 
3
12
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
61
61
  ```
62
62
 
63
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.18/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.19/src/commands/jayree/manifest/cleanup.ts)_
64
64
 
65
65
  ### `sf jayree manifest generate`
66
66
 
@@ -98,7 +98,7 @@ EXAMPLES
98
98
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
99
99
  ```
100
100
 
101
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.18/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.19/src/commands/jayree/manifest/generate.ts)_
102
102
 
103
103
  ### `sf jayree manifest git diff REF1 [REF2]`
104
104
 
@@ -181,5 +181,5 @@ FLAG DESCRIPTIONS
181
181
  The location can be an absolute path or relative to the current working directory.
182
182
  ```
183
183
 
184
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.18/src/commands/jayree/manifest/git/diff.ts)_
184
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.19/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.5.18",
3
+ "version": "3.5.19",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.5.18",
9
+ "version": "3.5.19",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
13
- "@oclif/core": "^4.0.22",
13
+ "@oclif/core": "^4.0.23",
14
14
  "@salesforce/core": "^8.5.7",
15
15
  "@salesforce/kit": "^3.2.2",
16
16
  "@salesforce/sf-plugins-core": "^11.3.10",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.2.15",
28
28
  "@oclif/plugin-help": "^6.2.11",
29
- "@salesforce/cli-plugins-testkit": "^5.3.31",
29
+ "@salesforce/cli-plugins-testkit": "^5.3.32",
30
30
  "@salesforce/dev-scripts": "^10.2.10",
31
31
  "@salesforce/ts-sinon": "^1.4.27",
32
32
  "@types/fs-extra": "^11.0.4",
@@ -4194,9 +4194,9 @@
4194
4194
  }
4195
4195
  },
4196
4196
  "node_modules/@oclif/core": {
4197
- "version": "4.0.22",
4198
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz",
4199
- "integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==",
4197
+ "version": "4.0.23",
4198
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz",
4199
+ "integrity": "sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==",
4200
4200
  "license": "MIT",
4201
4201
  "dependencies": {
4202
4202
  "ansi-escapes": "^4.3.2",
@@ -4211,6 +4211,7 @@
4211
4211
  "is-wsl": "^2.2.0",
4212
4212
  "lilconfig": "^3.1.2",
4213
4213
  "minimatch": "^9.0.5",
4214
+ "semver": "^7.6.3",
4214
4215
  "string-width": "^4.2.3",
4215
4216
  "supports-color": "^8",
4216
4217
  "widest-line": "^3.1.0",
@@ -4407,13 +4408,13 @@
4407
4408
  }
4408
4409
  },
4409
4410
  "node_modules/@salesforce/cli-plugins-testkit": {
4410
- "version": "5.3.31",
4411
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.31.tgz",
4412
- "integrity": "sha512-5TB1hR+Nu7qZuLUmua7d6T7K1GTvMq6hw2wuWAlOqp2losiKNVZCnh8+RG3ZMlNytM2z5allBT+TxIXFF9BHQQ==",
4411
+ "version": "5.3.32",
4412
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.32.tgz",
4413
+ "integrity": "sha512-eXi0n4Ae7igTS4PAvuK19I5utA9p1uQlojNFlvQl0Oiqidy9Rl5i5GWekIAmNrn/hX0gbftwAh4PezB/W5hZ3Q==",
4413
4414
  "dev": true,
4414
4415
  "license": "BSD-3-Clause",
4415
4416
  "dependencies": {
4416
- "@salesforce/core": "^8.5.4",
4417
+ "@salesforce/core": "^8.5.7",
4417
4418
  "@salesforce/kit": "^3.2.3",
4418
4419
  "@salesforce/ts-types": "^2.0.11",
4419
4420
  "@types/shelljs": "^0.8.15",
package/oclif.lock CHANGED
@@ -1686,10 +1686,10 @@
1686
1686
  "@nodelib/fs.scandir" "2.1.5"
1687
1687
  fastq "^1.6.0"
1688
1688
 
1689
- "@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.22":
1690
- version "4.0.22"
1691
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
1692
- integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
1689
+ "@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23":
1690
+ version "4.0.23"
1691
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.23.tgz#8772cfd57f850e2e17b703166b44da092a7986a0"
1692
+ integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
1693
1693
  dependencies:
1694
1694
  ansi-escapes "^4.3.2"
1695
1695
  ansis "^3.3.2"
@@ -1703,6 +1703,7 @@
1703
1703
  is-wsl "^2.2.0"
1704
1704
  lilconfig "^3.1.2"
1705
1705
  minimatch "^9.0.5"
1706
+ semver "^7.6.3"
1706
1707
  string-width "^4.2.3"
1707
1708
  supports-color "^8"
1708
1709
  widest-line "^3.1.0"
@@ -1762,12 +1763,12 @@
1762
1763
  resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1763
1764
  integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1764
1765
 
1765
- "@salesforce/cli-plugins-testkit@^5.3.31":
1766
- version "5.3.31"
1767
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.31.tgz#6a162dd873f678ae771f8b95976721e451abd039"
1768
- integrity sha512-5TB1hR+Nu7qZuLUmua7d6T7K1GTvMq6hw2wuWAlOqp2losiKNVZCnh8+RG3ZMlNytM2z5allBT+TxIXFF9BHQQ==
1766
+ "@salesforce/cli-plugins-testkit@^5.3.32":
1767
+ version "5.3.32"
1768
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.32.tgz#30018a25d68b21ad2cb4b91c82be1bcf9690629b"
1769
+ integrity sha512-eXi0n4Ae7igTS4PAvuK19I5utA9p1uQlojNFlvQl0Oiqidy9Rl5i5GWekIAmNrn/hX0gbftwAh4PezB/W5hZ3Q==
1769
1770
  dependencies:
1770
- "@salesforce/core" "^8.5.4"
1771
+ "@salesforce/core" "^8.5.7"
1771
1772
  "@salesforce/kit" "^3.2.3"
1772
1773
  "@salesforce/ts-types" "^2.0.11"
1773
1774
  "@types/shelljs" "^0.8.15"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.5.18"
326
+ "version": "3.5.19"
327
327
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.5.18",
4
+ "version": "3.5.19",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.4",
10
- "@oclif/core": "^4.0.22",
10
+ "@oclif/core": "^4.0.23",
11
11
  "@salesforce/core": "^8.5.7",
12
12
  "@salesforce/kit": "^3.2.2",
13
13
  "@salesforce/sf-plugins-core": "^11.3.10",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.2.15",
25
25
  "@oclif/plugin-help": "^6.2.11",
26
- "@salesforce/cli-plugins-testkit": "^5.3.31",
26
+ "@salesforce/cli-plugins-testkit": "^5.3.32",
27
27
  "@salesforce/dev-scripts": "^10.2.10",
28
28
  "@salesforce/ts-sinon": "^1.4.27",
29
29
  "@types/fs-extra": "^11.0.4",