nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.33k stars 271 forks source link

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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@iconify-json/simple-icons ^1.1.102 -> ^1.1.105 age adoption passing confidence dependencies patch
@nuxt/devtools (source) ^1.3.1 -> ^1.3.3 age adoption passing confidence devDependencies patch
@nuxt/eslint-config (source) 0.3.12 -> 0.3.13 age adoption passing confidence devDependencies patch
@nuxt/module-builder 0.6.0 -> 0.7.1 age adoption passing confidence devDependencies minor
@types/node (source) ^20.12.11 -> ^20.14.2 age adoption passing confidence devDependencies minor
@types/node (source) ^20.12.12 -> ^20.14.2 age adoption passing confidence devDependencies minor
@vueuse/core (source) ^10.9.0 -> ^10.11.0 age adoption passing confidence dependencies minor
@vueuse/nuxt (source) ^10.9.0 -> ^10.11.0 age adoption passing confidence dependencies minor
actions/checkout v4.1.5 -> v4.1.7 age adoption passing confidence action patch
eslint (source) 9.2.0 -> 9.4.0 age adoption passing confidence devDependencies minor
execa ^9.0.1 -> ^9.2.0 age adoption passing confidence devDependencies minor
happy-dom ^14.10.1 -> ^14.12.0 age adoption passing confidence devDependencies minor
jiti 1.21.0 -> 1.21.6 age adoption passing confidence devDependencies patch
playwright-core (source) ^1.44.0 -> ^1.44.1 age adoption passing confidence devDependencies patch
pnpm (source) 9.1.0 -> 9.3.0 age adoption passing confidence packageManager minor
vue (source) 3.4.27 -> 3.4.28 age adoption passing confidence resolutions patch
vue (source) 3.4.27 -> 3.4.28 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.0.16 -> ^2.0.21 age adoption passing confidence devDependencies patch

Release Notes

