sfdx-plugin-update-notifier 1.2.104 → 1.2.105
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 +8 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +23 -23
- package/oclif.lock +22 -22
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.2.105](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.104...v1.2.105) (2024-12-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#873](https://github.com/jayree/sfdx-plugin-update-notifier/issues/873)) ([aa373e0](https://github.com/jayree/sfdx-plugin-update-notifier/commit/aa373e086fbaffe0f4dd448e0a2db3c49433eb46))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.103 to 1.5.104 ([#876](https://github.com/jayree/sfdx-plugin-update-notifier/issues/876)) ([253f61f](https://github.com/jayree/sfdx-plugin-update-notifier/commit/253f61fa1b8c43b0c5a1c6fea108b2e503ce5cbb))
|
|
8
|
+
|
|
1
9
|
## [1.2.104](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.103...v1.2.104) (2024-11-29)
|
|
2
10
|
|
|
3
11
|
|
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.105 linux-x64 node-v22.11.0
|
|
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.105",
|
|
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.105",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.2",
|
|
13
|
-
"@oclif/core": "^4.0.
|
|
13
|
+
"@oclif/core": "^4.0.34",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"debug": "^4.3.7",
|
|
16
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
16
|
+
"oclif-plugin-update-notifier": "^1.5.104",
|
|
17
17
|
"tslib": "^2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"eslint-plugin-prettier": "^5.2.1",
|
|
29
29
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
30
30
|
"is-ci": "^3.0.1",
|
|
31
|
-
"oclif": "^4.
|
|
31
|
+
"oclif": "^4.16.0",
|
|
32
32
|
"patch-package": "^8.0.0",
|
|
33
33
|
"pinst": "^3.0.0",
|
|
34
|
-
"prettier": "^3.4.
|
|
34
|
+
"prettier": "^3.4.2",
|
|
35
35
|
"pretty-quick": "^4.0.0",
|
|
36
36
|
"ts-node": "^10.9.2",
|
|
37
37
|
"typescript": "^5.7.2"
|
|
@@ -538,9 +538,9 @@
|
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
540
|
"node_modules/@aws-sdk/client-s3": {
|
|
541
|
-
"version": "3.
|
|
542
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
543
|
-
"integrity": "sha512-
|
|
541
|
+
"version": "3.705.0",
|
|
542
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.705.0.tgz",
|
|
543
|
+
"integrity": "sha512-Fm0Cbc4zr0yG0DnNycz7ywlL5tQFdLSb7xCIPfzrxJb3YQiTXWxH5eu61SSsP/Z6RBNRolmRPvst/iNgX0fWvA==",
|
|
544
544
|
"dev": true,
|
|
545
545
|
"license": "Apache-2.0",
|
|
546
546
|
"dependencies": {
|
|
@@ -4419,9 +4419,9 @@
|
|
|
4419
4419
|
}
|
|
4420
4420
|
},
|
|
4421
4421
|
"node_modules/@oclif/core": {
|
|
4422
|
-
"version": "4.0.
|
|
4423
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4424
|
-
"integrity": "sha512-
|
|
4422
|
+
"version": "4.0.34",
|
|
4423
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz",
|
|
4424
|
+
"integrity": "sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==",
|
|
4425
4425
|
"license": "MIT",
|
|
4426
4426
|
"dependencies": {
|
|
4427
4427
|
"ansi-escapes": "^4.3.2",
|
|
@@ -12670,14 +12670,14 @@
|
|
|
12670
12670
|
}
|
|
12671
12671
|
},
|
|
12672
12672
|
"node_modules/oclif": {
|
|
12673
|
-
"version": "4.
|
|
12674
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
12675
|
-
"integrity": "sha512-
|
|
12673
|
+
"version": "4.16.0",
|
|
12674
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.16.0.tgz",
|
|
12675
|
+
"integrity": "sha512-Y5bcJc4vwhAW0UN9ctZvfLYZz+nC4rQJPmmpKFXLj7A6uKS1c+GrNa4WwZnk9D4eN32kP/awyRRdd2lbX/S+KQ==",
|
|
12676
12676
|
"dev": true,
|
|
12677
12677
|
"license": "MIT",
|
|
12678
12678
|
"dependencies": {
|
|
12679
12679
|
"@aws-sdk/client-cloudfront": "^3.687.0",
|
|
12680
|
-
"@aws-sdk/client-s3": "^3.
|
|
12680
|
+
"@aws-sdk/client-s3": "^3.701.0",
|
|
12681
12681
|
"@inquirer/confirm": "^3.1.22",
|
|
12682
12682
|
"@inquirer/input": "^2.2.4",
|
|
12683
12683
|
"@inquirer/select": "^2.5.0",
|
|
@@ -12709,13 +12709,13 @@
|
|
|
12709
12709
|
}
|
|
12710
12710
|
},
|
|
12711
12711
|
"node_modules/oclif-plugin-update-notifier": {
|
|
12712
|
-
"version": "1.5.
|
|
12713
|
-
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
12714
|
-
"integrity": "sha512-
|
|
12712
|
+
"version": "1.5.104",
|
|
12713
|
+
"resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.104.tgz",
|
|
12714
|
+
"integrity": "sha512-o02gNUdFlalS3m0LiWQgcML9m0ev2aaUFXwLqn8ZJMw/kut7juhTXBeFDDssnr4MhPknc8Bie10UIaXhTZg7HA==",
|
|
12715
12715
|
"license": "BSD-3-Clause",
|
|
12716
12716
|
"dependencies": {
|
|
12717
12717
|
"@jayree/changelog": "^1.2.4",
|
|
12718
|
-
"@oclif/core": "^4.0.
|
|
12718
|
+
"@oclif/core": "^4.0.34",
|
|
12719
12719
|
"@salesforce/kit": "^3.2.3",
|
|
12720
12720
|
"boxen": "^8.0.1",
|
|
12721
12721
|
"chalk": "^5.3.0",
|
|
@@ -13694,9 +13694,9 @@
|
|
|
13694
13694
|
}
|
|
13695
13695
|
},
|
|
13696
13696
|
"node_modules/prettier": {
|
|
13697
|
-
"version": "3.4.
|
|
13698
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.
|
|
13699
|
-
"integrity": "sha512-
|
|
13697
|
+
"version": "3.4.2",
|
|
13698
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
|
|
13699
|
+
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
|
13700
13700
|
"dev": true,
|
|
13701
13701
|
"license": "MIT",
|
|
13702
13702
|
"bin": {
|
package/oclif.lock
CHANGED
|
@@ -133,10 +133,10 @@
|
|
|
133
133
|
"@smithy/util-waiter" "^3.1.8"
|
|
134
134
|
tslib "^2.6.2"
|
|
135
135
|
|
|
136
|
-
"@aws-sdk/client-s3@^3.
|
|
137
|
-
version "3.
|
|
138
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
139
|
-
integrity sha512-
|
|
136
|
+
"@aws-sdk/client-s3@^3.701.0":
|
|
137
|
+
version "3.705.0"
|
|
138
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.705.0.tgz"
|
|
139
|
+
integrity sha512-Fm0Cbc4zr0yG0DnNycz7ywlL5tQFdLSb7xCIPfzrxJb3YQiTXWxH5eu61SSsP/Z6RBNRolmRPvst/iNgX0fWvA==
|
|
140
140
|
dependencies:
|
|
141
141
|
"@aws-crypto/sha1-browser" "5.2.0"
|
|
142
142
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
@@ -1796,10 +1796,10 @@
|
|
|
1796
1796
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1797
1797
|
fastq "^1.6.0"
|
|
1798
1798
|
|
|
1799
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1800
|
-
version "4.0.
|
|
1801
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
1802
|
-
integrity sha512-
|
|
1799
|
+
"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34", "@oclif/core@>= 3.0.0":
|
|
1800
|
+
version "4.0.34"
|
|
1801
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.34.tgz"
|
|
1802
|
+
integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw==
|
|
1803
1803
|
dependencies:
|
|
1804
1804
|
ansi-escapes "^4.3.2"
|
|
1805
1805
|
ansis "^3.3.2"
|
|
@@ -6542,13 +6542,13 @@ object.values@^1.1.7:
|
|
|
6542
6542
|
define-properties "^1.2.0"
|
|
6543
6543
|
es-abstract "^1.22.1"
|
|
6544
6544
|
|
|
6545
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6546
|
-
version "1.5.
|
|
6547
|
-
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6548
|
-
integrity sha512-
|
|
6545
|
+
oclif-plugin-update-notifier@^1.5.104:
|
|
6546
|
+
version "1.5.104"
|
|
6547
|
+
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.104.tgz"
|
|
6548
|
+
integrity sha512-o02gNUdFlalS3m0LiWQgcML9m0ev2aaUFXwLqn8ZJMw/kut7juhTXBeFDDssnr4MhPknc8Bie10UIaXhTZg7HA==
|
|
6549
6549
|
dependencies:
|
|
6550
6550
|
"@jayree/changelog" "^1.2.4"
|
|
6551
|
-
"@oclif/core" "^4.0.
|
|
6551
|
+
"@oclif/core" "^4.0.34"
|
|
6552
6552
|
"@salesforce/kit" "^3.2.3"
|
|
6553
6553
|
boxen "^8.0.1"
|
|
6554
6554
|
chalk "^5.3.0"
|
|
@@ -6560,13 +6560,13 @@ oclif-plugin-update-notifier@^1.5.103:
|
|
|
6560
6560
|
semver-diff "^4.0.0"
|
|
6561
6561
|
tslib "^2.8.1"
|
|
6562
6562
|
|
|
6563
|
-
oclif@^4.
|
|
6564
|
-
version "4.
|
|
6565
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
6566
|
-
integrity sha512-
|
|
6563
|
+
oclif@^4.16.0:
|
|
6564
|
+
version "4.16.0"
|
|
6565
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.16.0.tgz"
|
|
6566
|
+
integrity sha512-Y5bcJc4vwhAW0UN9ctZvfLYZz+nC4rQJPmmpKFXLj7A6uKS1c+GrNa4WwZnk9D4eN32kP/awyRRdd2lbX/S+KQ==
|
|
6567
6567
|
dependencies:
|
|
6568
6568
|
"@aws-sdk/client-cloudfront" "^3.687.0"
|
|
6569
|
-
"@aws-sdk/client-s3" "^3.
|
|
6569
|
+
"@aws-sdk/client-s3" "^3.701.0"
|
|
6570
6570
|
"@inquirer/confirm" "^3.1.22"
|
|
6571
6571
|
"@inquirer/input" "^2.2.4"
|
|
6572
6572
|
"@inquirer/select" "^2.5.0"
|
|
@@ -6971,10 +6971,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
6971
6971
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
6972
6972
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
6973
6973
|
|
|
6974
|
-
prettier@^3.0.0, prettier@^3.4.
|
|
6975
|
-
version "3.4.
|
|
6976
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.4.
|
|
6977
|
-
integrity sha512-
|
|
6974
|
+
prettier@^3.0.0, prettier@^3.4.2, prettier@>=3.0.0:
|
|
6975
|
+
version "3.4.2"
|
|
6976
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz"
|
|
6977
|
+
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
|
|
6978
6978
|
|
|
6979
6979
|
pretty-quick@^3.3.1:
|
|
6980
6980
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.105",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/changelog": "^1.2.2",
|
|
10
|
-
"@oclif/core": "^4.0.
|
|
10
|
+
"@oclif/core": "^4.0.34",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"debug": "^4.3.7",
|
|
13
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.104",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"eslint-plugin-prettier": "^5.2.1",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
27
27
|
"is-ci": "^3.0.1",
|
|
28
|
-
"oclif": "^4.
|
|
28
|
+
"oclif": "^4.16.0",
|
|
29
29
|
"patch-package": "^8.0.0",
|
|
30
30
|
"pinst": "^3.0.0",
|
|
31
|
-
"prettier": "^3.4.
|
|
31
|
+
"prettier": "^3.4.2",
|
|
32
32
|
"pretty-quick": "^4.0.0",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5.7.2"
|