Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
"initialVersions": {
"@sumup-oss/foundry": "9.0.6"
},
"changesets": []
"changesets": [
"brave-cloths-type",
"floppy-regions-attend",
"giant-plants-relate",
"green-bears-taste",
"plenty-trains-write",
"smooth-bobcats-turn"
]
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sumup-oss/foundry

## 10.0.0-next.0

### Major Changes

- [#1203](https://github.com/sumup-oss/foundry/pull/1203) [`1243441`](https://github.com/sumup-oss/foundry/commit/12434415189720d3b3012c86ef0c57449535729c) Thanks [@hilleer](https://github.com/hilleer)! - Replaced the `arrow-body-style`, `no-unused-expressions`, `import-x/no-cycle`, and `import-x/no-deprecated` ESLint rules with their Biome equivalents.

- [#1207](https://github.com/sumup-oss/foundry/pull/1207) [`730cac2`](https://github.com/sumup-oss/foundry/commit/730cac229266ac95f54ca87b453435aa400a3f58) Thanks [@connor-baer](https://github.com/connor-baer)! - Upgraded to ESLint 10. We expect that most users should be able to upgrade without any changes, but the [migration guide](https://eslint.org/docs/latest/use/migrate-to-10.0.0) should be a useful resource if you encounter problems.

- [#1205](https://github.com/sumup-oss/foundry/pull/1205) [`b0f581d`](https://github.com/sumup-oss/foundry/commit/b0f581de074dff37aed14adc49d1959f2376028e) Thanks [@connor-baer](https://github.com/connor-baer)! - Dropped support for Node <24.

- [#1203](https://github.com/sumup-oss/foundry/pull/1203) [`1243441`](https://github.com/sumup-oss/foundry/commit/12434415189720d3b3012c86ef0c57449535729c) Thanks [@hilleer](https://github.com/hilleer)! - Upgraded to Biome 2.4. Run `biome migrate --write` to migrate your `biome.jsonc` config file.

- [#1206](https://github.com/sumup-oss/foundry/pull/1206) [`7ee1259`](https://github.com/sumup-oss/foundry/commit/7ee1259610c87ae0c2d7af9a7d4d54625febccfa) Thanks [@connor-baer](https://github.com/connor-baer)! - Upgraded to Stylelint 17. We expect that most users should be able to upgrade without any changes, but the [migration guide](https://stylelint.io/migration-guide/to-17) should be a useful resource if you encounter problems.

### Minor Changes

- [#1145](https://github.com/sumup-oss/foundry/pull/1145) [`77bb7ae`](https://github.com/sumup-oss/foundry/commit/77bb7ae7c24c31784da692fb0dc2f10d44bfd66f) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed warnings about missing or unsupported ESLint plugins to speed up linting.

## 9.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/foundry",
"version": "9.0.6",
"version": "10.0.0-next.0",
"description": "A toolkit for JavaScript + TypeScript applications by SumUp.",
"repository": "https://github.com/sumup-oss/foundry",
"author": "Felix Jung <felix.jung@sumup.com>, Connor Bär <connor.baer@sumup.com>",
Expand Down