Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/chai-subset": "1.3.6",
"@types/common-tags": "^1.8.0",
"@types/crypto-js": "4.1.1",
"@types/jquery.scrollto": "1.4.29",
"@types/jquery.scrollto": "1.4.32",
Copy link

Choose a reason for hiding this comment

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

Bug: Patch file not updated for new dependency version

The @types/jquery.scrollto dependency is updated from 1.4.29 to 1.4.32, but the corresponding patch file patches/@types+jquery.scrollto+1.4.29.dev.patch wasn't renamed or regenerated to match the new version. When patch-package runs during the postinstall script, it will fail to apply the patch because it looks for a patch file matching the installed version. This will cause the build to fail or the necessary type modifications to be missing.

Fix in Cursor Fix in Web

"@types/mime": "^3.0.1",
"@types/mocha": "^8.0.3",
"@types/sinonjs__fake-timers": "8.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8438,10 +8438,10 @@
expect "^30.0.0"
pretty-format "^30.0.0"

"@types/[email protected].29":
version "1.4.29"
resolved "https://registry.yarnpkg.com/@types/jquery.scrollto/-/jquery.scrollto-1.4.29.tgz#a3cdbe757249c08740dc4c36d83bf3c041e315cc"
integrity sha512-4AGdSgD6BDFcz53My+gtmsqbQFl72V7bc5YqhUw9jZTpx1w9ZiQqdvFyRU/DXSuBDG+pif8FL3geaKM7ZDGngw==
"@types/[email protected].32":
version "1.4.32"
resolved "https://registry.yarnpkg.com/@types/jquery.scrollto/-/jquery.scrollto-1.4.32.tgz#ddc3468338254eb675e49f417c0b81f103d34187"
integrity sha512-vvSKYXgllKgvs6DJgow1sT5rhVpkyei2WOakodGxyKA+w1PNVcQuY6PwrbBztbgvWxpT62kDM3RlbL0xmejHCA==
dependencies:
"@types/jquery" "*"

Expand Down
Loading