Reduce npm deprecation noise and modernize build/te…#67
Merged
Conversation
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.
Close #66
Summary
This PR performs a focused build/test toolchain cleanup after the WFS stabilization work, with the goal of reducing install/build warning noise and improving maintainability without changing application behavior.
What changed
build(mcp-buildalready runstsc)jest.config.tstojest.config.mjs(no behavior change, less tooling overhead)@types/cors@types/supertestgeojsonts-nodebabel-plugin-istanbul@^8.0.0to remove oldtest-exclude@6chaininflight@1.0.6andglob@7.2.3module/moduleResolution: NodeNextmodule: ESNext+moduleResolution: bundlernoImplicitAny) in:src/gpf/wfs-schema-catalog.tssrc/helpers/wfs_engine/properties.tsactions/checkout@v4npm ciinstead ofnpm installValidation
npm run typecheck✅npm run build✅npm test✅ (19suites,106tests)Warning impact
Clean install warning count reduced from 4 -> 2 (
npm ci --ignore-scripts).Removed:
inflight@1.0.6glob@7.2.3Remaining:
glob@10.5.0(Jest 30 transitive chain)node-domexception@1.0.0(node-fetchchain, direct + transitive via@camptocamp/ogc-client)Prod-only install (
npm ci --omit=dev --ignore-scripts) now shows only:node-domexception@1.0.0