unplugin / unplugin-isolated-decl

⚡️ A blazing-fast tool for generating isolated declarations.
MIT License
95 stars 4 forks source link

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

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
@swc/core (source) ^1.7.0 -> ^1.7.6 age adoption passing confidence
@sxzz/eslint-config ^3.14.0 -> ^3.17.0 age adoption passing confidence
@types/node (source) ^20.14.11 -> ^20.14.14 age adoption passing confidence
bumpp ^9.4.1 -> ^9.4.2 age adoption passing confidence
eslint (source) ^9.7.0 -> ^9.8.0 age adoption passing confidence
oxc-transform (source) ^0.21.0 -> ^0.23.0 age adoption passing confidence
pnpm (source) 9.6.0 -> 9.7.0 age adoption passing confidence
rollup (source) ^4.19.0 -> ^4.20.0 age adoption passing confidence
tsx (source) ^4.16.2 -> ^4.16.5 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence
vite (source) ^5.3.4 -> ^5.4.0 age adoption passing confidence
vitest (source) ^2.0.3 -> ^2.0.5 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/core) ### [`v1.7.6`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#176---2024-08-04) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.5...v1.7.6) ##### Bug Fixes - **(es/codegen)** Print the missing `abstract` in class expression ([#​9372](https://togithub.com/swc-project/swc/issues/9372)) ([c2e3021](https://togithub.com/swc-project/swc/commit/c2e302127fc80970d4b5096c93e29c9ce76a2fe4)) - **(es/decorators)** Use correct class name reference ([#​9375](https://togithub.com/swc-project/swc/issues/9375)) ([badd6a9](https://togithub.com/swc-project/swc/commit/badd6a9ede5bd511763515b3e62bd222f0860968)) - **(es/typescript)** Strip declare export in strip-only mode ([#​9374](https://togithub.com/swc-project/swc/issues/9374)) ([c53cce4](https://togithub.com/swc-project/swc/commit/c53cce41da69ebb3cd9b464c001902d30bdd07ba)) ### [`v1.7.5`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#175---2024-08-02) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.4...v1.7.5) ##### Bug Fixes - **(common)** Fix `StringInput.end_pos` ([#​9362](https://togithub.com/swc-project/swc/issues/9362)) ([5368e18](https://togithub.com/swc-project/swc/commit/5368e189ab5227a5cfdb53dc1105b787665a1c41)) - **(es/parser)** Fix span for unterminated block comments ([#​9361](https://togithub.com/swc-project/swc/issues/9361)) ([dc1b87e](https://togithub.com/swc-project/swc/commit/dc1b87e43ea628791dab48993182ac43cf98c150)) - **(es/parser)** Make `UnterminatedBlockComment` stick to the EOF ([#​9366](https://togithub.com/swc-project/swc/issues/9366)) ([4f0fc6e](https://togithub.com/swc-project/swc/commit/4f0fc6eb65c2b7f7e1e0041a9228a3b7dd7e695a)) - **(es/typescript)** Handle single type statement in if/for/while ([#​9364](https://togithub.com/swc-project/swc/issues/9364)) ([2217730](https://togithub.com/swc-project/swc/commit/221773069b2069ded7eb475cb75a2daa1ec4a752)) - **(es/typescript)** Handle backtick in ASI issue ([#​9367](https://togithub.com/swc-project/swc/issues/9367)) ([6f1716c](https://togithub.com/swc-project/swc/commit/6f1716c4aed447c3311e41603a6399d97540e1fb)) - **(es/typescript)** Analyze import chain ([#​9369](https://togithub.com/swc-project/swc/issues/9369)) ([4f9116f](https://togithub.com/swc-project/swc/commit/4f9116f9259150df3fb3947c809c304809bf5764)) ##### Miscellaneous Tasks - **(deps)** Update rust crate toml to v0.8.19 ([#​9360](https://togithub.com/swc-project/swc/issues/9360)) ([9cd51ce](https://togithub.com/swc-project/swc/commit/9cd51cebdf7e9dd25ebe5057cde63ce7ee0bd0c6)) ### [`v1.7.4`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#174---2024-07-31) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.3...v1.7.4) ##### Bug Fixes - **(es/codegen)** Emit question token for class methods ([#​9342](https://togithub.com/swc-project/swc/issues/9342)) ([636585b](https://togithub.com/swc-project/swc/commit/636585b44d0f74f457b44766f8d6fda68bcc4c09)) - **(es/minifier)** Fix detection of `this` ([#​9339](https://togithub.com/swc-project/swc/issues/9339)) ([77da7cf](https://togithub.com/swc-project/swc/commit/77da7cf24bad5064206ab3e6dc248012d08576cf)) - **(es/minifier)** Fix analysis of for-in/of ([#​9340](https://togithub.com/swc-project/swc/issues/9340)) ([1454ab5](https://togithub.com/swc-project/swc/commit/1454ab54c112c25ca03cbb866aacbd41a16ee60a)) - **(es/minifier)** Preserve flags while dropping elements of `SeqExpr` ([#​8907](https://togithub.com/swc-project/swc/issues/8907)) ([24e8798](https://togithub.com/swc-project/swc/commit/24e87985d4f4cf69a1d4a184d02195c62ded5a7e)) - **(es/typescript)** Fix ASI in expression for fast strip ([#​9358](https://togithub.com/swc-project/swc/issues/9358)) ([3ee82e2](https://togithub.com/swc-project/swc/commit/3ee82e223fe0ce54ad892cc5b009f573d997c60e)) ##### Documentation - **(contributing)** Add warning for `test --all` ([#​9338](https://togithub.com/swc-project/swc/issues/9338)) ([234bb97](https://togithub.com/swc-project/swc/commit/234bb974bc54e9c929fd4cf810bcecab36f760ba)) ##### Miscellaneous Tasks - **(deps)** Update rust crate toml to v0.8.16 ([#​9327](https://togithub.com/swc-project/swc/issues/9327)) ([67aadfa](https://togithub.com/swc-project/swc/commit/67aadfa6c976c60a3a756a1b1fcdcf193d96c51f)) - **(deps)** Update dependency magic-string to v0.30.11 ([#​9345](https://togithub.com/swc-project/swc/issues/9345)) ([ced06e2](https://togithub.com/swc-project/swc/commit/ced06e2da35952c7073fee8aa69cf1a21078cc12)) - **(deps)** Update rust crate toml to v0.8.17 ([#​9349](https://togithub.com/swc-project/swc/issues/9349)) ([d5472cc](https://togithub.com/swc-project/swc/commit/d5472cc344fb4099af3887e6cc1cf8ec2869c33e)) ### [`v1.7.3`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#173---2024-07-27) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.2...v1.7.3) ##### Bug Fixes - **(es/decorators)** Fix TypeScript syntax assertion ([#​9336](https://togithub.com/swc-project/swc/issues/9336)) ([acb3952](https://togithub.com/swc-project/swc/commit/acb3952ae324433c0049619d696f6c61bc9e475c)) ### [`v1.7.2`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#172---2024-07-25) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.1...v1.7.2) ##### Bug Fixes - **(es/ast)** Accept any case of EsVersion during deserialization ([#​9329](https://togithub.com/swc-project/swc/issues/9329)) ([56da6be](https://togithub.com/swc-project/swc/commit/56da6be0e9ff9701f4e0dd5e2972539843cde1cf)) - **(es/typescrupt)** Fix ASI issue in fast ts strip ([#​9332](https://togithub.com/swc-project/swc/issues/9332)) ([57146cf](https://togithub.com/swc-project/swc/commit/57146cf58acb43fb5fa526bfde206c4f147edc6d)) - **(swc_core)** Remove unused `preset_env` ([#​9333](https://togithub.com/swc-project/swc/issues/9333)) ([75bc7bf](https://togithub.com/swc-project/swc/commit/75bc7bfb52f81050f863466ff595ece765ca4fcf)) ##### Documentation - **(bindings/wasm)** Document supported TypeScript version ([#​9334](https://togithub.com/swc-project/swc/issues/9334)) ([66f31c0](https://togithub.com/swc-project/swc/commit/66f31c0af46dea60c51e4155a8887a5d2b441da3)) ### [`v1.7.1`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#171---2024-07-24) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.0...v1.7.1) ##### Bug Fixes - **(bindings/types)** Add missing mangle options ([#​9298](https://togithub.com/swc-project/swc/issues/9298)) ([567f40d](https://togithub.com/swc-project/swc/commit/567f40d7973f25d554770d0138323f6dcfeb67c4)) - **(deps)** Update cargo (patch) ([#​9317](https://togithub.com/swc-project/swc/issues/9317)) ([ea66e84](https://togithub.com/swc-project/swc/commit/ea66e849116aaa569a707ef03762344f0bc06cab)) - **(es/ast)** Make span of binding ident include type ann ([#​9293](https://togithub.com/swc-project/swc/issues/9293)) ([2b32481](https://togithub.com/swc-project/swc/commit/2b324812acce58726292d3053ee7ba95e01a3436)) - **(es/minifier)** Support minifying JSX ([#​9271](https://togithub.com/swc-project/swc/issues/9271)) ([9a6367b](https://togithub.com/swc-project/swc/commit/9a6367b0f661e500219aa3c17ca2ff037e498692)) - **(es/typescript)** Fix typings ([#​9301](https://togithub.com/swc-project/swc/issues/9301)) ([27ca712](https://togithub.com/swc-project/swc/commit/27ca712812421ce7cef7770b1dde790080ce09ea)) - **(es/typescript)** Preserve type assertions ([#​9328](https://togithub.com/swc-project/swc/issues/9328)) ([4d60f52](https://togithub.com/swc-project/swc/commit/4d60f528d1e7f3a1606cb2c288786491dbafbd5b)) - **(es/utils)** Use `$crate` for `quote_ident!()` ([#​9309](https://togithub.com/swc-project/swc/issues/9309)) ([bdaaf47](https://togithub.com/swc-project/swc/commit/bdaaf47cb4fc0146485a567d48449116d0e67e98)) ##### Features - **(allocator)** Feature gate `nightly` via macros ([#​9274](https://togithub.com/swc-project/swc/issues/9274)) ([a31fb58](https://togithub.com/swc-project/swc/commit/a31fb58399cc60ad5052d77b5accd560200a4f3d)) - **(allocator)** Add `maybe` types ([#​9278](https://togithub.com/swc-project/swc/issues/9278)) ([a417ff4](https://togithub.com/swc-project/swc/commit/a417ff4d868b45a2157154e2334b8e1177c369e1)) - **(es/typescript)** Add esm build for fast ts strip ([#​9286](https://togithub.com/swc-project/swc/issues/9286)) ([d10cb9f](https://togithub.com/swc-project/swc/commit/d10cb9ffa29033048d242fc3fb4a35ea5fb1bf16)) ##### Miscellaneous Tasks - **(deps)** Update actions ([#​9311](https://togithub.com/swc-project/swc/issues/9311)) ([475432e](https://togithub.com/swc-project/swc/commit/475432e83aad0191b8ad23e503d9fbe1835be196)) - **(deps)** Update npm (patch) ([#​9318](https://togithub.com/swc-project/swc/issues/9318)) ([9d983c3](https://togithub.com/swc-project/swc/commit/9d983c3864888c3402679ce5498f82e71899c210)) - **(deps)** Update `wasmer` to fix broken Windows build ([#​9322](https://togithub.com/swc-project/swc/issues/9322)) ([a120faf](https://togithub.com/swc-project/swc/commit/a120faf84b178c666b9ac785d27f426f89d10ac6)) - **(deps)** Drop `atty` ([#​9325](https://togithub.com/swc-project/swc/issues/9325)) ([831500e](https://togithub.com/swc-project/swc/commit/831500e24a25b454f496729242e5e5d54c01756a)) ##### Performance - **(allocator)** Use `std` instead of `allocator-api2` ([#​9281](https://togithub.com/swc-project/swc/issues/9281)) ([88723db](https://togithub.com/swc-project/swc/commit/88723dbf19a402c6395d34b71a5a8a712b4bf1bc)) - **(es/codegen)** Use `Vec` from `swc_allocator` ([#​9280](https://togithub.com/swc-project/swc/issues/9280)) ([c1cd0b9](https://togithub.com/swc-project/swc/commit/c1cd0b99c14b03c250f2d278f10480da733e0dfa)) - **(es/codegen)** Optimize using `swc_allocator` ([#​9294](https://togithub.com/swc-project/swc/issues/9294)) ([07376c6](https://togithub.com/swc-project/swc/commit/07376c6fbbf7f945b673e4adf3f4d789c10c7781)) - **(es/helpers)** Use `bool` instead of `AtomicBool` ([#​9321](https://togithub.com/swc-project/swc/issues/9321)) ([8107e98](https://togithub.com/swc-project/swc/commit/8107e985e13e73f408d569655119d0684c166f24)) - **(es/minifier)** Pre-allocate collections ([#​9289](https://togithub.com/swc-project/swc/issues/9289)) ([76fe139](https://togithub.com/swc-project/swc/commit/76fe139334b64c9ba62a98dc5319523d21d633f4)) - **(visit)** Modify `Box` and `Vec` in-place ([#​9291](https://togithub.com/swc-project/swc/issues/9291)) ([ae2ac05](https://togithub.com/swc-project/swc/commit/ae2ac05b94a6f9f6e56c26cde5c8b8e705739f1c)) - **(visit)** Add `#[inline]` ([#​9302](https://togithub.com/swc-project/swc/issues/9302)) ([0b3dbb8](https://togithub.com/swc-project/swc/commit/0b3dbb893752952a0bc7ffc5ba9801291c65f019)) - Enable LTO for benchmarks ([#​9279](https://togithub.com/swc-project/swc/issues/9279)) ([a3020b2](https://togithub.com/swc-project/swc/commit/a3020b2bc77d38fde772b98a14c80deb6c4a6911)) ##### Refactor - Remove unused files ([#​9285](https://togithub.com/swc-project/swc/issues/9285)) ([33284c1](https://togithub.com/swc-project/swc/commit/33284c128ed233878b86ea5f660d9ccfc0f82c53)) ##### Build - Update `rustc` to `nightly-2024-07-21` ([#​9319](https://togithub.com/swc-project/swc/issues/9319)) ([279ea91](https://togithub.com/swc-project/swc/commit/279ea910e001f0c7db8d06bc7a3c48e4d718fed9))
sxzz/eslint-config (@​sxzz/eslint-config) ### [`v3.17.0`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.17.0) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.16.4...v3.17.0) #####    🚀 Features - Add rules type  -  by [@​sxzz](https://togithub.com/sxzz) [(ccb29)](https://togithub.com/sxzz/eslint-config/commit/ccb2947) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.16.4...v3.17.0) ### [`v3.16.4`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.16.4) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.16.3...v3.16.4) #####    🚀 Features - Add eslint-config-inspector  -  by [@​sxzz](https://togithub.com/sxzz) [(79911)](https://togithub.com/sxzz/eslint-config/commit/7991152) - Ignore files from gitignore  -  by [@​sxzz](https://togithub.com/sxzz) [(6a2b3)](https://togithub.com/sxzz/eslint-config/commit/6a2b378) #####    🐞 Bug Fixes - Remove deprecated rules  -  by [@​sxzz](https://togithub.com/sxzz) [(75b6b)](https://togithub.com/sxzz/eslint-config/commit/75b6b94) - Improve name of vue typescript  -  by [@​sxzz](https://togithub.com/sxzz) [(7bea4)](https://togithub.com/sxzz/eslint-config/commit/7bea4d6) - Simplify rules  -  by [@​sxzz](https://togithub.com/sxzz) [(81874)](https://togithub.com/sxzz/eslint-config/commit/818743a) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.16.3...v3.16.4) ### [`v3.16.3`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.16.3) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.16.2...v3.16.3) #####    🐞 Bug Fixes - Disable some TS rules  -  by [@​sxzz](https://togithub.com/sxzz) [(dcdbd)](https://togithub.com/sxzz/eslint-config/commit/dcdbd34) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.16.2...v3.16.3) ### [`v3.16.2`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.16.2) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.16.1...v3.16.2) #####    🐞 Bug Fixes - **deps**: Update dependency typescript-eslint to v8  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/sxzz/eslint-config/issues/97](https://togithub.com/sxzz/eslint-config/issues/97)7 [(bba0d)](https://togithub.com/sxzz/eslint-config/commit/bba0d87) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.16.1...v3.16.2) ### [`v3.16.1`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.16.1) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.16.0...v3.16.1) #####    🐞 Bug Fixes - Disable `unicorn/better-regex`  -  by [@​sxzz](https://togithub.com/sxzz) [(42b9a)](https://togithub.com/sxzz/eslint-config/commit/42b9a32) - **deps**: Update dependency eslint-plugin-unicorn to v55  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/sxzz/eslint-config/issues/95](https://togithub.com/sxzz/eslint-config/issues/95)5 [(00a47)](https://togithub.com/sxzz/eslint-config/commit/00a47ba) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.16.0...v3.16.1) ### [`v3.16.0`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.16.0) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.15.1...v3.16.0) #####    🚀 Features - Add `eslint-plugin-regexp`  -  by [@​sxzz](https://togithub.com/sxzz) [(093aa)](https://togithub.com/sxzz/eslint-config/commit/093aa37) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.15.1...v3.16.0) ### [`v3.15.1`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.15.1) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.15.0...v3.15.1) #####    🚀 Features - Upgrade eslint types to v9  -  by [@​sxzz](https://togithub.com/sxzz) [(15a67)](https://togithub.com/sxzz/eslint-config/commit/15a6760) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.15.0...v3.15.1) ### [`v3.15.0`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.15.0) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.14.0...v3.15.0) #####    🚀 Features - Add jsdoc plugin  -  by [@​sxzz](https://togithub.com/sxzz) [(8dead)](https://togithub.com/sxzz/eslint-config/commit/8dead9b) - Improve sort imports & exports  -  by [@​sxzz](https://togithub.com/sxzz) [(15533)](https://togithub.com/sxzz/eslint-config/commit/15533d3) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.14.0...v3.15.0)
antfu/bumpp (bumpp) ### [`v9.4.2`](https://togithub.com/antfu/bumpp/compare/v9.4.1...3108f7bd0d241cdce57954877f9a739318c9ed28) [Compare Source](https://togithub.com/antfu/bumpp/compare/v9.4.1...v9.4.2)
eslint/eslint (eslint) ### [`v9.8.0`](https://togithub.com/eslint/eslint/compare/v9.7.0...63881dc11299aba1d0960747c199a4cf48d6b9c8) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.7.0...v9.8.0)
oxc-project/oxc (oxc-transform) ### [`v0.23.0`](https://togithub.com/oxc-project/oxc/compare/80118cbf3b62496e440d0362ad3d4a3e9ad2e6fb...e02bac357afdc69c4d65e7642d704fae65e2c68d) [Compare Source](https://togithub.com/oxc-project/oxc/compare/80118cbf3b62496e440d0362ad3d4a3e9ad2e6fb...e02bac357afdc69c4d65e7642d704fae65e2c68d) ### [`v0.22.1`](https://togithub.com/oxc-project/oxc/compare/00c7b7dad449b59e59a6638960b22a05ae57008b...80118cbf3b62496e440d0362ad3d4a3e9ad2e6fb) [Compare Source](https://togithub.com/oxc-project/oxc/compare/00c7b7dad449b59e59a6638960b22a05ae57008b...80118cbf3b62496e440d0362ad3d4a3e9ad2e6fb) ### [`v0.22.0`](https://togithub.com/oxc-project/oxc/compare/0abcf499b7e2c7373ac0388953603ff1cdc719c4...00c7b7dad449b59e59a6638960b22a05ae57008b) [Compare Source](https://togithub.com/oxc-project/oxc/compare/0abcf499b7e2c7373ac0388953603ff1cdc719c4...00c7b7dad449b59e59a6638960b22a05ae57008b)
pnpm/pnpm (pnpm) ### [`v9.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.7.0): pnpm 9.7 [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.6.0...v9.7.0) #### Minor Changes - Added pnpm version management. If the `manage-package-manager-versions` setting is set to `true`, pnpm will switch to the version specified in the `packageManager` field of `package.json` [#​8363](https://togithub.com/pnpm/pnpm/pull/8363). This is the same field used by Corepack. Example: ```json { "packageManager": "pnpm@9.3.0" } ``` - Added the ability to apply patch to all versions [#​8337](https://togithub.com/pnpm/pnpm/pull/8337). If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future. - Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@​version]` to allow the code editor to open the edit dir in the same file tree as the main project [#​8379](https://togithub.com/pnpm/pnpm/issues/8379). - Substitute environment variables in config keys [#​6679](https://togithub.com/pnpm/pnpm/issues/6679). #### Patch Changes - `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#​8293](https://togithub.com/pnpm/pnpm/issues/8293). - Print warnings to stderr [#​8342](https://togithub.com/pnpm/pnpm/pull/8342). - Peer dependencies of optional peer dependencies should be automatically installed [#​8323](https://togithub.com/pnpm/pnpm/issues/8323). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
rollup/rollup (rollup) ### [`v4.20.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4200) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.19.2...v4.20.0) *2024-08-03* ##### Features - Allow plugins to specify the original file name when emitting assets ([#​5596](https://togithub.com/rollup/rollup/issues/5596)) ##### Pull Requests - [#​5596](https://togithub.com/rollup/rollup/pull/5596): Add originalFIleName property to emitted assets ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5599](https://togithub.com/rollup/rollup/pull/5599): chore(deps): update dependency eslint-plugin-unicorn to v55 ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5600](https://togithub.com/rollup/rollup/pull/5600): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.19.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4192) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.19.1...v4.19.2) *2024-08-01* ##### Bug Fixes - Avoid "cannot get value of null" error when using optional chaining with namespaces ([#​5597](https://togithub.com/rollup/rollup/issues/5597)) ##### Pull Requests - [#​5597](https://togithub.com/rollup/rollup/pull/5597): Fix retrieval of literal values for chained namespaces ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.19.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4191) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.19.0...v4.19.1) *2024-07-27* ##### Bug Fixes - Do not remove parantheses when tree-shaking logical expressions ([#​5584](https://togithub.com/rollup/rollup/issues/5584)) - Do not ignore side effects in calls left of an optional chaining operator ([#​5589](https://togithub.com/rollup/rollup/issues/5589)) ##### Pull Requests - [#​5584](https://togithub.com/rollup/rollup/pull/5584): fix: find whitespace from operator position to start ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5587](https://togithub.com/rollup/rollup/pull/5587): docs: improve command by code-group ([@​thinkasany](https://togithub.com/thinkasany), [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5589](https://togithub.com/rollup/rollup/pull/5589): Fix side effect detection in optional chains ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5592](https://togithub.com/rollup/rollup/pull/5592): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5593](https://togithub.com/rollup/rollup/pull/5593): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5594](https://togithub.com/rollup/rollup/pull/5594): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5595](https://togithub.com/rollup/rollup/pull/5595): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot])
privatenumber/tsx (tsx) ### [`v4.16.5`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.5) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.4...v4.16.5) ##### Bug Fixes - **resolver:** directory import nested ".." ([2fada74](https://togithub.com/privatenumber/tsx/commit/2fada74ad363655890695716f762f89276800a46)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.5) ### [`v4.16.4`](https://togithub.com/privatenumber/tsx/releases/tag/v4.16.4) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.3...v4.16.4) ##### Bug Fixes - **resolver:** handle importing ".." ([3cf0b6a](https://togithub.com/privatenumber/tsx/commit/3cf0b6acb9041b782d46345c23f3f48160e05f49)), closes [#​626](https://togithub.com/privatenumber/tsx/issues/626) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.4) ### [`v4.16.3`](https://togithub.com/privatenumber/tsx/compare/v4.16.2...ca4bf11670bdbc29bd5fe413cfa3cedba02c2e4e) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.16.2...v4.16.3)
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)
vitejs/vite (vite) ### [`v5.4.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#540-2024-08-07) - fix(build): windows platform build output path error ([#​17818](https://togithub.com/vitejs/vite/issues/17818)) ([6ae0615](https://togithub.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34)), closes [#​17818](https://togithub.com/vitejs/vite/issues/17818) - fix(deps): update launch-editor to consume fix for windows paths ([#​17828](https://togithub.com/vitejs/vite/issues/17828)) ([cf2f90d](https://togithub.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d)), closes [#​17828](https://togithub.com/vitejs/vite/issues/17828) - fix(ssr): fix `global` variable name conflict ([#​17809](https://togithub.com/vitejs/vite/issues/17809)) ([6aa2206](https://togithub.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6)), closes [#​17809](https://togithub.com/vitejs/vite/issues/17809) - fix(worker): fix `importScripts` injection breaking iife code ([#​17827](https://togithub.com/vitejs/vite/issues/17827)) ([bb4ba9f](https://togithub.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000)), closes [#​17827](https://togithub.com/vitejs/vite/issues/17827) - chore: bump typescript-eslint to v8 ([#​17624](https://togithub.com/vitejs/vite/issues/17624)) ([d1891fd](https://togithub.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196)), closes [#​17624](https://togithub.com/vitejs/vite/issues/17624) - chore(deps): update all non-major dependencies ([#​17820](https://togithub.com/vitejs/vite/issues/17820)) ([bb2f8bb](https://togithub.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a)), closes [#​17820](https://togithub.com/vitejs/vite/issues/17820) - perf(ssr): do a single-pass over AST with node cache arrays ([#​17812](https://togithub.com/vitejs/vite/issues/17812)) ([81327eb](https://togithub.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34)), closes [#​17812](https://togithub.com/vitejs/vite/issues/17812) ### [`v5.3.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small535-2024-07-25-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.4...v5.3.5) - refactor(asset): remove rollup 3 public file watch workaround ([#​16331](https://togithub.com/vitejs/vite/issues/16331)) ([66bdb1d](https://togithub.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc)), closes [#​16331](https://togithub.com/vitejs/vite/issues/16331) - fix: make `server` type less restrictive (fix [#​17627](https://togithub.com/vitejs/vite/issues/17627)) ([#​17628](https://togithub.com/vitejs/vite/issues/17628)) ([b55c32f](https://togithub.com/vitejs/vite/commit/b55c32f7e36ee7cc3754a5d667785d066dece10a)), closes [#​17627](https://togithub.com/vitejs/vite/issues/17627) [#​17628](https://togithub.com/vitejs/vite/issues/17628) - fix: show error if vite client cannot be loaded ([#​17419](https://togithub.com/vitejs/vite/issues/17419)) ([db5ab1d](https://togithub.com/vitejs/vite/commit/db5ab1dfc4fb55c6387136ee31fed35910a046b0)), closes [#​17419](https://togithub.com/vitejs/vite/issues/17419) - fix(build): env output is not stable ([#​17748](https://togithub.com/vitejs/vite/issues/17748)) ([b240a83](https://togithub.com/vitejs/vite/commit/b240a8347e7b62bee9d2212625732bb0d8c78633)), closes [#​17748](https://togithub.com/vitejs/vite/issues/17748) - fix(client): fix vite error path ([#​17744](https://togithub.com/vitejs/vite/issues/17744)) ([3c1bde3](https://togithub.com/vitejs/vite/commit/3c1bde340693e1de89ed2853225a5c1b6812accc)), closes [#​17744](https://togithub.com/vitejs/vite/issues/17744) - fix(css): resolve url aliases with fragments (fix: [#​17690](https://togithub.com/vitejs/vite/issues/17690)) ([#​17691](https://togithub.com/vitejs/vite/issues/17691)) ([d906d3f](https://togithub.com/vitejs/vite/commit/d906d3f8e1199fb9fc09f4c3397a91b274bb65c8)) - fix(deps): update all non-major dependencies ([#​17629](https://togithub.com/vitejs/vite/issues/17629)) ([93281b0](https://togithub.com/vitejs/vite/commit/93281b0e09ff8b00e21c24b80ed796db89cbc1ef)), closes [#​17629](https://togithub.com/vitejs/vite/issues/17629) - fix(importMetaGlob): handle alias that starts with hash ([#​17743](https://togithub.com/vitejs/vite/issues/17743)) ([b58b423](https://togithub.com/vitejs/vite/commit/b58b423ba85a7cede97d00a0160a188770928ae4)), closes [#​17743](https://togithub.com/vitejs/vite/issues/17743) - fix(ssrTransform): sourcemaps with multiple sources ([#​17677](https://togithub.com/vitejs/vite/issues/17677)) ([f321fa8](https://togithub.com/vitejs/vite/commit/f321fa8de2c8cf4f1758365abad4e7b352363a2f)), closes [#​17677](https://togithub.com/vitejs/vite/issues/17677) - chore: extend commit hash ([#​17709](https://togithub.com/vitejs/vite/issues/17709)) ([4fc9b64](https://togithub.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb)), closes [#​17709](https://togithub.com/vitejs/vite/issues/17709) - chore(deps): update all non-major dependencies ([#​17734](https://togithub.com/vitejs/vite/issues/17734)) ([9983731](https://togithub.com/vitejs/vite/commit/998373120c8306326469d4f342690c17774acdf9)), closes [#​17734](https://togithub.com/vitejs/vite/issues/17734) - chore(deps): update typescript ([#​17699](https://togithub.com/vitejs/vite/issues/17699)) ([df5ceb3](https://togithub.com/vitejs/vite/commit/df5ceb35b7f744cfcdfe3a28834f890f35f2b18f)), closes [#​17699](https://togithub.com/vitejs/vite/issues/17699) - revert: fix(logger): truncate log over 5000 characters long ([#​16581](https://togithub.com/vitejs/vite/issues/16581)) ([#​17729](https://togithub.com/vitejs/vite/issues/17729)) ([f4f488f](https://togithub.com/vitejs/vite/commit/f4f488fe83a0b710dd3de34a7075398cfce59605)), closes [#​16581](https://togithub.com/vitejs/vite/issues/16581) [#​17729](https://togithub.com/vitejs/vite/issues/17729)
vitest-dev/vitest (vitest) ### [`v2.0.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5) #####    🚀 Features - Introduce experimental reported tasks  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6149](https://togithub.com/vitest-dev/vitest/issues/6149) [(13d85)](https://togithub.com/vitest-dev/vitest/commit/13d85bd1) - This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go! #####    🐞 Bug Fixes - Show a difference between string characters if both values are strings  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6191](https://togithub.com/vitest-dev/vitest/issues/6191) [(29176)](https://togithub.com/vitest-dev/vitest/commit/291766d7) - `testNamePattern` adds leading space  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6186](https://togithub.com/vitest-dev/vitest/issues/6186) [(073a5)](https://togithub.com/vitest-dev/vitest/commit/073a50c9) - **browser**: - Don't bundle `afterEach` cleanup hooks in node entrypoint  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6192](https://togithub.com/vitest-dev/vitest/issues/6192) [(e6fbc)](https://togithub.com/vitest-dev/vitest/commit/e6fbc620) - UserEvent.setup initiates a separate state for userEvent instance  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6088](https://togithub.com/vitest-dev/vitest/issues/6088) [(883f3)](https://togithub.com/vitest-dev/vitest/commit/883f3482) - Correctly import optimized module in vi.importActual  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6219](https://togithub.com/vitest-dev/vitest/issues/6219) [(804ff)](https://togithub.com/vitest-dev/vitest/commit/804ff2fd) - Passing options to hover/unhover  -  by [@​MNeverOff](https://togithub.com/MNeverOff) in [https://github.com/vitest-dev/vitest/issues/6175](https://togithub.com/vitest-dev/vitest/issues/6175) [(d4c00)](https://togithub.com/vitest-dev/vitest/commit/d4c005bc) - Improve unique CSS selector generation  -  by [@​zacharyvoase](https://togithub.com/zacharyvoase) and **Zack Voase** in [https://github.com/vitest-dev/vitest/issues/6243](https://togithub.com/vitest-dev/vitest/issues/6243) [(e7acd)](https://togithub.com/vitest-dev/vitest/commit/e7acd0cf) - **vitest**: - Remove nuxt from auto inline deps  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(93882)](https://togithub.com/vitest-dev/vitest/commit/93882f38) - Improve `defineProject` and `defineWorkspace` types  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6198](https://togithub.com/vitest-dev/vitest/issues/6198) [(8cd82)](https://togithub.com/vitest-dev/vitest/commit/8cd8272b) - Correctly resolve mocked `node:*` imports in `__mocks__` folder  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6204](https://togithub.com/vitest-dev/vitest/issues/6204) [(a48be)](https://togithub.com/vitest-dev/vitest/commit/a48be6ff) - **web-worker**: - Expose globals on self  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6170](https://togithub.com/vitest-dev/vitest/issues/6170) [(12bb5)](https://togithub.com/vitest-dev/vitest/commit/12bb567e) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5) ### [`v2.0.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v2.0.4) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4) #####    🐞 Bug Fixes - One-line environment options  -  by [@​hahanein](https://togithub.com/hahanein) in [https://github.com/vitest-dev/vitest/issues/5105](https://togithub.com/vitest-dev/vitest/issues/5105) [(38269)](https://togithub.com/vitest-dev/vitest/commit/38269415) - Resolve assets imported with `require`  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6159](https://togithub.com/vitest-dev/vitest/issues/6159) [(807a2)](https://togithub.com/vitest-dev/vitest/commit/807a2cbc) - **browser**: - Don't panic if [@​vitest/browser](https://togithub.com/vitest/browser) is installed outside of project root  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6135](https://togithub.com/vitest-dev/vitest/issues/6135) [(ccfcd)](https://togithub.com/vitest-dev/vitest/commit/ccfcd488) - Set global filepath  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6190](https://togithub.com/vitest-dev/vitest/issues/6190) [(0d0b4)](https://togithub.com/vitest-dev/vitest/commit/0d0b46b1) - Allow preview and open in the editor screenshot error from ui  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/6113](https://togithub.com/vitest-dev/vitest/issues/6113) [(2d620)](https://togithub.com/vitest-dev/vitest/commit/2d62051f) - **coverage**: - Global thresholds to include files from glob thresholds  -  by [@​thor-juhasz](https://togithub.com/thor-juhasz) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6172](https://togithub.com/vitest-dev/vitest/issues/6172) [(02e3f)](https://togithub.com/vitest-dev/vitest/commit/02e3f003) - Consistent type-only file handling  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6183](https://togithub.com/vitest-dev/vitest/issues/6183) [(90576)](https://togithub.com/vitest-dev/vitest/commit/90576148) - Ignore `*.cts` files  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6189](https://togithub.com/vitest-dev/vitest/issues/6189) [(5da45)](https://togithub.com/vitest-dev/vitest/commit/5da45db1) - Add `thresholds..100` option  -  by [@​thor-juhasz](https://togithub.com/thor-juhasz) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6174](https://togithub.com/vitest-dev/vitest/issues/6174) [(f6845)](https://togithub.com/vitest-dev/vitest/commit/f68453f8) - **spy**: - Fix `mockImplementation` for function overload and unions  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6181](https://togithub.com/vitest-dev/vitest/issues/6181) [(7a75b)](https://togithub.com/vitest-dev/vitest/commit/7a75bd4c) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 was generated by Mend Renovate. View the repository job log.

stackblitz[bot] commented 4 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

socket-security[bot] commented 3 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

View full report↗︎