Add to your MODULE.bazel file:
bazel_dep(name = "aspect_rules_esbuild", version = "0.26.0")What's Changed
- chore: use latest rule_nodejs for testing bazel 9 by @jbedard in #267
- Changes by create-pull-request action by @github-actions[bot] in #266
- Changes by create-pull-request action by @github-actions[bot] in #270
- chore: update maintainers in metadata.template.json by @alexeagle in #269
- chore: drop support for Bazel 6 and WORKSPACE builds by @acozzette in #272
- chore: migrate to rules_js v3.0.3 by @acozzette in #271
- feat: implement esbuild(out_dirs) to support features such as esbuild asset dirs by @jbedard in #265
- chore: upgrade ci/dev/test tools by @jbedard in #273
- fix: include runfiles from deps in final bundle runfiles by @jbedard in #261
- chore: remove references to WORKSPACE, update setup docs by @jbedard in #274
- chore: update bcr to test v7-9 and use modrn platforms by @jbedard in #275
New Contributors
- @acozzette made their first contribution in #272
Full Changelog: v0.25.1...v0.26.0