You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Refactored code and unit tests to account for significantly updated dependencies
Vitest option --coverage removed from test:unit NPM script and moved into new NPM script test:unit:coverage because package @vitest/coverage-v8 has a bug in it that causes messages to get logged to the console that should not be
Added ESLint rule to require type imports to be in their own group
Replaced Vitest coverage reporter c8 with v8 as necessitated by the migration to Vitest version 0.32.0
validate:environment NPM script now executes its subtasks in parallel
Update GitHub Action workflow files to use Node.js version 18.16.1
Update expected internal NPM version to 9.5.1
Remove dev dependency @vscode/ripgrep, instead rely on locally-installed version because NPM package installs fail too often