saleor-apps-redis_apl/packages/eslint-config-saleor/CHANGELOG.md
Lukasz Ostrowski ff9665b70f
Release apps (#542)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-12 14:09:15 +02:00

1.1 KiB

eslint-config-saleor

0.4.1

Patch Changes

  • a8834a1: Unified graphql version to 16.6
  • a8834a1: Unified graphql codegen packages
  • a8834a1: Removed unnecessary duplicated dependencies from apps and moved them to shared and root (types, eslint rules)
  • a8834a1: Updated dev dependencies - Typescript, Eslint and Turborepo

0.4.0

Minor Changes

  • 453baf7: Added new warn rules to eslint-config-saleor: newline-after-var and multiline-comment-style.

Patch Changes

  • e167e72: Update next.js to 13.3.0
  • 74174c4: Updated @saleor/app-sdk to 0.37.3
  • 2e51890: Update next.js to 13.3.0
  • 2e51890: Update @saleor/app-sdk to 0.37.2

0.3.0

Minor Changes

  • eca52ad: Added "no-default-export" eslint rule (except Next.js page)

Patch Changes

  • eca52ad: Replace "export default" with named exports

0.2.1

Patch Changes

  • 749941a: Update dependencies to fix config, so ESLint should work in Jetbrains IDE

0.2.0

Minor Changes

  • d13ece4: Disable next/babel setting in shared eslint config

0.1.0

Minor Changes