mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Upgrade to libvips v8.16.1 (prerelease)
This commit is contained in:
parent
c9850afe67
commit
75a135eabe
@ -4,7 +4,7 @@ title: Changelog
|
|||||||
|
|
||||||
## v0.34 - *hat*
|
## v0.34 - *hat*
|
||||||
|
|
||||||
Requires libvips v8.16.0
|
Requires libvips v8.16.1
|
||||||
|
|
||||||
### v0.34.0 - TBD
|
### v0.34.0 - TBD
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc3"
|
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-darwin-x64": "1.1.0-rc3"
|
"@img/sharp-libvips-darwin-x64": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-linux-arm": "1.1.0-rc3.1"
|
"@img/sharp-libvips-linux-arm": "1.1.0-rc4.1"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-linux-arm64": "1.1.0-rc3"
|
"@img/sharp-libvips-linux-arm64": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc3"
|
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-linux-s390x": "1.1.0-rc3"
|
"@img/sharp-libvips-linux-s390x": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-linux-x64": "1.1.0-rc3"
|
"@img/sharp-libvips-linux-x64": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc3"
|
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"preferUnplugged": true,
|
"preferUnplugged": true,
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc3"
|
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
36
package.json
36
package.json
@ -139,20 +139,20 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"color": "^4.2.3",
|
"color": "^4.2.3",
|
||||||
"detect-libc": "^2.0.3",
|
"detect-libc": "^2.0.3",
|
||||||
"semver": "^7.6.3"
|
"semver": "^7.7.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@img/sharp-darwin-arm64": "0.33.5",
|
"@img/sharp-darwin-arm64": "0.33.5",
|
||||||
"@img/sharp-darwin-x64": "0.33.5",
|
"@img/sharp-darwin-x64": "0.33.5",
|
||||||
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc3",
|
"@img/sharp-libvips-darwin-arm64": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-darwin-x64": "1.1.0-rc3",
|
"@img/sharp-libvips-darwin-x64": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-linux-arm": "1.1.0-rc3.1",
|
"@img/sharp-libvips-linux-arm": "1.1.0-rc4.1",
|
||||||
"@img/sharp-libvips-linux-arm64": "1.1.0-rc3",
|
"@img/sharp-libvips-linux-arm64": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc3",
|
"@img/sharp-libvips-linux-ppc64": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-linux-s390x": "1.1.0-rc3",
|
"@img/sharp-libvips-linux-s390x": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-linux-x64": "1.1.0-rc3",
|
"@img/sharp-libvips-linux-x64": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc3",
|
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc3",
|
"@img/sharp-libvips-linuxmusl-x64": "1.1.0-rc4",
|
||||||
"@img/sharp-linux-arm": "0.33.5",
|
"@img/sharp-linux-arm": "0.33.5",
|
||||||
"@img/sharp-linux-arm64": "0.33.5",
|
"@img/sharp-linux-arm64": "0.33.5",
|
||||||
"@img/sharp-linux-s390x": "0.33.5",
|
"@img/sharp-linux-s390x": "0.33.5",
|
||||||
@ -165,10 +165,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@emnapi/runtime": "^1.3.1",
|
"@emnapi/runtime": "^1.3.1",
|
||||||
"@img/sharp-libvips-dev": "1.1.0-rc3",
|
"@img/sharp-libvips-dev": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-dev-wasm32": "1.1.0-rc3",
|
"@img/sharp-libvips-dev-wasm32": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-win32-ia32": "1.1.0-rc3",
|
"@img/sharp-libvips-win32-ia32": "1.1.0-rc4",
|
||||||
"@img/sharp-libvips-win32-x64": "1.1.0-rc3",
|
"@img/sharp-libvips-win32-x64": "1.1.0-rc4",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"cc": "^3.0.1",
|
"cc": "^3.0.1",
|
||||||
"emnapi": "^1.3.1",
|
"emnapi": "^1.3.1",
|
||||||
@ -177,12 +177,12 @@
|
|||||||
"icc": "^3.0.0",
|
"icc": "^3.0.0",
|
||||||
"jsdoc-to-markdown": "^9.1.1",
|
"jsdoc-to-markdown": "^9.1.1",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"mocha": "^11.0.1",
|
"mocha": "^11.1.0",
|
||||||
"node-addon-api": "^8.3.0",
|
"node-addon-api": "^8.3.1",
|
||||||
"nyc": "^17.1.0",
|
"nyc": "^17.1.0",
|
||||||
"prebuild": "^13.0.1",
|
"prebuild": "^13.0.1",
|
||||||
"semistandard": "^17.0.0",
|
"semistandard": "^17.0.0",
|
||||||
"tar-fs": "3.0.6",
|
"tar-fs": "^3.0.8",
|
||||||
"tsd": "^0.31.2"
|
"tsd": "^0.31.2"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -190,7 +190,7 @@
|
|||||||
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"libvips": ">=8.16.0"
|
"libvips": ">=8.16.1"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://opencollective.com/libvips"
|
"url": "https://opencollective.com/libvips"
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
#if (VIPS_MAJOR_VERSION < 8) || \
|
#if (VIPS_MAJOR_VERSION < 8) || \
|
||||||
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 16) || \
|
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 16) || \
|
||||||
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 16 && VIPS_MICRO_VERSION < 0)
|
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 16 && VIPS_MICRO_VERSION < 1)
|
||||||
#error "libvips version 8.16.0+ is required - please see https://sharp.pixelplumbing.com/install"
|
#error "libvips version 8.16.1+ is required - please see https://sharp.pixelplumbing.com/install"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__has_include)
|
#if defined(__has_include)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user