Skip to content

fix(deps): Update dependency react-photo-album to v3 - autoclosed#270

Closed
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/react-photo-album-3.x
Closed

fix(deps): Update dependency react-photo-album to v3 - autoclosed#270
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/react-photo-album-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Confidence
react-photo-album (source) 2.4.1 -> 3.3.0 age confidence

Release Notes

igordanchenko/react-photo-album (react-photo-album)

v3.3.0

Compare Source

Features
  • migrate to npm trusted publishing (5a60b23)

v3.2.1

Compare Source

Bug Fixes
  • infinite-scroll: fix offscreen placeholders styles to prevent overflow (fix #​208) (cd9cae3)

v3.2.0

Compare Source

Bug Fixes
  • ssr: remove underscores in breakpoint uids (f90ceee)
Features
  • infinite-scroll: add support for scroll containers (fix #​203) (be5e37e)

v3.1.0

Compare Source

Bug Fixes
  • fix render prop responsive parameter type (e8b1427)
  • remove double angle quotes in uid (dd936e1)
Features
  • promote experimental exports to stable (37c31f4)

v3.0.2

Compare Source

Bug Fixes

v3.0.1

Compare Source

Bug Fixes
  • infinite-scroll: add onClick callback (3b35b74)

v3.0.0

Compare Source

Release 3.0 comes with several new exciting features and an internal redesign to reduce the JS bundle size:

  • Replacement of CSS-in-JS styling with an external CSS stylesheet
  • Splitting the all-in-one PhotoAlbum component into three layout-specific components (the bundle is now tree-shakeable)
  • Experimental SSR component (zero-CLS SSR)
  • Experimental InfiniteScroll component (rows and masonry layouts)
  • Experimental ServerPhotoAlbum server component (zero client-side JS bundle)

Here is the overall impact on the JS bundle size (minified gzip):

  • rows layout: 2.9 KB (38% decrease)
  • columns layout: 2.9 KB (39% decrease)
  • masonry layout: 2.3 KB (51% decrease)
  • 3-in-1: 3.8 KB (19% decrease)
BREAKING CHANGES
  • CSS stylesheet is required
  • PhotoAlbum component is replaced with 4 separate components
  • the library is now ESM-only
  • CJS build is no longer bundled
  • React 16 and React 17 are no longer supported
  • minimum Node version is set to Node 18
  • output target is set to ES2020
  • renderContainer is replaced with render.container render function
  • renderRowContainer is replaced with render.track render function
  • renderColumnContainer is replaced with render.track render function
  • renderPhoto is replaced with more granular render functions; see docs
  • componentsProps.containerProps is replaced with componentsProps.container
  • componentsProps.rowContainerProps is replaced with componentsProps.track
  • componentsProps.columnContainerProps is replaced with componentsProps.track
  • componentsProps.imageProps is replaced with more granular props; see docs
  • images photo prop is no longer supported
Features
  • add experimental InfiniteScroll component (fb2a048)
  • add experimental ServerPhotoAlbum component (b5cabe4)
  • add experimental SSR component (61b8a42)
  • add SSR fallback skeleton (475f2fb)
  • enhance SSR component styling options (4398aad)
  • forward photo album ref (00edf7c)
  • improve types usability (f200a6c)
  • offload offscreen photos in InfiniteScroll (eb3dd0d)
Bug Fixes
  • add client boundary to aggregate layout (34a24c9)
  • fix minPhotos edge case (7a04f02)
  • move SSR component to subpath export (a1b0c28)
  • set container box-sizing to border-box (b2aebf4)
Miscellaneous
  • feat!: v3 rewrite (b67e436)
  • chore!: bump output target to ES2020 (9df797b)
  • chore!: bump React peer dependency version to 18 (86ed361)
  • chore!: convert to ESM (f1bc7a4)
  • chore!: drop deprecated photo images prop (644e2f9)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 15, 2025

🦋 Changeset detected

Latest commit: 855554a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sanity-plugin-asset-source-unsplash Patch

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

@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
plugins-studio Error Error Dec 15, 2025 5:47pm

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​react-photo-album@​2.4.1 ⏵ 3.3.010010010090 +2100

View full report

@stipsan
Copy link
Copy Markdown
Member

stipsan commented Dec 15, 2025

@copilot try and see if we can remove react-infinite-scroll-component by using the new InfiniteScroll component in react-photo-album

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 15, 2025

@stipsan I've opened a new pull request, #271, to work on those changes. Once the pull request is ready, I'll request review from you.

@stipsan stipsan closed this Dec 16, 2025
@renovate renovate Bot changed the title fix(deps): Update dependency react-photo-album to v3 fix(deps): Update dependency react-photo-album to v3 - autoclosed Dec 16, 2025
@renovate renovate Bot deleted the renovate/react-photo-album-3.x branch December 16, 2025 15:03
Copilot AI pushed a commit that referenced this pull request Apr 29, 2026
* fix: allow sanity v5 as peer dependency

* fix(types): match client version, allow only image/file types - not video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants