Skip to content

chore(deps): bump sharp and react-native-bootsplash#1284

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-c75dade405
Open

chore(deps): bump sharp and react-native-bootsplash#1284
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-c75dade405

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps sharp to 0.35.3 and updates ancestor dependency react-native-bootsplash. These dependencies need to be updated together.

Updates sharp from 0.32.6 to 0.35.3

Release notes

Sourced from sharp's releases.

v0.35.3

  • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

  • Improve code bundler support by resolving path to libvips binary.

  • Increase default concurrency when use of MALLOC_ARENA_MAX is detected.

  • Emit warning about binaries provided by Electron for use on Linux.

  • Add hasAlpha property to output info. #4500

  • TypeScript: Return more precise Buffer<ArrayBuffer> from toBuffer. #4520 @​Andarist

  • Bound clahe width and height to avoid signed overflow. #4551 @​metsw24-max

  • Bound trim margin to avoid signed overflow. #4552 @​metsw24-max

  • Reject infinite values when validating numbers. #4553 @​metsw24-max

  • Bound extract region to libvips coordinate limit. #4555 @​metsw24-max

  • Verify background colour values are numbers. #4556 @​metsw24-max

  • Bound create and raw input dimensions to coordinate limit. #4558 @​metsw24-max

  • Tighten recomb and affine matrix verification. #4560 @​chatman-media

  • Verify cache memory limit to avoid overflow. #4561 @​metsw24-max

v0.35.3-rc.2

  • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

... (truncated)

Commits
  • 1018449 Release v0.35.3
  • ba303a7 Prerelease v0.35.3-rc.2
  • 4f94fc5 Upgrade to sharp-libvips v1.3.2
  • c5e7a3f Bump devDeps, fix Deno/Windows smoke tests
  • 9a8d002 Docs: Add changelog entry and note about transferable #4520
  • 8694db0 TypeScript: Return more precise Buffer\<ArrayBuffer> from toBuffer (#4520)
  • e000d0b Prerelease v0.35.3-rc.1
  • 9554ca9 Prerelease v0.35.3-rc.0
  • 6a29fd5 Emit warning about native binaries on Linux Electron
  • 540d2ea Increase default concurrency when use of MALLOC_ARENA_MAX detected
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sharp since your current version.


Updates react-native-bootsplash from 6.3.12 to 7.3.2

Release notes

Sourced from react-native-bootsplash's releases.

7.3.2

  • Update sharp to 0.35.2 (no more postinstall script)

7.3.1

  • Remove StyleSheet.absoluteFillObject usage for react-native 0.85 compatibility (closes #767)

7.3.0

  • Add mitigation for SurfaceControl.checkNotReleased() errors on Android 12 / 13
  • Switch from Dialog to View on Android
  • Improve exceeding assets size logs in CLI output (closes #766)

7.2.0

  • Make the Expo plugin read BOOTSPLASH_LICENSE_KEY environment variable, deprecate the licenseKey plugin property (closes #763)

7.1.0

  • Export a dedicated typed function for Expo dynamic configuration (app.config.ts):
import type { ConfigContext, ExpoConfig } from "expo/config";
import bootsplash from "react-native-bootsplash/expo"; // use `require` in app.config.js
export default ({ config }: ConfigContext): ExpoConfig => ({
// …
plugins: [
bootsplash({
logo: "./assets/logo.png",
logoWidth: 100,
background: "#f5fcff",
// …
}),
],
});

7.0.2

  • Remove @react-native-community/cli-* dependencies (closes #750)

7.0.1

  • Fix addon loading (closes #749)

7.0.0

What's new

  • The library is now edge-to-edge by default on Android
  • The Expo plugin now generates assets at prebuild (no need to run the CLI first)
  • isVisible() is now synchronous
  • A new --plist CLI option to specify a custom Info.plist file path

Migration

... (truncated)

Commits
  • cfaccf2 update sharp
  • 318d1e4 Bump shell-quote from 1.8.3 to 1.8.4 in /example (#778)
  • cd11928 Bump webpack-dev-server from 5.2.3 to 5.2.4 in /example (#775)
  • b4da367 Bump @​babel/plugin-transform-modules-systemjs in /example (#773)
  • 54e765e Bump @​babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 (#772)
  • 2168f3f Bump @​xmldom/xmldom from 0.8.12 to 0.8.13 in /example (#768)
  • b583291 Bump @​xmldom/xmldom from 0.8.12 to 0.8.13 (#769)
  • ae43f00 Bump version number
  • 4779b0a Remove StyleSheet.absoluteFillObject usage
  • ea097a1 Update dependencies
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sharp](https://github.com/lovell/sharp) to 0.35.3 and updates ancestor dependency [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash). These dependencies need to be updated together.


Updates `sharp` from 0.32.6 to 0.35.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.32.6...v0.35.3)

Updates `react-native-bootsplash` from 6.3.12 to 7.3.2
- [Release notes](https://github.com/zoontek/react-native-bootsplash/releases)
- [Commits](zoontek/react-native-bootsplash@6.3.12...7.3.2)

---
updated-dependencies:
- dependency-name: sharp
  dependency-version: 0.35.3
  dependency-type: indirect
- dependency-name: react-native-bootsplash
  dependency-version: 7.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants