Skip to content

fix(renovate): remove hidden Unicode character from renovate.json5#175

Merged
Cain96 merged 1 commit into
mainfrom
fix/remove-hidden-unicode-in-renovate-config
May 16, 2026
Merged

fix(renovate): remove hidden Unicode character from renovate.json5#175
Cain96 merged 1 commit into
mainfrom
fix/remove-hidden-unicode-in-renovate-config

Conversation

@Cain96
Copy link
Copy Markdown
Owner

@Cain96 Cain96 commented May 16, 2026

Summary

Removes the hidden Unicode character (full-width space U+3000) from renovate.json5 that was triggering Renovate's "Hidden Unicode characters" warning on the Dependency Dashboard.

Changes

  • Replace the full-width space (U+3000) right after the * on the JSDoc comment line in renovate.json5 with a regular ASCII space.

Background

Renovate scans repository files with the following regex and emits a warning when it matches:

/([   - 

   ​‌‎‏‪-‮­])/g

The only file that hit this pattern in this repository was renovate.json5:23, where the leading * of the JSDoc block was followed by a Japanese full-width space.

Test Plan

  • Verified no remaining characters match Renovate's hiddenUnicodeCharactersRegex across the repository.
  • Confirm the warning disappears on the next Renovate run (Dependency Dashboard issue Dependency Dashboard #4).

Renovate reported a "Hidden Unicode characters" warning in the
repository. The cause was a full-width space (U+3000) after the
asterisk in a JSDoc comment line in renovate.json5.

Closes #4
@Cain96 Cain96 self-assigned this May 16, 2026
@Cain96 Cain96 enabled auto-merge May 16, 2026 09:57
@Cain96 Cain96 merged commit 344ddd5 into main May 16, 2026
4 checks passed
@Cain96 Cain96 deleted the fix/remove-hidden-unicode-in-renovate-config branch May 16, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant