Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warnings comming from punycode dependency. #282

Merged
merged 10 commits into from
Jan 13, 2025
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
.vscode/
coverage
*/.alksrc
.tool-versions
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
★ Release Notes: 2024-11-20
★ Release Notes: 2025-01-13
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Thanks for upgrading to the latest version of the ALKS CLI!

* Ensures all errors are logs
* Adds a log file for viewing debug logs of previous commands
* Removes node-fetch/request usage that resulted in punycode deprecation warnings.
# Removes dependency on alks-node.

Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues

Expand Down
6 changes: 3 additions & 3 deletions dist/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
★ Release Notes: 2024-11-20
★ Release Notes: 2025-01-13
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

Thanks for upgrading to the latest version of the ALKS CLI!

* Ensures all errors are logs
* Adds a log file for viewing debug logs of previous commands
* Removes node-fetch/request usage that resulted in punycode deprecation warnings.
# Removes dependency on alks-node.

Have feedback? https://github.com/Cox-Automotive/ALKS-CLI/issues

Expand Down
16 changes: 9 additions & 7 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,28 @@
"alks"
],
"dependencies": {
"alks-node": "^0.12.1",
"alks.js": "^2.8.0",
"@google-analytics/data": "^4.12.0",
"alks.js": "^2.9.0",
"axios": "^1.7.9",
"cli-color": "^2.0.0",
"cli-table3": "^0.5.0",
"commander": "^9.4.0",
"crypto": "0.0.3",
"fuzzy": "^0.1.1",
"ini": "^2.0.0",
"inquirer": "^6.5.2",
"lodash": "^4.17.21",
"lokijs": "^1.5.1",
"memoizee": "^0.4.15",
"moment": "^2.13.0",
"node-netrc": "^0.1.0",
"npm-registry-client": "^7.1.2",
"npm-registry-fetch": "^18.0.2",
"open": "^8.2.0",
"prop-ini": "0.0.2",
"request": "^2.72.0",
"semver": "^5.3.0",
"tabtab": "^3.0.2",
"tslib": "^2.3.1",
"underscore": "^1.13.1",
"universal-analytics": "^0.4.8"
"underscore": "^1.13.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
Expand All @@ -79,7 +79,9 @@
"@types/jest": "^26.0.24",
"@types/lokijs": "^1.5.4",
"@types/memoizee": "^0.4.8",
"@types/node": "^15.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^15.14.9",
"@types/npm-registry-fetch": "^8.0.7",
"@types/semver": "^7.3.5",
"@types/tabtab": "^3.0.1",
"@types/underscore": "^1.11.2",
Expand Down
19 changes: 7 additions & 12 deletions dist/src/lib/checkForUpdate.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/lib/checkForUpdate.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 73 additions & 15 deletions dist/src/lib/handlers/alks-sessions-console.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading