-
Add
HeadersArgs
type to be consistent with loaders/actions/meta and allows for using afunction
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", }; }
- Don't require display name in root module (#5450)
- Update minimum version of Babel dependencies to avoid errors parsing decorators (#6390)
- add deprecation warning to
@remix-run/eslint-config/jest
ESLint config (#5697)
- Updated TypeScript
peerDependency
to allow for^5.0.0
(6b6ee66a2
)
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
- Replace references to the old
migrate
command with the newcodemod
command (#4646)
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.
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.
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.
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.
- Update ESLint and plugin dependencies (
e4ec81c77
)
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.
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.
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.
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.
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.
- Use
require.resolve
when importing@babel/preset-react
(#3716)