Skip to content

Latest commit

 

History

History
217 lines (110 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

217 lines (110 loc) · 19.5 KB

@sumup-oss/foundry

8.4.1

Patch Changes

  • #1040 650a2c6 Thanks @connor-baer! - Prevented Styleling from throwing an error when all matched input files are ignored during a pre-commit check.

8.4.0

Minor Changes

8.3.0

Minor Changes

8.2.0

Minor Changes

8.1.1

Patch Changes

8.1.0

Minor Changes

  • #982 c2d2d68 Thanks @connor-baer! - Added support for Biome to replace Prettier for formatting code and to supplement ESLint for linting code. Written in Rust, Biome is orders of magnitude faster; however, it doesn't support as many rules or plugins yet. Install Biome with your package manager of choice, then run npx foundry init to update the package scripts for linting.

8.1.0-canary.0

Minor Changes

  • #982 c2d2d68 Thanks @connor-baer! - Added support for Biome to replace Prettier for formatting code and to supplement ESLint for linting code. Written in Rust, Biome is orders of magnitude faster, however, it doesn't support as many rules or plugins yet.

8.0.1

Patch Changes

8.0.0

Major Changes

7.2.0

Minor Changes

Warning

@sumup/foundry will be renamed to @sumup-oss/foundry in the next major release. v7.2 has been published under both names, so you can already migrate by updating the package name in your package.json file.

  • #970 07cd253 Thanks @connor-baer! - Extended the supported version range for eslint-plugin-jest to include v28.x.

7.1.1

Patch Changes

7.1.0

Minor Changes

7.0.1

Patch Changes

  • #952 2cc9640 Thanks @connor-baer! - Reduced the scope of the integration test file globs to prevent false positive lint issues in unit test files. Integration tests must be located in the e2e/ or tests/ folders in the repo or workspace root directories.

7.0.0

Major Changes

Minor Changes

  • #931 39b28a8 Thanks @connor-baer! - Added a new debug command to inspect the detected configuration options.

  • #932 85b5fbe Thanks @connor-baer! - Expanded the scope of the Cypress and Playwright plugins to account for end-to-end test in subdirectories.

  • #931 39b28a8 Thanks @connor-baer! - Removed the obsolete publish option which hasn't been used since v6.

6.2.1

Patch Changes

6.2.0

Minor Changes

6.1.0

Minor Changes

  • #862 ab39701 Thanks @connor-baer! - Remove the presets CLI option. The only remaining preset is "lint" which is now selected by default.

6.0.0

Major Changes

Patch Changes

6.0.0-next.6

Major Changes

  • #854 8f3630f Thanks @connor-baer! - Removed the Jest globals from the ESLint config. Import the functions from your test utils file instead.

Patch Changes

6.0.0-next.5

Patch Changes

  • d2a58ef Thanks @connor-baer! - Downgraded lint-staged to restore compatibility with Node 16.x.

6.0.0-next.4

Patch Changes

6.0.0-next.3

Patch Changes

  • #844 bcee0a8 Thanks @connor-baer! - Enabled type checking for unit test files to provide required type information to the jest/unbound-method rule.

6.0.0-next.2

Patch Changes

6.0.0-next.1

Major Changes

6.0.0-next.0

Major Changes