aspect-build / rules_esbuild

Bazel rules for https://esbuild.github.io/ JS bundler
https://docs.aspect.build/rules/aspect_rules_esbuild
Apache License 2.0
27 stars 27 forks source link

[Bug]: old version in registry #140

Closed condemil closed 1 year ago

condemil commented 1 year ago

What happened?

I see at https://registry.bazel.build/modules/aspect_rules_esbuild that the latest version is 0.14.0, but at https://github.com/aspect-build/rules_esbuild/releases I see newer version 0.14.2

Version

N/A

How to reproduce

No response

Any other information?

No response

gregmagolan commented 1 year ago

BCR has Windows CI and there was a Windows issue at HEAD caused by changes in the latest esbuild releases that was causing failures on the central registry CI so the latest releases couldn't be landed there.

We fixed in the last few days. I'll cut a 0.14.3 release and should be green on BCR now.

gregmagolan commented 1 year ago

https://github.com/bazelbuild/bazel-central-registry/pull/515 looks all good