@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 3.0.14 to 3.0.15
@@ -21,3 +21,4 @@ import makeDebug from 'debug'; | ||
await writeFile(file, JSON.stringify({ ...body['dist-tags'], authorization, current: version })); | ||
process.exit(0); // eslint-disable-line unicorn/no-process-exit, no-process-exit | ||
// eslint-disable-next-line n/no-process-exit, unicorn/no-process-exit | ||
process.exit(0); | ||
} | ||
@@ -24,0 +25,0 @@ await run(process.argv.slice(2)).catch(async (error) => { |
{ | ||
"commands": {}, | ||
"version": "3.0.14" | ||
"version": "3.0.15" | ||
} |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"dependencies": { | ||
"@oclif/core": "^3.23.0", | ||
"@oclif/core": "^3.26.0", | ||
"chalk": "^5.3.0", | ||
@@ -17,3 +17,3 @@ "debug": "^4.1.0", | ||
"@oclif/prettier-config": "^0.2.1", | ||
"@oclif/test": "^3.2.0", | ||
"@oclif/test": "^3.2.6", | ||
"@types/chai": "^4.3.11", | ||
@@ -27,4 +27,4 @@ "@types/debug": "^4.1.12", | ||
"eslint": "^8.57.0", | ||
"eslint-config-oclif": "^5.0.4", | ||
"eslint-config-oclif-typescript": "^3.0.48", | ||
"eslint-config-oclif": "^5.1.1", | ||
"eslint-config-oclif-typescript": "^3.1.2", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -34,3 +34,3 @@ "husky": "^9", | ||
"mocha": "^10.3.0", | ||
"oclif": "^4.5.2", | ||
"oclif": "^4.6.1", | ||
"prettier": "^3.2.5", | ||
@@ -40,3 +40,3 @@ "shx": "^0.3.3", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "engines": { |
@@ -16,2 +16,3 @@ # @oclif/plugin-warn-if-update-available | ||
* [Environment Variables](#environment-variables) | ||
* [Contributing](#contributing) | ||
<!-- tocstop --> | ||
@@ -135,1 +136,5 @@ | ||
- `<CLI>_NEW_VERSION_CHECK_FREQ_UNIT`: environment variable override for `frequencyUnit` setting | ||
# Contributing | ||
See [contributing guide](./CONRTIBUTING.md) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
139
644427
11080
+ Added@oclif/core@3.26.0(transitive)
+ Added@types/node@18.19.2420.11.30(transitive)
+ Addedwrap-ansi@6.2.0(transitive)
- Removed@oclif/core@3.23.0(transitive)
- Removed@types/node@15.14.918.19.21(transitive)
- Removedclean-stack@2.2.0(transitive)
- Removedminimatch@7.4.6(transitive)
- Removedsafe-buffer@5.1.2(transitive)
Updated@oclif/core@^3.26.0