feat(deps): test eslint-config-typescript import-x prerelease - #508
Draft
michaeljaltamirano wants to merge 4 commits into
Draft
michaeljaltamirano wants to merge 4 commits into
michaeljaltamirano wants to merge 4 commits into
Conversation
Breaking changes file
|
Testing the eslint-plugin-import -> eslint-plugin-import-x migration (open-turo/eslint-config-typescript#591) as a consumer, ahead of the v24 release. Renames import/no-default-export disable comments to import-x/no-default-export to match. Ref: CPL-1863 BREAKING CHANGE: This commit replaces eslint-plugin-import with eslint-plugin-import-x
michaeljaltamirano
force-pushed
the
t/CPL-1863_test_eslint-config-typescript-import-x-prerelease
branch
from
August 7, 2026 19:32
39d6008 to
685b2ab
Compare
Contributor
Prerelease buildBuild version: |
…improved resolver performance
Contributor
Prerelease buildBuild version: |
Contributor
Prerelease buildBuild version: |
…improved runtime performance
michaeljaltamirano
force-pushed
the
t/CPL-1863_test_eslint-config-typescript-import-x-prerelease
branch
from
August 10, 2026 22:22
abb6f8d to
c2afb51
Compare
Contributor
Prerelease buildBuild version: |
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.
Michael note
tsupwas evaluated as a replacement fortsc, but I think there are benefits totsdown, despitetsdownnot yet having a v1 release:publintsupport: https://publint.dev/Summary
@open-turo/eslint-config-typescriptto theeslint-plugin-import-xmigration prerelease (24.0.0-pr-591.722.1.1) to validate the breaking change in a real consumer repo before the v24 release ships.import/no-default-exportdisable comments in this repo toimport-x/no-default-exportper the migration guide.import-x/*rule keys.Test plan
npm run tscpassesnpm run lintpasses clean (no missing-rule errors, no new violations from the two ruleseslint-plugin-importdidn't have)npm testpasses with regenerated snapshoteslint-config-typescriptv24 is actually released, swap this to the real version (or close this PR — it exists purely to validate the prerelease)