fix(relay): eslint на v4-модулях — main зламано після мерджу PR#53 до фіксів#55
Merged
Conversation
…о фіксів) PR #53 змерджено на коміті 2893506 — до пуша фіксів eslint (module-scope regex, max-classes-per-file, Uint8Array-API), тому main лишився з чотирма порушеннями. Той самий фікс, реаплайнутий поверх поточного main: - DevPushSink винесено з push.mjs у push-sink.mjs (max-classes-per-file) - signing.mjs: Buffer.from(…, 'base64') → Uint8Array.fromBase64() - тести: Buffer …toString('base64') → …toBase64(), [...map.values()] → map.values().toArray(), regex-літерали в toThrow/toMatch — module-scope константи Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Що сталося
PR #53 (протокол v4 для multi-owner) змерджено о 11:41:51 UTC на коміті
2893506— до того, як я запушив фікси чотирьох eslint-порушень (7a5b596,bfab4e8о 11:43–11:45). Ці два коміти лишилися на вже змердженій гілці й ніколи не потрапили в main;mainвідтоді червоний наLint JS.Що робить цей PR
Той самий фікс, реаплайнутий поверх поточного main:
DevPushSinkвинесено зpush.mjsу окремийpush-sink.mjs(max-classes-per-file)signing.mjs:Buffer.from(…, 'base64')→Uint8Array.fromBase64()…toString('base64')→…toBase64(),[...map.values()]→map.values().toArray(), regex-літерали зtoThrow/toMatchвинесено в module-scope константиВерифікація
bunx oxlint relay/bunx eslint relay— чистоnpx vitest run relay— 67/67push-sink.md, оновленіpush.md/signing.md/index.md), text-lint чистий, change-файлrelay(patch)🤖 Generated with Claude Code