Skip to content

Latest commit

 

History

History
243 lines (127 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

243 lines (127 loc) · 11.5 KB

@remix-run/eslint-config

2.9.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.9.0.

2.8.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.8.1.

2.8.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.8.0.

2.7.2

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.7.2.

2.7.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.7.1.

2.7.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.7.0.

2.6.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.6.0.

2.5.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.5.1.

2.5.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.5.0.

2.4.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.4.1.

2.4.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.4.0.

2.3.1

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.3.1.

2.3.0

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.3.0.

2.2.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 v2.2.0.

2.1.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 v2.1.0.

2.0.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 v2.0.1.

2.0.0

Major Changes

  • Remove @remix-run/eslint-config/jest ESLint config (#6903)
  • Drop React 17 support (#7121)
  • Remove magic imports ESLint warnings (#6902)
  • Remove v2_normalizeFormMethod future flag - all formMethod values will be normalized in v2 (#6875)

1.19.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.19.3.

1.19.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.19.2.

1.19.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.19.1.

1.19.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.19.0.

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)