Skip to content

Commit cd4568f

Browse files
committed
Upgrade to sharp-libvips v1.3.1
1 parent 78390cf commit cd4568f

15 files changed

Lines changed: 34 additions & 30 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/starlight": "^0.40.0",
15-
"astro": "^6.4.5",
15+
"astro": "^6.4.8",
1616
"jsdoc-to-markdown": "^9.1.3",
1717
"starlight-auto-sidebar": "^0.4.0"
1818
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ slug: changelog/v0.35.2
2626
* Bound dilate and erode width to avoid mask-size overflow.
2727
[#4548](https://github.com/lovell/sharp/pull/4548)
2828
[@metsw24-max](https://github.com/metsw24-max)
29+
30+
* Verify `convolve` kernel values are numbers.
31+
[#4549](https://github.com/lovell/sharp/pull/4549)
32+
[@metsw24-max](https://github.com/metsw24-max)

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.3.1-rc.0"
18+
"@img/sharp-libvips-darwin-arm64": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.1-rc.0"
18+
"@img/sharp-libvips-darwin-x64": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.1-rc.0"
18+
"@img/sharp-libvips-linux-arm": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.1-rc.0"
18+
"@img/sharp-libvips-linux-arm64": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.1-rc.0"
18+
"@img/sharp-libvips-linux-ppc64": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.1-rc.0"
18+
"@img/sharp-libvips-linux-riscv64": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

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.3.1-rc.0"
18+
"@img/sharp-libvips-linux-s390x": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

npm/linux-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-linux-x64": "1.3.1-rc.0"
18+
"@img/sharp-libvips-linux-x64": "1.3.1"
1919
},
2020
"files": [
2121
"index.cjs",

0 commit comments

Comments
 (0)