Skip to content

Version Packages #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged

Version Packages #478

merged 1 commit into from
May 27, 2025

Conversation

shopify-github-actions-access[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@shopify/[email protected]

Major Changes

  • #477 fecfb7b Thanks @BPScott! - Use eslint-plugin-import-x instead of eslint-plugin-import. This is faster, while retaing the same features - notably it avoids a large speed degredation when using the no-cycle rule with eslint-plugin-import.

    Rule names are the same in eslint-plugin-import-x, but the plugin name is import-x instead of import. You will need to change all rules and settings that define or reference import/THING to import-x/THING. e.g. the rule import/no-cycle becomes import-x/no-cycle and the setting import/parsers becomes import-x/parsers. You should check the eslint-plugin-import-x documentation to see if the settings for any rules differ from their eslint-plugin-import counterparts.

    Configuration of resolvers has switched from using import/resolver to import-x/resolver-next. Any configuration of resolvers shuld be done using the new setting per https://www.npmjs.com/package/eslint-plugin-import-x#resolvers. We now configure eslint-import-resolver-typescript as the default resolver for typescript files so you no longer need to configure a resolver unless you need to override the default options.

@BPScott BPScott merged commit 6c51fc6 into main May 27, 2025
6 checks passed
@BPScott BPScott deleted the changeset-release/main branch May 27, 2025 20:37
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