@jayree/sfdx-plugin-manifest 3.6.2 → 3.6.3

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.6.3](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.2...3.6.3) (2024-11-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.0.30 to 4.0.31 ([#1549](https://github.com/jayree/sfdx-plugin-manifest/issues/1549)) ([34d1edb](https://github.com/jayree/sfdx-plugin-manifest/commit/34d1edb625cec20af554149148778486f93315d8))
7
+
8
+
9
+
1
10
  ## [3.6.2](https://github.com/jayree/sfdx-plugin-manifest/compare/3.6.1...3.6.2) (2024-11-02)
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.6.2/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.3/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.6.2/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.6.3/src/commands/jayree/manifest/generate.ts)_
102
102
 
103
103
  ### `sf jayree manifest git diff REF1 [REF2]`
104
104
 
@@ -181,7 +181,7 @@ 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.6.2/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.6.3/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
186
186
 
187
187
  ## Performance Testing
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.6.2",
9
+ "version": "3.6.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
13
- "@oclif/core": "^4.0.30",
13
+ "@oclif/core": "^4.0.31",
14
14
  "@salesforce/core": "^8.6.4",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.0.9",
@@ -3514,9 +3514,9 @@
3514
3514
  }
3515
3515
  },
3516
3516
  "node_modules/@oclif/core": {
3517
- "version": "4.0.30",
3518
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.30.tgz",
3519
- "integrity": "sha512-Ak3OUdOcoovIRWZOT6oC5JhZgyJD90uWX/7HjSofn+C4LEmHxxfiyu04a73dwnezfzqDu9jEXfd2mQOOC54KZw==",
3517
+ "version": "4.0.31",
3518
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.31.tgz",
3519
+ "integrity": "sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==",
3520
3520
  "license": "MIT",
3521
3521
  "dependencies": {
3522
3522
  "ansi-escapes": "^4.3.2",
@@ -3528,7 +3528,7 @@
3528
3528
  "get-package-type": "^0.1.0",
3529
3529
  "globby": "^11.1.0",
3530
3530
  "indent-string": "^4.0.0",
3531
- "is-wsl": "^3",
3531
+ "is-wsl": "^2.2.0",
3532
3532
  "lilconfig": "^3.1.2",
3533
3533
  "minimatch": "^9.0.5",
3534
3534
  "semver": "^7.6.3",
@@ -10923,7 +10923,6 @@
10923
10923
  "version": "2.2.1",
10924
10924
  "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
10925
10925
  "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
10926
- "dev": true,
10927
10926
  "license": "MIT",
10928
10927
  "bin": {
10929
10928
  "is-docker": "cli.js"
@@ -10980,39 +10979,6 @@
10980
10979
  "url": "https://github.com/sponsors/sindresorhus"
10981
10980
  }
10982
10981
  },
10983
- "node_modules/is-inside-container": {
10984
- "version": "1.0.0",
10985
- "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
10986
- "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
10987
- "license": "MIT",
10988
- "dependencies": {
10989
- "is-docker": "^3.0.0"
10990
- },
10991
- "bin": {
10992
- "is-inside-container": "cli.js"
10993
- },
10994
- "engines": {
10995
- "node": ">=14.16"
10996
- },
10997
- "funding": {
10998
- "url": "https://github.com/sponsors/sindresorhus"
10999
- }
11000
- },
11001
- "node_modules/is-inside-container/node_modules/is-docker": {
11002
- "version": "3.0.0",
11003
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
11004
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
11005
- "license": "MIT",
11006
- "bin": {
11007
- "is-docker": "cli.js"
11008
- },
11009
- "engines": {
11010
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11011
- },
11012
- "funding": {
11013
- "url": "https://github.com/sponsors/sindresorhus"
11014
- }
11015
- },
11016
10982
  "node_modules/is-negative-zero": {
11017
10983
  "version": "2.0.3",
11018
10984
  "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
@@ -11242,18 +11208,15 @@
11242
11208
  }
11243
11209
  },
11244
11210
  "node_modules/is-wsl": {
11245
- "version": "3.1.0",
11246
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
11247
- "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
11211
+ "version": "2.2.0",
11212
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
11213
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
11248
11214
  "license": "MIT",
11249
11215
  "dependencies": {
11250
- "is-inside-container": "^1.0.0"
11216
+ "is-docker": "^2.0.0"
11251
11217
  },
11252
11218
  "engines": {
11253
- "node": ">=16"
11254
- },
11255
- "funding": {
11256
- "url": "https://github.com/sponsors/sindresorhus"
11219
+ "node": ">=8"
11257
11220
  }
11258
11221
  },
