Skip to content

November 08, 2024

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 08 Nov 10:24
· 46 commits to main since this release
9e40a65

@theguild/eslint-config@0.13.0

Minor Changes

  • a3d8e2f: ignore import/no-default-export for **/app/**/{layout,page,not-found}.tsx and
    **/app/**/_meta.{ts,tsx}

Patch Changes

@theguild/prettier-config@3.0.0

Major Changes

  • a3d8e2f: add "type": "module" in package.json and export prettier config as ESM

Patch Changes

@theguild/tailwind-config@0.6.0

Minor Changes

  • 99b9452: Add @tailwindcss/container-queries plugin as dependency
  • ed086a8: Invert dark: prefix selector
  • a3d8e2f: - use ESM config for postcss
    • use postcss-lightningcss instead of autoprefixer and cssnano
    • BREAKING CHANGE: require peerDependencies to be installed postcss-import,
      postcss-lightningcss and tailwindcss
    • update tailwindcss content property to include Next.js' app directory
    • add type: "module" in package.json

Patch Changes