Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@vitest/eslint-plugin ^1.1.31 -> ^1.5.1 age confidence
jsdom ^26.0.0 -> ^26.1.0 age confidence
vitest (source) ^3.0.5 -> ^3.2.4 age confidence

Release Notes

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.5.1

Compare Source

   🐞 Bug Fixes
  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @​y-hsgw in #​832 (4ea56)
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names  -  by @​y-hsgw in #​828 (54be6)
    View changes on GitHub

What's Changed

  • fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @​y-hsgw in #​828
  • feat: Add rule to recommended Vitest ESLint config by @​y-hsgw in #​827

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0

v1.4.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4

v1.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.2

Compare Source

   🚀 Features
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.1...v1.4.2

v1.4.1

Compare Source

No significant changes

    View changes on GitHub

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.23

Compare Source

No significant changes

    View changes on GitHub

v1.3.22

Compare Source

No significant changes

    View changes on GitHub

v1.3.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.19

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.15

Compare Source

No significant changes

    View changes on GitHub

v1.3.14

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.13

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.8

Compare Source

No significant changes

    View changes on GitHub

v1.3.7

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.6

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.5

Compare Source

Bug Fixes
  • docs: fix incorrect rule name in vitest/require-mock-type-parameters example (#​740) (d48741a)
Features
  • prefer-describe-function-title: Check for unnecessary .name (#​744) (5f1fe04)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.3.4...v1.3.5

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

  • Add no-importing-from-vitest-globals and prefer-importing-from-vitest-globals rules by @​samuelko123 in #​711

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

  • fix(valid-title): Please allow function-typed variables and aliases as valid describe titles by @​y-hsgw in #​708

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

v1.1.44

Compare Source

What's Changed

New Contributors

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

v1.1.43

Compare Source

Features
What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.42...v1.1.43

v1.1.42

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.40...v1.1.42

v1.1.40

Compare Source

v1.1.39

Compare Source

Bug Fixes
  • valid-title: report emptyTitle for string-like types (#​688) (c1909ab)
What's Changed
New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.38...v1.1.39

v1.1.38

Compare Source

Bug Fixes
  • valid-title: also allow string types with settings.typecheck (#​682) (9fff541)

v1.1.37

Compare Source

Features
What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.36...v1.1.37

v1.1.36

Compare Source

Bug Fixes
  • consistent-test-filename: match allTestPattern against full file path (#​674) (97dcb0f)

v1.1.35

Compare Source

Bug Fixes

v1.1.34

Compare Source

v1.1.33

Compare Source

v1.1.32

Compare Source

jsdom/jsdom (jsdom)

v26.1.0

Compare Source

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
vitest-dev/vitest (vitest)

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

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.


  • 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 Feb 24, 2025
@renovate renovate bot changed the title chore(deps): update dependency vitest to ^3.0.6 chore(deps): update dependency vitest to ^3.0.7 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 494b23e to 2f1888e Compare February 25, 2025 18:45
@renovate renovate bot changed the title chore(deps): update dependency vitest to ^3.0.7 chore(deps): update test Feb 25, 2025
@renovate renovate bot force-pushed the renovate/test branch 4 times, most recently from 7b871db to f5a1018 Compare February 27, 2025 18:23
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 4e29443 to 0ba54e6 Compare March 11, 2025 02:25
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from cb60c26 to 303d931 Compare March 18, 2025 01:48
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 365f253 to fba063e Compare April 2, 2025 17:47
@renovate renovate bot force-pushed the renovate/test branch 3 times, most recently from 6b4b50c to 12e5e62 Compare April 13, 2025 13:50
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 0587cf6 to b8009f9 Compare April 21, 2025 11:38
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 500e76b to 66b3fca Compare May 5, 2025 16:52
@renovate renovate bot force-pushed the renovate/test branch 3 times, most recently from de9d381 to 89a9d5c Compare May 23, 2025 16:05
@renovate renovate bot force-pushed the renovate/test branch 3 times, most recently from 2bb1dec to 8574a47 Compare June 5, 2025 14:26
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from f3feddb to d444e7f Compare June 10, 2025 17:36
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 41e6031 to 72b225a Compare August 19, 2025 15:16
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from b894f33 to 12b8585 Compare September 16, 2025 16:43
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 9b9b921 to b2e2b70 Compare September 26, 2025 02:48
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 7f516de to b09fc14 Compare October 5, 2025 21:42
@renovate renovate bot force-pushed the renovate/test branch 5 times, most recently from 2cc77e6 to 68af7da Compare October 17, 2025 19:14
@renovate renovate bot force-pushed the renovate/test branch 4 times, most recently from 371f6b0 to 3faf5fe Compare October 27, 2025 22:52
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 3d01877 to f9aa044 Compare November 5, 2025 16:03
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 6d3f21f to c1b1ef8 Compare November 10, 2025 23:45
@renovate renovate bot force-pushed the renovate/test branch 2 times, most recently from 0c38a1e to 5c0cb62 Compare November 18, 2025 09:51
@renovate renovate bot force-pushed the renovate/test branch 3 times, most recently from f592d82 to c3aadff Compare November 29, 2025 18:01
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.

1 participant