Skip to content

Latest commit

 

History

History
154 lines (81 loc) · 6.91 KB

CHANGELOG.md

File metadata and controls

154 lines (81 loc) · 6.91 KB

@remix-run/eslint-config

1.18.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.18.1.

1.18.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.18.0.

1.17.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.17.1.

1.17.0

Patch Changes

  • Add HeadersArgs type to be consistent with loaders/actions/meta and allows for using a function declaration in addition to an arrow function expression (#6247)

    import type { HeadersArgs } from "@remix-run/node"; // or cloudflare/deno
    
    export function headers({ loaderHeaders }: HeadersArgs) {
      return {
        "x-my-custom-thing": loaderHeaders.get("x-my-custom-thing") || "fallback",
      };
    }

1.16.1

Patch Changes

  • Don't require display name in root module (#5450)
  • Update minimum version of Babel dependencies to avoid errors parsing decorators (#6390)

1.16.0

Minor Changes

  • add deprecation warning to @remix-run/eslint-config/jest ESLint config (#5697)

1.15.0

Patch Changes

  • Updated TypeScript peerDependency to allow for ^5.0.0 (6b6ee66a2)

1.14.3

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.14.3.

1.14.2

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.14.2.

1.14.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.14.1.

1.14.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.14.0.

1.13.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.13.0.

1.12.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.12.0.

1.11.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.11.1.

1.11.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.11.0.

1.10.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.10.1.

1.10.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.10.0.

1.9.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.9.0.

1.8.2

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.8.2.

1.8.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.8.1.

1.8.0

Patch Changes

  • Replace references to the old migrate command with the new codemod command (#4646)

1.7.6

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.6.

1.7.5

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.5.

1.7.4

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.4.

1.7.3

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.3.

1.7.2

Patch Changes

  • Update ESLint and plugin dependencies (e4ec81c77)

1.7.1

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.1.

1.7.0

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.7.0.

1.6.8

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.8.

1.6.7

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.7.

1.6.6

No significant changes to this package were made in this release. See the releases page on GitHub for an overview of all changes in v1.6.6.

1.6.5

Patch Changes

  • Use require.resolve when importing @babel/preset-react (#3716)