jdf2e / nutui

京东风格的移动端 Vue 组件库,支持多端小程序(A Vue.js UI Toolkit for Mobile Web)
https://nutui.jd.com
MIT License
6.01k stars 814 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.2.2 -> ^19.3.0 age adoption passing confidence
@eslint/config-inspector ^0.4.6 -> ^0.4.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.7.0 -> ^7.7.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.7.0 -> ^7.7.1 age adoption passing confidence
@vitest/coverage-istanbul (source) ^1.5.0 -> ^1.5.1 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.5.0 -> ^1.5.1 age adoption passing confidence
@vitest/ui (source) ^1.5.0 -> ^1.5.1 age adoption passing confidence
stylelint (source) ^16.3.1 -> ^16.4.0 age adoption passing confidence
typescript-eslint (source) ^7.7.0 -> ^7.7.1 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.0.27 -> ^7.1.2 age adoption passing confidence
vitest (source) ^1.5.0 -> ^1.5.1 age adoption passing confidence
vue (source) ^3.4.23 -> ^3.4.25 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli) ### [`v19.3.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1930-2024-04-23) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v19.2.2...v19.3.0) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli) #### [19.2.2](https://togithub.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli) #### [19.2.1](https://togithub.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1) (2024-03-19) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
eslint/config-inspector (@​eslint/config-inspector) ### [`v0.4.7`](https://togithub.com/eslint/config-inspector/blob/HEAD/CHANGELOG.md#047-2024-04-22) [Compare Source](https://togithub.com/eslint/config-inspector/compare/v0.4.6...v0.4.7) ##### Bug Fixes - patch bundle-require ([179bc64](https://togithub.com/eslint/config-inspector/commit/179bc643871c97e4c57e423ee94d5b52d8c3f675)) ##### Chores - lint ([deae1a3](https://togithub.com/eslint/config-inspector/commit/deae1a3d46d4c96bdaf728b0b1f9270b3cc10554)) - update deps ([e3fcad5](https://togithub.com/eslint/config-inspector/commit/e3fcad5791d5b4f2f195b0c4e497aaab927973a3))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unsafe-assignment] handle shorthand property assignment - **eslint-plugin:** \[explicit-function-return-type] fix checking wrong ancestor's return type - **eslint-plugin:** \[prefer-optional-chain] only look at left operand for `requireNullish` - **eslint-plugin:** \[no-for-in-array] refine report location - **eslint-plugin:** \[no-unnecessary-type-assertion] allow non-null assertion for void type ##### ❤️ Thank You - Abraham Guo - Kirk Waiblinger - YeonJuan 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) ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) This was a version bump only for parser to align it with other projects, there were no code changes. 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-istanbul) ### [`v1.5.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.5.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1) #####    🚀 Features - **api**: `startVitest()` to accept `stdout` and `stdin`  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5493](https://togithub.com/vitest-dev/vitest/issues/5493) [(780b1)](https://togithub.com/vitest-dev/vitest/commit/780b187f) - This is listed as a feature, but it doesn't increase the minor version because `startVitest` API is experimental and doesn't follow semver. #####    🐞 Bug Fixes - Close vite servers on all resolved projects  -  by [@​surc54](https://togithub.com/surc54) in [https://github.com/vitest-dev/vitest/issues/5544](https://togithub.com/vitest-dev/vitest/issues/5544) [(413ec)](https://togithub.com/vitest-dev/vitest/commit/413ec5e6) - Fix default `import.meta.env.PROD: false`  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5561](https://togithub.com/vitest-dev/vitest/issues/5561) [(9c649)](https://togithub.com/vitest-dev/vitest/commit/9c64967f) - Resolve cwd correctly when initiating projects  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5582](https://togithub.com/vitest-dev/vitest/issues/5582) [(ec9d7)](https://togithub.com/vitest-dev/vitest/commit/ec9d7c93) - Always run `onTestFinished` in reverse order  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5598](https://togithub.com/vitest-dev/vitest/issues/5598) [(23f29)](https://togithub.com/vitest-dev/vitest/commit/23f29cea) - **browser**: - Disable `fileParallelism` by default on browser pool  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5528](https://togithub.com/vitest-dev/vitest/issues/5528) [(5c69f)](https://togithub.com/vitest-dev/vitest/commit/5c69f3f5) - Dispose tester iframe on done  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5595](https://togithub.com/vitest-dev/vitest/issues/5595) [(b2135)](https://togithub.com/vitest-dev/vitest/commit/b2135710) - **coverage**: - Fix bundling of `v8-to-istanbul`  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5549](https://togithub.com/vitest-dev/vitest/issues/5549) [(df6a4)](https://togithub.com/vitest-dev/vitest/commit/df6a4328) - Prevent crash when `cleanOnRerun` is disabled  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5540](https://togithub.com/vitest-dev/vitest/issues/5540) [(ea3c1)](https://togithub.com/vitest-dev/vitest/commit/ea3c16e4) - `thresholds` to compare files relative to root  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5574](https://togithub.com/vitest-dev/vitest/issues/5574) [(80265)](https://togithub.com/vitest-dev/vitest/commit/80265b40) - **expect**: - Fix `toEqual` and `toMatchObject` with circular references  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5535](https://togithub.com/vitest-dev/vitest/issues/5535) [(9e641)](https://togithub.com/vitest-dev/vitest/commit/9e6417c9) - **vitest**: - Fix false positive file filter match with leading slash  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5578](https://togithub.com/vitest-dev/vitest/issues/5578) [(316eb)](https://togithub.com/vitest-dev/vitest/commit/316eb739) - Watch the output directory correctly  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5584](https://togithub.com/vitest-dev/vitest/issues/5584) [(e40f9)](https://togithub.com/vitest-dev/vitest/commit/e40f9924) - StubEnv casts boolean on PROD/SSR/DEV  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5590](https://togithub.com/vitest-dev/vitest/issues/5590) [(4da88)](https://togithub.com/vitest-dev/vitest/commit/4da88045) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1)
stylelint/stylelint (stylelint) ### [`v16.4.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1640) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.3.1...16.4.0) - Added: `no-unknown-custom-media` ([#​7594](https://togithub.com/stylelint/stylelint/pull/7594)) ([@​fpetrakov](https://togithub.com/fpetrakov)). - Added: `ignoreLonghands: []` to `declaration-block-no-redundant-longhand-properties` ([#​7611](https://togithub.com/stylelint/stylelint/pull/7611)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Added: `ignore: ["keyframe-selectors"]` to `rule-selector-property-disallowed-list` ([#​7572](https://togithub.com/stylelint/stylelint/pull/7572)) ([@​emmacharp](https://togithub.com/emmacharp)). - Added: experimental support for post processors ([#​7568](https://togithub.com/stylelint/stylelint/pull/7568)) ([@​YuanboXue-Amber](https://togithub.com/YuanboXue-Amber)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix conflicts ([#​7626](https://togithub.com/stylelint/stylelint/pull/7626)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `text-decoration` ([#​7611](https://togithub.com/stylelint/stylelint/pull/7611)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `border` ([#​7585](https://togithub.com/stylelint/stylelint/pull/7585)) ([@​fpetrakov](https://togithub.com/fpetrakov)). - Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `font` and `border` ([#​7606](https://togithub.com/stylelint/stylelint/pull/7606)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-calc-no-unspaced-operator` false negatives for some math functions ([#​7619](https://togithub.com/stylelint/stylelint/pull/7619)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-no-unknown` false positives for `anchor` and `anchor-size` ([#​7607](https://togithub.com/stylelint/stylelint/pull/7607)) ([@​Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-max-attribute` end positions ([#​7592](https://togithub.com/stylelint/stylelint/pull/7592)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-class` end positions ([#​7590](https://togithub.com/stylelint/stylelint/pull/7590)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-combinators` end positions ([#​7596](https://togithub.com/stylelint/stylelint/pull/7596)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-compound-selectors` end positions ([#​7599](https://togithub.com/stylelint/stylelint/pull/7599)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-pseudo-class` end positions ([#​7598](https://togithub.com/stylelint/stylelint/pull/7598)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-universal` end positions ([#​7597](https://togithub.com/stylelint/stylelint/pull/7597)) ([@​romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positives for experimental and deprecated HTML tags ([#​7612](https://togithub.com/stylelint/stylelint/pull/7612)) ([@​Mouvedia](https://togithub.com/Mouvedia)).
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. 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.
vuejs/devtools-next (vite-plugin-vue-devtools) ### [`v7.1.2`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.2) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.1...v7.1.2) #####    🐞 Bug Fixes - **vite**: Ensure inject overlay before app mounted  -  by [@​webfansplz](https://togithub.com/webfansplz) [(aed6f)](https://togithub.com/vuejs/devtools-next/commit/aed6fbe) #####     [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.1...v7.1.2) ### [`v7.1.1`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.1) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.1.0...v7.1.1) #####    🐞 Bug Fixes - **shared**: Move `useDevToolsColorMode` function to ui package  -  by [@​webfansplz](https://togithub.com/webfansplz) [(1bc15)](https://togithub.com/vuejs/devtools-next/commit/1bc150e) #####     [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.1.0...v7.1.1) ### [`v7.1.0`](https://togithub.com/vuejs/devtools-next/releases/tag/v7.1.0) [Compare Source](https://togithub.com/vuejs/devtools-next/compare/v7.0.27...v7.1.0) #####    🚀 Features - New components/pinia/router panel  -  by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/345](https://togithub.com/vuejs/devtools-next/issues/345) [(6359b)](https://togithub.com/vuejs/devtools-next/commit/6359b3e) - **client**: Auto scroll to component tree after inspected  -  by [@​JianJroh](https://togithub.com/JianJroh) in [https://github.com/vuejs/devtools-next/issues/308](https://togithub.com/vuejs/devtools-next/issues/308) [(6ab1a)](https://togithub.com/vuejs/devtools-next/commit/6ab1abc) - **vite**: Show asset importers  -  by [@​LoTwT](https://togithub.com/LoTwT) in [https://github.com/vuejs/devtools-next/issues/334](https://togithub.com/vuejs/devtools-next/issues/334) [(318c8)](https://togithub.com/vuejs/devtools-next/commit/318c8e8) #####    🐞 Bug Fixes - **deps**: Update dependency vite-plugin-vue-inspector to v5  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/vuejs/devtools-next/issues/338](https://togithub.com/vuejs/devtools-next/issues/338)8 [(04c3a)](https://togithub.com/vuejs/devtools-next/commit/04c3ab9) - **kit**: Unregister app instance when instance is unmounted  -  by [@​Azurewarth0920](https://togithub.com/Azurewarth0920) in [https://github.com/vuejs/devtools-next/issues/340](https://togithub.com/vuejs/devtools-next/issues/340) [(5da5a)](https://togithub.com/vuejs/devtools-next/commit/5da5a6c) - **vite**: Apply vite server base url  -  by [@​webfansplz](https://togithub.com/webfansplz) in [https://github.com/vuejs/devtools-next/issues/335](https://togithub.com/vuejs/devtools-next/issues/335) [(4317b)](https://togithub.com/vuejs/devtools-next/commit/4317b47) #####     [View changes on GitHub](https://togithub.com/vuejs/devtools-next/compare/v7.0.27...v7.1.0)
vuejs/core (vue) ### [`v3.4.25`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3425-2024-04-24) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.24...v3.4.25) ##### Bug Fixes - **defineModel:** align prod mode runtime type generation with defineProps ([4253a57](https://togithub.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d)), closes [#​10769](https://togithub.com/vuejs/core/issues/10769) - **runtime-core:** properly get keepAlive child ([#​10772](https://togithub.com/vuejs/core/issues/10772)) ([3724693](https://togithub.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783)), closes [#​10771](https://togithub.com/vuejs/core/issues/10771) - **runtime-core:** use normal object as internal prototype for attrs and slots ([064e82f](https://togithub.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d)), closes [/github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923](https://togithub.com//github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add/issues/r141304923) ### [`v3.4.24`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3424-2024-04-22) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.23...v3.4.24) ##### Bug Fixes - **compiler-core:** handle template ref bound via v-bind object on v-for ([#​10706](https://togithub.com/vuejs/core/issues/10706)) ([da7adef](https://togithub.com/vuejs/core/commit/da7adefa844265eecc9c336abfc727bc05b4f16e)), closes [#​10696](https://togithub.com/vuejs/core/issues/10696) - **compiler-core:** properly parse await expressions in edge cases ([b92c25f](https://togithub.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940)), closes [#​10754](https://togithub.com/vuejs/core/issues/10754) - **compiler-sfc:** handle readonly operator and ReadonlyArray/Map/Set types ([5cef52a](https://togithub.com/vuejs/core/commit/5cef52a5c23ba8ba3239e6def03b8ff008d3cc72)), closes [#​10726](https://togithub.com/vuejs/core/issues/10726) - **compiler-ssr:** fix hydration mismatch for conditional slot in transition ([f12c81e](https://togithub.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7)), closes [#​10743](https://togithub.com/vuejs/core/issues/10743) - **compiler-ssr:** fix v-html SSR for nullish values ([1ff4076](https://togithub.com/vuejs/core/commit/1ff407676f9495883b459779a9b0370d7588b51f)), closes [#​10725](https://togithub.com/vuejs/core/issues/10725) - **deps:** update compiler ([#​10760](https://togithub.com/vuejs/core/issues/10760)) ([15df5c1](https://togithub.com/vuejs/core/commit/15df5c1b261b9b471eb811fd47ab7b3cfc41cf83)) - **runtime-core:** fix edge case of KeepAlive inside Transition with slot children ([#​10719](https://togithub.com/vuejs/core/issues/10719)) ([e51ca61](https://togithub.com/vuejs/core/commit/e51ca61ca060b2772e967d169548fc2f58fce6d1)), closes [#​10708](https://togithub.com/vuejs/core/issues/10708) - **runtime-core:** further fix slots \_ctx check ([cde7f05](https://togithub.com/vuejs/core/commit/cde7f05787d16dbb93d9419ef5331adf992816fd)), closes [#​10724](https://togithub.com/vuejs/core/issues/10724) - **runtime-core:** props should be readonly via direct template access ([b93f264](https://togithub.com/vuejs/core/commit/b93f26464785de227b88c51a88328ae80e80d804)), closes [#​8216](https://togithub.com/vuejs/core/issues/8216) [#​10736](https://togithub.com/vuejs/core/issues/10736) - **transition:** transition is breaking/flickering when enter is canceled ([#​10688](https://togithub.com/vuejs/core/issues/10688)) ([65109a7](https://togithub.com/vuejs/core/commit/65109a70f187473edae8cf4df11af3c33345e6f6))

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.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 84.04%. Comparing base (87c0518) to head (61c4de4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v4 #3047 +/- ## ======================================= Coverage 84.04% 84.04% ======================================= Files 221 221 Lines 23121 23121 Branches 2490 2491 +1 ======================================= + Hits 19431 19432 +1 + Misses 3672 3671 -1 Partials 18 18 ```

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