unjs / ipx

🖼️ High performance, secure and easy-to-use image optimizer.
MIT License
1.2k stars 59 forks source link

chore(deps): update all non-major dependencies #227

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
eslint-config-unjs ^0.2.1 -> ^0.3.2 age adoption passing confidence
h3 ^1.11.1 -> ^1.12.0 age adoption passing confidence
image-meta ^0.2.0 -> ^0.2.1 age adoption passing confidence
jiti ^1.21.0 -> ^1.21.6 age adoption passing confidence
pnpm (source) 9.0.6 -> 9.5.0 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.2 age adoption passing confidence
sharp (source, changelog) ^0.33.3 -> ^0.33.4 age adoption passing confidence
svgo (source) ^3.2.0 -> ^3.3.2 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.3 age adoption passing confidence
vitest (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8) ### [`v1.6.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.6.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.3...v1.6.0) #####    🚀 Features - Support standalone mode  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5565](https://togithub.com/vitest-dev/vitest/issues/5565) [(bdce0)](https://togithub.com/vitest-dev/vitest/commit/bdce0a29) - Custom "snapshotEnvironment" option  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5449](https://togithub.com/vitest-dev/vitest/issues/5449) [(30f72)](https://togithub.com/vitest-dev/vitest/commit/30f728bc) - **benchmark**: Support comparing benchmark result  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5398](https://togithub.com/vitest-dev/vitest/issues/5398) [(f8d3d)](https://togithub.com/vitest-dev/vitest/commit/f8d3d22e) - **browser**: Allow injecting scripts  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5656](https://togithub.com/vitest-dev/vitest/issues/5656) [(21e58)](https://togithub.com/vitest-dev/vitest/commit/21e58bd8) - **reporter**: Support `includeConsoleOutput` and `addFileAttribute` in junit  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5659](https://togithub.com/vitest-dev/vitest/issues/5659) [(2f913)](https://togithub.com/vitest-dev/vitest/commit/2f913222) - **ui**: Sort items by file name  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/5652](https://togithub.com/vitest-dev/vitest/issues/5652) [(1f726)](https://togithub.com/vitest-dev/vitest/commit/1f7268fa) #####    🐞 Bug Fixes - Keep order of arguments for .each in custom task collectors  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5640](https://togithub.com/vitest-dev/vitest/issues/5640) [(7d57c)](https://togithub.com/vitest-dev/vitest/commit/7d57c116) - Call `resolveId('vitest')` after `buildStart`  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5646](https://togithub.com/vitest-dev/vitest/issues/5646) [(f5faf)](https://togithub.com/vitest-dev/vitest/commit/f5faf423) - Hash the name of the file when caching  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5654](https://togithub.com/vitest-dev/vitest/issues/5654) [(c9e68)](https://togithub.com/vitest-dev/vitest/commit/c9e68ced) - Don't panic on empty files in node_modules  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(40c29)](https://togithub.com/vitest-dev/vitest/commit/40c299fe) - Use `toJSON` for error serialization  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5526](https://togithub.com/vitest-dev/vitest/issues/5526) [(19a21)](https://togithub.com/vitest-dev/vitest/commit/19a21e49) - **coverage**: - Exclude `*.test-d.*` by default  -  by [@​MindfulPol](https://togithub.com/MindfulPol) in [https://github.com/vitest-dev/vitest/issues/5634](https://togithub.com/vitest-dev/vitest/issues/5634) [(bfe8a)](https://togithub.com/vitest-dev/vitest/commit/bfe8ad9d) - Apply `vite-node`'s wrapper only to executed files  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5642](https://togithub.com/vitest-dev/vitest/issues/5642) [(c9883)](https://togithub.com/vitest-dev/vitest/commit/c9883f3e) - **vm**: - Support network imports  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5610](https://togithub.com/vitest-dev/vitest/issues/5610) [(103a6)](https://togithub.com/vitest-dev/vitest/commit/103a6002) #####    🏎 Performance - Improve performance of forks pool  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5592](https://togithub.com/vitest-dev/vitest/issues/5592) [(d8304)](https://togithub.com/vitest-dev/vitest/commit/d8304bb4) - Unnecessary rpc call when coverage is disabled  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5658](https://togithub.com/vitest-dev/vitest/issues/5658) [(c5712)](https://togithub.com/vitest-dev/vitest/commit/c571276a) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.3...v1.6.0) ### [`v1.5.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.5.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.2...v1.5.3) #####    🐞 Bug Fixes - Use package.json name for a workspace project if not provided  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5608](https://togithub.com/vitest-dev/vitest/issues/5608) [(48fba)](https://togithub.com/vitest-dev/vitest/commit/48fba190) - Backport jest iterable equality within object  -  by [@​sukovanej](https://togithub.com/sukovanej) in [https://github.com/vitest-dev/vitest/issues/5621](https://togithub.com/vitest-dev/vitest/issues/5621) [(30e5d)](https://togithub.com/vitest-dev/vitest/commit/30e5dc1b) - **browser**: Support benchmark  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5622](https://togithub.com/vitest-dev/vitest/issues/5622) [(becab)](https://togithub.com/vitest-dev/vitest/commit/becabb5e) - **reporter**: Use default error formatter for JUnit  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5629](https://togithub.com/vitest-dev/vitest/issues/5629) [(20060)](https://togithub.com/vitest-dev/vitest/commit/200609cc) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.2...v1.5.3)
unjs/eslint-config (eslint-config-unjs) ### [`v0.3.2`](https://togithub.com/unjs/eslint-config/blob/HEAD/CHANGELOG.md#v032) [Compare Source](https://togithub.com/unjs/eslint-config/compare/v0.3.1...v0.3.2) [compare changes](https://togithub.com/unjs/eslint-config/compare/v0.3.1...v0.3.2) ##### 🏡 Chore - Update unicorn plugin to 53 ([0a944e4](https://togithub.com/unjs/eslint-config/commit/0a944e4)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v0.3.1`](https://togithub.com/unjs/eslint-config/blob/HEAD/CHANGELOG.md#v031) [Compare Source](https://togithub.com/unjs/eslint-config/compare/v0.3.0...v0.3.1) [compare changes](https://togithub.com/unjs/eslint-config/compare/v0.3.0...v0.3.1) ##### 🩹 Fixes - **markdown:** Override default rules ([4765dd5](https://togithub.com/unjs/eslint-config/commit/4765dd5)) ##### 🏡 Chore - Remove prerelease script (pnpm why ?!) ([a98c465](https://togithub.com/unjs/eslint-config/commit/a98c465)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v0.3.0`](https://togithub.com/unjs/eslint-config/blob/HEAD/CHANGELOG.md#v030) [Compare Source](https://togithub.com/unjs/eslint-config/compare/v0.2.1...v0.3.0) [compare changes](https://togithub.com/unjs/eslint-config/compare/v0.3.0-rc.8...v0.3.0)
unjs/h3 (h3) ### [`v1.12.0`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1120) [Compare Source](https://togithub.com/unjs/h3/compare/v1.11.1...v1.12.0) [compare changes](https://togithub.com/unjs/h3/compare/v1.11.1...v1.12.0) ##### 🚀 Enhancements - Improve typed headers ([#​625](https://togithub.com/unjs/h3/pull/625)) - Export event-stream types ([112fa33](https://togithub.com/unjs/h3/commit/112fa33)) ##### 🩹 Fixes - **getRequestUrl:** Forward opts to `getRequestProtocol` ([#​776](https://togithub.com/unjs/h3/pull/776)) - **readRawBody:** Read chunked body ([#​652](https://togithub.com/unjs/h3/pull/652)) - **proxy:** Better error when upstream proxy fails ([#​746](https://togithub.com/unjs/h3/pull/746)) - **node:** Make sure `onBeforeResponse` and `onAfterResponse` are called with error code ([#​756](https://togithub.com/unjs/h3/pull/756)) - **sse:** Prevent `onClosed` from firing twice in `EventStream` ([#​704](https://togithub.com/unjs/h3/pull/704)) - **plain:** Avoid import from unenv internals ([#​781](https://togithub.com/unjs/h3/pull/781)) ##### 💅 Refactors - **session:** Remove unnecessary async for clear ([#​729](https://togithub.com/unjs/h3/pull/729)) - Update unenv import ([76736ea](https://togithub.com/unjs/h3/commit/76736ea)) ##### 📖 Documentation - Fix typo ([#​699](https://togithub.com/unjs/h3/pull/699)) - Fix typo ([#​707](https://togithub.com/unjs/h3/pull/707)) - Fix typo ([#​712](https://togithub.com/unjs/h3/pull/712)) - Fix typo ([#​730](https://togithub.com/unjs/h3/pull/730)) - Fix typo ([#​732](https://togithub.com/unjs/h3/pull/732)) - Remove extra space ([#​718](https://togithub.com/unjs/h3/pull/718)) - Add semi ([#​710](https://togithub.com/unjs/h3/pull/710)) - **event-handler:** Fix typo ([#​684](https://togithub.com/unjs/h3/pull/684)) - Add jsdoc examples for response utils ([#​677](https://togithub.com/unjs/h3/pull/677)) - Add note for getRequestIP return value ([#​726](https://togithub.com/unjs/h3/pull/726)) - Fix session example ([#​702](https://togithub.com/unjs/h3/pull/702)) - Add jsdoc examples for request utils ([#​680](https://togithub.com/unjs/h3/pull/680)) - Fix typo ([#​734](https://togithub.com/unjs/h3/pull/734)) - Correct zod validation example ([#​735](https://togithub.com/unjs/h3/pull/735)) - Fix typos ([#​738](https://togithub.com/unjs/h3/pull/738)) - Fix typo ([#​758](https://togithub.com/unjs/h3/pull/758)) - Add usage example for `handleCors` ([#​747](https://togithub.com/unjs/h3/pull/747)) - Fix typo for `text/html` content-type ([#​764](https://togithub.com/unjs/h3/pull/764)) - Update mogen example to use `combined` log format ([#​771](https://togithub.com/unjs/h3/pull/771)) - Fix typo for plain adapter example ([#​766](https://togithub.com/unjs/h3/pull/766)) - **examples:** Add cors example ([#​700](https://togithub.com/unjs/h3/pull/700)) - Fix `respondWith` event object ([#​775](https://togithub.com/unjs/h3/pull/775)) - Provide `async` for request body ([#​777](https://togithub.com/unjs/h3/pull/777)) - **error-handling:** Add string vs object errors and update `createError` jsdoc ([#​762](https://togithub.com/unjs/h3/pull/762)) ##### 🏡 Chore - Fix lint issue ([107ec8e](https://togithub.com/unjs/h3/commit/107ec8e)) - Update deps ([9777596](https://togithub.com/unjs/h3/commit/9777596)) - **docs:** Remove unnecessary asterisks ([#​724](https://togithub.com/unjs/h3/pull/724)) - Update eslint ([8ffe898](https://togithub.com/unjs/h3/commit/8ffe898)) - **docs:** Lint bun and deno page ([#​678](https://togithub.com/unjs/h3/pull/678)) - Fix typos ([23d9047](https://togithub.com/unjs/h3/commit/23d9047)) - Remove duplicate test ([53ee4fd](https://togithub.com/unjs/h3/commit/53ee4fd)) - Apply automated updates ([617c8cb](https://togithub.com/unjs/h3/commit/617c8cb)) - Update dependencies ([1776ac4](https://togithub.com/unjs/h3/commit/1776ac4)) - Lint ([5af045b](https://togithub.com/unjs/h3/commit/5af045b)) - Update supertest to v7 ([44db181](https://togithub.com/unjs/h3/commit/44db181)) - Fix typos ([#​772](https://togithub.com/unjs/h3/pull/772)) - Apply automated updates ([3249ca7](https://togithub.com/unjs/h3/commit/3249ca7)) - Prepare v1 branch ([9cb2537](https://togithub.com/unjs/h3/commit/9cb2537)) ##### 🤖 CI - Remove node 16 from test matrix ([458cfac](https://togithub.com/unjs/h3/commit/458cfac)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Joshua Sosso ([@​joshmossas](http://github.com/joshmossas)) - Yusuf Mansur Özer - Daniel Slepov - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Haruaki OTAKE - [@​beer](https://togithub.com/beer) ([@​iiio2](http://github.com/iiio2)) - Sébastien Chopin - Michael Brevard - Matthias Zaunseder - Torsten Dittmann - Guten - JoLo ([@​jolo-dev](http://github.com/jolo-dev)) - Xjccc ([@​xjccc](http://github.com/xjccc)) - Nozomu Ikuta ([@​NozomuIkuta](http://github.com/NozomuIkuta)) - Dog ([@​dgxo](http://github.com/dgxo)) - Israel Ortuño - Eckhardt (Kaizen) Dreyer - Estéban ([@​Barbapapazes](http://github.com/Barbapapazes)) - Mathieu Derelle - Deth - Michel Edighoffer - Evgenii Troinov - Kongmoumou ([@​kongmoumou](http://github.com/kongmoumou)) - Remonke ([@​remonke](http://github.com/remonke)) - Shyam Chen - KobZ ([@​devseckobz](http://github.com/devseckobz)) - \_lmmmmmm - Vladimir Kutepov ([@​frenzzy](http://github.com/frenzzy))
unjs/image-meta (image-meta) ### [`v0.2.1`](https://togithub.com/unjs/image-meta/blob/HEAD/CHANGELOG.md#v021) [Compare Source](https://togithub.com/unjs/image-meta/compare/v0.2.0...v0.2.1) [compare changes](https://togithub.com/unjs/image-meta/compare/v0.2.0...v0.2.1) ##### 🚀 Enhancements - Add `avif` format support ([#​16](https://togithub.com/unjs/image-meta/pull/16)) - Add `tiff` size detection support ([#​3](https://togithub.com/unjs/image-meta/pull/3)) ##### 🏡 Chore - Update deps ([252db25](https://togithub.com/unjs/image-meta/commit/252db25)) - Update eslint to v9 ([8787407](https://togithub.com/unjs/image-meta/commit/8787407)) - Update tsconfig to be more strict ([f912ec2](https://togithub.com/unjs/image-meta/commit/f912ec2)) - Add eslint config ([d727d96](https://togithub.com/unjs/image-meta/commit/d727d96)) - Update ci ([869dbf2](https://togithub.com/unjs/image-meta/commit/869dbf2)) ##### ❤️ Contributors - Sebastian Bosse ([@​SebastianBosse](http://github.com/SebastianBosse)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Tasiotas
unjs/jiti (jiti) ### [`v1.21.6`](https://togithub.com/unjs/jiti/releases/tag/v1.21.6) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.5...v1.21.6) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.5...v1.21.6) ##### 🩹 Fixes - Use internal cached modules only if loaded ([#​247](https://togithub.com/unjs/jiti/pull/247)) ### [`v1.21.5`](https://togithub.com/unjs/jiti/releases/tag/v1.21.5) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.4...v1.21.5) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.4...v1.21.5) ##### 🩹 Fixes - Revert [#​245](https://togithub.com/unjs/jiti/issues/245) ([#​245](https://togithub.com/unjs/jiti/issues/245)) #### From 1.21.4 - Avoid `node:` protocol for node 14 compatibility ([5d877de](https://togithub.com/unjs/jiti/commit/5d877de)) - Update deps ([5e11181](https://togithub.com/unjs/jiti/commit/5e11181)) ### [`v1.21.4`](https://togithub.com/unjs/jiti/compare/v1.21.3...v1.21.4) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.3...v1.21.4) ### [`v1.21.3`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1213) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.2...v1.21.3) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.2...v1.21.3) ##### 🩹 Fixes - Update mlly to ^1.7.1 ([9adbcb3](https://togithub.com/unjs/jiti/commit/9adbcb3)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v1.21.2`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1212) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.1...v1.21.2) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.1...v1.21.2) ##### 🩹 Fixes - Pin mlly to 1.4.2 ([#​237](https://togithub.com/unjs/jiti/pull/237)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v1.21.1`](https://togithub.com/unjs/jiti/blob/HEAD/CHANGELOG.md#v1211) [Compare Source](https://togithub.com/unjs/jiti/compare/v1.21.0...v1.21.1) [compare changes](https://togithub.com/unjs/jiti/compare/v1.21.0...v1.21.1) ##### 🏡 Chore - Update dependencies ([0bd991b](https://togithub.com/unjs/jiti/commit/0bd991b)) - Update dependencies ([cfb106c](https://togithub.com/unjs/jiti/commit/cfb106c)) - Update to eslint v9 ([c11d953](https://togithub.com/unjs/jiti/commit/c11d953)) - Update deps and lockfile ([95aa249](https://togithub.com/unjs/jiti/commit/95aa249)) - Run ci against 18 and 22 ([65b4067](https://togithub.com/unjs/jiti/commit/65b4067)) - Lint ([6f3bd76](https://togithub.com/unjs/jiti/commit/6f3bd76)) ##### 🤖 CI - Skip extra checks ([8fe6417](https://togithub.com/unjs/jiti/commit/8fe6417)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0))
pnpm/pnpm (pnpm) ### [`v9.5.0`](https://togithub.com/pnpm/pnpm/compare/v9.5.0-beta.3...v9.5.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.4.0...v9.5.0) ### [`v9.4.0`](https://togithub.com/pnpm/pnpm/compare/v9.3.0...v9.4.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.3.0...v9.4.0) ### [`v9.3.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.3.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.2.0...v9.3.0) #### Minor Changes - **Semi-breaking.** Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the `peers-suffix-max-length` setting [#​8177](https://togithub.com/pnpm/pnpm/pull/8177). #### Patch Changes - Set `reporter-hide-prefix` to `true` by default for `pnpm exec`. In order to show prefix, the user now has to explicitly set `reporter-hide-prefix=false` [#​8174](https://togithub.com/pnpm/pnpm/issues/8174). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v9.2.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.2.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.4...v9.2.0) #### Minor Changes - If `package-manager-strict-version` is set to `true`, pnpm will fail if its version doesn't exactly match the version in the "packageManager" field of `package.json`. #### Patch Changes - Update `@yarnpkg/pnp` to the latest version, fixing issue with `node:` imports [#​8161](https://togithub.com/pnpm/pnpm/issues/8161). - Deduplicate bin names to prevent race condition and corrupted bin scripts [#​7833](https://togithub.com/pnpm/pnpm/issues/7833). - pnpm doesn't fail if its version doesn't match the one specified in the "packageManager" field of `package.json` [#​8087](https://togithub.com/pnpm/pnpm/issues/8087). - `exec` now also streams prefixed output when `--recursive` or `--parallel` is specified just as `run` does [#​8065](https://togithub.com/pnpm/pnpm/issues/8065). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v9.1.4`](https://togithub.com/pnpm/pnpm/compare/v9.1.3...v9.1.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.3...v9.1.4) ### [`v9.1.3`](https://togithub.com/pnpm/pnpm/compare/v9.1.2...v9.1.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.2...v9.1.3) ### [`v9.1.2`](https://togithub.com/pnpm/pnpm/releases/tag/v9.1.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.1...v9.1.2) #### Patch Changes - Reduced memory usage during peer dependencies resolution [#​8084](https://togithub.com/pnpm/pnpm/pull/8084). - Details in the `pnpm licenses` output are not misplaced anymore [#​8071](https://togithub.com/pnpm/pnpm/pull/8071). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v9.1.1`](https://togithub.com/pnpm/pnpm/compare/v9.1.0...v9.1.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/pnpm/pnpm/compare/v9.1.0-0...v9.1.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.6...v9.1.0)
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
``` ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ``` ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) 🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)
lovell/sharp (sharp) ### [`v0.33.4`](https://togithub.com/lovell/sharp/compare/v0.33.3...v0.33.4) [Compare Source](https://togithub.com/lovell/sharp/compare/v0.33.3...v0.33.4)
svg/svgo (svgo) ### [`v3.3.2`](https://togithub.com/svg/svgo/releases/tag/v3.3.2) [Compare Source](https://togithub.com/svg/svgo/compare/v3.3.1...v3.3.2) #### Notice An update on what happened with v3.3.0 and v3.3.1. While we have retained CJS support, the migration to EMS has changed the acceptable ways to import SVGO, in ways that users depended on before. This effectively made SVGO v3 a breaking change. Rather than resolve or workaround these differences, we've opted to release SVGO v3.3.2, which is effectively a revert to v3.2.0, and deprecate versions v3.3.0 and v3.3.1. We'll then proceed to work on releasing v4 which will document the breaking changes, and feature further breaking changes that were slated for v4, like disabling `removeViewBox` by default. Before the v4.0.0 release, I'll put more focus on testing and use release candidates, just to help make the release go smoothly! 👍🏽 Sorry for the headache, and thanks for your patience. ### [`v3.3.1`](https://togithub.com/svg/svgo/releases/tag/v3.3.1) [Compare Source](https://togithub.com/svg/svgo/compare/v3.3.0...v3.3.1) #### Notice SVGO v3.3.0, which was meant to migrate to ESM without breaking CJS support, unfortunately broke CJS projects. There was a mistake with exports, so the `loadConfig` function wasn't available in the CJS bundle and lead to issues for many users. Thanks to everyone who raised the issue, and to [@​nuintun](https://togithub.com/nuintun) who submitted a pull request to resolve it so quickly. I apologize for letting that breaking change through, and will aim to do better. Namely, by adding more tests to cover our exports, and any other public interface in general for each distribution of SVGO, so this doesn't happen again. SVGO v3.3.1 should resolve the issue for CJS projects, but if you encounter anything else, do let us know by opening an issue on GitHub. ### [`v3.3.0`](https://togithub.com/svg/svgo/releases/tag/v3.3.0) [Compare Source](https://togithub.com/svg/svgo/compare/v3.2.0...v3.3.0) #### Deprecated This release introduced breaking changes, which have been reverted in v3.3.2. The bug fixes will be reintroduced in v4.0.0. #### What's Changed ##### ESM SVGO is now a dual package, serving for both Common JS and ESM usage. We believe there shouldn't be any problems, especially as SVGO as largely stateless, but feel free to open an issue if you encounter problems with this. To be explicit, this is not a breaking change, and SVGO should continue to work in Common JS projects! Thanks to [@​jdufresne](https://togithub.com/jdufresne) for doing the bulk of the work. ##### Default Behavior - [`convertColors`](), now converts all references to colors excluding references to IDs to lowercase. This can be disabled by setting `convertCase` to `false`. ##### Bug Fixes - [`cleanupIds`](), treat both URI encoded and non-URI encoded IDs as the same. By [@​liuweifeng](https://togithub.com/liuweifeng) in [#​1982](https://togithub.com/svg/svgo/issues/1982) - [`collapseGroups`](), check styles as well as attributes. By [@​johnkenny54](https://togithub.com/johnkenny54) in [#​1952](https://togithub.com/svg/svgo/issues/1952) - [`collapseGroups`](), move attributes atomically. By [@​johnkenny54](https://togithub.com/johnkenny54) in [https://github.com/svg/svgo/pull/1930](https://togithub.com/svg/svgo/pull/1930) - [`convertPathData`](), fix q control point when item is removed. By [@​KTibow](https://togithub.com/KTibow) in [https://github.com/svg/svgo/pull/1927](https://togithub.com/svg/svgo/pull/1927) - [`convertPathData`](), preserve vertex for markers only paths. By [@​SethFalco](https://togithub.com/SethFalco) in [#​1967](https://togithub.com/svg/svgo/issues/1967) - [`mergePaths`](), don't merge paths if attributes/styles depend depend on the nodes bounding box. By [@​johnkenny54](https://togithub.com/johnkenny54) in [#​1964](https://togithub.com/svg/svgo/issues/1964) - [`moveElemsAttrsToGroups`](), no longer moves the transforms if group has the `filter` attribute. By [@​johnkenny54](https://togithub.com/johnkenny54) in [#​1933](https://togithub.com/svg/svgo/issues/1933) - [`prefixIds`](), fixed issue where some IDs were not prefixed when style tag contained XML comments. By [@​john-neptune](https://togithub.com/john-neptune) in [#​1942](https://togithub.com/svg/svgo/issues/1942) - [`removeHiddenElems`](

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.