bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

A user-friendly launcher for Bazel.

Results 137 bazelisk issues
Sort by recently updated
recently updated
newest added

Updating bazelisk to use the latest Bazel release.

This is a proposal to add support for env expansion as `os.MkdirAll` will treat shell variables and `~` as literals. Fixes https://github.com/bazelbuild/bazelisk/issues/586

Currently if someone sets in `.bazeliskrc` the following home paths: ```txt BAZELISK_HOME=$HOME/.bazelisk ``` ```txt BAZELISK_HOME=~/.bazelisk ``` It will invoke `os.MkdirAll` with the raw string, therefore creating a `./'$HOME'` and `./'~'`...

[Trivy](https://trivy.dev/) finds many CVEs in bazelisk version 1.20.0: ``` Total: 14 (UNKNOWN: 0, LOW: 0, MEDIUM: 11, HIGH: 3, CRITICAL: 0) ┌─────────┬────────────────┬──────────┬────────┬───────────────────┬──────────────────────────────────┬──────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status...

My windows11 cmd is having problems running bazel --version 2024/06/10 14:04:08 could not download Bazel: could not resolve the version 'latest' to an actual version number: unable to determine latest...

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.13.0 to 0.21.0. Commits 5f0bb72 go.mod: update golang.org/x dependencies 46c790f go.mod: update golang.org/x dependencies 5b15d26 go.mod: update golang.org/x dependencies c5eaf76 go.mod: update golang.org/x dependencies 353276a go.mod: update...

dependencies

Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.6.0 to 1.7.0. Release notes Sourced from github.com/hashicorp/go-version's releases. v1.7.0 ENHANCEMENTS: Remove reflect dependency (#91) Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133) INTERNAL: [COMPLIANCE] Add...

dependencies