Version Packages (next)#1208
Merged
connor-baer merged 1 commit intonextfrom Apr 28, 2026
Merged
Conversation
6b4ee68 to
4124e9a
Compare
commit: |
4124e9a to
5d8543d
Compare
anasalles47
approved these changes
Apr 27, 2026
5d8543d to
f8a2332
Compare
f8a2332 to
c2144d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
nextis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext.Releases
@sumup-oss/foundry@10.0.0-next.0
Major Changes
#1203
1243441Thanks @hilleer! - Replaced thearrow-body-style,no-unused-expressions,import-x/no-cycle, andimport-x/no-deprecatedESLint rules with their Biome equivalents.#1207
730cac2Thanks @connor-baer! - Upgraded to ESLint 10. We expect that most users should be able to upgrade without any changes, but the migration guide should be a useful resource if you encounter problems.#1205
b0f581dThanks @connor-baer! - Dropped support for Node <24.#1203
1243441Thanks @hilleer! - Upgraded to Biome 2.4. Runbiome migrate --writeto migrate yourbiome.jsoncconfig file.#1206
7ee1259Thanks @connor-baer! - Upgraded to Stylelint 17. We expect that most users should be able to upgrade without any changes, but the migration guide should be a useful resource if you encounter problems.Minor Changes
77bb7aeThanks @connor-baer! - Removed warnings about missing or unsupported ESLint plugins to speed up linting.