sfdx-plugin-update-notifier 1.2.148 → 1.2.149
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 +19 -19
- package/oclif.lock +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.149](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.148...v1.2.149) (2025-11-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.145 to 1.5.146 ([#1109](https://github.com/jayree/sfdx-plugin-update-notifier/issues/1109)) ([1c8c9c5](https://github.com/jayree/sfdx-plugin-update-notifier/commit/1c8c9c54f25c615aa6bc4504c9b0d69bd1b14a6f))
|
|
7
|
+
|
|
1
8
|
## [1.2.148](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.147...v1.2.148) (2025-11-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.149 linux-x64 node-v24.11.1
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.149",
|
|
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.149",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.20",
|
|
13
13
|
"@oclif/core": "^4.5.6",
|
|
14
14
|
"@salesforce/kit": "^3.2.4",
|
|
15
15
|
"debug": "^4.4.0",
|
|
16
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
16
|
+
"oclif-plugin-update-notifier": "^1.5.146",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"eslint-plugin-prettier": "^5.5.4",
|
|
30
30
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
31
31
|
"is-ci": "^4.1.0",
|
|
32
|
-
"oclif": "^4.22.
|
|
32
|
+
"oclif": "^4.22.47",
|
|
33
33
|
"patch-package": "^8.0.1",
|
|
34
34
|
"pinst": "^3.0.0",
|
|
35
|
-
"prettier": "^3.
|
|
35
|
+
"prettier": "^3.7.1",
|
|
36
36
|
"pretty-quick": "^4.2.2",
|
|
37
37
|
"ts-node": "^10.9.2",
|
|
38
38
|
"typescript": "^5.9.3"
|
|
@@ -12622,9 +12622,9 @@
|
|
|
12622
12622
|
}
|
|
12623
12623
|
},
|
|
12624
12624
|
"node_modules/oclif": {
|
|
12625
|
-
"version": "4.22.
|
|
12626
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
12627
|
-
"integrity": "sha512-
|
|
12625
|
+
"version": "4.22.47",
|
|
12626
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.47.tgz",
|
|
12627
|
+
"integrity": "sha512-ruEVcGHnoS1UOpUyrW48uY6H5sj1o2/02NvbMjpCqJFJ9I5UcXBO0dWN6ECXkQZHPLbjnx94zQEuaZciuLrRyQ==",
|
|
12628
12628
|
"dev": true,
|
|
12629
12629
|
"license": "MIT",
|
|
12630
12630
|
"dependencies": {
|
|
@@ -12634,7 +12634,7 @@
|
|
|
12634
12634
|
"@inquirer/input": "^2.2.4",
|
|
12635
12635
|
"@inquirer/select": "^2.5.0",
|
|
12636
12636
|
"@oclif/core": "^4.8.0",
|
|
12637
|
-
"@oclif/plugin-help": "^6.2.
|
|
12637
|
+
"@oclif/plugin-help": "^6.2.36",
|
|
12638
12638
|
"@oclif/plugin-not-found": "^3.2.71",
|
|
12639
12639
|
"@oclif/plugin-warn-if-update-available": "^3.1.53",
|
|
12640
12640
|
"ansis": "^3.16.0",
|
|
@@ -12661,9 +12661,9 @@
|
|
|
12661
12661
|
}
|
|
12662
12662
|
},
|
|
12663
12663
|
"node_modules/oclif-plugin-update-notifier": {
|
|
12664
|
-
"version": "1.5.
|
|
12665
|
-
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
12666
|
-
"integrity": "sha512-
|
|
12664
|
+
"version": "1.5.146",
|
|
12665
|
+
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.146.tgz",
|
|
12666
|
+
"integrity": "sha512-69lPM45cui3LxVa41R5luB8yBcYisdyjOvljR8ahbOC60yHOL8DP2YUH6XhpMLQwvwFuGS17atAmN0xNfF1+eg==",
|
|
12667
12667
|
"license": "Apache-2.0",
|
|
12668
12668
|
"dependencies": {
|
|
12669
12669
|
"@jayree/changelog": "^1.2.20",
|
|
@@ -12673,7 +12673,7 @@
|
|
|
12673
12673
|
"chalk": "^5.6.2",
|
|
12674
12674
|
"debug": "^4.4.3",
|
|
12675
12675
|
"fs-extra": "^11.3.2",
|
|
12676
|
-
"got": "^14.6.
|
|
12676
|
+
"got": "^14.6.5",
|
|
12677
12677
|
"package-json": "^10.0.1",
|
|
12678
12678
|
"semver": "^7.7.3",
|
|
12679
12679
|
"tslib": "^2.8.1"
|
|
@@ -12765,9 +12765,9 @@
|
|
|
12765
12765
|
}
|
|
12766
12766
|
},
|
|
12767
12767
|
"node_modules/oclif-plugin-update-notifier/node_modules/got": {
|
|
12768
|
-
"version": "14.6.
|
|
12769
|
-
"resolved": "https://registry.npmjs.org/got/-/got-14.6.
|
|
12770
|
-
"integrity": "sha512-
|
|
12768
|
+
"version": "14.6.5",
|
|
12769
|
+
"resolved": "https://registry.npmjs.org/got/-/got-14.6.5.tgz",
|
|
12770
|
+
"integrity": "sha512-Su87c0NNeg97de1sO02gy9I8EmE7DCJ1gzcFLcgGpYeq2PnLg4xz73MWrp6HjqbSsjb6Glf4UBDW6JNyZA6uSg==",
|
|
12771
12771
|
"license": "MIT",
|
|
12772
12772
|
"dependencies": {
|
|
12773
12773
|
"@sindresorhus/is": "^7.0.1",
|
|
@@ -13645,9 +13645,9 @@
|
|
|
13645
13645
|
}
|
|
13646
13646
|
},
|
|
13647
13647
|
"node_modules/prettier": {
|
|
13648
|
-
"version": "3.
|
|
13649
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
13650
|
-
"integrity": "sha512-
|
|
13648
|
+
"version": "3.7.1",
|
|
13649
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz",
|
|
13650
|
+
"integrity": "sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==",
|
|
13651
13651
|
"dev": true,
|
|
13652
13652
|
"license": "MIT",
|
|
13653
13653
|
"peer": true,
|
package/oclif.lock
CHANGED
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
semver "^7.7.3"
|
|
1740
1740
|
ts-json-schema-generator "^1.5.1"
|
|
1741
1741
|
|
|
1742
|
-
"@oclif/plugin-help@^6.2.
|
|
1742
|
+
"@oclif/plugin-help@^6.2.36":
|
|
1743
1743
|
version "6.2.36"
|
|
1744
1744
|
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.36.tgz"
|
|
1745
1745
|
integrity sha512-NBQIg5hEMhvdbi4mSrdqRGl5XJ0bqTAHq6vDCCCDXUcfVtdk3ZJbSxtRVWyVvo9E28vwqu6MZyHOJylevqcHbA==
|
|
@@ -4974,10 +4974,10 @@ got@^13:
|
|
|
4974
4974
|
p-cancelable "^3.0.0"
|
|
4975
4975
|
responselike "^3.0.0"
|
|
4976
4976
|
|
|
4977
|
-
got@^14.6.
|
|
4978
|
-
version "14.6.
|
|
4979
|
-
resolved "https://registry.npmjs.org/got/-/got-14.6.
|
|
4980
|
-
integrity sha512-
|
|
4977
|
+
got@^14.6.5:
|
|
4978
|
+
version "14.6.5"
|
|
4979
|
+
resolved "https://registry.npmjs.org/got/-/got-14.6.5.tgz"
|
|
4980
|
+
integrity sha512-Su87c0NNeg97de1sO02gy9I8EmE7DCJ1gzcFLcgGpYeq2PnLg4xz73MWrp6HjqbSsjb6Glf4UBDW6JNyZA6uSg==
|
|
4981
4981
|
dependencies:
|
|
4982
4982
|
"@sindresorhus/is" "^7.0.1"
|
|
4983
4983
|
byte-counter "^0.1.0"
|
|
@@ -6562,10 +6562,10 @@ object.values@^1.1.7:
|
|
|
6562
6562
|
define-properties "^1.2.0"
|
|
6563
6563
|
es-abstract "^1.22.1"
|
|
6564
6564
|
|
|
6565
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6566
|
-
version "1.5.
|
|
6567
|
-
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6568
|
-
integrity sha512-
|
|
6565
|
+
oclif-plugin-update-notifier@^1.5.146:
|
|
6566
|
+
version "1.5.146"
|
|
6567
|
+
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.146.tgz"
|
|
6568
|
+
integrity sha512-69lPM45cui3LxVa41R5luB8yBcYisdyjOvljR8ahbOC60yHOL8DP2YUH6XhpMLQwvwFuGS17atAmN0xNfF1+eg==
|
|
6569
6569
|
dependencies:
|
|
6570
6570
|
"@jayree/changelog" "^1.2.20"
|
|
6571
6571
|
"@oclif/core" "^4.8.0"
|
|
@@ -6574,15 +6574,15 @@ oclif-plugin-update-notifier@^1.5.145:
|
|
|
6574
6574
|
chalk "^5.6.2"
|
|
6575
6575
|
debug "^4.4.3"
|
|
6576
6576
|
fs-extra "^11.3.2"
|
|
6577
|
-
got "^14.6.
|
|
6577
|
+
got "^14.6.5"
|
|
6578
6578
|
package-json "^10.0.1"
|
|
6579
6579
|
semver "^7.7.3"
|
|
6580
6580
|
tslib "^2.8.1"
|
|
6581
6581
|
|
|
6582
|
-
oclif@^4.22.
|
|
6583
|
-
version "4.22.
|
|
6584
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
6585
|
-
integrity sha512-
|
|
6582
|
+
oclif@^4.22.47:
|
|
6583
|
+
version "4.22.47"
|
|
6584
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.22.47.tgz"
|
|
6585
|
+
integrity sha512-ruEVcGHnoS1UOpUyrW48uY6H5sj1o2/02NvbMjpCqJFJ9I5UcXBO0dWN6ECXkQZHPLbjnx94zQEuaZciuLrRyQ==
|
|
6586
6586
|
dependencies:
|
|
6587
6587
|
"@aws-sdk/client-cloudfront" "^3.927.0"
|
|
6588
6588
|
"@aws-sdk/client-s3" "^3.932.0"
|
|
@@ -6590,7 +6590,7 @@ oclif@^4.22.46:
|
|
|
6590
6590
|
"@inquirer/input" "^2.2.4"
|
|
6591
6591
|
"@inquirer/select" "^2.5.0"
|
|
6592
6592
|
"@oclif/core" "^4.8.0"
|
|
6593
|
-
"@oclif/plugin-help" "^6.2.
|
|
6593
|
+
"@oclif/plugin-help" "^6.2.36"
|
|
6594
6594
|
"@oclif/plugin-not-found" "^3.2.71"
|
|
6595
6595
|
"@oclif/plugin-warn-if-update-available" "^3.1.53"
|
|
6596
6596
|
ansis "^3.16.0"
|
|
@@ -6983,10 +6983,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
6983
6983
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
6984
6984
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
6985
6985
|
|
|
6986
|
-
prettier@^3.0.0, prettier@^3.
|
|
6987
|
-
version "3.
|
|
6988
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
6989
|
-
integrity sha512-
|
|
6986
|
+
prettier@^3.0.0, prettier@^3.7.1, prettier@>=3.0.0:
|
|
6987
|
+
version "3.7.1"
|
|
6988
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz"
|
|
6989
|
+
integrity sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==
|
|
6990
6990
|
|
|
6991
6991
|
pretty-quick@^3.3.1:
|
|
6992
6992
|
version "3.3.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.149",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^4.5.6",
|
|
11
11
|
"@salesforce/kit": "^3.2.4",
|
|
12
12
|
"debug": "^4.4.0",
|
|
13
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.146",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"eslint-plugin-prettier": "^5.5.4",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
28
28
|
"is-ci": "^4.1.0",
|
|
29
|
-
"oclif": "^4.22.
|
|
29
|
+
"oclif": "^4.22.47",
|
|
30
30
|
"patch-package": "^8.0.1",
|
|
31
31
|
"pinst": "^3.0.0",
|
|
32
|
-
"prettier": "^3.
|
|
32
|
+
"prettier": "^3.7.1",
|
|
33
33
|
"pretty-quick": "^4.2.2",
|
|
34
34
|
"ts-node": "^10.9.2",
|
|
35
35
|
"typescript": "^5.9.3"
|