dependency: update trash dep and convert trash files from JS to TS (#31667)

* dependency: bump trash dir

* update trash files to TypeScript

* Run on binaries + other OSes

* index on update-trash: d37e059ac3 Run on binaries + other OSes

* index on update-trash: d37e059ac3 Run on binaries + other OSes

* index on update-trash: d37e059ac3 Run on binaries + other OSes

* fix build

* changelog entry

---------

Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
This commit is contained in:
Jennifer Shehane
2025-05-09 13:14:43 -04:00
committed by GitHub
parent 77cd1500f6
commit 2d7a84d7a7
13 changed files with 259 additions and 380 deletions

View File

@@ -51,6 +51,7 @@ const getDependencyPathsToKeep = async (buildAppDir) => {
'node_modules/html-webpack-plugin-5/index.js',
'node_modules/mocha-7.2.0/index.js',
'packages/server/node_modules/webdriver/build/index.js',
'packages/server/node_modules/@wdio/utils/build/node.js',
// dependencies needed for geckodriver when running firefox in the binary
'node_modules/pump/index.js',
'node_modules/sprintf-js/src/sprintf.js',