Skip to content
Open
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
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"fuse.js": "^3.2.0",
"gatsby": "^2.0.53",
"gatsby": "^4.22.0",

Choose a reason for hiding this comment

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

high

The upgrade of gatsby from v2 to v4 is a major version jump. This automated upgrade is likely to introduce breaking changes that require manual intervention to resolve. Consider a more cautious, manual migration, potentially upgrading incrementally (v2 -> v3, then v3 -> v4).

"gatsby-image": "^2.0.5",
"gatsby-plugin-canonical-urls": "^2.0.5",
"gatsby-plugin-catch-links": "^2.0.2",
Expand Down Expand Up @@ -44,7 +44,7 @@
"gatsby-source-filesystem": "^2.0.1",
"gatsby-source-npm-package-search": "^2.0.0",
"gatsby-transformer-csv": "^2.0.0",
"gatsby-transformer-documentationjs": "^2.0.0",
"gatsby-transformer-documentationjs": "^3.0.0",

Choose a reason for hiding this comment

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

medium

Similar to the gatsby package update, this is a major version bump for gatsby-transformer-documentationjs. This upgrade may introduce breaking changes. Ensure compatibility with the updated gatsby version.

"gatsby-transformer-remark": "^2.1.8",
"gatsby-transformer-screenshot": "^2.0.4",
"gatsby-transformer-sharp": "^2.1.1",
Expand Down