bazel-examples
bazel-examples copied to clipboard
Bazel examples
### What happened? Here: https://docs.aspect.build/training/#bazel-201-for-devinfra-engineers ### Version N/A ### How to reproduce _No response_ ### Any other information? _No response_
--- ### Changes are visible to end-users: yes/no - Searched for relevant documentation and updated as needed: yes/no - Breaking change (forces users to change their own code or config):...
Also upgrade to latest version of the rules. Needed as an example for bzlmod migration at a client. --- ### Changes are visible to end-users: no ### Test plan -...
This will break as it doesn't do the full upgrade, it just creates the start so that I can pull a copy of the upgraded file into our internal repo
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.5 to 5.3.6. Changelog Sourced from vite's changelog. 5.3.6 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (2691bb3), closes #18115 fix: fs raw query (#18112) (4573a6f),...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.0 to 3.2.11. Changelog Sourced from vite's changelog. 3.2.11 (2024-09-17) fix: backport #18112, fs raw query (a6da450), closes #18112 fix: backport #18115, DOM Clobbering in (2ddd854), closes...
### What is the current behavior? _No response_ ### Describe the feature In py3_image from rules_docker, the default workdir and entrypoints are properly set to reasonable values. Can we do...
### What happened? When I run ```sh bazel run @nodejs//:npx_bin -- jest ``` I expect the invoked `npx` to launch the same Node that Bazel provides (i.e., this Node: `bazel...