codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
18 stars 14 forks source link

chore(deps): update all dependencies #129

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.10.4 -> 20.10.5 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.14.0 -> 6.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.14.0 -> 6.16.0 age adoption passing confidence devDependencies minor
node 21.4.0 -> 21.5.0 age adoption passing confidence minor
node 21.4.0 -> 21.5.0 age adoption passing confidence engines minor
node 21.4.0-alpine -> 21.5.0-alpine age adoption passing confidence final minor
node 21.4.0-alpine -> 21.5.0-alpine age adoption passing confidence stage minor
vitest (source) 1.0.4 -> 1.1.0 age adoption passing confidence devDependencies minor

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6160-2023-12-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) ##### Bug Fixes - **eslint-plugin:** \[unbound-method] exempt all non-Promise built-in statics ([#​8096](https://togithub.com/typescript-eslint/typescript-eslint/issues/8096)) ([3182959](https://togithub.com/typescript-eslint/typescript-eslint/commit/31829591e2c5cf6bdbdd5da23b12c5782f710fa5)) ##### Features - **eslint-plugin:** deprecate formatting (meta.type: layout) rules ([#​8073](https://togithub.com/typescript-eslint/typescript-eslint/issues/8073)) ([04dea84](https://togithub.com/typescript-eslint/typescript-eslint/commit/04dea84e8e934a415ec1381a90de3cde670d0dc3)) - **eslint-plugin:** deprecate no-extra-semi in favor of ESLint Stylistic equivalent ([#​8123](https://togithub.com/typescript-eslint/typescript-eslint/issues/8123)) ([9368bf3](https://togithub.com/typescript-eslint/typescript-eslint/commit/9368bf390afc58a19123782f8dff2bb5cdd3cccc)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6150-2023-12-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) ##### Features - **eslint-plugin:** \[no-useless-template-literals] add new rule ([#​7957](https://togithub.com/typescript-eslint/typescript-eslint/issues/7957)) ([ff75785](https://togithub.com/typescript-eslint/typescript-eslint/commit/ff75785f4c6cc41999f8ce946bfca469d6e40e50)), closes [#​2846](https://togithub.com/typescript-eslint/typescript-eslint/issues/2846) - require-array-sort-compare + toSorted ([#​8052](https://togithub.com/typescript-eslint/typescript-eslint/issues/8052)) ([c9661c8](https://togithub.com/typescript-eslint/typescript-eslint/commit/c9661c8bbf048e9fa3ef55985e1e2e82bc098b1a)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6160-2023-12-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6150-2023-12-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
nodejs/node (node) ### [`v21.5.0`](https://togithub.com/nodejs/node/releases/tag/v21.5.0): 2023-12-19, Version 21.5.0 (Current), @​RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v21.4.0...v21.5.0) ##### Notable Changes - \[[`0dd53da722`](https://togithub.com/nodejs/node/commit/0dd53da722)] - **(SEMVER-MINOR)** **deps**: add simdjson (Yagiz Nizipli) [#​50322](https://togithub.com/nodejs/node/pull/50322) - \[[`9f54987fbc`](https://togithub.com/nodejs/node/commit/9f54987fbc)] - **module**: merge config with `package_json_reader` (Yagiz Nizipli) [#​50322](https://togithub.com/nodejs/node/pull/50322) - \[[`45e4f82912`](https://togithub.com/nodejs/node/commit/45e4f82912)] - **src**: move package resolver to c++ (Yagiz Nizipli) [#​50322](https://togithub.com/nodejs/node/pull/50322) ##### Deprecations - \[[`26ed4ad01f`](https://togithub.com/nodejs/node/commit/26ed4ad01f)] - **doc**: deprecate hash constructor (Marco Ippolito) [#​51077](https://togithub.com/nodejs/node/pull/51077) - \[[`58ca66a1a7`](https://togithub.com/nodejs/node/commit/58ca66a1a7)] - **doc**: deprecate `dirent.path` (Antoine du Hamel) [#​51020](https://togithub.com/nodejs/node/pull/51020) ##### Commits - \[[`1bbdbdfbeb`](https://togithub.com/nodejs/node/commit/1bbdbdfbeb)] - **benchmark**: update iterations in benchmark/perf_hooks (Lei Shi) [#​50869](https://togithub.com/nodejs/node/pull/50869) - \[[`087fb0908e`](https://togithub.com/nodejs/node/commit/087fb0908e)] - **benchmark**: update iterations in benchmark/crypto/aes-gcm-throughput.js (Lei Shi) [#​50929](https://togithub.com/nodejs/node/pull/50929) - \[[`53b16c71fb`](https://togithub.com/nodejs/node/commit/53b16c71fb)] - **benchmark**: update iteration and size in benchmark/crypto/randomBytes.js (Lei Shi) [#​50868](https://togithub.com/nodejs/node/pull/50868) - \[[`38fd0ca753`](https://togithub.com/nodejs/node/commit/38fd0ca753)] - **benchmark**: add undici websocket benchmark (Chenyu Yang) [#​50586](https://togithub.com/nodejs/node/pull/50586) - \[[`b148c43244`](https://togithub.com/nodejs/node/commit/b148c43244)] - **benchmark**: add create-hash benchmark (Joyee Cheung) [#​51026](https://togithub.com/nodejs/node/pull/51026) - \[[`fdd8c18f96`](https://togithub.com/nodejs/node/commit/fdd8c18f96)] - **benchmark**: update interations and len in benchmark/util/text-decoder.js (Lei Shi) [#​50938](https://togithub.com/nodejs/node/pull/50938) - \[[`a9972057ac`](https://togithub.com/nodejs/node/commit/a9972057ac)] - **benchmark**: update iterations of benchmark/util/type-check.js (Lei Shi) [#​50937](https://togithub.com/nodejs/node/pull/50937) - \[[`b80bb1329b`](https://togithub.com/nodejs/node/commit/b80bb1329b)] - **benchmark**: update iterations in benchmark/util/normalize-encoding.js (Lei Shi) [#​50934](https://togithub.com/nodejs/node/pull/50934) - \[[`dbee03d646`](https://togithub.com/nodejs/node/commit/dbee03d646)] - **benchmark**: update iterations in benchmark/util/inspect-array.js (Lei Shi) [#​50933](https://togithub.com/nodejs/node/pull/50933) - \[[`f2d83a3a84`](https://togithub.com/nodejs/node/commit/f2d83a3a84)] - **benchmark**: update iterations in benchmark/util/format.js (Lei Shi) [#​50932](https://togithub.com/nodejs/node/pull/50932) - \[[`2581fce553`](https://togithub.com/nodejs/node/commit/2581fce553)] - **bootstrap**: improve snapshot unsupported builtin warnings (Joyee Cheung) [#​50944](https://togithub.com/nodejs/node/pull/50944) - \[[`735bad3694`](https://togithub.com/nodejs/node/commit/735bad3694)] - **build**: fix warnings from uv for gn build (Cheng Zhao) [#​51069](https://togithub.com/nodejs/node/pull/51069) - \[[`8da9d969f9`](https://togithub.com/nodejs/node/commit/8da9d969f9)] - **deps**: V8: cherry-pick [`0fd478b`](https://togithub.com/nodejs/node/commit/0fd478bcdabd) (Joyee Cheung) [#​50572](https://togithub.com/nodejs/node/pull/50572) - \[[`429fbb37c1`](https://togithub.com/nodejs/node/commit/429fbb37c1)] - **deps**: update simdjson to v3.6.2 (Yagiz Nizipli) [#​50986](https://togithub.com/nodejs/node/pull/50986) - \[[`9950103253`](https://togithub.com/nodejs/node/commit/9950103253)] - **deps**: update zlib to 1.3-22124f5 (Node.js GitHub Bot) [#​50910](https://togithub.com/nodejs/node/pull/50910) - \[[`0b61823e8b`](https://togithub.com/nodejs/node/commit/0b61823e8b)] - **deps**: update undici to 5.28.2 (Node.js GitHub Bot) [#​51024](https://togithub.com/nodejs/node/pull/51024) - \[[`95d8a273cc`](https://togithub.com/nodejs/node/commit/95d8a273cc)] - **deps**: cherry-pick [`bfbe4e3`](https://togithub.com/nodejs/node/commit/bfbe4e38d7) from libuv upstream (Abdirahim Musse) [#​50650](https://togithub.com/nodejs/node/pull/50650) - \[[`06038a489e`](https://togithub.com/nodejs/node/commit/06038a489e)] - **deps**: update libuv to 1.47.0 (Node.js GitHub Bot) [#​50650](https://togithub.com/nodejs/node/pull/50650) - \[[`0dd53da722`](https://togithub.com/nodejs/node/commit/0dd53da722)] - **(SEMVER-MINOR)** **deps**: add simdjson (Yagiz Nizipli) [#​50322](https://togithub.com/nodejs/node/pull/50322) - \[[`04eaa5cdd7`](https://togithub.com/nodejs/node/commit/04eaa5cdd7)] - **doc**: run license-builder (github-actions\[bot]) [#​51111](https://togithub.com/nodejs/node/pull/51111) - \[[`26ed4ad01f`](https://togithub.com/nodejs/node/commit/26ed4ad01f)] - **doc**: deprecate hash constructor (Marco Ippolito) [#​51077](https://togithub.com/nodejs/node/pull/51077) - \[[`637ffce4c4`](https://togithub.com/nodejs/node/commit/637ffce4c4)] - **doc**: add note regarding `--experimental-detect-module` (Shubherthi Mitra) [#​51089](https://togithub.com/nodejs/node/pull/51089) - \[[`838179b096`](https://togithub.com/nodejs/node/commit/838179b096)] - **doc**: correct tracingChannel.traceCallback() (Gerhard Stöbich) [#​51068](https://togithub.com/nodejs/node/pull/51068) - \[[`539bee4f0a`](https://togithub.com/nodejs/node/commit/539bee4f0a)] - **doc**: use length argument in pbkdf2Key (Tobias Nießen) [#​51066](https://togithub.com/nodejs/node/pull/51066) - \[[`c45a9a3187`](https://togithub.com/nodejs/node/commit/c45a9a3187)] - **doc**: add deprecation notice to `dirent.path` (Antoine du Hamel) [#​51059](https://togithub.com/nodejs/node/pull/51059) - \[[`58ca66a1a7`](https://togithub.com/nodejs/node/commit/58ca66a1a7)] - **doc**: deprecate `dirent.path` (Antoine du Hamel) [#​51020](https://togithub.com/nodejs/node/pull/51020) - \[[`c2b6edf9ab`](https://togithub.com/nodejs/node/commit/c2b6edf9ab)] - **esm**: fix hook name in error message (Bruce MacNaughton) [#​50466](https://togithub.com/nodejs/node/pull/50466) - \[[`35e8f26f07`](https://togithub.com/nodejs/node/commit/35e8f26f07)] - **fs**: throw fchownSync error from c++ (Yagiz Nizipli) [#​51075](https://togithub.com/nodejs/node/pull/51075) - \[[`c3c8237089`](https://togithub.com/nodejs/node/commit/c3c8237089)] - **fs**: update params in jsdoc for createReadStream and createWriteStream (Jungku Lee) [#​51063](https://togithub.com/nodejs/node/pull/51063) - \[[`3f7f3ce8c9`](https://togithub.com/nodejs/node/commit/3f7f3ce8c9)] - **fs**: improve error performance of readvSync (IlyasShabi) [#​50100](https://togithub.com/nodejs/node/pull/50100) - \[[`7f95926f17`](https://togithub.com/nodejs/node/commit/7f95926f17)] - **http**: handle multi-value content-disposition header (Arsalan Ahmad) [#​50977](https://togithub.com/nodejs/node/pull/50977) - \[[`7a8a2d5632`](https://togithub.com/nodejs/node/commit/7a8a2d5632)] - **lib**: don't parse windows drive letters as schemes (华) [#​50580](https://togithub.com/nodejs/node/pull/50580) - \[[`aa2be4bb76`](https://togithub.com/nodejs/node/commit/aa2be4bb76)] - **module**: load source maps in `commonjs` translator (Hiroki Osame) [#​51033](https://togithub.com/nodejs/node/pull/51033) - \[[`c0e5e74876`](https://togithub.com/nodejs/node/commit/c0e5e74876)] - **module**: document `parentURL` in register options (Hiroki Osame) [#​51039](https://togithub.com/nodejs/node/pull/51039) - \[[`4eedf5e694`](https://togithub.com/nodejs/node/commit/4eedf5e694)] - **module**: fix recently introduced coverity warning (Michael Dawson) [#​50843](https://togithub.com/nodejs/node/pull/50843) - \[[`9f54987fbc`](https://togithub.com/nodejs/node/commit/9f54987fbc)] - **module**: merge config with `package_json_reader` (Yagiz Nizipli) [#​50322](https://togithub.com/nodejs/node/pull/50322) - \[[`5f95dca638`](https://togithub.com/nodejs/node/commit/5f95dca638)] - **node-api**: introduce experimental feature flags (Gabriel Schulhof) [#​50991](https://togithub.com/nodejs/node/pull/50991) - \[[`3fb7fc909e`](https://togithub.com/nodejs/node/commit/3fb7fc909e)] - **quic**: further implementation details (James M Snell) [#​48244](https://togithub.com/nodejs/node/pull/48244) - \[[`fa25e069fc`](https://togithub.com/nodejs/node/commit/fa25e069fc)] - **src**: implement countObjectsWithPrototype (Joyee Cheung) [#​50572](https://togithub.com/nodejs/node/pull/50572) - \[[`abe90527e4`](https://togithub.com/nodejs/node/commit/abe90527e4)] - **src**: register udp_wrap external references (Joyee Cheung) [#​50943](https://togithub.com/nodejs/node/pull/50943) - \[[`84e2f51d14`](https://togithub.com/nodejs/node/commit/84e2f51d14)] - **src**: register spawn_sync external references (Joyee Cheung) [#​50943](https://togithub.com/nodejs/node/pull/50943) - \[[`2cfee53d7b`](https://togithub.com/nodejs/node/commit/2cfee53d7b)] - **src**: register process_wrap external references (Joyee Cheung) [#​50943](https://togithub.com/nodejs/node/pull/50943) - \[[`9b7f79a8bd`](https://togithub.com/nodejs/node/commit/9b7f79a8bd)] - **src**: fix double free reported by coverity (Michael Dawson) [#​51046](https://togithub.com/nodejs/node/pull/51046) - \[[`fc5503246e`](https://togithub.com/nodejs/node/commit/fc5503246e)] - **src**: remove unused headers in `node_file.cc` (Jungku Lee) [#​50927](https://togithub.com/nodejs/node/pull/50927) - \[[`c3abdc58af`](https://togithub.com/nodejs/node/commit/c3abdc58af)] - **src**: implement --trace-promises (Joyee Cheung) [#​50899](https://togithub.com/nodejs/node/pull/50899) - \[[`f90fc83e97`](https://togithub.com/nodejs/node/commit/f90fc83e97)] - **src**: fix dynamically linked zlib version (Richard Lau) [#​51007](https://togithub.com/nodejs/node/pull/51007) - \[[`9bf144379f`](https://togithub.com/nodejs/node/commit/9bf144379f)] - **src**: omit bool values of package.json main field (Yagiz Nizipli) [#​50965](https://togithub.com/nodejs/node/pull/50965) - \[[`45e4f82912`](https://togithub.com/nodejs/node/commit/45e4f82912)] - **src**: move package resolver to c++ (Yagiz Nizipli) [#​50322](https://togithub.com/nodejs/node/pull/50322) - \[[`71acd36778`](https://togithub.com/nodejs/node/commit/71acd36778)] - **stream**: implement TransformStream cleanup using "transformer.cancel" (Debadree Chatterjee) [#​50126](https://togithub.com/nodejs/node/pull/50126) - \[[`5112306064`](https://togithub.com/nodejs/node/commit/5112306064)] - **stream**: fix fd is null when calling clearBuffer (kylo5aby) [#​50994](https://togithub.com/nodejs/node/pull/50994) - \[[`ed070755ec`](https://togithub.com/nodejs/node/commit/ed070755ec)] - **test**: deflake test-diagnostics-channel-memory-leak (Joyee Cheung) [#​50572](https://togithub.com/nodejs/node/pull/50572) - \[[`aee01ff1b4`](https://togithub.com/nodejs/node/commit/aee01ff1b4)] - **test**: test syncrhnous methods of child_process in snapshot (Joyee Cheung) [#​50943](https://togithub.com/nodejs/node/pull/50943) - \[[`cc949869a3`](https://togithub.com/nodejs/node/commit/cc949869a3)] - **test**: handle relative https redirect (Richard Lau) [#​51121](https://togithub.com/nodejs/node/pull/51121) - \[[`048349ed4c`](https://togithub.com/nodejs/node/commit/048349ed4c)] - **test**: fix test runner colored output test (Moshe Atlow) [#​51064](https://togithub.com/nodejs/node/pull/51064) - \[[`7f5291d783`](https://togithub.com/nodejs/node/commit/7f5291d783)] - **test**: resolve path of embedtest binary correctly (Cheng Zhao) [#​50276](https://togithub.com/nodejs/node/pull/50276) - \[[`4ddd0daf5f`](https://togithub.com/nodejs/node/commit/4ddd0daf5f)] - **test**: escape cwd in regexp (Jérémy Lal) [#​50980](https://togithub.com/nodejs/node/pull/50980) - \[[`3ccd5faabb`](https://togithub.com/nodejs/node/commit/3ccd5faabb)] - **test_runner**: format coverage report for tap reporter (Pulkit Gupta) [#​51119](https://togithub.com/nodejs/node/pull/51119) - \[[`d5c9adf3df`](https://togithub.com/nodejs/node/commit/d5c9adf3df)] - **test_runner**: fix infinite loop when files are undefined in test runner (Pulkit Gupta) [#​51047](https://togithub.com/nodejs/node/pull/51047) - \[[`328a41701c`](https://togithub.com/nodejs/node/commit/328a41701c)] - **tools**: update lint-md-dependencies to rollup@4.7.0 (Node.js GitHub Bot) [#​51106](https://togithub.com/nodejs/node/pull/51106) - \[[`297cb6f5c2`](https://togithub.com/nodejs/node/commit/297cb6f5c2)] - **tools**: update doc to highlight.js@11.9.0 unified@11.0.4 (Node.js GitHub Bot) [#​50459](https://togithub.com/nodejs/node/pull/50459) - \[[`4705023343`](https://togithub.com/nodejs/node/commit/4705023343)] - **tools**: fix simdjson updater (Yagiz Nizipli) [#​50986](https://togithub.com/nodejs/node/pull/50986) - \[[`c9841583db`](https://togithub.com/nodejs/node/commit/c9841583db)] - **tools**: update eslint to 8.55.0 (Node.js GitHub Bot) [#​51025](https://togithub.com/nodejs/node/pull/51025) - \[[`2b4671125e`](https://togithub.com/nodejs/node/commit/2b4671125e)] - **tools**: update lint-md-dependencies to rollup@4.6.1 (Node.js GitHub Bot) [#​51022](https://togithub.com/nodejs/node/pull/51022) - \[[`cd891b37f6`](https://togithub.com/nodejs/node/commit/cd891b37f6)] - **util**: improve performance of function areSimilarFloatArrays (Liu Jia) [#​51040](https://togithub.com/nodejs/node/pull/51040) - \[[`e178a43509`](https://togithub.com/nodejs/node/commit/e178a43509)] - **vm**: use v8::DeserializeInternalFieldsCallback explicitly (Joyee Cheung) [#​50984](https://togithub.com/nodejs/node/pull/50984) - \[[`fd028e146f`](https://togithub.com/nodejs/node/commit/fd028e146f)] - **win,tools**: upgrade Windows signing to smctl (Stefan Stojanovic) [#​50956](https://togithub.com/nodejs/node/pull/50956)
vitest-dev/vitest (vitest) ### [`v1.1.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.1.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.0.4...v1.1.0) #####    🚀 Features - Add es-main compatibility to vite-node  -  by [@​zookatron](https://togithub.com/zookatron) in [https://github.com/vitest-dev/vitest/issues/4751](https://togithub.com/vitest-dev/vitest/issues/4751) [(486a3)](https://togithub.com/vitest-dev/vitest/commit/486a3e61) - Add `--workspace` option, fix root resolution in workspaces  -  by [@​sheremet-va](https://togithub.com/sheremet-va) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/4773](https://togithub.com/vitest-dev/vitest/issues/4773) [(67d93)](https://togithub.com/vitest-dev/vitest/commit/67d93eda) - Add `--no-file-parallelism`, `--maxWorkers`, `--minWorkers` flags  -  by [@​sheremet-va](https://togithub.com/sheremet-va) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/4705](https://togithub.com/vitest-dev/vitest/issues/4705) [(fd5d7)](https://togithub.com/vitest-dev/vitest/commit/fd5d7e66) - Add `--no-isolate` flag to improve performance, add documentation about performance  -  by [@​sheremet-va](https://togithub.com/sheremet-va), [@​AriPerkkio](https://togithub.com/AriPerkkio) and **Pascal Jufer** in [https://github.com/vitest-dev/vitest/issues/4777](https://togithub.com/vitest-dev/vitest/issues/4777) [(4d55a)](https://togithub.com/vitest-dev/vitest/commit/4d55a026) - Add `--exclude` CLI flag  -  by [@​Namchee](https://togithub.com/Namchee) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4279](https://togithub.com/vitest-dev/vitest/issues/4279) [(f859e)](https://togithub.com/vitest-dev/vitest/commit/f859efc0) #####    🐞 Bug Fixes - Correctly reset provided values  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4775](https://togithub.com/vitest-dev/vitest/issues/4775) [(5a71e)](https://togithub.com/vitest-dev/vitest/commit/5a71eb30) - **expect**: - Fix `toHaveProperty` assertion error diff  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4734](https://togithub.com/vitest-dev/vitest/issues/4734) [(f8f70)](https://togithub.com/vitest-dev/vitest/commit/f8f70f7c) - **runner**: - Handle fixture teardown error  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4683](https://togithub.com/vitest-dev/vitest/issues/4683) [(c6f5f)](https://togithub.com/vitest-dev/vitest/commit/c6f5f7f9) - **types**: - `defineWorkspace` fix intellisense and report type errors  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/4743](https://togithub.com/vitest-dev/vitest/issues/4743) [(9cc36)](https://togithub.com/vitest-dev/vitest/commit/9cc36689) - **ui**: - Escape html for console log view  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4724](https://togithub.com/vitest-dev/vitest/issues/4724) [(e0dde)](https://togithub.com/vitest-dev/vitest/commit/e0dde6ab) - Fix coverage iframe url for html report preview  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4717](https://togithub.com/vitest-dev/vitest/issues/4717) [(71911)](https://togithub.com/vitest-dev/vitest/commit/71911039) - Show file item when search filter matches only test cases  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4736](https://togithub.com/vitest-dev/vitest/issues/4736) [(f43fd)](https://togithub.com/vitest-dev/vitest/commit/f43fdd87) - **vitest**: - Pass down CLI options to override workspace configs  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4774](https://togithub.com/vitest-dev/vitest/issues/4774) [(8dabe)](https://togithub.com/vitest-dev/vitest/commit/8dabef86) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.0.4...v1.1.0)

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.