diff --git a/.changeset/dull-moles-remain.md b/.changeset/dull-moles-remain.md new file mode 100644 index 00000000..72b8f1bf --- /dev/null +++ b/.changeset/dull-moles-remain.md @@ -0,0 +1,5 @@ +--- +'@sumup-oss/foundry': minor +--- + +Updated all dependencies to their latest minor, most notably [`eslint-plugin-import` v2.30](https://github.com/import-js/eslint-plugin-import/releases/tag/v2.30.0) which should drastically improve the performance of the `import/no-cycle` rule.