vuejs / babel-plugin-jsx

JSX for Vue 3
https://vue-jsx-explorer.netlify.app
MIT License
1.7k stars 143 forks source link

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

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.11.0 -> ^20.11.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.18.1 -> ^6.19.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
@vue/runtime-dom (source) ^3.4.11 -> ^3.4.15 age adoption passing confidence
bumpp ^9.2.1 -> ^9.3.0 age adoption passing confidence
prettier (source) ^3.2.0 -> ^3.2.4 age adoption passing confidence
vitest (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
vue (source) ^3.4.11 -> ^3.4.15 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.19.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6190-2024-01-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.18.1...v6.19.0) ##### 🚀 Features - **eslint-plugin:** \[prefer-promise-reject-errors] add rule - **eslint-plugin:** \[no-array-delete] add new rule - **eslint-plugin:** \[no-useless-template-literals] add fix suggestions ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression - **eslint-plugin:** \[no-unnecesary-type-assertion] treat unknown/any as nullable ##### ❤️ Thank You - auvred - Brad Zacher - Josh Goldberg ✨ - Joshua Chen - LJX - Steven - StyleShit 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.
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v1.2.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.2.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.2.0...v1.2.1) #####    🐞 Bug Fixes - **browser**: - Apply inlined workspace config to browser mode vite server  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4947](https://togithub.com/vitest-dev/vitest/issues/4947) [(db01f)](https://togithub.com/vitest-dev/vitest/commit/db01f6c2) - Fix browser testing url for https  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4855](https://togithub.com/vitest-dev/vitest/issues/4855) [(6c1cc)](https://togithub.com/vitest-dev/vitest/commit/6c1cc78b) - Don't fail when calling vi.useFakeTimers  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4992](https://togithub.com/vitest-dev/vitest/issues/4992) [(6c5fe)](https://togithub.com/vitest-dev/vitest/commit/6c5fe49b) - **coverage**: - `thresholds.autoUpdate` to work with arrow function configuration files  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/4959](https://togithub.com/vitest-dev/vitest/issues/4959) [(4b411)](https://togithub.com/vitest-dev/vitest/commit/4b41131a) - **expect**: - Implement chai inspect for `AsymmetricMatcher`  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4942](https://togithub.com/vitest-dev/vitest/issues/4942) [(06bae)](https://togithub.com/vitest-dev/vitest/commit/06bae4dd) - **vite-node**: - Externalize network imports  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4987](https://togithub.com/vitest-dev/vitest/issues/4987) [(21f57)](https://togithub.com/vitest-dev/vitest/commit/21f5744d) - **vitest**: - Handle single `await vi.hoisted`  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4962](https://togithub.com/vitest-dev/vitest/issues/4962) [(dcf2e)](https://togithub.com/vitest-dev/vitest/commit/dcf2e9f2) - Simplify hoist transform check regex to avoid expensive regex match  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4974](https://togithub.com/vitest-dev/vitest/issues/4974) [(df0db)](https://togithub.com/vitest-dev/vitest/commit/df0db6a9) - Correctly find module if it has a version query  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4976](https://togithub.com/vitest-dev/vitest/issues/4976) [(952c3)](https://togithub.com/vitest-dev/vitest/commit/952c31df) - Check color support for intercepted console logging  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/4966](https://togithub.com/vitest-dev/vitest/issues/4966) [(39a71)](https://togithub.com/vitest-dev/vitest/commit/39a7169c) - Use development/production conditions when resolving external modules  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4980](https://togithub.com/vitest-dev/vitest/issues/4980) [(8877e)](https://togithub.com/vitest-dev/vitest/commit/8877e22a) - Throw a syntax error if vi.hoisted is directly exported  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4969](https://togithub.com/vitest-dev/vitest/issues/4969) [(f8bff)](https://togithub.com/vitest-dev/vitest/commit/f8bff9ef) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.2.0...v1.2.1)
vuejs/core (@​vue/runtime-dom) ### [`v3.4.15`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3415-2024-01-18) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.14...v3.4.15) ##### Bug Fixes - **compiler-sfc:** fix type resolution for symlinked node_modules structure w/ pnpm ([75e866b](https://togithub.com/vuejs/core/commit/75e866bd4ef368b4e037a4933dbaf188920dc683)), closes [#​10121](https://togithub.com/vuejs/core/issues/10121) - correct url for production error reference links ([c3087ff](https://togithub.com/vuejs/core/commit/c3087ff2cce7d96c60a870f8233441311ab4dfb4)) - **hydration:** fix incorect mismatch warning for option with non-string value and inner text ([d16a213](https://togithub.com/vuejs/core/commit/d16a2138a33b106b9e1499bbb9e1c67790370c97)) - **reactivity:** re-fix [#​10114](https://togithub.com/vuejs/core/issues/10114) ([#​10123](https://togithub.com/vuejs/core/issues/10123)) ([c2b274a](https://togithub.com/vuejs/core/commit/c2b274a887f61deb7e0185d1bef3b77d31e991cc)) - **runtime-core:** should not warn out-of-render slot fn usage when mounting another app in setup ([#​10125](https://togithub.com/vuejs/core/issues/10125)) ([6fa33e6](https://togithub.com/vuejs/core/commit/6fa33e67ec42af140a86fbdb86939032c3a1f345)), closes [#​10124](https://togithub.com/vuejs/core/issues/10124) ##### Performance Improvements - **templateRef:** avoid double render when using template ref on v-for ([de4d2e2](https://togithub.com/vuejs/core/commit/de4d2e2143ea8397cebeb1c7a57a60007b283c9f)), closes [#​9908](https://togithub.com/vuejs/core/issues/9908) - **v-model:** optimize v-model multiple select w/ large lists ([2ffb956](https://togithub.com/vuejs/core/commit/2ffb956efe692da059f4895669084c5278871351)), closes [#​10014](https://togithub.com/vuejs/core/issues/10014) ### [`v3.4.14`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3414-2024-01-15) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.13...v3.4.14) ##### Bug Fixes - **compiler-sfc:** enable prefixIdentifiers by default when reparsing on consumed AST ([#​10105](https://togithub.com/vuejs/core/issues/10105)) ([48bf8e4](https://togithub.com/vuejs/core/commit/48bf8e4c708ec620e4852d71c8713394457108ee)) - **deps:** update dependency postcss to ^8.4.33 ([#​10110](https://togithub.com/vuejs/core/issues/10110)) ([a557006](https://togithub.com/vuejs/core/commit/a557006f8e7f110c6f322de38931dceaab8e9cbb)) - **reactivity:** fix regression for computed with mutation ([#​10119](https://togithub.com/vuejs/core/issues/10119)) ([20f62af](https://togithub.com/vuejs/core/commit/20f62afaafd422e42b99dde9c16f9a4ebfb9c5f7)), closes [#​10114](https://togithub.com/vuejs/core/issues/10114) ### [`v3.4.13`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3413-2024-01-13) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.12...v3.4.13) ##### Bug Fixes - **reactivity:** fix dirtyLevel checks for recursive effects ([#​10101](https://togithub.com/vuejs/core/issues/10101)) ([e45a8d2](https://togithub.com/vuejs/core/commit/e45a8d24b46c174deb46ed952bdaf54c81ad5a85)), closes [#​10082](https://togithub.com/vuejs/core/issues/10082) ### [`v3.4.12`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3412-2024-01-13) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.11...v3.4.12) ##### Reverts - fix(reactivity): correct dirty assign in render function ([#​10091](https://togithub.com/vuejs/core/issues/10091)) ([8b18481](https://togithub.com/vuejs/core/commit/8b1848173b0bc8fd84ce1da1af8d373c044bf073)), closes [#​10098](https://togithub.com/vuejs/core/issues/10098) [#​10100](https://togithub.com/vuejs/core/issues/10100)
antfu/bumpp (bumpp) ### [`v9.3.0`](https://togithub.com/antfu/bumpp/releases/tag/v9.3.0) [Compare Source](https://togithub.com/antfu/bumpp/compare/v9.2.1...v9.3.0) #####    🚀 Features - **parse**: Check pnpm-workspace.yaml to fetch the package.json  -  by [@​Jannchie](https://togithub.com/Jannchie) in [https://github.com/antfu/bumpp/issues/25](https://togithub.com/antfu/bumpp/issues/25) [(34509)](https://togithub.com/antfu/bumpp/commit/3450981) #####    🐞 Bug Fixes - Tsup build esm import `ReleaseType` error  -  by [@​dockfries](https://togithub.com/dockfries) in [https://github.com/antfu/bumpp/issues/22](https://togithub.com/antfu/bumpp/issues/22) [(61500)](https://togithub.com/antfu/bumpp/commit/615001b) - Allow creating empty commits  -  by [@​auvred](https://togithub.com/auvred) in [https://github.com/antfu/bumpp/issues/23](https://togithub.com/antfu/bumpp/issues/23) [(1e07b)](https://togithub.com/antfu/bumpp/commit/1e07b7c) #####     [View changes on GitHub](https://togithub.com/antfu/bumpp/compare/v9.2.1...v9.3.0)
prettier/prettier (prettier) ### [`v3.2.4`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#324) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.3...3.2.4) [diff](https://togithub.com/prettier/prettier/compare/3.2.3...3.2.4) ##### Fix incorrect parser inference ([#​15947](https://togithub.com/prettier/prettier/pull/15947) by [@​fisker](https://togithub.com/fisker)) Files like `.eslintrc.json` were incorrectly formatted as JSONC files. ```jsx // Input prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "jsonc" } // Prettier 3.2.4 prettier --file-info .eslintrc.json { "ignored": false, "inferredParser": "json" } ``` ### [`v3.2.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#323) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.2...3.2.3) [diff](https://togithub.com/prettier/prettier/compare/3.2.2...3.2.3) ##### Throw errors for invalid code ([#​15881](https://togithub.com/prettier/prettier/pull/15881) by [@​fisker](https://togithub.com/fisker), [@​Josh-Cena](https://togithub.com/Josh-Cena), [@​auvred](https://togithub.com/auvred)) ```ts // Input 1++; // Prettier 3.2.2 1++; // Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) > 1 | 1++; | ^ ``` ```ts // Input try {} catch (error = 1){} // Prettier 3.2.2 try { } catch (error) {} // Prettier 3.2.3 SyntaxError: Catch clause variable cannot have an initializer. (1:23) > 1 | try {} catch (error = 1){} | ^ ``` ##### Fix parser inference ([#​15927](https://togithub.com/prettier/prettier/pull/15927) by [@​fisker](https://togithub.com/fisker)) ```console // Prettier 3.2.2 prettier --file-info tsconfig.json { "ignored": false, "inferredParser": "json" } // Prettier 3.2.3 prettier --file-info tsconfig.json { "ignored": false, "inferredParser": "jsonc" } ``` ### [`v3.2.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#322) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.1...3.2.2) [diff](https://togithub.com/prettier/prettier/compare/3.2.1...3.2.2) ##### Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute ([#​15896](https://togithub.com/prettier/prettier/pull/15896) by [@​eelco](https://togithub.com/eelco)) For example this code would crash before: ```jsx ``` ##### Fix formatting error on optional call expression and member chain ([#​15920](https://togithub.com/prettier/prettier/pull/15920) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```jsx // Input a(() => {}, c?.d()); // Prettier 3.2.1 TypeError: Cannot read properties of undefined (reading 'type') // Prettier 3.2.2 a(() => {}, c?.d()); ``` ### [`v3.2.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#321) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.0...3.2.1) [diff](https://togithub.com/prettier/prettier/compare/3.2.0...3.2.1) ##### Fix formatting error on member chain ([#​15915](https://togithub.com/prettier/prettier/pull/15915) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```jsx // Input test().test2().test2(thing?.something); // Prettier 3.2.0 TypeError: Cannot read properties of undefined (reading 'type') // Prettier 3.2.1 test().test2().test2(thing?.something); ```

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

netlify[bot] commented 6 months ago

Deploy Preview for vue-jsx-explorer ready!

Name Link
Latest commit 6dcc4d97b7c3ea0c1b95895e74ee673a36cc221c
Latest deploy log https://app.netlify.com/sites/vue-jsx-explorer/deploys/65acdfa3cadf4a00075c2a15
Deploy Preview https://deploy-preview-688--vue-jsx-explorer.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.