fix(deps): update dependency @astrojs/image to ^0.18.0 #329
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.12.1
->^0.18.0
Release Notes
withastro/astro (@astrojs/image)
v0.18.0
Compare Source
Minor Changes
#8294
19b8fbd11
Thanks @matthewp! - @astrojs/image deprecationThe
@astrojs/image
package is deprecated in favor of usingastro:assets
. If you are using Astro 3 you should start using the Assets package. See the upgrade guide for more information.v0.17.3
Compare Source
Patch Changes
#7901
00cb28f49
Thanks @bluwy! - Improve sourcemap generation and performanceUpdated dependencies [
41afb8405
,c00b6f0c4
,1f0ee494a
,00cb28f49
,c264be349
,e1e958a75
]:v0.17.2
Compare Source
Patch Changes
#7500
e644b3465
Thanks @wooseopkim! - fix: makePicture
generate valid dev URLs#7510
4256409a9
Thanks @Mrowa96! - Fix problem where image metadata generation throwed error when provided url started with /@astroimageUpdated dependencies [
9e2426f75
,cdc28326c
,19c2d43ea
,2172dd4f0
,1170877b5
]:v0.17.1
Compare Source
Patch Changes
#7340
9739adc91
Thanks @wooseopkim! - Fix problem where filenames with spaces produce invalid srcset attributesUpdated dependencies [
30bb36371
,3943fa390
,7877a06d8
,e314a04bf
,33cdc8622
,76fcdb84d
,8e2923cc6
,459b5bd05
]:v0.17.0
Compare Source
Minor Changes
39403c32f
Thanks @natemoo-re! - Unflags support foroutput: 'hybrid'
mode, which enables pre-rendering by default. The additionalexperimental.hybridOutput
flag can be safely removed from your configuration.Patch Changes
57f8d14c0
,414eb19d2
,a7e2b37ff
,dd1a6b6c9
,d72cfa7ca
,144813f73
,b5213654b
,e3b8c6296
,890a2bc98
,39403c32f
,101f03209
]:v0.16.9
Compare Source
Patch Changes
#6991
719002ca5
Thanks @MoustaphaDev! - Enable experimental support for hybrid SSR with pre-rendering enabled by defaultastro.config.mjs
Then add
export const prerender = false
to any page or endpoint you want to opt-out of pre-rendering.src/pages/contact.astro
Updated dependencies [
4516d7b22
,e186ecc5e
,c6d7ebefd
,914c439bc
,e9fc2c221
,075eee08f
,719002ca5
,fc52681ba
,fb84622af
,cada10a46
,cd410c5eb
,73ec6f6c1
,410428672
,763ff2d1e
,c1669c001
,3d525efc9
]:v0.16.8
Compare Source
Patch Changes
#7059
ebb40f5cb
Thanks @jasikpark! - Addfetchpriority
to allowedPicture
attributes in@astrojs/image
Updated dependencies [
c87d42e76
,4f1073a6a
]:v0.16.7
Compare Source
Patch Changes
#6969
77270cc2c
Thanks @bluwy! - Avoid removing leading slash forbuild.assetsPrefix
value in the build output#6952
e5bd084c0
Thanks @Princesseuh! - Update allowed Sharp versions to support 0.32.0Updated dependencies [
a8a319aef
,a695e44ae
,367e61776
,77270cc2c
,895fa07d8
,72c6bf01f
,e5bd084c0
]:v0.16.6
Compare Source
Patch Changes
#6773
99479e6b9
Thanks @doganalper! - Make sizes prop optional on Image componentUpdated dependencies [
60c16db6f
,c12ca5ece
]:v0.16.5
Compare Source
Patch Changes
#6714
ff0430786
Thanks @bluwy! - Addbuild.assetsPrefix
option for CDN support. If set, all Astro-generated asset links will be prefixed with it. For example, setting it tohttps://cdn.example.com
would generatehttps://cdn.example.com/_astro/penguin.123456.png
links.Also adds
import.meta.env.ASSETS_PREFIX
environment variable that can be used to manually create asset links not handled by Astro.Updated dependencies [
489dd8d69
,a1a4f45b5
,a1108e037
,8b88e4cf1
,d54cbe413
,4c347ab51
,ff0430786
,2f2e572e9
,7116c021a
]:v0.16.4
Compare Source
Patch Changes
#6701
46ecf4662
Thanks @Princesseuh! - Remove unnecessary.wasm
files inside build output when possibleUpdated dependencies [
c0b7864a4
,5e33c51a9
,c2d4ae1cb
,08e92f4f8
,f0b732d32
,a0bdf4ce2
,c04ea0d43
,46ecf4662
]:v0.16.3
Compare Source
Patch Changes
#6680
386336441
Thanks @koriwi! - Invalidates cache when changing serviceEntryPointUpdated dependencies [
1f783e320
,2e92e9aa9
,adecda7d6
,386336441
,7c439868a
,25cd3e574
,4bf87c64f
,fc0ed9c53
]:v0.16.2
Compare Source
Patch Changes
#6548
4685f5554
Thanks @matthewp! - Use base64 encoded modules for Squoosh integrationThis moves
@astrojs/image
to use base64 encoded versions of the Squoosh wasm modules. This is in order to prevent breakage in SSR environments where your files are moved around. This will fix usage of the integration in Netlify.Updated dependencies [
9caf2a9cc
,d338b6f74
]:v0.16.1
Compare Source
Patch Changes
#6494
a13e9d7e3
Thanks @Yan-Thomas! - Consistency improvements to several package descriptionsUpdated dependencies [
acf78c5e2
,04e624d06
,cc90d7219
,a9a6ae298
,6a7cf0712
,bfd67ea74
,f6eddffa0
,c63874090
,d637d1ea5
,637f9bc72
,77a046e88
]:v0.16.0
Compare Source
Minor Changes
afbbc4d5b
Thanks @Princesseuh! - Updated compilation settings to disable downlevelling for Node 14Patch Changes
#6421
e58a92527
Thanks @vtavernier! - Handle missing trailing slash in processStaticImageUpdated dependencies [
fec583909
,b087b83fe
,694918a56
,a20610609
,a4a74ab70
,75921b3cd
,afbbc4d5b
]:v0.15.1
Compare Source
Patch Changes
#6347
504c7bacb
Thanks @natemoo-re! - Fix internalgetSetCookie
usage for[email protected]
Updated dependencies [
5e26bc891
,a156ecbb7
,ccd72e6bb
,504c7bacb
,63dda6ded
,f91a7f376
]:v0.15.0
Compare Source
Minor Changes
ac3649bb5
Thanks @ggounot! - Add support for SVG imagesPatch Changes
deacd5443
,1c678f7eb
,c397be324
]:v0.14.1
Compare Source
Patch Changes
#6142
9fdecb560
Thanks @wulinsheng123! - Improve type definitions (background
should be optional)#6157
460f9e732
Thanks @chasm! - Fix duplicatealt
attribute on Picture component.Updated dependencies [
f6fc662c3
,592386b75
,1b591a143
,bf8d7366a
,ec38a8921
,f20a85b64
,9f22ac3d0
,cee70f5c6
,ac7fb04d6
,d1f5611fe
,2189170be
,32abe49bd
]:v0.14.0
Compare Source
Minor Changes
b3e65991f
Thanks @rasendubi! - Allow images from outside srcDirPatch Changes
#5894
ca91976ed
Thanks @ralacerda! -getPicture()
return object with the correct image typeUpdated dependencies [
9793f19ec
,f91615f5c
,2fb72c887
]:v0.13.1
Compare Source
Patch Changes
#5478
1c7eef308
Thanks @nemo0! - Update READMEs for consistency#6008
9c298aa5a
Thanks @jasikpark! - Updated error message for missingwidths
prop to provide an example#6008
9c298aa5a
Thanks @jasikpark! - Allow passingundefined
to TransformOptions, this is a types fix for users withexactOptionalTypes
enabled in their tsconfigUpdated dependencies [
b4432cd6b
,98a4a914b
,071e1dee7
,322e059d0
,b994f6f35
,12c68343c
]:v0.13.0
Compare Source
Minor Changes
#5584
9963c6e4d
& #5842c4b0cb8bf
Thanks @wulinsheng123 and @natemoo-re! - Breaking Change: client assets are built to an_astro
directory in the build output directory. Previously these were built to various locations, includingassets/
,chunks/
and the root of build output.You can control this location with the new
build
configuration option namedassets
.#5707
5eba34fcc
Thanks @bluwy! - Removeastro:build:start
backwards compatibility code#5806
7572f7402
Thanks @matthewp! - Make astro a peerDependency of integrationsThis marks
astro
as a peerDependency of several packages that are already gettingmajor
version bumps. This is so we can more properly track the dependency between them and what version of Astro they are being used with.Patch Changes
#5930
46ecd5de3
Thanks @h3y6e! - Update magic-string from 0.25.9 to 0.27.0#5788
006405d33
Thanks @MoustaphaDev! - - Refactor types to support props auto-completion for theImage
andPicture
components.alt
prop to thegetPicture
function#5871
1bd42c6b2
Thanks @Princesseuh! - Fix the integration failing to work properly on Node 18+#5888
35b26f377
Thanks @Princesseuh! - Fix crash on Netlify Functions due toimport.meta.url
Updated dependencies [
93e633922
,16dc36a87
,01f3f463b
,e2019be6f
,05caf445d
,49ab4f231
,a342a486c
,8fb28648f
,1f92d64ea
,c2180746b
,ae8a012a7
,cf2de5422
,ce5c5dbd4
,ec09bb664
,665a2c222
,259a539d7
,f7aa1ec25
,4987d6f44
,304823811
,302e0ef8f
,55cea0a9d
,dd56c1941
,9963c6e4d
,be901dc98
,f6cf92b48
,e818cc046
,8c100a6fe
,116d8835c
,840412128
,1f49cddf9
,7325df412
,16c7d0bfd
,a9c292026
,2a5786419
,4a1cabfe6
,a8d3e7924
,fa8c131f8
,64b8082e7
,c4b0cb8bf
,23dc9ea96
,63a6ceb38
,a3a7fc929
,52209ca2a
,5fd9208d4
,5eba34fcc
,899214298
,3a00ecb3e
,5eba34fcc
,2303f9514
,1ca81c16b
,b66d7195c
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.