Skip to content

build: remove unused dependencies and fix installation warnings #351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025

Conversation

nadeem-cs
Copy link
Contributor

No description provided.

@nadeem-cs nadeem-cs requested a review from a team as a code owner July 25, 2025 06:50
@nadeem-cs nadeem-cs requested review from Copilot, harshithad0703 and sunil-lakshman and removed request for a team July 25, 2025 06:51
Copy link

@Copilot 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 removes unused dependencies and fixes installation warnings as part of a maintenance update to version 3.26.1. The changes include updating deprecated Jest matcher methods, removing unused development dependencies, and updating remaining dependencies to newer versions.

  • Removed unused dependencies including TerserPlugin, @babel/runtime, compression-webpack-plugin, and several others
  • Updated Jest test matchers from deprecated toBeCalledTimes to toHaveBeenCalledTimes
  • Updated remaining dependencies to newer versions including @babel/core, Jest, TypeScript, and webpack

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
webpack/webpack.react-native.js Removed unused TerserPlugin import
test/typescript/live-preview.test.ts Updated deprecated Jest matcher methods
package.json Removed unused dependencies, updated versions, and fixed Jest CLI flag
CHANGELOG.md Added changelog entry for version 3.26.1
.talismanrc Added package-lock.json to ignored files
Comments suppressed due to low confidence (3)

package.json:74

  • The dotenv package version ^17.2.0 appears to be non-existent. The latest stable version of dotenv is in the 16.x range. Please verify this version exists or update to a valid version.
    "dotenv": "^17.2.0",

package.json:75

  • The Jest version ^30.0.5 appears to be non-existent. The latest stable version of Jest is in the 29.x range. Please verify this version exists or update to a valid version.
    "jest": "^30.0.5",

package.json:71

  • The @types/jest version ^30.0.0 appears to be non-existent. The latest stable version is typically aligned with Jest versions in the 29.x range. Please verify this version exists or update to a valid version.
    "@types/jest": "^30.0.0",

@nadeem-cs nadeem-cs merged commit ef70b33 into development Jul 25, 2025
10 checks passed
@nadeem-cs nadeem-cs deleted the fix/DX-2118 branch July 25, 2025 07:21
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