feat!: update to Node.js 24 and modernize tooling (MAPCO-9810)#54
Merged
feat!: update to Node.js 24 and modernize tooling (MAPCO-9810)#54
Conversation
1f08718 to
fe09a22
Compare
|
🎫 Related Jira Issue: MAPCO-9810 |
BREAKING CHANGE: Minimum Node.js version updated from v20 to v24 - Migrate to ESLint 9 flat config with @map-colonies/eslint-config v6 - Update TypeScript to 5.8, Jest to 30, and other dependencies - Modernize CI/CD to use MapColonies/shared-workflows - Add release-please for automated releases - Add dependabot for automated dependency updates - Fix all linting errors and improve type imports - Add local BBox2d type to avoid internal turf imports
fe09a22 to
3c8b2ab
Compare
…Vertices function
…n in countVertices function
CL-SHLOMIKONCHA
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@map-colonies/eslint-configv6BREAKING CHANGES
Changes
CI/CD Modernization
publish_package.yaml,release-on-tag-push.yaml)init-npmaction in favor of shared workflowspull_request.ymlto useMapColonies/shared-workflowsactionspublish.yamlworkflow with OIDC and npm provenance supportrelease-please.ymlworkflow for automated releasesESLint 9 Migration
.eslintrc.jsonin favor ofeslint.config.mjs(flat config)@map-colonies/eslint-configv6HttpStatustoStatusCodesimport (naming convention)_with named importsGeometryCollectioncase tovertices.tsswitchundefinedcase to httpClient switch for exhaustivenessType System Improvements
@types/geojsonfor proper GeoJSON type importssrc/models/types.tswith localBBox2dtypegeojsonpackage instead of@turf/turf@turf/helpers/dist/js/lib/geojson) with local typesCode Fixes
for awaiton sync generator ingeoHash.tsmetricsManager.tsfileMetricsasreadonlyinMetricsManagerConfiguration Updates
.nvmrcto v24"type": "commonjs"to package.jsonbuildscript to usetsc-aliasprepare: "husky"scriptDependency Updates