Skip to content

devdeps: upgrade @map-colonies/eslint-config to 9.0.0 and drop unused jest deps MAPCO-9990#446

Merged
ronenkapelian merged 6 commits into
masterfrom
devdeps/upgrade-eslint-config-8.1.0
Jul 15, 2026
Merged

devdeps: upgrade @map-colonies/eslint-config to 9.0.0 and drop unused jest deps MAPCO-9990#446
ronenkapelian merged 6 commits into
masterfrom
devdeps/upgrade-eslint-config-8.1.0

Conversation

@ronenkapelian

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade @map-colonies/eslint-config from ^8.0.0 to 8.1.0 and add the new @map-colonies/eslint-plugin 0.1.0 which is now a direct dependency of the config
  • ESLint was already at ^10.0.0 — no change needed there
  • Remove unused eslint-plugin-jest and ts-jest — the project runs vitest and neither was wired into the ESLint config or the test runner
  • Replace the direct body-parser import in serverBuilder.ts with the named json export from express to fix the import-x/no-extraneous-dependencies error introduced by the stricter import-x v4 rules bundled in the new config (body-parser was never a listed dependency — it was only available as a transitive dep of express)

@ronenkapelian
ronenkapelian requested a review from CptSchnitz June 25, 2026 13:59
@ronenkapelian ronenkapelian changed the title devdeps: upgrade @map-colonies/eslint-config to 8.1.0 and drop unused jest deps devdeps: upgrade @map-colonies/eslint-config to 9.0.0 and drop unused jest deps MAPCO-9990 Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

🎫 Related Jira Issue: MAPCO-9990

@ronenkapelian
ronenkapelian force-pushed the devdeps/upgrade-eslint-config-8.1.0 branch from 5ae687b to 228d09a Compare July 14, 2026 14:22
@ronenkapelian
ronenkapelian merged commit b987396 into master Jul 15, 2026
8 checks passed
@ronenkapelian
ronenkapelian deleted the devdeps/upgrade-eslint-config-8.1.0 branch July 15, 2026 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants