diff --git a/CHANGELOG.md b/CHANGELOG.md index b3674f2c..99bd102f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## [2.40.3](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.40.2...2.40.3) - 2023-05-17 +## [2.40.4](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.40.3...v2.40.4) - 2023-05-18 +### Changed + - upgrade to [roku-debug@0.18.12](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#01812---2023-05-18). Notable changes since 0.18.11: + - Remove axios in favor of postman-request ([roku-debug#153](https://github.com/rokucommunity/roku-debug/pull/153)) + - Fix `file already exists` error and hung process ([roku-debug#152](https://github.com/rokucommunity/roku-debug/pull/152)) + + + +## [2.40.3](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.40.2...v2.40.3) - 2023-05-17 ### Changed - upgrade to [roku-debug@0.18.11](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#01811---2023-05-17). Notable changes since 0.18.10: - Fix crash by using postman-request ([roku-debug#151](https://github.com/rokucommunity/roku-debug/pull/151)) diff --git a/package-lock.json b/package-lock.json index 7483c467..db6f5868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.18.11", + "roku-debug": "^0.18.12", "roku-deploy": "^3.10.2", "roku-test-automation": "^2.0.0-beta.19", "semver": "^7.1.3", @@ -2092,29 +2092,6 @@ "node": ">=4" } }, - "node_modules/axios": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", - "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", - "dependencies": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/axios/node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/axobject-query": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", @@ -8382,11 +8359,6 @@ "node": ">= 0.10" } }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" - }, "node_modules/proxy-middleware": { "version": "0.15.0", "resolved": "https://registry.npmjs.org/proxy-middleware/-/proxy-middleware-0.15.0.tgz", @@ -8902,12 +8874,11 @@ } }, "node_modules/roku-debug": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.18.11.tgz", - "integrity": "sha512-3NA4ymjViHLgG06vccLlpnPJIO2q1bWMB68co+WF2iOPOkVCYD5RrwpAOO+ytlq/DdiqeW3Vdt81UEVIFhwBJw==", + "version": "0.18.12", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.18.12.tgz", + "integrity": "sha512-tBRMd0LBIUnMNQGBlETlnyQDu9Z0x6qa/d4CM9SdoGSfqJ5RkWAx5xziYKsGlfqU0MOAMjBDhcPV+JeJJR5bvw==", "dependencies": { "@rokucommunity/logger": "^0.3.3", - "axios": "^1.2.2", "brighterscript": "^0.65.0", "dateformat": "^4.6.3", "eol": "^0.9.1", @@ -13177,28 +13148,6 @@ "integrity": "sha512-u2MVsXfew5HBvjsczCv+xlwdNnB1oQR9HlAcsejZttNjKKSkeDNVwB1vMThIUIFI9GoT57Vtk8iQLwqOfAkboA==", "dev": true }, - "axios": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", - "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", - "requires": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - }, - "dependencies": { - "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } - } - }, "axobject-query": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", @@ -17986,11 +17935,6 @@ "ipaddr.js": "1.9.1" } }, - "proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" - }, "proxy-middleware": { "version": "0.15.0", "resolved": "https://registry.npmjs.org/proxy-middleware/-/proxy-middleware-0.15.0.tgz", @@ -18382,12 +18326,11 @@ } }, "roku-debug": { - "version": "0.18.11", - "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.18.11.tgz", - "integrity": "sha512-3NA4ymjViHLgG06vccLlpnPJIO2q1bWMB68co+WF2iOPOkVCYD5RrwpAOO+ytlq/DdiqeW3Vdt81UEVIFhwBJw==", + "version": "0.18.12", + "resolved": "https://registry.npmjs.org/roku-debug/-/roku-debug-0.18.12.tgz", + "integrity": "sha512-tBRMd0LBIUnMNQGBlETlnyQDu9Z0x6qa/d4CM9SdoGSfqJ5RkWAx5xziYKsGlfqU0MOAMjBDhcPV+JeJJR5bvw==", "requires": { "@rokucommunity/logger": "^0.3.3", - "axios": "^1.2.2", "brighterscript": "^0.65.0", "dateformat": "^4.6.3", "eol": "^0.9.1", diff --git a/package.json b/package.json index 3bb2610c..67916821 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "node-ssdp": "^4.0.0", "postman-request": "^2.88.1-postman.32", "pretty-bytes": "^5.6.0", - "roku-debug": "^0.18.11", + "roku-debug": "^0.18.12", "roku-deploy": "^3.10.2", "roku-test-automation": "^2.0.0-beta.19", "semver": "^7.1.3",