8000 Releases · Shopify/web-configs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Shopify/web-configs

@shopify/eslint-plugin@50.0.0

27 May 20:38
6c51fc6
Compare
Choose a tag to compare

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.

@shopify/eslint-plugin@49.0.0

26 May 21:52
9143e5a
Compare
Choose a tag to compare

Major Changes

  • #473 9d51688 Thanks @BPScott! - Update minimum eslint version to v9.27.0.

    When updating, you must also update the version of eslint installed as a sibling of @shopify/eslint-plugin to be at least v9.27.0.

@shopify/typescript-configs@5.1.2

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

@shopify/stylelint-plugin@15.0.2

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

@shopify/prettier-config@1.1.4

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

@shopify/postcss-plugin@5.0.4

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

@shopify/images@3.1.2

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

@shopify/eslint-plugin@48.0.2

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

@shopify/browserslist-config@3.0.2

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

@shopify/babel-preset@25.0.2

21 Mar 02:30
8635909
Compare
Choose a tag to compare

Patch Changes

0