Skip to content

package.json - Revert terser override#33532

Merged
alexslavr merged 1 commit intoDevExpress:26_1from
Tucchhaa:revert_terser_26_1
May 8, 2026
Merged

package.json - Revert terser override#33532
alexslavr merged 1 commit intoDevExpress:26_1from
Tucchhaa:revert_terser_26_1

Conversation

@Tucchhaa
Copy link
Copy Markdown
Contributor

@Tucchhaa Tucchhaa commented May 8, 2026

No description provided.

@Tucchhaa Tucchhaa self-assigned this May 8, 2026
Copilot AI review requested due to automatic review settings May 8, 2026 10:33
@Tucchhaa Tucchhaa added the 26_1 label May 8, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the pnpm.overrides rule that forced terser@<=3.8.1 to resolve to ^4.8.1, returning the dependency graph to use terser@3.8.1 (notably for systemjs-builder, which is used by demos/build tooling).

Changes:

  • Removed the terser@<=3.8.1 override from the root package.json.
  • Updated pnpm-lock.yaml to reflect terser@3.8.1 resolution (including new commander@2.16.0 entry) and updated snapshots/dependency edges accordingly.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
package.json Removes the pnpm.overrides entry that pinned older terser to ^4.8.1.
pnpm-lock.yaml Updates lockfile resolutions/snapshots so systemjs-builder (and related paths) use terser@3.8.1 again.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Comment thread package.json
Comment on lines 106 to 110
"tough-cookie@<4.1.3": "^4.1.3",
"micromatch@<4.0.8": "^4.0.8",
"esbuild@<=0.24.2": "^0.25.0",
"terser@<=3.8.1": "^4.8.1",
"tmp@<=0.2.3": "^0.2.4",
"nanoid@<3.3.8": "^3.3.8",
Comment thread pnpm-lock.yaml
Comment on lines 39112 to +39116
@@ -39109,7 +39113,7 @@ snapshots:
rollup: 4.59.0
source-map: 0.5.7
systemjs: 0.19.47
terser: 4.8.1
terser: 3.8.1
@alexslavr alexslavr merged commit cff3e45 into DevExpress:26_1 May 8, 2026
107 checks passed
@Tucchhaa Tucchhaa deleted the revert_terser_26_1 branch May 8, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants