Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @eryue0220
noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @vasucp1207
CLI
Enhancements
The --summary reporter now reports parsing diagnostics too. Contributed by @ematipico
Improved performance of GritQL queries by roughly 25-30%. Contributed by @arendjr
Configuration
Bug fixes
Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @ematipico
Formatter
Bug fixes
Fix #4121. Respect line width when printing multiline strings. Contributed by @ah-yu
Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @eryue0220
noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @vasucp1207
The syntax rule noTypeOnlyImportAttributes now ignores .cts files (#4361).
Since TypeScript 5.3, type-only imports can be associated to an import attribute in CommonJS-enabled files.
See the TypeScript docs.
The following code is no longer reported as a syntax error:
import type { TypeFromRequire } from "pkg" with {
"resolution-mode": "require"
};
Note that this is only allowed in files ending with the cts extension.
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.
Bumps the development-dependencies group with 8 updates in the / directory:
1.8.3
1.9.4
0.9.2
0.13.6
22.5.4
22.8.4
2.0.5
2.1.4
2.0.5
2.1.4
1.7.15
1.8.2
5.6.2
5.6.3
2.0.5
2.1.4
Updates
@biomejs/biome
from 1.8.3 to 1.9.4Release notes
Sourced from
@biomejs/biome
's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome
's changelog.... (truncated)
Commits
fa93a14
release: v1.9.4 (#4320)2a05cd4
feat(lint): adduseGoogleFontDisplay
rule (#4264)bbb93b9
feat(lint): useCollapsedIf JS lint rule (#4179)561b54c
feat(linter): implement noUselessStringRaw (#4263)5b7d158
feat(linter): implementnoDuplicateProperties
(#4029)2342984
feat(lint): addnoDocumentImportInPage
rule (#4265)3cf20eb
chore(linter): renameuseExplicitFunctionReturnType
to `useExplicit… (#4261)970f498
feat(useGuardForIn): add rule (#4104)2e5b656
feat(lint): addnoDocumentCookie
rule (#4204)3364640
feat(lint): add ruleuseAtIndex
(#4120)Updates
@effect/vitest
from 0.9.2 to 0.13.6Release notes
Sourced from
@effect/vitest
's releases.Changelog
Sourced from
@effect/vitest
's changelog.... (truncated)
Commits
62d365d
Version Packages (#3857)3db5a97
Version Packages (#3846)b521577
update OpenAI schemas (#3854)c244666
Version Packages (#3843)d58bd18
Version Packages (#3832)02b09e3
Version Packages (#3821)d2fc79a
Version Packages (#3819)8b97669
fix@effect/vitest
.prop test (#3803)6734a03
Version Packages (#3801)685a460
Vitest prop testing (#3703)Updates
@types/node
from 22.5.4 to 22.8.4Commits
Updates
@vitest/coverage-v8
from 2.0.5 to 2.1.4Release notes
Sourced from
@vitest/coverage-v8
's releases.... (truncated)
Commits
0df44c0
chore: release v2.1.4de74785
chore(deps): update@antfu/eslint-config
v3.8.0 (#6751)62ac4eb
chore(deps): updatemagic-string
(#6711)d260cef
chore(deps): update all non-major dependencies (#6360)4c03a0d
chore: release v2.1.37155cee
refactor(coverage): move re-usable parts to base provider (#6665)0ce26a4
chore: release v2.1.288bde99
fix(coverage):cleanOnRerun: false
to invalidate previous results (#6592)1371ca6
fix(coverage): remove empty coverage folder on test failure too (#6547)699055e
chore: release v2.1.1Updates
@vitest/ui
from 2.0.5 to 2.1.4Release notes
Sourced from
@vitest/ui
's releases.... (truncated)
Commits
0df44c0
chore: release v2.1.4df6d750
fix(vitest): don't fail if the working directory starts with a lowercase driv...5df7414
chore(deps): update all non-major dependencies (#6750)de74785
chore(deps): update@antfu/eslint-config
v3.8.0 (#6751)7abc4ab
chore(deps): update vue (#6709)d260cef
chore(deps): update all non-major dependencies (#6360)fde5d50
fix(deps): update dependency sirv to v3 (#6701)4c03a0d
chore: release v2.1.30ce26a4
chore: release v2.1.2e7f3521
fix: moveVitest.setServer
to postconfigureServer
hook to enable import ...Updates
lefthook
from 1.7.15 to 1.8.2Release notes
Sourced from lefthook's releases.
Changelog
Sourced from lefthook's changelog.
... (truncated)
Commits
9996e0d
1.8.2: add refetch_frequency option for remotes6640437
chore: fix linter and tests1bcc75c
feat: add refetch_frequency parameter to settings (#857)5ec87c7
docs(examples): call commitizen properly (#858)48cf7f6
1.8.1: ignore lfs hook when running pre-push from terminal3c959bf
chore: bump Go to 1.23 (#856)453d026
fix: skip git lfs hook when calling manually (#855)fa89715
1.8.0: avoid using npx and set root dir for commands when configured7d38c94
fix!: don't auto-install lefthook with npx if not found (#602)5afb245
fix!: execute files command within configured root (#607)Updates
typescript
from 5.6.2 to 5.6.3Release notes
Sourced from typescript's releases.
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)Updates
vitest
from 2.0.5 to 2.1.4Release notes
Sourced from vitest's releases.