Skip to content

Commit c57cc43

Browse files
build(deps-dev): bump typescript from 5.0.4 to 5.1.3 (#764)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 322510a commit c57cc43

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Diff for: dist/post_run/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -66312,18 +66312,18 @@ var Inputs;
6631266312
Inputs["Key"] = "key";
6631366313
Inputs["Path"] = "path";
6631466314
Inputs["RestoreKeys"] = "restore-keys";
66315-
})(Inputs = exports.Inputs || (exports.Inputs = {}));
66315+
})(Inputs || (exports.Inputs = Inputs = {}));
6631666316
var State;
6631766317
(function (State) {
6631866318
State["CachePrimaryKey"] = "CACHE_KEY";
6631966319
State["CacheMatchedKey"] = "CACHE_RESULT";
66320-
})(State = exports.State || (exports.State = {}));
66320+
})(State || (exports.State = State = {}));
6632166321
var Events;
6632266322
(function (Events) {
6632366323
Events["Key"] = "GITHUB_EVENT_NAME";
6632466324
Events["Push"] = "push";
6632566325
Events["PullRequest"] = "pull_request";
66326-
})(Events = exports.Events || (exports.Events = {}));
66326+
})(Events || (exports.Events = Events = {}));
6632766327
exports.RefKey = "GITHUB_REF";
6632866328

6632966329

@@ -66405,7 +66405,7 @@ var InstallMode;
6640566405
(function (InstallMode) {
6640666406
InstallMode["Binary"] = "binary";
6640766407
InstallMode["GoInstall"] = "goinstall";
66408-
})(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
66408+
})(InstallMode || (exports.InstallMode = InstallMode = {}));
6640966409
const printOutput = (res) => {
6641066410
if (res.stdout) {
6641166411
core.info(res.stdout);

Diff for: dist/run/index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -66312,18 +66312,18 @@ var Inputs;
6631266312
Inputs["Key"] = "key";
6631366313
Inputs["Path"] = "path";
6631466314
Inputs["RestoreKeys"] = "restore-keys";
66315-
})(Inputs = exports.Inputs || (exports.Inputs = {}));
66315+
})(Inputs || (exports.Inputs = Inputs = {}));
6631666316
var State;
6631766317
(function (State) {
6631866318
State["CachePrimaryKey"] = "CACHE_KEY";
6631966319
State["CacheMatchedKey"] = "CACHE_RESULT";
66320-
})(State = exports.State || (exports.State = {}));
66320+
})(State || (exports.State = State = {}));
6632166321
var Events;
6632266322
(function (Events) {
6632366323
Events["Key"] = "GITHUB_EVENT_NAME";
6632466324
Events["Push"] = "push";
6632566325
Events["PullRequest"] = "pull_request";
66326-
})(Events = exports.Events || (exports.Events = {}));
66326+
})(Events || (exports.Events = Events = {}));
6632766327
exports.RefKey = "GITHUB_REF";
6632866328

6632966329

@@ -66405,7 +66405,7 @@ var InstallMode;
6640566405
(function (InstallMode) {
6640666406
InstallMode["Binary"] = "binary";
6640766407
InstallMode["GoInstall"] = "goinstall";
66408-
})(InstallMode = exports.InstallMode || (exports.InstallMode = {}));
66408+
})(InstallMode || (exports.InstallMode = InstallMode = {}));
6640966409
const printOutput = (res) => {
6641066410
if (res.stdout) {
6641166411
core.info(res.stdout);

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"eslint-plugin-prettier": "^4.2.1",
4646
"eslint-plugin-simple-import-sort": "^10.0.0",
4747
"prettier": "^2.8.8",
48-
"typescript": "^5.0.4"
48+
"typescript": "^5.1.3"
4949
}
5050
}

0 commit comments

Comments
 (0)