11259
11222
  "node_modules/isarray": {
@@ -13498,19 +13461,6 @@
13498
13461
  "url": "https://github.com/sponsors/sindresorhus"
13499
13462
  }
13500
13463
  },
13501
- "node_modules/open/node_modules/is-wsl": {
13502
- "version": "2.2.0",
13503
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
13504
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
13505
- "dev": true,
13506
- "license": "MIT",
13507
- "dependencies": {
13508
- "is-docker": "^2.0.0"
13509
- },
13510
- "engines": {
13511
- "node": ">=8"
13512
- }
13513
- },
13514
13464
  "node_modules/optionator": {
13515
13465
  "version": "0.9.4",
13516
13466
  "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
package/oclif.lock CHANGED
@@ -1689,10 +1689,10 @@
1689
1689
  "@nodelib/fs.scandir" "2.1.5"
1690
1690
  fastq "^1.6.0"
1691
1691
 
1692
- "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.30":
1693
- version "4.0.30"
1694
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.30.tgz#65672282756bf19fde3830cab6d8031bf6236064"
1695
- integrity sha512-Ak3OUdOcoovIRWZOT6oC5JhZgyJD90uWX/7HjSofn+C4LEmHxxfiyu04a73dwnezfzqDu9jEXfd2mQOOC54KZw==
1692
+ "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.30", "@oclif/core@^4.0.31":
1693
+ version "4.0.31"
1694
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.31.tgz#3f7ac806f27de6a87a7ee7caab8826687ce50412"
1695
+ integrity sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==
1696
1696
  dependencies:
1697
1697
  ansi-escapes "^4.3.2"
1698
1698
  ansis "^3.3.2"
@@ -1703,7 +1703,7 @@
1703
1703
  get-package-type "^0.1.0"
1704
1704
  globby "^11.1.0"
1705
1705
  indent-string "^4.0.0"
1706
- is-wsl "^3"
1706
+ is-wsl "^2.2.0"
1707
1707
  lilconfig "^3.1.2"
1708
1708
  minimatch "^9.0.5"
1709
1709
  semver "^7.6.3"
@@ -5722,11 +5722,6 @@ is-docker@^2.0.0:
5722
5722
  resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
5723
5723
  integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
5724
5724
 
5725
- is-docker@^3.0.0:
5726
- version "3.0.0"
5727
- resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
5728
- integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
5729
-
5730
5725
  is-extglob@^2.1.1:
5731
5726
  version "2.1.1"
5732
5727
  resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -5761,13 +5756,6 @@ is-in-ci@^0.1.0:
5761
5756
  resolved "https://registry.yarnpkg.com/is-in-ci/-/is-in-ci-0.1.0.tgz#5e07d6a02ec3a8292d3f590973357efa3fceb0d3"
5762
5757
  integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
5763
5758
 
5764
- is-inside-container@^1.0.0:
5765
- version "1.0.0"
5766
- resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
5767
- integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
5768
- dependencies:
5769
- is-docker "^3.0.0"
5770
-
5771
5759
  is-negative-zero@^2.0.3:
5772
5760
  version "2.0.3"
5773
5761
  resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
@@ -5885,20 +5873,13 @@ is-windows@^1.0.2:
5885
5873
  resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
5886
5874
  integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
5887
5875
 
5888
- is-wsl@^2.1.1:
5876
+ is-wsl@^2.1.1, is-wsl@^2.2.0:
5889
5877
  version "2.2.0"
5890
5878
  resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
5891
5879
  integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
5892
5880
  dependencies:
5893
5881
  is-docker "^2.0.0"
5894
5882
 
5895
- is-wsl@^3:
5896
- version "3.1.0"
5897
- resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
5898
- integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
5899
- dependencies:
5900
- is-inside-container "^1.0.0"
5901
-
5902
5883
  isarray@0.0.1:
5903
5884
  version "0.0.1"
5904
5885
  resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.6.2"
326
+ "version": "3.6.3"
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.6.2",
4
+ "version": "3.6.3",
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.30",
10
+ "@oclif/core": "^4.0.31",
11
11
  "@salesforce/core": "^8.6.4",
12
12
  "@salesforce/kit": "^3.2.3",
13
13
  "@salesforce/sf-plugins-core": "^12.0.9",