Skip to content

Bump react-medium-image-zoom from 5.4.0 to 5.4.9 - #5054

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-medium-image-zoom-5.4.9
Open

Bump react-medium-image-zoom from 5.4.0 to 5.4.9#5054
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-medium-image-zoom-5.4.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps react-medium-image-zoom from 5.4.0 to 5.4.9.

Release notes

Sourced from react-medium-image-zoom's releases.

v5.4.9

Patch Changes

  • a05d79d: build with TypeScript 7
  • a05d79d: replace Dependabot with Renovate for dependency updates
  • a05d79d: upgrade dev dependencies, including storybook 10.5.5 and react 19.2.8
  • a05d79d: stop publishing test files in dist/ — the build's exclude pattern only matched .ts, so controlled.test.tsx was compiled into the published package
  • a05d79d: replace eslint and prettier with oxlint and oxfmt

v5.4.8

Patch Changes

  • e5503b2: remove invalid aria-owns usage

v5.4.7

Patch Changes

  • bf0424c: fix: opening or closing a zoom no longer shifts the page's scroll position, so scroll-driven UI (sticky/condensing headers, scroll-spies, scroll-triggered animations) no longer fires as though the user scrolled #1085

v5.4.6

Patch Changes

  • 56789a4: fix: restore scroll position instantly on unzoom so pages with scroll-behavior: smooth no longer animate from the top of the document back to the previous position #1085

v5.4.5

Patch Changes

  • baed043: fix: "Zoom/pan becomes erratic when page height exceeds viewport (Safari iOS)" #1060

v5.4.4

Patch Changes

  • 7a50f4a: Update contributing documentation
  • ae3ed4d: change internal ModalState from enum to union type
  • 8b02794: add VSCode settings and recommendations
  • 400dba3: fix "Using Controlled zoom & ZoomContent at the same time breaks" (#448)
  • 7edc384: move icons into the controlled component (only usage)
  • d63fcc7: Remove old and incorrect Dockerfile in favor of pnpm and nvm
  • 296fa58: rename source/ directory to src/
  • 1da6a9f: use snakecase filenames over CamelCase
  • 33de39f: set project node version to 24 (latest LTS)
  • cfc2a2c: refactor and test utils for efficiency and clarity
  • e90ecdb: set pnpm cooldown for (dev) dependencies and leverage pnpm-workspace.yaml
  • 7f30732: Fix "Mirror effect on zoomed image - transform: scaleX(-100%) doesn't work" (#363)
  • af59874: Remove nix dev setup
  • 1da6a9f: add component tests

v5.4.3

Patch Changes

... (truncated)

Changelog

Sourced from react-medium-image-zoom's changelog.

5.4.9

Patch Changes

  • a05d79d: build with TypeScript 7
  • a05d79d: replace Dependabot with Renovate for dependency updates
  • a05d79d: upgrade dev dependencies, including storybook 10.5.5 and react 19.2.8
  • a05d79d: stop publishing test files in dist/ — the build's exclude pattern only matched .ts, so controlled.test.tsx was compiled into the published package
  • a05d79d: replace eslint and prettier with oxlint and oxfmt

5.4.8

Patch Changes

  • e5503b2: remove invalid aria-owns usage

5.4.7

Patch Changes

  • bf0424c: fix: opening or closing a zoom no longer shifts the page's scroll position, so scroll-driven UI (sticky/condensing headers, scroll-spies, scroll-triggered animations) no longer fires as though the user scrolled #1085

5.4.6

Patch Changes

  • 56789a4: fix: restore scroll position instantly on unzoom so pages with scroll-behavior: smooth no longer animate from the top of the document back to the previous position #1085

5.4.5

Patch Changes

  • baed043: fix: "Zoom/pan becomes erratic when page height exceeds viewport (Safari iOS)" #1060

5.4.4

Patch Changes

  • 7a50f4a: Update contributing documentation
  • ae3ed4d: change internal ModalState from enum to union type
  • 8b02794: add VSCode settings and recommendations
  • 400dba3: fix "Using Controlled zoom & ZoomContent at the same time breaks" (#448)
  • 7edc384: move icons into the controlled component (only usage)
  • d63fcc7: Remove old and incorrect Dockerfile in favor of pnpm and nvm
  • 296fa58: rename source/ directory to src/
  • 1da6a9f: use snakecase filenames over CamelCase
  • 33de39f: set project node version to 24 (latest LTS)
  • cfc2a2c: refactor and test utils for efficiency and clarity
  • e90ecdb: set pnpm cooldown for (dev) dependencies and leverage pnpm-workspace.yaml
  • 7f30732: Fix "Mirror effect on zoomed image - transform: scaleX(-100%) doesn't work" (#363)

... (truncated)

Commits
  • fa1fb10 Merge pull request #1129 from rpearce/changeset-release/main
  • 04c5eff fix badge & lint
  • e5a034d Version Packages
  • 1118d88 Merge pull request #1127 from rpearce/chore/upgrades
  • 855fc4d chore(deps): update dev dependencies
  • 62e1544 chore: restore jsx-a11y linting via oxlint
  • 54b8bc2 chore: fix config issues found reviewing the toolchain migration
  • c8b61f5 chore: keep double quotes in CSS
  • 8f97180 chore: let oxfmt format CSS
  • 7bbf3dc chore: tighten oxlint rules and close Renovate security gaps
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-medium-image-zoom since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-medium-image-zoom](https://github.com/rpearce/react-medium-image-zoom) from 5.4.0 to 5.4.9.
- [Release notes](https://github.com/rpearce/react-medium-image-zoom/releases)
- [Changelog](https://github.com/rpearce/react-medium-image-zoom/blob/main/CHANGELOG.md)
- [Commits](rpearce/react-medium-image-zoom@v5.4.0...v5.4.9)

---
updated-dependencies:
- dependency-name: react-medium-image-zoom
  dependency-version: 5.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: pr: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from ajay-dhangar as a code owner August 24, 2026 17:23

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Great job, @dependabot[bot]! 🎉 Thank you for submitting your pull request to CodeHarborHub. We appreciate your contribution and enthusiasm! Our team will review it soon. If you have any questions or need further assistance, feel free to reach out. Thanks for contributing!

@deepsource-io

deepsource-io Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

DeepSource Code Review

We reviewed changes in 20aae84...b58cf3f on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
JavaScript Aug 24, 2026 5:23p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@github-actions

Copy link
Copy Markdown

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: CodeHarborHub | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/ 🔴 33 🟡 77 🟡 75 🟢 100 📄
/docs 🔴 47 🟡 87 🟢 96 🟢 100 📄
/courses 🟡 54 🟡 86 🟢 96 🟢 100 📄
/showcase 🟡 51 🟡 87 🟡 75 🟡 86 📄
/community 🟡 56 🟡 86 🟢 96 🟢 100 📄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants