oclif-plugin-update-notifier
Advanced tools
Comparing version 1.5.34 to 1.5.35
@@ -0,1 +1,9 @@ | ||
## [1.5.35](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.34...v1.5.35) (2023-07-21) | ||
### Bug Fixes | ||
* **deps:** bump @jayree/changelog from 1.1.3 to 1.1.4 ([#323](https://github.com/jayree/oclif-plugin-update-notifier/issues/323)) ([c2cc264](https://github.com/jayree/oclif-plugin-update-notifier/commit/c2cc26409725748f1a2b73995508aa62759de341)) | ||
* **deps:** bump @salesforce/kit from 3.0.5 to 3.0.6 ([#320](https://github.com/jayree/oclif-plugin-update-notifier/issues/320)) ([0fb35ad](https://github.com/jayree/oclif-plugin-update-notifier/commit/0fb35adc68f17dfbbd65a32603eb53db0f7f729d)) | ||
## [1.5.34](https://github.com/jayree/oclif-plugin-update-notifier/compare/v1.5.33...v1.5.34) (2023-07-19) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"version": "1.5.34", | ||
"version": "1.5.35", | ||
"commands": { | ||
@@ -4,0 +4,0 @@ "plugins:update:check": { |
{ | ||
"name": "oclif-plugin-update-notifier", | ||
"description": "update-notifier for oclif plugins", | ||
"version": "1.5.34", | ||
"version": "1.5.35", | ||
"author": "jayree", | ||
@@ -9,5 +9,5 @@ "type": "module", | ||
"dependencies": { | ||
"@jayree/changelog": "^1.1.3", | ||
"@jayree/changelog": "^1.1.4", | ||
"@oclif/core": "^2.9.3", | ||
"@salesforce/kit": "^3.0.5", | ||
"@salesforce/kit": "^3.0.6", | ||
"boxen": "^7.1.1", | ||
@@ -24,5 +24,5 @@ "chalk": "^5.3.0", | ||
"devDependencies": { | ||
"@oclif/plugin-command-snapshot": "^4.0.8", | ||
"@oclif/plugin-command-snapshot": "^4.0.9", | ||
"@oclif/plugin-help": "^5.2.12", | ||
"@oclif/test": "^2.3.28", | ||
"@oclif/test": "^2.3.31", | ||
"@salesforce/dev-config": "^4.0.1", | ||
@@ -39,3 +39,3 @@ "@salesforce/dev-scripts": "^5.4.2", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -47,3 +47,3 @@ "eslint-config-salesforce": "^2.0.2", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsdoc": "^46.4.3", | ||
"eslint-plugin-jsdoc": "^46.4.4", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -53,3 +53,3 @@ "husky": "^8.0.3", | ||
"nyc": "^15.1.0", | ||
"oclif": "^3.9.1", | ||
"oclif": "^3.9.2", | ||
"patch-package": "^7.0.2", | ||
@@ -56,0 +56,0 @@ "pinst": "^3.0.0", |
@@ -22,3 +22,3 @@ # oclif-plugin-update-notifier | ||
$ oclif-example (--version) | ||
oclif-plugin-update-notifier/1.5.34 linux-x64 node-v18.16.1 | ||
oclif-plugin-update-notifier/1.5.35 linux-x64 node-v18.16.1 | ||
$ oclif-example --help [COMMAND] | ||
@@ -61,3 +61,3 @@ USAGE | ||
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.34/src/commands/plugins/update/check.ts)_ | ||
_See code: [src/commands/plugins/update/check.ts](https://github.com/jayree/oclif-plugin-update-notifier/blob/v1.5.35/src/commands/plugins/update/check.ts)_ | ||
<!-- commandsstop --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134750
Updated@jayree/changelog@^1.1.4
Updated@salesforce/kit@^3.0.6