Skip to content

Commit 040b73c

Browse files
committed
Upgrade to libvips v8.17.3
1 parent 1f2f33d commit 040b73c

File tree

20 files changed

+59
-45
lines changed

20 files changed

+59
-45
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
needs: lint
292292
name: "build-wasm32 [package]"
293293
runs-on: ubuntu-24.04
294-
container: "emscripten/emsdk:4.0.14"
294+
container: "emscripten/emsdk:4.0.18"
295295
steps:
296296
- uses: actions/checkout@v4
297297
- name: Dependencies

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

docs/src/content/docs/changelog/v0.34.5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: v0.34.5 - TBD
33
slug: changelog/v0.34.5
44
---
55

6+
* Upgrade to libvips v8.17.3 for upstream bug fixes.
7+
68
* Add experimental support for prebuilt Linux RISC-V 64-bit binaries.
79

810
* Support building from source with npm v12+, deprecate `--build-from-source` flag.

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-arm64": "1.2.3"
18+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
1919
},
2020
"files": [
2121
"lib"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-darwin-x64": "1.2.3"
18+
"@img/sharp-libvips-darwin-x64": "1.2.4"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm": "1.2.3"
18+
"@img/sharp-libvips-linux-arm": "1.2.4"
1919
},
2020
"files": [
2121
"lib"

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-arm64": "1.2.3"
18+
"@img/sharp-libvips-linux-arm64": "1.2.4"
1919
},
2020
"files": [
2121
"lib"

npm/linux-ppc64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-ppc64": "1.2.3"
18+
"@img/sharp-libvips-linux-ppc64": "1.2.4"
1919
},
2020
"files": [
2121
"lib"

npm/linux-riscv64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-riscv64": "1.2.3"
18+
"@img/sharp-libvips-linux-riscv64": "1.2.4"
1919
},
2020
"files": [
2121
"lib"

npm/linux-s390x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"preferUnplugged": true,
1717
"optionalDependencies": {
18-
"@img/sharp-libvips-linux-s390x": "1.2.3"
18+
"@img/sharp-libvips-linux-s390x": "1.2.4"
1919
},
2020
"files": [
2121
"lib"

0 commit comments

Comments
 (0)