Skip to content

chore(deps): remove source-map-support#460

Merged
eglitise merged 1 commit intoappium:mainfrom
eglitise:remove-sms
Dec 11, 2025
Merged

chore(deps): remove source-map-support#460
eglitise merged 1 commit intoappium:mainfrom
eglitise:remove-sms

Conversation

@eglitise
Copy link
Copy Markdown
Contributor

@eglitise eglitise commented Dec 11, 2025

This removes the source-map-support dependency, along with its @types dependency.
See e18e/ecosystem-issues#215 for more information.

I've also removed @types/ws since ws itself is not a direct dependency.

Linking appium/asyncbox#41 for reference.

Copy link
Copy Markdown

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 from the project, specifically the source-map-support package (along with its type definitions) and the standalone @types/ws package which is not needed since ws is not a direct dependency.

  • Removed source-map-support and @types/source-map-support from package.json
  • Removed the source-map-support initialization code from lib/index.js
  • Removed @types/ws from devDependencies

Reviewed changes

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

File Description
package.json Removed source-map-support, @types/source-map-support, and @types/ws dependencies
lib/index.js Removed the import and initialization call for source-map-support

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@eglitise eglitise merged commit 9772128 into appium:main Dec 11, 2025
12 checks passed
@eglitise eglitise deleted the remove-sms branch December 11, 2025 10:05
github-actions bot pushed a commit that referenced this pull request Dec 11, 2025
## [3.0.5](v3.0.4...v3.0.5) (2025-12-11)

### Miscellaneous Chores

* **deps:** remove `source-map-support` ([#460](#460)) ([9772128](9772128))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 3.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

2 participants