Skip to content

Commit 34c39fa

Browse files
committed
Upgrade to libvips v8.18.0-rc.2
1 parent 7b4c476 commit 34c39fa

File tree

18 files changed

+44
-39
lines changed

18 files changed

+44
-39
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.18"
294+
container: "emscripten/emsdk:4.0.21"
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.3.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.9/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: v0.35.0 - TBC
3+
slug: changelog/v0.35.0
4+
---
5+
6+
* Upgrade to libvips v8.18.0 for upstream bug fixes.

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.4"
18+
"@img/sharp-libvips-darwin-arm64": "1.3.0-rc.1"
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.4"
18+
"@img/sharp-libvips-darwin-x64": "1.3.0-rc.1"
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.4"
18+
"@img/sharp-libvips-linux-arm": "1.3.0-rc.1"
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.4"
18+
"@img/sharp-libvips-linux-arm64": "1.3.0-rc.1"
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.4"
18+
"@img/sharp-libvips-linux-ppc64": "1.3.0-rc.1"
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.4"
18+
"@img/sharp-libvips-linux-riscv64": "1.3.0-rc.1"
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.4"
18+
"@img/sharp-libvips-linux-s390x": "1.3.0-rc.1"
1919
},
2020
"files": [
2121
"lib"

0 commit comments

Comments
 (0)