sfdx-plugin-update-notifier 1.2.123 → 1.2.124
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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +26 -26
- package/oclif.lock +26 -26
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.124](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.123...v1.2.124) (2025-05-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.121 to 1.5.122 ([#994](https://github.com/jayree/sfdx-plugin-update-notifier/issues/994)) ([38fe984](https://github.com/jayree/sfdx-plugin-update-notifier/commit/38fe984463f89fa0e3ec7af6263538ec60503d0e))
|
|
7
|
+
|
|
1
8
|
## [1.2.123](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.122...v1.2.123) (2025-05-16)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g sfdx-plugin-update-notifier
|
|
|
21
21
|
$ sfdx COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ sfdx (--version)
|
|
24
|
-
sfdx-plugin-update-notifier/1.2.
|
|
24
|
+
sfdx-plugin-update-notifier/1.2.124 linux-x64 node-v22.15.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.124",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-plugin-update-notifier",
|
|
9
|
-
"version": "1.2.
|
|
9
|
+
"version": "1.2.124",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.8",
|
|
13
13
|
"@oclif/core": "^4.2.10",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"debug": "^4.4.0",
|
|
16
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
16
|
+
"oclif-plugin-update-notifier": "^1.5.122",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.2.40",
|
|
21
21
|
"@oclif/plugin-help": "^6.2.28",
|
|
22
|
-
"@oclif/test": "^4.1.
|
|
22
|
+
"@oclif/test": "^4.1.13",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
24
24
|
"@types/debug": "^4.1.12",
|
|
25
25
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -3782,16 +3782,16 @@
|
|
|
3782
3782
|
}
|
|
3783
3783
|
},
|
|
3784
3784
|
"node_modules/@jayree/changelog": {
|
|
3785
|
-
"version": "1.2.
|
|
3786
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
3787
|
-
"integrity": "sha512-
|
|
3785
|
+
"version": "1.2.10",
|
|
3786
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.10.tgz",
|
|
3787
|
+
"integrity": "sha512-gzGP1+SMvotm6riltCuvilkgbhZBjR59c/ctpwhLAxFXRr236lk1a/3swQea1WMWS/lw8oBr4+HO91ojEUd4lg==",
|
|
3788
3788
|
"license": "BSD-3-Clause",
|
|
3789
3789
|
"dependencies": {
|
|
3790
|
-
"debug": "^4.4.
|
|
3790
|
+
"debug": "^4.4.1",
|
|
3791
3791
|
"fs-extra": "^11.3.0",
|
|
3792
|
-
"marked": "^15.0.
|
|
3792
|
+
"marked": "^15.0.12",
|
|
3793
3793
|
"marked-terminal": "^7.3.0",
|
|
3794
|
-
"semver": "^7.7.
|
|
3794
|
+
"semver": "^7.7.2",
|
|
3795
3795
|
"semver-compare": "^1.0.0"
|
|
3796
3796
|
},
|
|
3797
3797
|
"engines": {
|
|
@@ -3985,9 +3985,9 @@
|
|
|
3985
3985
|
}
|
|
3986
3986
|
},
|
|
3987
3987
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3988
|
-
"version": "5.2.
|
|
3989
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
3990
|
-
"integrity": "sha512-
|
|
3988
|
+
"version": "5.2.40",
|
|
3989
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
|
|
3990
|
+
"integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
|
|
3991
3991
|
"dev": true,
|
|
3992
3992
|
"license": "MIT",
|
|
3993
3993
|
"dependencies": {
|
|
@@ -3998,7 +3998,7 @@
|
|
|
3998
3998
|
"lodash.difference": "^4.5.0",
|
|
3999
3999
|
"lodash.get": "^4.4.2",
|
|
4000
4000
|
"lodash.sortby": "^4.7.0",
|
|
4001
|
-
"semver": "^7.7.
|
|
4001
|
+
"semver": "^7.7.2",
|
|
4002
4002
|
"ts-json-schema-generator": "^1.5.1"
|
|
4003
4003
|
},
|
|
4004
4004
|
"engines": {
|
|
@@ -4180,14 +4180,14 @@
|
|
|
4180
4180
|
}
|
|
4181
4181
|
},
|
|
4182
4182
|
"node_modules/@oclif/test": {
|
|
4183
|
-
"version": "4.1.
|
|
4184
|
-
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
4185
|
-
"integrity": "sha512-
|
|
4183
|
+
"version": "4.1.13",
|
|
4184
|
+
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.13.tgz",
|
|
4185
|
+
"integrity": "sha512-pulrTiJRhoAKizFf6y5WeHvM2JyoRiZKV0H8qqYEoE0UHDKqInNmfGJyp8Ip6lTVQeMv1U8YCAXOS/HiWPVWeg==",
|
|
4186
4186
|
"dev": true,
|
|
4187
4187
|
"license": "MIT",
|
|
4188
4188
|
"dependencies": {
|
|
4189
4189
|
"ansis": "^3.17.0",
|
|
4190
|
-
"debug": "^4.4.
|
|
4190
|
+
"debug": "^4.4.1"
|
|
4191
4191
|
},
|
|
4192
4192
|
"engines": {
|
|
4193
4193
|
"node": ">=18.0.0"
|
|
@@ -11431,9 +11431,9 @@
|
|
|
11431
11431
|
}
|
|
11432
11432
|
},
|
|
11433
11433
|
"node_modules/marked": {
|
|
11434
|
-
"version": "15.0.
|
|
11435
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.
|
|
11436
|
-
"integrity": "sha512-
|
|
11434
|
+
"version": "15.0.12",
|
|
11435
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
|
|
11436
|
+
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
|
11437
11437
|
"license": "MIT",
|
|
11438
11438
|
"bin": {
|
|
11439
11439
|
"marked": "bin/marked.js"
|
|
@@ -12324,12 +12324,12 @@
|
|
|
12324
12324
|
}
|
|
12325
12325
|
},
|
|
12326
12326
|
"node_modules/oclif-plugin-update-notifier": {
|
|
12327
|
-
"version": "1.5.
|
|
12328
|
-
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
12329
|
-
"integrity": "sha512-
|
|
12327
|
+
"version": "1.5.122",
|
|
12328
|
+
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.122.tgz",
|
|
12329
|
+
"integrity": "sha512-NnjfX6RDlcquxTzGdtaFbh5RY70Hsn8Ec68sSn6nubXWZiCLP0ttrJWZ4qDdHfne7K2ClrCq0KkuihTkRT5kgw==",
|
|
12330
12330
|
"license": "BSD-3-Clause",
|
|
12331
12331
|
"dependencies": {
|
|
12332
|
-
"@jayree/changelog": "^1.2.
|
|
12332
|
+
"@jayree/changelog": "^1.2.10",
|
|
12333
12333
|
"@oclif/core": "^4.3.0",
|
|
12334
12334
|
"@salesforce/kit": "^3.2.3",
|
|
12335
12335
|
"boxen": "^8.0.1",
|
package/oclif.lock
CHANGED
|
@@ -1537,16 +1537,16 @@
|
|
|
1537
1537
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1538
1538
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1539
1539
|
|
|
1540
|
-
"@jayree/changelog@^1.2.
|
|
1541
|
-
version "1.2.
|
|
1542
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1543
|
-
integrity sha512-
|
|
1540
|
+
"@jayree/changelog@^1.2.10", "@jayree/changelog@^1.2.8":
|
|
1541
|
+
version "1.2.10"
|
|
1542
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.10.tgz"
|
|
1543
|
+
integrity sha512-gzGP1+SMvotm6riltCuvilkgbhZBjR59c/ctpwhLAxFXRr236lk1a/3swQea1WMWS/lw8oBr4+HO91ojEUd4lg==
|
|
1544
1544
|
dependencies:
|
|
1545
|
-
debug "^4.4.
|
|
1545
|
+
debug "^4.4.1"
|
|
1546
1546
|
fs-extra "^11.3.0"
|
|
1547
|
-
marked "^15.0.
|
|
1547
|
+
marked "^15.0.12"
|
|
1548
1548
|
marked-terminal "^7.3.0"
|
|
1549
|
-
semver "^7.7.
|
|
1549
|
+
semver "^7.7.2"
|
|
1550
1550
|
semver-compare "^1.0.0"
|
|
1551
1551
|
|
|
1552
1552
|
"@jridgewell/gen-mapping@^0.3.5":
|
|
@@ -1650,10 +1650,10 @@
|
|
|
1650
1650
|
wordwrap "^1.0.0"
|
|
1651
1651
|
wrap-ansi "^7.0.0"
|
|
1652
1652
|
|
|
1653
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1654
|
-
version "5.2.
|
|
1655
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1656
|
-
integrity sha512-
|
|
1653
|
+
"@oclif/plugin-command-snapshot@^5.2.40":
|
|
1654
|
+
version "5.2.40"
|
|
1655
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz"
|
|
1656
|
+
integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
|
|
1657
1657
|
dependencies:
|
|
1658
1658
|
"@oclif/core" "^4"
|
|
1659
1659
|
ansis "^3.17.0"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
lodash.difference "^4.5.0"
|
|
1663
1663
|
lodash.get "^4.4.2"
|
|
1664
1664
|
lodash.sortby "^4.7.0"
|
|
1665
|
-
semver "^7.7.
|
|
1665
|
+
semver "^7.7.2"
|
|
1666
1666
|
ts-json-schema-generator "^1.5.1"
|
|
1667
1667
|
|
|
1668
1668
|
"@oclif/plugin-help@^6.2.27", "@oclif/plugin-help@^6.2.28":
|
|
@@ -1694,13 +1694,13 @@
|
|
|
1694
1694
|
lodash "^4.17.21"
|
|
1695
1695
|
registry-auth-token "^5.1.0"
|
|
1696
1696
|
|
|
1697
|
-
"@oclif/test@^4.1.
|
|
1698
|
-
version "4.1.
|
|
1699
|
-
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
1700
|
-
integrity sha512-
|
|
1697
|
+
"@oclif/test@^4.1.13":
|
|
1698
|
+
version "4.1.13"
|
|
1699
|
+
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.13.tgz"
|
|
1700
|
+
integrity sha512-pulrTiJRhoAKizFf6y5WeHvM2JyoRiZKV0H8qqYEoE0UHDKqInNmfGJyp8Ip6lTVQeMv1U8YCAXOS/HiWPVWeg==
|
|
1701
1701
|
dependencies:
|
|
1702
1702
|
ansis "^3.17.0"
|
|
1703
|
-
debug "^4.4.
|
|
1703
|
+
debug "^4.4.1"
|
|
1704
1704
|
|
|
1705
1705
|
"@pkgjs/parseargs@^0.11.0":
|
|
1706
1706
|
version "0.11.0"
|
|
@@ -5935,10 +5935,10 @@ marked@^13.0.0:
|
|
|
5935
5935
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
5936
5936
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
5937
5937
|
|
|
5938
|
-
marked@^15.0.
|
|
5939
|
-
version "15.0.
|
|
5940
|
-
resolved "https://registry.npmjs.org/marked/-/marked-15.0.
|
|
5941
|
-
integrity sha512-
|
|
5938
|
+
marked@^15.0.12, "marked@>=1 <16":
|
|
5939
|
+
version "15.0.12"
|
|
5940
|
+
resolved "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz"
|
|
5941
|
+
integrity sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==
|
|
5942
5942
|
|
|
5943
5943
|
mdurl@^2.0.0:
|
|
5944
5944
|
version "2.0.0"
|
|
@@ -6356,12 +6356,12 @@ object.values@^1.1.7:
|
|
|
6356
6356
|
define-properties "^1.2.0"
|
|
6357
6357
|
es-abstract "^1.22.1"
|
|
6358
6358
|
|
|
6359
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6360
|
-
version "1.5.
|
|
6361
|
-
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6362
|
-
integrity sha512-
|
|
6359
|
+
oclif-plugin-update-notifier@^1.5.122:
|
|
6360
|
+
version "1.5.122"
|
|
6361
|
+
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.122.tgz"
|
|
6362
|
+
integrity sha512-NnjfX6RDlcquxTzGdtaFbh5RY70Hsn8Ec68sSn6nubXWZiCLP0ttrJWZ4qDdHfne7K2ClrCq0KkuihTkRT5kgw==
|
|
6363
6363
|
dependencies:
|
|
6364
|
-
"@jayree/changelog" "^1.2.
|
|
6364
|
+
"@jayree/changelog" "^1.2.10"
|
|
6365
6365
|
"@oclif/core" "^4.3.0"
|
|
6366
6366
|
"@salesforce/kit" "^3.2.3"
|
|
6367
6367
|
boxen "^8.0.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
3
|
"description": "update-notifier for sfdx plugins",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.124",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"@oclif/core": "^4.2.10",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"debug": "^4.4.0",
|
|
13
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.122",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.2.40",
|
|
18
18
|
"@oclif/plugin-help": "^6.2.28",
|
|
19
|
-
"@oclif/test": "^4.1.
|
|
19
|
+
"@oclif/test": "^4.1.13",
|
|
20
20
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
21
21
|
"@types/debug": "^4.1.12",
|
|
22
22
|
"@types/fs-extra": "^11.0.4",
|