udpate#16
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
@types/google.maps now types the geocode() and route() callback status
params as the string-literal GeocoderStatusString / DirectionsStatusString
(`${...Status}`) rather than the enum, so the explicit
google.maps.GeocoderStatus / DirectionsStatus annotations no longer
matched and vue-tsc failed with TS2345.
Drop the redundant parameter annotations (inferred from the method
signature) and compare status against the "OK" string literal, matching
the geocode handler.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
No description provided.