Skip to content

2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 18:57
c8b1fb8
  • 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
  • Update dependencies to latest