From 638b4edeaf5032df89da03773a2a6cfc4849f659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Fri, 1 Dec 2023 13:32:46 +0100 Subject: [PATCH] Version Packages (next) (#904) Co-authored-by: github-actions[bot] --- .changeset/empty-eagles-rule.md | 2 +- .changeset/pre.json | 8 +++++++- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.changeset/empty-eagles-rule.md b/.changeset/empty-eagles-rule.md index c514b429..ea18afc6 100644 --- a/.changeset/empty-eagles-rule.md +++ b/.changeset/empty-eagles-rule.md @@ -2,4 +2,4 @@ '@sumup/foundry': major --- -Added [`eslint-plugin-storybook`](https://github.com/storybookjs/eslint-plugin-storybook)` for projects that use [Storybook](https://storybook.js.org/). This plugin helps conform to Storybook's best practices. +Added [`eslint-plugin-storybook`](https://github.com/storybookjs/eslint-plugin-storybook) for projects that use [Storybook](https://storybook.js.org/). This plugin helps conform to Storybook's best practices. diff --git a/.changeset/pre.json b/.changeset/pre.json index 2c20c56b..216d3cdb 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,11 @@ "initialVersions": { "@sumup/foundry": "6.1.0" }, - "changesets": [] + "changesets": [ + "empty-eagles-rule", + "fuzzy-bees-build", + "little-pants-attend", + "warm-apples-greet", + "wicked-trees-join" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8bef48..f957e665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @sumup/foundry +## 7.0.0-next.0 + +### Major Changes + +- [#910](https://github.com/sumup-oss/foundry/pull/910) [`f392d28`](https://github.com/sumup-oss/foundry/commit/f392d28f9ab54dfe9eae203fdb8b4de4a3ede5a8) Thanks [@connor-baer](https://github.com/connor-baer)! - Raised the minimum Node version to ^18.12 || >=20 (i.e. Node 19 is not supported). + +- [#904](https://github.com/sumup-oss/foundry/pull/904) [`d937ac3`](https://github.com/sumup-oss/foundry/commit/d937ac3ed6782a2e86951f46eecda85e41ca2431) Thanks [@hilleer](https://github.com/hilleer)! - Added [`eslint-plugin-security`](https://github.com/eslint-community/eslint-plugin-security) for Node environments. This plugin helps identify potential security hotspots, but finds a lot of false positives which need triage by a human. + +- [#911](https://github.com/sumup-oss/foundry/pull/911) [`9e9d2c2`](https://github.com/sumup-oss/foundry/commit/9e9d2c278ca3a949390090acbfedc78bcbdce5ae) Thanks [@connor-baer](https://github.com/connor-baer)! - Added [`eslint-plugin-storybook`](https://github.com/storybookjs/eslint-plugin-storybook) for projects that use [Storybook](https://storybook.js.org/). This plugin helps conform to Storybook's best practices. + +- [#910](https://github.com/sumup-oss/foundry/pull/910) [`f392d28`](https://github.com/sumup-oss/foundry/commit/f392d28f9ab54dfe9eae203fdb8b4de4a3ede5a8) Thanks [@connor-baer](https://github.com/connor-baer)! - Upgraded `@typescript-eslint/typescript-eslint` to v6. Read the [changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md). + +- [#910](https://github.com/sumup-oss/foundry/pull/910) [`f392d28`](https://github.com/sumup-oss/foundry/commit/f392d28f9ab54dfe9eae203fdb8b4de4a3ede5a8) Thanks [@connor-baer](https://github.com/connor-baer)! - Upgraded `eslint-plugin-testing-library` to v6. Read the [migration guide](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v6.md). + ## 6.1.0 ### Minor Changes diff --git a/package.json b/package.json index c51ea38c..5aac012b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/foundry", - "version": "6.1.0", + "version": "7.0.0-next.0", "description": "A toolkit for JavaScript + TypeScript applications by SumUp.", "repository": "https://github.com/sumup-oss/foundry", "author": "Felix Jung , Connor Bär ",