Override terser and babel-traverse deps#34217
Merged
GoodDayForSurf merged 17 commits intoJul 10, 2026
Merged
Conversation
…26_1_override_systemjs_builder_deps # Conflicts: # pnpm-lock.yaml
… into 26_1_override_systemjs_builder_deps
vorobey
previously approved these changes
Jul 8, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s pnpm dependency graph to force newer implementations of terser and babel-traverse (via @babel/traverse), and introduces pnpm patches to keep legacy tooling (systemjs-builder@0.16.15, babel-core@6.26.3) working with those overrides.
Changes:
- Add pnpm overrides to alias
babel-traverseto@babel/traverseand to forcesystemjs-builderto useterser@5.46.2. - Add pnpm patches for
systemjs-builder@0.16.15(minification + sourcemaps path) andbabel-core@6.26.3(guards for traverse-path API differences). - Regenerate lockfile to reflect overrides + patched dependencies.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Adds dependency overrides and registers new patched dependencies. |
| pnpm-lock.yaml | Updates lockfile to reflect overrides and patch hashes. |
| patches/systemjs-builder@0.16.15.patch | Updates systemjs-builder minification/sourcemap integration for newer terser. |
| patches/babel-core@6.26.3.patch | Adds guards to tolerate @babel/traverse API differences when used via babel-core@6. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
…com/GoodDayForSurf/DevExtreme into 26_1_override_systemjs_builder_deps
alexslavr
approved these changes
Jul 10, 2026
vorobey
approved these changes
Jul 10, 2026
anna-shakhova
pushed a commit
to anna-shakhova/DevExtreme
that referenced
this pull request
Jul 10, 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.
No description provided.