oclif-plugin-update-notifier 1.5.13 → 1.5.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.5.14](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.13...v1.5.14) (2023-03-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/kit from 1.8.5 to 1.9.0 ([#141](https://github.com/jayree/oclif-plugin-update-notifier/issues/141)) ([1c8ab6d](https://github.com/jayree/oclif-plugin-update-notifier/commit/1c8ab6df079c4b69f61113f5545363c0b0623590))
7
+
1
8
  ## [1.5.13](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.12...v1.5.13) (2023-02-17)
2
9
 
3
10
 
package/README.md CHANGED
@@ -22,7 +22,7 @@ $ oclif-example plugins:install oclif-plugin-update-notifier
22
22
  $ oclif-example plugins:[COMMAND]
23
23
  running command...
24
24
  $ oclif-example plugins
25
- oclif-plugin-update-notifier 1.5.13
25
+ oclif-plugin-update-notifier 1.5.14
26
26
  $ oclif-example help plugins:[COMMAND]
27
27
  USAGE
28
28
  $ oclif-example plugins:COMMAND
@@ -60,5 +60,5 @@ DESCRIPTION
60
60
  check installed plugins for updates
61
61
  ```
62
62
 
63
- _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.13/src/commands/plugins/update/check.ts)_
63
+ _See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.14/src/commands/plugins/update/check.ts)_
64
64
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.13",
2
+ "version": "1.5.14",
3
3
  "commands": {
4
4
  "plugins:update:check": {
5
5
  "id": "plugins:update:check",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "oclif-plugin-update-notifier",
3
3
  "description": "update-notifier for oclif plugins",
4
- "version": "1.5.13",
4
+ "version": "1.5.14",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/oclif-plugin-update-notifier/issues",
8
8
  "dependencies": {
9
9
  "@oclif/core": "^2.1.5",
10
- "@salesforce/kit": "^1.8.5",
10
+ "@salesforce/kit": "^1.9.0",
11
11
  "boxen": "^7.0.1",
12
12
  "chalk": "^5.2.0",
13
13
  "debug": "^4.3.4",
@@ -21,11 +21,11 @@
21
21
  "tslib": "^2.5.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@commitlint/cli": "^17.4.3",
25
- "@commitlint/config-conventional": "^17.4.3",
26
- "@oclif/plugin-command-snapshot": "^3.3.5",
27
- "@oclif/plugin-help": "^5.2.4",
28
- "@oclif/test": "^2.3.6",
24
+ "@commitlint/cli": "^17.4.4",
25
+ "@commitlint/config-conventional": "^17.4.4",
26
+ "@oclif/plugin-command-snapshot": "^3.3.7",
27
+ "@oclif/plugin-help": "^5.2.6",
28
+ "@oclif/test": "^2.3.8",
29
29
  "@salesforce/dev-config": "^3.1.0",
30
30
  "@salesforce/dev-scripts": "^3.1.0",
31
31
  "@salesforce/prettier-config": "^0.0.2",
@@ -36,13 +36,13 @@
36
36
  "@types/marked": "^4.0.8",
37
37
  "@types/marked-terminal": "^3.1.3",
38
38
  "@types/mocha": "^10.0.1",
39
- "@types/node": "^18.13.0",
39
+ "@types/node": "^18.14.4",
40
40
  "@types/semver": "^7.3.13",
41
41
  "@types/sinon": "^10.0.13",
42
- "@typescript-eslint/eslint-plugin": "^5.52.0",
43
- "@typescript-eslint/parser": "^5.52.0",
42
+ "@typescript-eslint/eslint-plugin": "^5.54.0",
43
+ "@typescript-eslint/parser": "^5.54.0",
44
44
  "chai": "^4.3.7",
45
- "eslint": "^8.34.0",
45
+ "eslint": "^8.35.0",
46
46
  "eslint-config-prettier": "^8.6.0",
47
47
  "eslint-config-salesforce": "^1.1.1",
48
48
  "eslint-config-salesforce-typescript": "^1.1.1",
@@ -53,7 +53,7 @@
53
53
  "husky": "^8.0.3",
54
54
  "mocha": "^10.2.0",
55
55
  "nyc": "^15.1.0",
56
- "oclif": "^3.6.5",
56
+ "oclif": "^3.7.0",
57
57
  "patch-package": "^6.5.1",
58
58
  "pinst": "^3.0.0",
59
59
  "prettier": "^2.8.4",