Upgrade @rubensworks/eslint-config 1.2.0 → 3.1.0 with flat config migration#168
Merged
rubensworks merged 10 commits intomasterfrom Apr 3, 2026
Merged
Upgrade @rubensworks/eslint-config 1.2.0 → 3.1.0 with flat config migration#168rubensworks merged 10 commits intomasterfrom
rubensworks merged 10 commits intomasterfrom
Conversation
… .eslintrc.js Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/41072e3c-07ef-4099-af17-e1f8b941bc2a Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
- Rename type parameters Instance→TInstance, I→TI, HR→THR - Rename ARGS_HANDLERS→argsHandlers, XSD_INHERITANCE_TABLE→xsdInheritanceTable - Rename CJS_MAJOR_VERSION/CONTEXT_URL/etc to camelCase in PrefetchedDocumentLoader - Change import x = require() to ES imports throughout - Change || to ?? (nullish coalescing) where applicable - Rename unused params to _-prefixed names - Add eslint-disable-next-line ts/naming-convention for @type and URL keys - Fix template literal array interpolations to use .join(', ') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
rubensworks
April 3, 2026 07:36
View session
Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/08ee73ad-0075-4ae9-8230-bd263447ce6d Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/5baf6678-c4cb-41cb-91d2-eeaff51497c2 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
…rOverride Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/e9329a95-dddf-4c2a-8b99-474d91492de2 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/fccad1c4-3d7f-4090-9b55-3ae67b9992ba Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
…lization, missing logger.error, async build mock Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/06c889bf-188e-4910-9936-09a22f958cee Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
…age gaps (lines 49-50) Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/694b689a-5b53-4c53-bad0-83e27b7b626d Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
@ts-expect-error placement in test-web.ts Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/698e2c3d-ab12-4daf-ab1d-8d5a3bb235a2 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>
Pull Request Test Coverage Report for Build 23946569447Details
💛 - Coveralls |
rubensworks
requested changes
Apr 3, 2026
eslint-errors-full.txt
Outdated
| @@ -0,0 +1,362 @@ | |||
|
|
|||
Member
There was a problem hiding this comment.
Please remove these eslint-*.txt files from the PR.
Agent-Logs-Url: https://github.com/LinkedSoftwareDependencies/Components.js/sessions/162031b3-f3fe-407c-8b4f-10bef2471596 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.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.
node:fs,node:path,node:streamUnhandledSchemeError and two TypeScript errors intest-web.tstest-web.ts: moved// @ts-expect-errorfrom before the import (unused → TS2578) to right beforeglobalThis.window = globalThis;(where TS error actually occurs)webpack.config-web.js: addedNormalModuleReplacementPluginto stripnode:prefix so existingNodePolyfillPluginhandles polyfills (coversnode:fs,node:path,node:streamfrom lib files)