diff --git a/.changeset/early-impalas-rhyme.md b/.changeset/early-impalas-rhyme.md deleted file mode 100644 index 23f1e385..00000000 --- a/.changeset/early-impalas-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': major ---- - -Changed the [package entry points](https://nodejs.org/api/packages.html#package-entry-points) to use the `exports` instead of the `main` field in the `package.json` file. diff --git a/.changeset/eleven-plants-sin.md b/.changeset/eleven-plants-sin.md deleted file mode 100644 index 2f012bc0..00000000 --- a/.changeset/eleven-plants-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': patch ---- - -Disabled the [`jest/unbound-method`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/unbound-method.md) ESLint rule as it requires type information to work. diff --git a/.changeset/hip-poems-hope.md b/.changeset/hip-poems-hope.md deleted file mode 100644 index 2e4701e5..00000000 --- a/.changeset/hip-poems-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': major ---- - -Removed the `release` preset and the `semantic-release` config. We recommend [`changesets`](https://github.com/changesets/changesets) as a more flexible alternative. diff --git a/.changeset/lovely-snakes-remain.md b/.changeset/lovely-snakes-remain.md deleted file mode 100644 index d432555a..00000000 --- a/.changeset/lovely-snakes-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': major ---- - -Removed the `ci` preset. Refer to the official [GitHub Actions documentation](https://docs.github.com/en/actions) to write your own workflow. diff --git a/.changeset/mean-frogs-grin.md b/.changeset/mean-frogs-grin.md deleted file mode 100644 index 19f9f927..00000000 --- a/.changeset/mean-frogs-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': patch ---- - -Disabled the [`import/no-anonymous-default-export`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-anonymous-default-export.md) ESLint rule in Storybook files. diff --git a/.changeset/old-books-sit.md b/.changeset/old-books-sit.md deleted file mode 100644 index 72046bea..00000000 --- a/.changeset/old-books-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': patch ---- - -Set a [maximum depth](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md#maxdepth) for the expansion of dependency trees in the [`import/no-cycle`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md) ESLint rule. diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 91d62a5a..00000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@sumup/foundry": "5.1.0" - }, - "changesets": [ - "early-impalas-rhyme", - "eleven-plants-sin", - "hip-poems-hope", - "lovely-snakes-remain", - "mean-frogs-grin", - "old-books-sit", - "red-shoes-jam", - "rotten-humans-jog" - ] -} diff --git a/.changeset/red-shoes-jam.md b/.changeset/red-shoes-jam.md deleted file mode 100644 index 6684b854..00000000 --- a/.changeset/red-shoes-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': major ---- - -Removed the Jest globals from the ESLint config. Import the functions from your test utils file instead. diff --git a/.changeset/rotten-humans-jog.md b/.changeset/rotten-humans-jog.md deleted file mode 100644 index 49d1aea5..00000000 --- a/.changeset/rotten-humans-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/foundry': patch ---- - -Disabled the `react/no-unknown-property` ESLint rule for Emotion.js' `css` prop. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0d2c5c..c0702c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @sumup/foundry +## 6.0.0 + +### Major Changes + +- [#841](https://github.com/sumup-oss/foundry/pull/841) [`286d98d`](https://github.com/sumup-oss/foundry/commit/286d98d5606b6e45efb75cf2ad41e61a974084d5) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the [package entry points](https://nodejs.org/api/packages.html#package-entry-points) to use the `exports` instead of the `main` field in the `package.json` file. + +- [#752](https://github.com/sumup-oss/foundry/pull/752) [`f6ef551`](https://github.com/sumup-oss/foundry/commit/f6ef551c39e27e9fd62f5f57dc140fc024b4171c) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the `release` preset and the `semantic-release` config. We recommend [`changesets`](https://github.com/changesets/changesets) as a more flexible alternative. + +- [#754](https://github.com/sumup-oss/foundry/pull/754) [`88be0df`](https://github.com/sumup-oss/foundry/commit/88be0dffbd7b62b40690868314ff15ef7a7d8223) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the `ci` preset. Refer to the official [GitHub Actions documentation](https://docs.github.com/en/actions) to write your own workflow. + +- [#854](https://github.com/sumup-oss/foundry/pull/854) [`8f3630f`](https://github.com/sumup-oss/foundry/commit/8f3630f9b8f24af5834114891a2cf12012572be9) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the Jest globals from the ESLint config. Import the functions from your test utils file instead. + +### Patch Changes + +- [#854](https://github.com/sumup-oss/foundry/pull/854) [`8f3630f`](https://github.com/sumup-oss/foundry/commit/8f3630f9b8f24af5834114891a2cf12012572be9) Thanks [@connor-baer](https://github.com/connor-baer)! - Disabled the [`jest/unbound-method`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/unbound-method.md) ESLint rule as it requires type information to work. + +- [#854](https://github.com/sumup-oss/foundry/pull/854) [`8f3630f`](https://github.com/sumup-oss/foundry/commit/8f3630f9b8f24af5834114891a2cf12012572be9) Thanks [@connor-baer](https://github.com/connor-baer)! - Disabled the [`import/no-anonymous-default-export`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-anonymous-default-export.md) ESLint rule in Storybook files. + +- [#854](https://github.com/sumup-oss/foundry/pull/854) [`8f3630f`](https://github.com/sumup-oss/foundry/commit/8f3630f9b8f24af5834114891a2cf12012572be9) Thanks [@connor-baer](https://github.com/connor-baer)! - Set a [maximum depth](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md#maxdepth) for the expansion of dependency trees in the [`import/no-cycle`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-cycle.md) ESLint rule. + +- [#846](https://github.com/sumup-oss/foundry/pull/846) [`5c4d73c`](https://github.com/sumup-oss/foundry/commit/5c4d73cddc5a53532de8003dde6760baa1849882) Thanks [@connor-baer](https://github.com/connor-baer)! - Disabled the `react/no-unknown-property` ESLint rule for Emotion.js' `css` prop. + ## 6.0.0-next.6 ### Major Changes diff --git a/package.json b/package.json index 597da465..dbf177e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/foundry", - "version": "6.0.0-next.6", + "version": "6.0.0", "description": "A toolkit for JavaScript + TypeScript applications by SumUp.", "repository": "https://github.com/sumup-oss/foundry", "author": "Felix Jung , Connor Bär ",