sfdx-plugin-update-notifier 1.2.12 → 1.2.14
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 +17 -0
- package/README.md +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +17 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [1.2.14](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.13...v1.2.14) (2023-02-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/kit from 1.8.4 to 1.8.5 ([#120](https://github.com/jayree/sfdx-plugin-update-notifier/issues/120)) ([4a9df1f](https://github.com/jayree/sfdx-plugin-update-notifier/commit/4a9df1fdd5b4afb0e69773a52279422cf62fe632))
|
|
7
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.11 to 1.5.12 ([#122](https://github.com/jayree/sfdx-plugin-update-notifier/issues/122)) ([6794cd9](https://github.com/jayree/sfdx-plugin-update-notifier/commit/6794cd989e5343e5f935d9105a15930c8770ae65))
|
|
8
|
+
|
|
9
|
+
## [1.2.13](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.12...v1.2.13) (2023-02-02)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump @oclif/core from 1.25.0 to 2.0.8 ([9aaa238](https://github.com/jayree/sfdx-plugin-update-notifier/commit/9aaa238eaeb624dea21d063f31387be5aaf4db06))
|
|
15
|
+
* **deps:** bump @salesforce/kit from 1.8.3 to 1.8.4 ([#117](https://github.com/jayree/sfdx-plugin-update-notifier/issues/117)) ([95d81c8](https://github.com/jayree/sfdx-plugin-update-notifier/commit/95d81c8e351cc7f11f1b40c2a327528c536aceb2))
|
|
16
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.10 to 1.5.11 ([#108](https://github.com/jayree/sfdx-plugin-update-notifier/issues/108)) ([e032d3d](https://github.com/jayree/sfdx-plugin-update-notifier/commit/e032d3d574af33779ff887ee7a61999fc9913fd6))
|
|
17
|
+
|
|
1
18
|
## [1.2.12](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.11...v1.2.12) (2023-01-27)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ oclif-example plugins:install sfdx-plugin-update-notifier
|
|
|
21
21
|
$ oclif-example plugins:[COMMAND]
|
|
22
22
|
running command...
|
|
23
23
|
$ sfdx plugins
|
|
24
|
-
sfdx-plugin-update-notifier 1.2.
|
|
24
|
+
sfdx-plugin-update-notifier 1.2.14
|
|
25
25
|
$ sfdx help plugins:[COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx plugins:COMMAND
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,65 +1,64 @@
|
|
|
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.14",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^
|
|
10
|
-
"@salesforce/kit": "^1.8.
|
|
9
|
+
"@oclif/core": "^2.0.8",
|
|
10
|
+
"@salesforce/kit": "^1.8.5",
|
|
11
11
|
"debug": "^4.3.4",
|
|
12
12
|
"fs-extra": "^11.1.0",
|
|
13
13
|
"marked": "^4.2.12",
|
|
14
14
|
"marked-terminal": "^5.1.1",
|
|
15
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
15
|
+
"oclif-plugin-update-notifier": "^1.5.12",
|
|
16
16
|
"semver": "^7.3.8",
|
|
17
17
|
"tslib": "^2.4.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@commitlint/cli": "^17.4.2",
|
|
21
21
|
"@commitlint/config-conventional": "^17.4.2",
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
23
|
-
"@oclif/plugin-help": "^5.2.
|
|
24
|
-
"@oclif/test": "^2.3.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^3.3.3",
|
|
23
|
+
"@oclif/plugin-help": "^5.2.4",
|
|
24
|
+
"@oclif/test": "^2.3.5",
|
|
25
25
|
"@salesforce/dev-config": "^3.1.0",
|
|
26
26
|
"@salesforce/dev-scripts": "^3.1.0",
|
|
27
27
|
"@salesforce/prettier-config": "^0.0.2",
|
|
28
28
|
"@types/chai": "^4.3.4",
|
|
29
29
|
"@types/debug": "^4.1.7",
|
|
30
|
-
"@types/fs-extra": "^
|
|
30
|
+
"@types/fs-extra": "^11.0.1",
|
|
31
31
|
"@types/jsforce": "^1.11.0",
|
|
32
32
|
"@types/marked": "^4.0.8",
|
|
33
33
|
"@types/marked-terminal": "^3.1.3",
|
|
34
34
|
"@types/mocha": "^10.0.1",
|
|
35
|
-
"@types/node": "^18.
|
|
35
|
+
"@types/node": "^18.13.0",
|
|
36
36
|
"@types/semver": "^7.3.13",
|
|
37
37
|
"@types/sinon": "^10.0.13",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
39
|
-
"@typescript-eslint/parser": "^5.
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
39
|
+
"@typescript-eslint/parser": "^5.51.0",
|
|
40
40
|
"chai": "^4.3.7",
|
|
41
|
-
"eslint": "^8.
|
|
41
|
+
"eslint": "^8.33.0",
|
|
42
42
|
"eslint-config-prettier": "^8.6.0",
|
|
43
|
-
"eslint-config-salesforce": "^1.1.
|
|
43
|
+
"eslint-config-salesforce": "^1.1.1",
|
|
44
44
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
45
45
|
"eslint-plugin-header": "^3.1.1",
|
|
46
46
|
"eslint-plugin-import": "^2.27.5",
|
|
47
|
-
"eslint-plugin-jsdoc": "^39.
|
|
47
|
+
"eslint-plugin-jsdoc": "^39.8.0",
|
|
48
48
|
"eslint-plugin-prettier": "^4.2.1",
|
|
49
|
-
"eslint-plugin-sf-plugin": "^1.7.0",
|
|
50
49
|
"husky": "^8.0.3",
|
|
51
50
|
"is-ci": "^3.0.1",
|
|
52
51
|
"mocha": "^10.2.0",
|
|
53
52
|
"nyc": "^15.1.0",
|
|
54
|
-
"oclif": "^3.6.
|
|
53
|
+
"oclif": "^3.6.3",
|
|
55
54
|
"patch-package": "^6.5.1",
|
|
56
55
|
"pinst": "^3.0.0",
|
|
57
|
-
"prettier": "^2.8.
|
|
56
|
+
"prettier": "^2.8.4",
|
|
58
57
|
"pretty-quick": "^3.1.3",
|
|
59
58
|
"sinon": "^15.0.1",
|
|
60
59
|
"source-map-support": "^0.5.21",
|
|
61
60
|
"ts-node": "^10.9.1",
|
|
62
|
-
"typescript": "^4.9.
|
|
61
|
+
"typescript": "^4.9.5"
|
|
63
62
|
},
|
|
64
63
|
"engines": {
|
|
65
64
|
"node": ">=14.0.0"
|