Skip to content

Commit 52740df

Browse files
chore(deps-dev): bump typescript-eslint from 8.27.0 to 8.59.2 (#217)
* chore(deps-dev): bump typescript-eslint from 8.27.0 to 8.59.2 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.27.0 to 8.59.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: @typescript-eslint/no-unnecessary-type-conversion --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Chang <ryancyq@gmail.com>
1 parent c89a54d commit 52740df

4 files changed

Lines changed: 97 additions & 817 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30200,7 +30200,7 @@ const blob_1 = __nccwpck_require__(1408);
3020030200
function formatLogMessage(...params) {
3020130201
return Object.entries(Object.assign({}, ...params))
3020230202
.map(([key, value]) => {
30203-
return `${String(key)}: ${typeof value === 'string' ? value : JSON.stringify(value)}`;
30203+
return `${key}: ${typeof value === 'string' ? value : JSON.stringify(value)}`;
3020430204
})
3020530205
.join(', ');
3020630206
}

0 commit comments

Comments
 (0)