Releases: sumup-oss/foundry
v8.4.1
v8.4.0
Minor Changes
- #1038
54fb731
Thanks @connor-baer! - Updated all dependencies to their latest minor.
v8.3.0
Minor Changes
- #1032
ebcfdf8
Thanks @connor-baer! - Added support for the Circuit UI plugins under the new@sumup/oss
package scope.
v8.2.0
Minor Changes
ae59351
Thanks @connor-baer! - Updated all dependencies to their latest minor, most notablyeslint-plugin-import
v2.30 which should drastically improve the performance of theimport/no-cycle
rule.
v8.1.1
Patch Changes
-
67a89d2
Thanks @connor-baer! - Skipped initializing the Prettier config when using Biome. -
6b53cfb
Thanks @connor-baer! - Removed extraneous properties when updating thepackage.json
file.
v8.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 runnpx foundry init
to update the package scripts for linting.
v8.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.
v8.0.1
Patch Changes
- #980
6fdbb2b
Thanks @connor-baer! - Fixed conflicts between Prettier and ESLint formatting rules.
v8.0.0
Major Changes
-
#974
1018616
Thanks @connor-baer! - Renamed the package from@sumup/foundry
to@sumup-oss/foundry
. Update the name in yourpackage.json
and tooling config files. We recommend running a global search-and-replace in your project. -
#973
bf86e86
Thanks @connor-baer! - Raised the minimum Node version to ^18.18 || ^20.9 || >=22. -
#963
46a67f9
Thanks @davilima6! - Upgraded@typescript-eslint/*
to v7. Read the changelog. -
#963
46a67f9
Thanks @davilima6! - Upgradedeslint-config-airbnb-typescript
to v18. Read the release notes. -
#973
bf86e86
Thanks @connor-baer! - Upgradedeslint-plugin-security
to v3. Read the changelog.
v7.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 foreslint-plugin-jest
to include v28.x.