Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) 3.1.2 -> 3.2.4 age confidence
@vitest/eslint-plugin 1.1.44 -> 1.3.4 age confidence
vitest (source) 3.1.2 -> 3.2.4 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0: v1.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.7...v1.3.0

v1.2.7

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.2...v1.2.3

v1.2.2

Compare Source

Bug Fixes
  • valid-title: Added support for call signatures as well (#​710) (6a06cf9)

v1.2.1

Compare Source

Bug Fixes
  • valid-title: Please allow function-typed variables and aliases as valid describe titles (#​708) (76653c9)

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.44...v1.2.0


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 5, 2025
@renovate renovate bot requested a review from Shinigami92 as a code owner May 5, 2025 22:34
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 94.74% (🎯 90%)
🟰 ±0%
2724 / 2875
🟢 Statements 94.74% (🎯 90%)
🟰 ±0%
2724 / 2875
🟢 Functions 96.42% (🎯 90%)
🟰 ±0%
108 / 112
🟢 Branches 92.88% (🎯 90%)
🟰 ±0%
653 / 703
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Unchanged Files
src/doctype-shortcut-registry.ts 100% 100% 100% 100%
src/index.ts 93.18% 100% 71.42% 93.18% 79-81, 84-86
src/logger.ts 77.46% 90.9% 81.81% 77.46% 37-46, 93-94, 153-157
src/printer.ts 94.35% 94.01% 100% 94.35% 337-338, 374-375, 524-526, 538-547, 552-565, 613-649, 665-666, 704-705, 790-794, 1143-1144, 1237-1238, 1265, 1274-1275, 1566-1567, 1613-1614, 1980-1986, 2024-2029
src/options/common.ts 100% 100% 100% 100%
src/options/constants.ts 100% 100% 100% 100%
src/options/converge.ts 100% 60% 100% 100%
src/options/index.ts 100% 100% 100% 100%
src/options/pug-attribute-separator.ts 89.74% 75% 100% 89.74% 52-55
src/options/pug-class-location.ts 100% 100% 100% 100%
src/options/pug-class-notation.ts 100% 100% 100% 100%
src/options/pug-closing-bracket-indent-depth.ts 100% 100% 100% 100%
src/options/pug-comment-preserve-spaces.ts 100% 100% 100% 100%
src/options/pug-explicit-div.ts 100% 100% 100% 100%
src/options/pug-framework.ts 100% 100% 100% 100%
src/options/pug-id-notation.ts 100% 100% 100% 100%
src/options/pug-preserve-attribute-brackets.ts 100% 100% 100% 100%
src/options/pug-preserve-whitespace.ts 100% 100% 100% 100%
src/options/pug-single-file-component-indentation.ts 100% 100% 100% 100%
src/options/pug-wrap-attributes.ts 100% 100% 100% 100%
src/options/types.ts 100% 100% 100% 100%
src/options/attribute-sorting/index.ts 100% 100% 100% 100%
src/options/attribute-sorting/utils.ts 95.69% 94.44% 100% 95.69% 82-83, 94-95
src/options/empty-attributes/index.ts 100% 100% 100% 100%
src/options/empty-attributes/types.ts 100% 100% 100% 100%
src/options/empty-attributes/utils.ts 100% 100% 100% 100%
src/utils/angular.ts 100% 100% 100% 100%
src/utils/common.ts 89.67% 86.11% 100% 89.67% 19-20, 27-28, 56-57, 258-259, 262-263, 269-272, 331-332
src/utils/script-mime-types.ts 87.5% 83.33% 100% 87.5% 42-43, 49-50
src/utils/svelte.ts 100% 100% 100% 100%
src/utils/vue.ts 100% 100% 100% 100%
Generated in workflow #815 for commit 1440ee3 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/vitest branch from a3acdaf to 10fc9a3 Compare May 16, 2025 19:21
@renovate renovate bot changed the title Update vitest to v3.1.3 Update vitest May 16, 2025
@renovate renovate bot force-pushed the renovate/vitest branch from 10fc9a3 to 1f4a1c8 Compare May 19, 2025 16:42
@renovate renovate bot force-pushed the renovate/vitest branch 3 times, most recently from 4e46445 to d8aa105 Compare June 3, 2025 22:29
@renovate renovate bot force-pushed the renovate/vitest branch 5 times, most recently from 68c63aa to f6d27a1 Compare June 12, 2025 22:28
@renovate renovate bot force-pushed the renovate/vitest branch 3 times, most recently from b7e8441 to 877aa9b Compare June 17, 2025 23:42
@renovate renovate bot force-pushed the renovate/vitest branch 2 times, most recently from 1d7be55 to 96377c5 Compare July 1, 2025 18:57
@renovate renovate bot force-pushed the renovate/vitest branch 3 times, most recently from 472a7e2 to 2a6527b Compare August 11, 2025 15:12
@renovate renovate bot force-pushed the renovate/vitest branch from 2a6527b to 1440ee3 Compare August 11, 2025 15:15
@Shinigami92 Shinigami92 merged commit b32016c into main Aug 11, 2025
10 checks passed
@Shinigami92 Shinigami92 deleted the renovate/vitest branch August 11, 2025 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants