fix(deps): update dependency react-photo-album to v3#1387
fix(deps): update dependency react-photo-album to v3#1387squiggler-app[bot] wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: b8c6ea8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
9f2742c to
279dd5b
Compare
6e74e83 to
0e8839e
Compare
9497398 to
1951136
Compare
34b7949 to
57727d9
Compare
e84c0ae to
e9fb8b7
Compare
eb687ce to
c5fd774
Compare
43cbd34 to
44e169a
Compare
16344a7 to
3681a22
Compare
8597075 to
c1b3d4e
Compare
cbdcf04 to
fe6281a
Compare
4377a49 to
933777c
Compare
c50326b to
b39d484
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 37343e2. Configure here.
| "pretty-ms": "^8.0.0", | ||
| "react-infinite-scroll-component": "^6.1.1", | ||
| "react-photo-album": "^2.4.1", | ||
| "react-photo-album": "^3.6.0", |
There was a problem hiding this comment.
Missing v3 album migration
High Severity
This commit raises react-photo-album to v3, but ShopifyAssetPicker still uses the v2 API (PhotoAlbum, layout, renderPhoto, componentsProps.containerProps) and never imports react-photo-album/rows.css. v3 requires layout components, the render API, updated componentsProps, and the stylesheet, so the Shopify asset grid can fail to build or render incorrectly.
Reviewed by Cursor Bugbot for commit 37343e2. Configure here.
37343e2 to
ba72527
Compare
e3cda99 to
ffb1484
Compare
fef7541 to
e9ed406
Compare
6239f23 to
474ff96
Compare
4b9c6a5 to
23eaaf5
Compare
fee78dd to
e5b7f25
Compare
2d8b0c5 to
0c428e3
Compare
38914bd to
1446886
Compare
8faf9c5 to
11be74e
Compare
55f85b6 to
65bd1ac
Compare
de95db2 to
b79dfe7
Compare
25a8a97 to
53f108f
Compare


This PR contains the following updates:
^2.4.1→^3.6.0Release Notes
igordanchenko/react-photo-album (react-photo-album)
v3.6.0Compare Source
Features
v3.5.1Compare Source
Bug Fixes
Performance Improvements
v3.5.0Compare Source
Bug Fixes
Features
v3.4.0Compare Source
Features
❤️ Support this project by becoming a sponsor ❤️
v3.3.0Compare Source
Features
v3.2.1Compare Source
Bug Fixes
v3.2.0Compare Source
Bug Fixes
Features
v3.1.0Compare Source
Bug Fixes
renderprop responsive parameter type (e8b1427)Features
v3.0.2Compare Source
Bug Fixes
v3.0.1Compare Source
Bug Fixes
v3.0.0Compare Source
Release 3.0 comes with several new exciting features and an internal redesign to reduce the JS bundle size:
PhotoAlbumcomponent into three layout-specific components (the bundle is now tree-shakeable)Here is the overall impact on the JS bundle size (minified gzip):
BREAKING CHANGES
PhotoAlbumcomponent is replaced with 4 separate componentsrenderContaineris replaced withrender.containerrender functionrenderRowContaineris replaced withrender.trackrender functionrenderColumnContaineris replaced withrender.trackrender functionrenderPhotois replaced with more granular render functions; see docscomponentsProps.containerPropsis replaced withcomponentsProps.containercomponentsProps.rowContainerPropsis replaced withcomponentsProps.trackcomponentsProps.columnContainerPropsis replaced withcomponentsProps.trackcomponentsProps.imagePropsis replaced with more granular props; see docsimagesphoto prop is no longer supportedFeatures
InfiniteScrollcomponent (fb2a048)ServerPhotoAlbumcomponent (b5cabe4)SSRcomponent (61b8a42)Bug Fixes
SSRcomponent to subpath export (a1b0c28)Miscellaneous
imagesprop (644e2f9)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here