5.5.0
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
- chore: update to CCI orb 5.4.11 by @gregmagolan in #449
- chore: update workflows config so same config is use by circleci and github actions by @gregmagolan in #450
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #452
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #453
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #455
- chore: update to Workflows 5.5.0-rc0 release by @gregmagolan in #456
- chore: enable warming task on Workflows config by @gregmagolan in #457
- chore: update to Workflows 5.5.0-rc1 release by @gregmagolan in #458
- chore: add Aspect Workflows warming workflows to GitHub Actions by @gregmagolan in #459
- chore: add Aspect Workflows warming workflows to GitHub Actions by @gregmagolan in #460
- chore: add Aspect Workflows warming workflows to GitHub Actions by @gregmagolan in #461
- chore: update to Aspect Workflows 5.5.0-rc4 by @gregmagolan in #462
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #463
- chore: update to Bazel 6.2.1 by @gregmagolan in #464
- chore: align bazel deps with silo by @gregmagolan in #465
- chore: update to Workflows 5.5.0-rc5 by @gregmagolan in #466
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #467
- chore: update to Aspect Workflows 5.5.0-rc6 by @gregmagolan in #468
- chore: update release rules & target to match silo by @gregmagolan in #470
Full Changelog: 5.4.11...5.5.0