nuxt/devtools (@​nuxt/devtools) ### [`v1.3.3`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#133-2024-06-04) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.2...v1.3.3) ##### Bug Fixes - pin `@vue/devtools-*` ([4c79fac](https://togithub.com/nuxt/devtools/commit/4c79fac7ca16c963640e92c5c50f1346d375cc35)) - sort items in fuse ([#​670](https://togithub.com/nuxt/devtools/issues/670)) ([8d052be](https://togithub.com/nuxt/devtools/commit/8d052be418661af150e46f3d65e231ecaa02129c)) ### [`v1.3.2`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#132-2024-05-27) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.1...v1.3.2) ##### Bug Fixes - floating-vue style ([7b7dc32](https://togithub.com/nuxt/devtools/commit/7b7dc32edebb2ea9b1fa5662b588dcbf78ff5726)) - sidebar scroll ([946f930](https://togithub.com/nuxt/devtools/commit/946f93093b72114b45f8aa1b70b9fb21005f7042)) - **timeline:** reduce warning ([#​661](https://togithub.com/nuxt/devtools/issues/661)) ([33fe685](https://togithub.com/nuxt/devtools/commit/33fe6857dabff26a0cb30fb1b1f170e8a658a96b))
nuxt/eslint (@​nuxt/eslint-config) ### [`v0.3.13`](https://togithub.com/nuxt/eslint/releases/tag/v0.3.13) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13) #####    🚀 Features - **config**: Add `regexp` rule set for toolings preset  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/436](https://togithub.com/nuxt/eslint/issues/436) [(59f17)](https://togithub.com/nuxt/eslint/commit/59f1761) #####     [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.3.12...v0.3.13)
nuxt/module-builder (@​nuxt/module-builder) ### [`v0.7.1`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v071) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.7.0...v0.7.1) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.7.0...v0.7.1) ##### 🩹 Fixes - **build:** Declare `ModuleOptions` in correct place ([#​283](https://togithub.com/nuxt/module-builder/pull/283)) ##### 📖 Documentation - Update path for runtime js files ([#​282](https://togithub.com/nuxt/module-builder/pull/282)) ##### ❤️ Contributors - Adam DeHaven ([@​adamdehaven](http://github.com/adamdehaven)) - Daniel Roe ([@​danielroe](http://github.com/danielroe)) ### [`v0.7.0`](https://togithub.com/nuxt/module-builder/blob/HEAD/CHANGELOG.md#v070) [Compare Source](https://togithub.com/nuxt/module-builder/compare/v0.6.0...v0.7.0) [compare changes](https://togithub.com/nuxt/module-builder/compare/v0.6.0...v0.7.0) ##### 🚀 Enhancements - Auto generate module options from schema meta ([#​33](https://togithub.com/nuxt/module-builder/pull/33)) ##### 🩹 Fixes - Use `tsconfck` to resolve tsconfig `compilerOptions` ([#​274](https://togithub.com/nuxt/module-builder/pull/274)) - ⚠️ Use `.js` extension for files in `runtime/` directory ([dbd05bb](https://togithub.com/nuxt/module-builder/commit/dbd05bb)) - Resolve full path to runtime externals ([#​275](https://togithub.com/nuxt/module-builder/pull/275)) - Include `dist/runtime` in externals list ([0946c04](https://togithub.com/nuxt/module-builder/commit/0946c04)) ##### 📖 Documentation - Add `types` condition to export subpath ([#​265](https://togithub.com/nuxt/module-builder/pull/265)) ##### 🏡 Chore - **release:** V0.6.0 ([f56195e](https://togithub.com/nuxt/module-builder/commit/f56195e)) - Fix lint issue ([0fe04e8](https://togithub.com/nuxt/module-builder/commit/0fe04e8)) ##### ✅ Tests - Add additional test for validity of types shared from runtime ([afc4374](https://togithub.com/nuxt/module-builder/commit/afc4374)) ##### 🤖 CI - Adds reproduction workflow ([0dc73bb](https://togithub.com/nuxt/module-builder/commit/0dc73bb)) ##### ⚠️ Breaking Changes - ⚠️ Use `.js` extension for files in `runtime/` directory ([dbd05bb](https://togithub.com/nuxt/module-builder/commit/dbd05bb)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Ricardo Gobbo De Souza ([@​ricardogobbosouza](http://github.com/ricardogobbosouza)) - Rgehbt ([@​Gehbt](http://github.com/Gehbt))
vueuse/vueuse (@​vueuse/core) ### [`v10.11.0`](https://togithub.com/vueuse/vueuse/compare/v10.10.1...f16222b49f3356897b1040b47d6a78c796c15e41) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.10.1...v10.11.0) ### [`v10.10.1`](https://togithub.com/vueuse/vueuse/compare/v10.10.0...30a98780dda21277625970d6de0c05cd0322247b) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.10.0...v10.10.1) ### [`v10.10.0`](https://togithub.com/vueuse/vueuse/compare/v10.9.0...34c047bcc6a4da80c572f8b7896861cdcbdd4c5e) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.9.0...v10.10.0)
vueuse/vueuse (@​vueuse/nuxt) ### [`v10.11.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.11.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.10.1...v10.11.0) #####    🐞 Bug Fixes - **integrations**: Specify major version of peerDeps  -  by [@​antfu](https://togithub.com/antfu) [(2f67a)](https://togithub.com/vueuse/vueuse/commit/2f67ac72) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.10.1...v10.11.0) ### [`v10.10.1`](https://togithub.com/vueuse/vueuse/compare/v10.10.0...30a98780dda21277625970d6de0c05cd0322247b) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.10.0...v10.10.1) ### [`v10.10.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.10.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.9.0...v10.10.0) #####    🚀 Features - **createInjectionState**: Add defaultValue option  -  by [@​melishev](https://togithub.com/melishev) in [https://github.com/vueuse/vueuse/issues/3902](https://togithub.com/vueuse/vueuse/issues/3902) [(fb468)](https://togithub.com/vueuse/vueuse/commit/fb468528) - **makeDestructurable**: Support parameters without `as const`  -  by [@​enpitsuLin](https://togithub.com/enpitsuLin) in [https://github.com/vueuse/vueuse/issues/3971](https://togithub.com/vueuse/vueuse/issues/3971) [(4ea13)](https://togithub.com/vueuse/vueuse/commit/4ea131a2) - **nuxt**: Add router addon to nuxt module  -  by [@​Coiggahou2002](https://togithub.com/Coiggahou2002) and **rorycai** in [https://github.com/vueuse/vueuse/issues/3975](https://togithub.com/vueuse/vueuse/issues/3975) [(2a77f)](https://togithub.com/vueuse/vueuse/commit/2a77ff32) - **onLongPress**: `options.onMouseUp` callback  -  by [@​noook](https://togithub.com/noook) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/3791](https://togithub.com/vueuse/vueuse/issues/3791) [(7346a)](https://togithub.com/vueuse/vueuse/commit/7346a6a9) - **useActiveElement**: Add `triggerOnRemoval` option  -  by [@​alexzhang1030](https://togithub.com/alexzhang1030) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3958](https://togithub.com/vueuse/vueuse/issues/3958) [(f3515)](https://togithub.com/vueuse/vueuse/commit/f35152c4) - **useEventSource**: Return `lastEventId`  -  by [@​pkc918](https://togithub.com/pkc918) in [https://github.com/vueuse/vueuse/issues/3984](https://togithub.com/vueuse/vueuse/issues/3984) [(29bc6)](https://togithub.com/vueuse/vueuse/commit/29bc6908) - **useTimeout**: Target support reactivity  -  by [@​huiliangShen](https://togithub.com/huiliangShen) and **banruo** in [https://github.com/vueuse/vueuse/issues/3923](https://togithub.com/vueuse/vueuse/issues/3923) [(4eede)](https://togithub.com/vueuse/vueuse/commit/4eede0ed) - **useWebWorkerFn**: Support local function dependencies  -  by [@​thefeymesaleng](https://togithub.com/thefeymesaleng) in [https://github.com/vueuse/vueuse/issues/3899](https://togithub.com/vueuse/vueuse/issues/3899) [(f4028)](https://togithub.com/vueuse/vueuse/commit/f4028d19) #####    🐞 Bug Fixes - **nuxt**: Opt in to `import.meta.*` properties  -  by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vueuse/vueuse/issues/3888](https://togithub.com/vueuse/vueuse/issues/3888) [(1558c)](https://togithub.com/vueuse/vueuse/commit/1558cd2b) - **useAnimate**: `commitStyles` when finish  -  by [@​a1mersnow](https://togithub.com/a1mersnow) in [https://github.com/vueuse/vueuse/issues/3990](https://togithub.com/vueuse/vueuse/issues/3990) [(fba4e)](https://togithub.com/vueuse/vueuse/commit/fba4e77c) - **useDisplayMedia**: Stop stream when screen is not shared anymore  -  by [@​robertrosman](https://togithub.com/robertrosman) in [https://github.com/vueuse/vueuse/issues/3976](https://togithub.com/vueuse/vueuse/issues/3976) [(a3c6f)](https://togithub.com/vueuse/vueuse/commit/a3c6f398) - **useDraggable**: Should ignore right clicks  -  by [@​Justineo](https://togithub.com/Justineo) in [https://github.com/vueuse/vueuse/issues/3850](https://togithub.com/vueuse/vueuse/issues/3850) [(9f10a)](https://togithub.com/vueuse/vueuse/commit/9f10ad06) - **useElementSize**: Use getBoundingClientRect get element size on SVG  -  by [@​siaikin](https://togithub.com/siaikin) in [https://github.com/vueuse/vueuse/issues/3940](https://togithub.com/vueuse/vueuse/issues/3940) [(d8015)](https://togithub.com/vueuse/vueuse/commit/d80150b7) - **useFileDialog**: Check if input value exists before trigger onChange  -  by [@​jinkaiqin](https://togithub.com/jinkaiqin) in [https://github.com/vueuse/vueuse/issues/3972](https://togithub.com/vueuse/vueuse/issues/3972) [(424a2)](https://togithub.com/vueuse/vueuse/commit/424a2046) - **useGamepad**: Avoid spread to fix gamepad state  -  by [@​yue4u](https://togithub.com/yue4u) in [https://github.com/vueuse/vueuse/issues/3913](https://togithub.com/vueuse/vueuse/issues/3913) [(2ccbd)](https://togithub.com/vueuse/vueuse/commit/2ccbd3db) - **useMediaControls**: Target params may not be ref  -  by [@​huiliangShen](https://togithub.com/huiliangShen) in [https://github.com/vueuse/vueuse/issues/3921](https://togithub.com/vueuse/vueuse/issues/3921) [(1fe2f)](https://togithub.com/vueuse/vueuse/commit/1fe2fd25) - **useMounted**: The second argument in vue2.7 should be `undefined`  -  by [@​yanbowe](https://togithub.com/yanbowe), [@​antfu](https://togithub.com/antfu) and **Glandos** in [https://github.com/vueuse/vueuse/issues/3830](https://togithub.com/vueuse/vueuse/issues/3830) [(7966b)](https://togithub.com/vueuse/vueuse/commit/7966b85d) - **useRouteParams**: Support optional params  -  by [@​huiliangShen](https://togithub.com/huiliangShen) in [https://github.com/vueuse/vueuse/issues/3934](https://togithub.com/vueuse/vueuse/issues/3934) [(4a882)](https://togithub.com/vueuse/vueuse/commit/4a882316) - **useScroll**: Sync scroll val to internal state, fix [#​3809](https://togithub.com/vueuse/vueuse/issues/3809)  -  by [@​kongmoumou](https://togithub.com/kongmoumou) in [https://github.com/vueuse/vueuse/issues/3817](https://togithub.com/vueuse/vueuse/issues/3817) and [https://github.com/vueuse/vueuse/issues/3809](https://togithub.com/vueuse/vueuse/issues/3809) [(317ca)](https://togithub.com/vueuse/vueuse/commit/317cab66) - **useScrollLock**: Function unlock does not work  -  by [@​loongzhu](https://togithub.com/loongzhu) in [https://github.com/vueuse/vueuse/issues/3847](https://togithub.com/vueuse/vueuse/issues/3847) [(d9ee4)](https://togithub.com/vueuse/vueuse/commit/d9ee4f69) - **useTextareaAutosize**: OnResize callback fires not only on resize  -  by [@​huiliangShen](https://togithub.com/huiliangShen) and **banruo** in [https://github.com/vueuse/vueuse/issues/3887](https://togithub.com/vueuse/vueuse/issues/3887) [(a6ede)](https://togithub.com/vueuse/vueuse/commit/a6ede832) - **useVirtualList**: Add containerRef to watch list  -  by [@​eliamartani](https://togithub.com/eliamartani) in [https://github.com/vueuse/vueuse/issues/3855](https://togithub.com/vueuse/vueuse/issues/3855) [(4636f)](https://togithub.com/vueuse/vueuse/commit/4636f4c4) - **useWebNotification**: Detect `isSupported` with try-catch  -  by [@​9romise](https://togithub.com/9romise) in [https://github.com/vueuse/vueuse/issues/3980](https://togithub.com/vueuse/vueuse/issues/3980) [(b291c)](https://togithub.com/vueuse/vueuse/commit/b291c4c6) - **useWebSocket**: UrlRef changes were not being tracked  -  by [@​ferferga](https://togithub.com/ferferga) in [https://github.com/vueuse/vueuse/issues/3870](https://togithub.com/vueuse/vueuse/issues/3870) [(c2f92)](https://togithub.com/vueuse/vueuse/commit/c2f9295a) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.9.0...v10.10.0)
actions/checkout (actions/checkout) ### [`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://togithub.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776) ### [`v4.1.6`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.5...v4.1.6) - Check platform to set archive extension appropriately by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1732](https://togithub.com/actions/checkout/pull/1732)
eslint/eslint (eslint) ### [`v9.4.0`](https://togithub.com/eslint/eslint/compare/v9.3.0...a5f7e589eca05a8a30bd2532380c304759cc8225) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.3.0...v9.4.0) ### [`v9.3.0`](https://togithub.com/eslint/eslint/compare/v9.2.0...41a871cf43874e2f27ad08554c7900daf0e94b06) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.2.0...v9.3.0)
sindresorhus/execa (execa) ### [`v9.2.0`](https://togithub.com/sindresorhus/execa/releases/tag/v9.2.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.1.0...v9.2.0) This release includes a [new set of methods](docs/ipc.md) to exchange messages between the current process and a Node.js subprocess, also known as "IPC". This allows [passing](docs/input.md#any-input-type) and [returning](docs/output.md#any-output-type) almost any message type to/from a Node.js subprocess. Also, [debugging](docs/ipc.md#debugging) IPC is now much easier. Moreover, a new [`gracefulCancel`](docs/api.md#optionsgracefulcancel) option has also been added to [terminate a subprocess gracefully](docs/termination.md#graceful-termination). For a deeper dive-in, please check and share the [release post](https://medium.com/@​ehmicky/ipc-made-easy-with-execa-9-2-939c6a358731)! Thanks [@​iiroj](https://togithub.com/iiroj) for your contribution, [@​SimonSiefke](https://togithub.com/SimonSiefke) and [@​adymorz](https://togithub.com/adymorz) for reporting the bugs fixed in this release, and [@​karlhorky](https://togithub.com/karlhorky) for improving the documentation! #### Deprecations - Passing `'ipc'` to the [`stdio`](docs/api.md#optionsstdio) option has been deprecated. It will be removed in the next major release. Instead, the [`ipc: true`](docs/api.md#optionsipc) option should be used. ([#​1056](https://togithub.com/sindresorhus/execa/issues/1056)) ```diff - await execa('npm', ['run', 'build'], {stdio: ['pipe', 'pipe', 'pipe', 'ipc']}); + await execa('npm', ['run', 'build'], {ipc: true}); ``` - The [`execaCommand()`](https://togithub.com/sindresorhus/execa/blob/v9.1.0/docs/api.md#execacommandcommand-options) method has been deprecated. It will be removed in the next major release. If most cases, the [template string syntax](docs/execution.md#template-string-syntax) should be used instead. ```diff - import {execaCommand} from 'execa'; + import {execa} from 'execa'; - await execaCommand('npm run build'); + await execa`npm run build`; const taskName = 'build'; - await execaCommand(`npm run ${taskName}`); + await execa`npm run ${taskName}`; const commandArguments = ['run', 'task with space']; await execa`npm ${commandArguments}`; ``` If the file and/or multiple arguments are supplied as a single string, [parseCommandString(command)](https://togithub.com/sindresorhus/execa/blob/main/docs/api.md#parsecommandstringcommand) can split that string into an array. [More info.](docs/escaping.md) ([#​1054](https://togithub.com/sindresorhus/execa/issues/1054)) ```diff - import {execaCommand} from 'execa'; + import {execa, parseCommandString} from 'execa'; const commandString = 'npm run task'; - await execaCommand(commandString); + const commandArray = parseCommandString(commandString); // ['npm', 'run', 'task'] + await execa`${commandArray}`; // Or alternatively: const [file, ...commandArguments] = commandArray; await execa(file, commandArguments); ``` #### Features - Add [`gracefulCancel`](docs/api.md#optionsgracefulcancel) option and [`getCancelSignal()`](docs/api.md#getcancelsignal) method to [terminate a subprocess gracefully](docs/termination.md#graceful-termination). [`error.isGracefullyCanceled`](docs/api.md#errorisgracefullycanceled) was also added. ([#​1109](https://togithub.com/sindresorhus/execa/issues/1109)) - Add [`error.isForcefullyTerminated`](docs/api.md#errorisforcefullyterminated). It is `true` when the subprocess was terminated by the [`forceKillAfterDelay`](docs/api.md#optionsforcekillafterdelay) option. ([#​1111](https://togithub.com/sindresorhus/execa/issues/1111)) - New methods to simplify exchanging messages between the current process and the subprocess. [More info.](docs/ipc.md) ([#​1059](https://togithub.com/sindresorhus/execa/issues/1059), [#​1061](https://togithub.com/sindresorhus/execa/issues/1061), [#​1076](https://togithub.com/sindresorhus/execa/issues/1076), [#​1077](https://togithub.com/sindresorhus/execa/issues/1077), [#​1079](https://togithub.com/sindresorhus/execa/issues/1079), [#​1082](https://togithub.com/sindresorhus/execa/issues/1082), [#​1083](https://togithub.com/sindresorhus/execa/issues/1083), [#​1086](https://togithub.com/sindresorhus/execa/issues/1086), [#​1087](https://togithub.com/sindresorhus/execa/issues/1087), [#​1088](https://togithub.com/sindresorhus/execa/issues/1088), [#​1089](https://togithub.com/sindresorhus/execa/issues/1089), [#​1090](https://togithub.com/sindresorhus/execa/issues/1090), [#​1091](https://togithub.com/sindresorhus/execa/issues/1091), [#​1092](https://togithub.com/sindresorhus/execa/issues/1092), [#​1094](https://togithub.com/sindresorhus/execa/issues/1094), [#​1095](https://togithub.com/sindresorhus/execa/issues/1095), [#​1098](https://togithub.com/sindresorhus/execa/issues/1098), [#​1104](https://togithub.com/sindresorhus/execa/issues/1104), [#​1107](https://togithub.com/sindresorhus/execa/issues/1107)) - The current process sends messages with [`subprocess.sendMessage(message)`](docs/api.md#subprocesssendmessagemessage-sendmessageoptions) and receives them with [`subprocess.getOneMessage()`](docs/api.md#subprocessgetonemessagegetonemessageoptions). [`subprocess.getEachMessage()`](docs/api.md#subprocessgeteachmessagegeteachmessageoptions) listens to multiple messages. - The subprocess uses [`sendMessage(message)`](docs/api.md#sendmessagemessage-sendmessageoptions), [`getOneMessage()`](docs/api.md#getonemessagegetonemessageoptions) and [`getEachMessage()`](docs/api.md#geteachmessagegeteachmessageoptions) instead. Those are the same methods, but imported directly from the `'execa'` module. - The [`ipcInput`](docs/ipc.md#send-an-initial-message) option sends an IPC message from the current process to the subprocess as it starts. This enables [passing almost any input type](docs/input.md#any-input-type) to a Node.js subprocess. ([#​1068](https://togithub.com/sindresorhus/execa/issues/1068)) - The [`result.ipcOutput`](docs/ipc.md#retrieve-all-messages) array contains all the IPC messages sent by the subprocess to the current process. This enables [returning almost any output type](docs/output.md#any-output-type) from a Node.js subprocess. ([#​1067](https://togithub.com/sindresorhus/execa/issues/1067), [#​1071](https://togithub.com/sindresorhus/execa/issues/1071), [#​1075](https://togithub.com/sindresorhus/execa/issues/1075)) - The [error message](docs/errors.md#error-message) now [contains every IPC message](docs/ipc.md#debugging) sent by the subprocess. ([#​1067](https://togithub.com/sindresorhus/execa/issues/1067)) - The [`verbose: 'full'`](docs/api.md#optionsverbose) option now logs every IPC message sent by the subprocess, for debugging. More info [here](docs/ipc.md#debugging) and [there](docs/output.md#stdoutstderr-specific-options). ([#​1063](https://togithub.com/sindresorhus/execa/issues/1063)) #### Types - Add [`ExecaMethod`](docs/typescript.md#available-types), [`ExecaNodeMethod`](docs/typescript.md#available-types) and [`ExecaScriptMethod`](docs/typescript.md#available-types), [`ExecaSyncMethod`](docs/typescript.md#synchronous-execution) and [`ExecaScriptSyncMethod`](docs/typescript.md#synchronous-execution) types. ([#​1066](https://togithub.com/sindresorhus/execa/issues/1066)) - Export the `Message` type, for [IPC](docs/ipc.md). ([#​1059](https://togithub.com/sindresorhus/execa/issues/1059)) - Fix type of `forceKillAfterDelay: true` option. ([#​1116](https://togithub.com/sindresorhus/execa/issues/1116)) #### Bug fixes - Fix passing a [`{file}`](docs/output.md#file-output) to both the [`stdin`](docs/api.md#optionsstdin) and the [`stdout`](docs/api.md#optionsstdout) or [`stderr`](docs/api.md#optionsstderr) options. ([#​1058](https://togithub.com/sindresorhus/execa/issues/1058)) - Fix multiple minor problems with the [`cancelSignal`](docs/termination.md#canceling) option. ([#​1108](https://togithub.com/sindresorhus/execa/issues/1108)) - Fix accidental publishing of Vim backup files. ([#​1074](https://togithub.com/sindresorhus/execa/issues/1074)) - Fix `engines.node` field in [`package.json`](package.json). Supported Node.js version is `^18.19.0` or `>=20.5.0`. (by [@​iiroj](https://togithub.com/iiroj)) ([#​1101](https://togithub.com/sindresorhus/execa/issues/1101)) ### [`v9.1.0`](https://togithub.com/sindresorhus/execa/releases/tag/v9.1.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.0.2...v9.1.0) #### Features (types) - Export [`TemplateExpression`](docs/typescript.md#available-types) type. ([#​1049](https://togithub.com/sindresorhus/execa/issues/1049)) ### [`v9.0.2`](https://togithub.com/sindresorhus/execa/releases/tag/v9.0.2) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.0.1...v9.0.2) #### Bug fixes (types) - Do not require using `--lib dom` for TypeScript users ([#​1043](https://togithub.com/sindresorhus/execa/issues/1043), [#​1044](https://togithub.com/sindresorhus/execa/issues/1044)) - Fix type of the `reject` option ([#​1046](https://togithub.com/sindresorhus/execa/issues/1046))
capricorn86/happy-dom (happy-dom) ### [`v14.12.0`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.4...ef2dfeafc7673d53776f8db1a313fecaed5074f4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.4...v14.12.0) ### [`v14.11.4`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.3...v14.11.4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.3...v14.11.4) ### [`v14.11.3`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.2...f021a3305a20d0f0613d50c30ee694be831faa95) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.2...v14.11.3) ### [`v14.11.2`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.1...db97904b3a11e575269a15bbb70031399729ff45) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.1...v14.11.2) ### [`v14.11.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.11.0...6ada81698021c35f074e575ec232d1bb7bafb4bc) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.11.0...v14.11.1) ### [`v14.11.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.11.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.10.3...v14.11.0) ##### :art: Features - Adds support for `HTMLTimeElement` - By **[@​r-thomson](https://togithub.com/r-thomson)** in task [#​1431](https://togithub.com/capricorn86/happy-dom/issues/1431) ### [`v14.10.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.10.3) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.10.2...v14.10.3) ##### :construction_worker_man: Patch fixes - Adds check for if Window and MutationObserver has been destroyed when triggering listeners - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1436](https://togithub.com/capricorn86/happy-dom/issues/1436) ### [`v14.10.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.10.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.10.1...v14.10.2) ##### :construction_worker_man: Patch fixes - `HTMLAnchorElement`, `HTMLButtonElement`, `HTMLInputElement` and `HTMLLabelElement` checked that click events triggering native behavior was of type `PointerEvent`, but should check that they are of type `MouseEvent` - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1397](https://togithub.com/capricorn86/happy-dom/issues/1397)
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))
microsoft/playwright (playwright-core) ### [`v1.44.1`](https://togithub.com/microsoft/playwright/releases/tag/v1.44.1) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.0...v1.44.1) ##### Highlights [https://github.com/microsoft/playwright/issues/30779](https://togithub.com/microsoft/playwright/issues/30779) - \[REGRESSION]: When using `video: 'on'` with VSCode extension the browser got closed [https://github.com/microsoft/playwright/issues/30755](https://togithub.com/microsoft/playwright/issues/30755) - \[REGRESSION]: Electron launch with spaces inside executablePath didn't work[https://github.com/microsoft/playwright/issues/30770](https://togithub.com/microsoft/playwright/issues/30770)0 - \[REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't wor[https://github.com/microsoft/playwright/issues/30858](https://togithub.com/microsoft/playwright/issues/30858)58 - \[REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report #### Browser Versions - Chromium 125.0.6422.14 - Mozilla Firefox 125.0.1 - WebKit 17.4 This version was also tested against the following stable channels: - Google Chrome 124 - Microsoft Edge 124
pnpm/pnpm (pnpm) ### [`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
config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

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

cloudflare-workers-and-pages[bot] commented 4 months ago

Deploying nuxt-image with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8af84fe
Status: ✅  Deploy successful!
Preview URL: https://7b3fba52.nuxt-image.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-image.pages.dev

View logs

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.20%. Comparing base (16b20b4) to head (8af84fe).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1360 +/- ## ========================================== - Coverage 60.22% 60.20% -0.02% ========================================== Files 78 78 Lines 5091 5091 Branches 392 394 +2 ========================================== - Hits 3066 3065 -1 - Misses 1997 1998 +1 Partials 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.