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
5 changes: 5 additions & 0 deletions .changeset/floppy-regions-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sumup-oss/foundry": major
---

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.
2 changes: 1 addition & 1 deletion .changeset/plenty-trains-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@sumup-oss/foundry": major
---

Upgraded to Stylelint 17. There should be no breaking changes. Refer to the [migration guide](https://stylelint.io/migration-guide/to-17) in case you run into issues.
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.
6 changes: 4 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
import { configs, defineConfig } from './dist/eslint.js';

export default defineConfig([
configs.ignores,
{
ignores: [...configs.ignores.ignores, './src/configs/eslint/plugins'],
},
configs.javascript,
configs.typescript,
configs.node,
Expand All @@ -27,7 +29,7 @@ export default defineConfig([
projectService: {
allowDefaultProject: ['*.js', '*.ts'],
},
// eslint-disable-next-line n/no-unsupported-features/node-builtins

tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
Loading
Loading