Jason Bedard
Jason Bedard
### Type of change - Performance (a code change that improves performance) ### Test plan - Covered by existing test cases
### What happened? Crashes in ways that imply the cache was not busted. One example (>v1.39.0): ``` > bazel run //:gazelle ERROR: Traceback (most recent call last): File "/private/var/tmp/_bazel_.../external/aspect_rules_js~override/npm/extensions.bzl", line...
Testing the use of the pnpm toolchain without using any pnpm workspaces.
The `--experimental_use_hermetic_linux_sandbox` flag may cause basic bash commands to be unavailable. See https://bazelbuild.slack.com/archives/CEZUUKQ6P/p1701186098160369 See https://github.com/bazelbuild/bazel/issues/18377
rules_js macros are scoped to the main repository and can not be invoked from another workspace, for example: https://github.com/aspect-build/rules_js/pull/1342 Issues: - [x] js_binary + js_test (https://github.com/aspect-build/rules_js/pull/1342) - [x] js_run_devserver (https://github.com/aspect-build/rules_js/pull/1676)...
It was switched to default in buildifier 6.3.3, disabled for now in https://github.com/aspect-build/rules_js/pull/1240
When using a custom registry a custom certificate might also be required. Yarn and NPM support a `cafile` property in the npmrc to specify a custom certificate.
### What happened? See https://github.com/macourteau/aspect-tsproject-imports/tree/f008b8da3f4a5ad0e51a11da150f9171e58bf072 Run `bazel run //demo/web/apps/my-web-app`. The transitive deps of `express` are not available even though the full root `node_modules` is present in the runfiles. Removing [this...
Today `webpack_bundle` modifies the base config file entering the `entry_point[s]`, however sometimes the user wants to set them manually within the webpack config such as dynamic entries while outputting a...
BREAKING CHANGE to the ts_lib API. These defaults are never used internally, and are different defaults then the rules actually use which is confusing. --- ### Type of change -...