@jayree/sfdx-plugin-manifest 3.4.12 → 3.4.13

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.4.13](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.12...3.4.13) (2024-08-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump micromatch from 4.0.5 to 4.0.8 ([#1452](https://github.com/jayree/sfdx-plugin-manifest/issues/1452)) ([c8bb76d](https://github.com/jayree/sfdx-plugin-manifest/commit/c8bb76dbaa3659dd91c1d93a6a82b04f644d75a6))
7
+
8
+
9
+
1
10
  ## [3.4.12](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.11...3.4.12) (2024-08-23)
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.4.12/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.13/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.4.12/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.13/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.4.12/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.4.13/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.4.12",
3
+ "version": "3.4.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.4.12",
9
+ "version": "3.4.13",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.2",
@@ -12838,12 +12838,12 @@
12838
12838
  }
12839
12839
  },
12840
12840
  "node_modules/micromatch": {
12841
- "version": "4.0.5",
12842
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
12843
- "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
12841
+ "version": "4.0.8",
12842
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
12843
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
12844
12844
  "license": "MIT",
12845
12845
  "dependencies": {
12846
- "braces": "^3.0.2",
12846
+ "braces": "^3.0.3",
12847
12847
  "picomatch": "^2.3.1"
12848
12848
  },
12849
12849
  "engines": {
package/oclif.lock CHANGED
@@ -3422,7 +3422,7 @@ brace-expansion@^4.0.0:
3422
3422
  dependencies:
3423
3423
  balanced-match "^3.0.0"
3424
3424
 
3425
- braces@^3.0.2, braces@~3.0.2:
3425
+ braces@^3.0.3, braces@~3.0.2:
3426
3426
  version "3.0.3"
3427
3427
  resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
3428
3428
  integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -6565,11 +6565,11 @@ merge2@^1.3.0, merge2@^1.4.1:
6565
6565
  integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
6566
6566
 
6567
6567
  micromatch@^4.0.2, micromatch@^4.0.4:
6568
- version "4.0.5"
6569
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
6570
- integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
6568
+ version "4.0.8"
6569
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
6570
+ integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
6571
6571
  dependencies:
6572
- braces "^3.0.2"
6572
+ braces "^3.0.3"
6573
6573
  picomatch "^2.3.1"
6574
6574
 
6575
6575
  mime-db@1.52.0:
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.4.12"
326
+ "version": "3.4.13"
327
327
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.4.12",
4
+ "version": "3.4.13",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",