Skip to content

Commit 955c245

Browse files
authored
Merge pull request #388 from arduino/dependabot/npm_and_yarn/typescript-5.5.2
Bump typescript from 5.4.5 to 5.5.2
2 parents d76ae25 + a6feeb7 commit 955c245

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

dist/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
3939
});
4040
};
4141
Object.defineProperty(exports, "__esModule", ({ value: true }));
42-
exports.getArduinoLint = void 0;
42+
exports.getArduinoLint = getArduinoLint;
4343
// Load tempDirectory before it gets wiped by tool-cache
4444
let tempDirectory = process.env["RUNNER_TEMP"] || "";
4545
const os = __importStar(__nccwpck_require__(2037));
@@ -86,7 +86,6 @@ function getArduinoLint(version) {
8686
return path.join(toolPath, "arduino-lint");
8787
});
8888
}
89-
exports.getArduinoLint = getArduinoLint;
9089
function downloadRelease(version) {
9190
return __awaiter(this, void 0, void 0, function* () {
9291
// Download

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"nock": "^13.5.4",
3939
"prettier": "^3.3.2",
4040
"ts-jest": "^28.0.8",
41-
"typescript": "^5.4.5"
41+
"typescript": "^5.5.2"
4242
}
4343
}

0 commit comments

Comments
 (0)