Skip to content

5.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 18:59
· 321 commits to main since this release
9b1eb3b

⚠️ Windows releases are no longer published as of v5.5.0. This is due to a new dependency on go-tree-sitter which has a CGO dependency that makes cross compiling to Windows difficult. To produce Windows releases will require some engineering work to resolve the CGO cross compilation issues. Please let us know if you require a Windows Aspect CLI binary. In the meantime, we recommend using WSL2 on Windows.

Install Aspect CLI

See full install instructions in README.md.

Homebrew (MacOS)

Link the Aspect CLI as bazel just like the bazelisk installer does:

% brew install aspect-build/aspect/aspect

Bazelisk (MacOS / Linux)

Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc in your project folder:

BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.5.0

The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.

What's Changed

Features:

  • Enable treesitter parser for gazelle js extensions. Parser will now correctly pickup type imports.
  • Add support for custom targets with gazelle directives.

Fixes:

  • Support resolving imports of js_library dts files
  • Do not generate ts_project targets for dts only sources
  • Pass bazel startup args to CLI plugins

Refactors:

  • Improve js parse-error message

Changelog

Full Changelog: 5.4.11...5.5.0