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
47 changes: 39 additions & 8 deletions skyvern-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion skyvern-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"fetch-to-curl": "^0.6.0",
"nanoid": "^5.0.7",
"open": "^10.1.0",
"posthog-js": "^1.138.0",
"posthog-js": "^1.290.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

This pull request upgrades posthog-js by 446 minor versions (from 1.138.0 to 1.290.0). While this is technically not a major version bump according to semantic versioning, such a large jump carries a significant risk of introducing subtle breaking changes, regressions, or unexpected behavior. The release notes are extensive, making a full manual review of all changes impractical.

It is critical to perform thorough end-to-end and regression testing on the application's analytics features to ensure that all PostHog integrations continue to function as expected before merging this change.

"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
Expand Down