Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Aspect Build

Open-source tooling for the Bazel build system including rules_js, rules_lint, rules_py, Aspect CLI, and more. Visit our GitHub for the exhaustive list.
Collective - Host: opensource - https://opencollective.com/aspect-build - Website: https://aspect.build/ - Code: https://github.com/aspect-build

chore: bring in multi-platform releases rules for copy_to_directory golang binary (#306)

github.com/bazel-contrib/bazel-lib - b5e5edc158fa56cf55d5c83031a7b3929c6fe444 authored about 2 years ago
chore: run gazelle for golang (#305)

github.com/bazel-contrib/bazel-lib - 4ad1dc239859a31854f2b8ee28bdc16b7390ff79 authored about 2 years ago
chore: ignore override_local_config_platform if Bazel 6 or newer (#304)

github.com/bazel-contrib/bazel-lib - bad190e3ddc01a4118725dfdd46c005ba7daeb09 authored about 2 years ago
chore: update to Bazel 6.0.0 and Aspect CLI 5.1.0 (#303)

github.com/bazel-contrib/bazel-lib - 0327e5c22159e5be8399ba28405d97a0cccee07c authored about 2 years ago
chore: add front matter for new docsite (#741)

github.com/aspect-build/rules_js - b5072a574f39f2984734ad99560f8ada32555bb8 authored about 2 years ago
chore: update docs for new docsite (#740)

github.com/aspect-build/rules_js - 08953134848c027fac08a92b6d825e58393283a2 authored about 2 years ago
chore: update docs for new docsite (#739)

github.com/aspect-build/rules_js - dac3ad6c7e5b8e1484e287de3c39e449c5dec6d6 authored about 2 years ago
chore: update generated docs

github.com/aspect-build/rules_ts - 08128715ff0d5455887424c5ada8949aca9f58a5 authored about 2 years ago
chore: update README matching template

github.com/aspect-build/plugin-augment-error - f4863e1f216d0ff56046071bb3c4d7fccb3b6650 authored about 2 years ago
chore: update README matching template

github.com/aspect-build/plugin-fix-visibility - a7ee96924b4a8be1e746071dcceffc55129607aa authored about 2 years ago
doc: break out developer doc from README (#12)

This way it's not included in the plugin catalog

github.com/aspect-build/aspect-cli-plugin-template - 0fa7a2b84d146f7227e5b181d41d20075d94c10f authored about 2 years ago
chore: fixup links for new docsite (#283)

github.com/aspect-build/rules_ts - 72e690a9d9d9f5d48f413d4d7ace11e600131e26 authored about 2 years ago
prefactor: sort bzlmod attributes and fix npm_translate_lock name (#737)

github.com/aspect-build/rules_js - 9f8381bc4e8fb5e26321c49897b5405ea1584303 authored about 2 years ago
chore: release automation makes non-pre-releases

since the project is now 1.0

github.com/aspect-build/bazel-super-formatter - 2ee1ce2cefd48856d16fee75df645c95511ff295 authored about 2 years ago
doc: suggest setting flags only for run

Fixes #10

github.com/aspect-build/bazel-super-formatter - b98248d21677a873a50950d3d6b77a2715718f66 authored about 2 years ago
fix: formatting for new docsite (#302)

github.com/bazel-contrib/bazel-lib - 0d456be3c6ab6e8eb064a9d16f644853b6740414 authored about 2 years ago
fix: formatting for new docsite (#736)

github.com/aspect-build/rules_js - 682df25339197922f06e7bb3e84b0e54f814b820 authored about 2 years ago
fix: formatting for new docsite (#735)

github.com/aspect-build/rules_js - 872188261fbbfdd05a4ff29557cd2d97299bddd6 authored about 2 years ago
doc: how to replace a tool

fixes #13

github.com/aspect-build/bazel-super-formatter - f7d1da4c94c622c109200b2aa5f6bda5bd8edd44 authored about 2 years ago
doc: document calling formatter as a build step

github.com/aspect-build/bazel-super-formatter - 2c9c868591fcb27eebc1b5b7f657eb7a5557d591 authored about 2 years ago
Explain why we don't run linters

Closes #27

github.com/aspect-build/bazel-super-formatter - f777e4bc1e323af79ca5b1e9d2ec088af33f7e30 authored about 2 years ago
Update brew formulas for aspect & aspect-pro v5.1.0

github.com/aspect-build/homebrew-aspect - 826a5ccfef86d4bd7bcd7ccc4a12d9a19db1bc00 authored about 2 years ago
fix(cli): support USE_BAZEL_VERSION & BAZELISK_BASE_URL config & env to determine Bazel version when running aspect cli (#1049)

Works for forks as well such as
https://github.com/aspect-build/bazel/releases/tag/6.0.0

```
$ ...

github.com/aspect-build/aspect-cli - 4c855e014c40c7566b413b02c0254e972c5f4ffd authored about 2 years ago
feat(cli): add init command (#1045)

This stamps out a basic Bazel workspace with no language support. In the
future, the wizard can ...

github.com/aspect-build/aspect-cli - 9b9c53e66f954b0c8fd7075587e8b328e0f85c05 authored about 2 years ago
chore: fixups after copybara

github.com/aspect-build/aspect-cli - 8718eed645a1533d127fed6261f24b4094e64954 authored about 2 years ago
cleanup: don't stamp todos into userspace (#1048)

See https://github.com/aspect-build/silo/issues/1047

GitOrigin-RevId: 4d05b417bef9728da951b7bdf...

github.com/aspect-build/aspect-cli - a7bc4a169246ae68ca35f72d8af5d19351d19088 authored about 2 years ago
fix: CLI docs formatting (#1033)

Fix for formatting CLI docs in docusaurus; from
https://github.com/aspect-build/docs/pull/279

G...

github.com/aspect-build/aspect-cli - 13f5e4825d0fcc1c72b0807b8f8541354151371c authored about 2 years ago
refactor: produce docs/cli folder (#1032)

- commands/ are produced from the cobra generator, the wiring is copied
from aspect-cli repo
- p...

github.com/aspect-build/aspect-cli - 939fda9baf2d364d2f0ae42c5c613aa0bfb7dba8 authored about 2 years ago
chore: update copybara paths for CLI integration_tests (#1025)

GitOrigin-RevId: dbffb4716607f953b70d2de5d076461e08a529b9

github.com/aspect-build/aspect-cli - 0817e2a821b1df188fee2fad912cdcb59d0b2deb authored about 2 years ago
docs: move mention of rules_nodejs lower in README (#731)

At this point we're not introducing ourselves as an alternative to an old thing, that changed 9 ...

github.com/aspect-build/rules_js - 5e85eeb8cc8a7f1544cb2d243ae579689a63c6bc authored about 2 years ago
Fix bugs for initial release (#16)

* replace external with ../

* Support browsers argument

A sequence of labels specifying th...

github.com/aspect-build/rules_cypress - 0b1e13590937c082c186472e85207a0740b9651e authored about 2 years ago
fix: js_image_layer build on RBE (#707)

github.com/aspect-build/rules_js - 842ad9af9b86de985de46baf3980c8e680858517 authored about 2 years ago
chore: add bats workspace deps for new integration tests

github.com/aspect-build/aspect-cli - 8e3a9cb029821865026791c48c94cdab5a679970 authored about 2 years ago
chore: update to Bazel 6.0.0

github.com/aspect-build/aspect-cli - cc4195ea47732994907891c7bbc2d0cc207bd4c6 authored about 2 years ago
feat: add support for USE_ASPECT_VERSION env (#989)

```
$ bazel-bin/cli/pro/pro_/pro --version
aspect pro 5.0.2

$ ./workspace_status.sh | grep STAB...

github.com/aspect-build/aspect-cli - 4cb9f887194da8198e5b275b64c49f9d7d8e5cf9 authored about 2 years ago
fix: flag parsing (#993)

- remove all hidden flags
- only allow flags that we want to show explicitly
- passthrough flags...

github.com/aspect-build/aspect-cli - 1571c3ff8b11f9dc7b4654641a44b7899a682206 authored about 2 years ago
chore: upgrade to Bazel 6.0 (#1015)

GitOrigin-RevId: 4bf41b4b9d0e05c95169d8724466a814150c92ba

github.com/aspect-build/aspect-cli - 830a909416e15ab67d6cf50f2a41f9f4cd246929 authored about 2 years ago
chore: add test case for a node-gyp install step on an npm package (#725)

github.com/aspect-build/rules_js - 132f52dea2b3f1bea1211c52872ffd32ee7261eb authored about 2 years ago
feat: fail if any npm_translate_lock patches are not used (#730)

Check that all patches files specified were used; this is a defense-in-depth since it is too eas...

github.com/aspect-build/rules_js - 3bbb4c0ceba029a7c815e15bb3ed0bb5d461d33e authored about 2 years ago
fix: don't mutate the frozen values in lifecycle_hooks dict (#728)

github.com/aspect-build/rules_js - 5dfce6dfe6b184dcf7c7c9cb11134ad154bc62d1 authored about 2 years ago
chore: update tool versions to include TS 4.9.4 (#277)

github.com/aspect-build/rules_ts - 2368e8a7f2c1fa3be8b3c657cd5c320a433aeeec authored about 2 years ago
chore: mirror latest esbuild version (#106)

They changed the platform naming and URL structure so now we have to be conditional on the versi...

github.com/aspect-build/rules_esbuild - 8cc8eae0f911aa78b07f4e592fed18d0d65fc084 authored about 2 years ago
chore: add v1.3.22 and v1.3.23 (#125)

github.com/aspect-build/rules_swc - 6dc37cc7ebe65c691fb2f1128205576a1ba0b4dd authored about 2 years ago
chore: update to rules_js 1.12.0 (#126)

github.com/aspect-build/rules_swc - d365ce289f71a49c6b29b7f2f127e70ec0fc2085 authored about 2 years ago
chore: remove office hours as we get booking and then people don't show up

github.com/aspect-build/rules_js - a60c9ab12499183b2f915d4ca98b897fbe03e440 authored about 2 years ago
chore: simplify preupdate script status message (#724)

github.com/aspect-build/rules_js - 623377f9e19204915d7318cf5bf3420436e206a1 authored about 2 years ago
feat: add optional 'preupdate' scripts to run in 'npm_translate_lock' before updating the pnpm lock file (#723)

github.com/aspect-build/rules_js - 4f607abd3961d9baf5e1ab76cd99fe56480dddc5 authored about 2 years ago
fix(deps): update go (#967)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/aspect-build/talkie - 53fa12d5e5ccc3d80a7ceba13a57ff4966e14d86 authored about 2 years ago
feat: support in npm_translate_lock patch_args dict (#722)

github.com/aspect-build/rules_js - ceade5fa9b4ce1e4e83e5d04e7aaa4790744d516 authored about 2 years ago
fix(docs): update broken links in API doc (#721)

github.com/aspect-build/rules_js - b15abd35ece1f868a3b53996f92909cd940882bf authored about 2 years ago
Update pnpm.md

missed suggestions from code review

github.com/aspect-build/rules_js - 20658c163f3579f0662493630ccd5864fe897211 authored about 2 years ago
docs: extract a standalone page for pnpm (#720)

* docs: extract a standalone page for pnpm

The npm_translate_lock documentation was outgrowin...

github.com/aspect-build/rules_js - 4223bd240761a74177d758ad5506333a1bed65f9 authored about 2 years ago
fix: fix a bug where transition tests required cpp toolchain on osx (#299)

github.com/bazel-contrib/bazel-lib - 2689a48940007588e87f63acda704d72f2e2b6c2 authored about 2 years ago
fix: empty lifecycle_hooks_execuction_requirements should be set on generated npm_import targets in npm_translate_lock (#719)

github.com/aspect-build/rules_js - f9818de7d73056a39bcf23d1740e189fff9611d3 authored about 2 years ago
feat: add lifecycle_hooks attribute to npm_translate_lock and npm_import (#718)

github.com/aspect-build/rules_js - c8b6ea5a629a17d5fc8cd9a3d69ab9448d1af254 authored about 2 years ago
docs: mention how to use pnpm ls to find package.json data (#717)

github.com/aspect-build/rules_js - 01c4bca5880b4c64fd115486ad0b6325fc82bf32 authored about 2 years ago
Add platform_transition_binary rule (#289)

* feat: add platform_transition_binary rule

github.com/bazel-contrib/bazel-lib - 72a26212f2850b02ebd2fcab50ec9eaeaf633a4e authored about 2 years ago
feat: handle env var substititions for _auth in .npmrc (#716)

github.com/aspect-build/rules_js - 536fcc9ccf6b18ae1d38ad742e6b94d7cdf5b382 authored about 2 years ago
Document persistent workers in troubleshooting (#274)

github.com/aspect-build/rules_ts - cfd85fec6fd1ac5169477c0fe60a3d2b822cbceb authored about 2 years ago
feat: run prepare lifecycle hooks (#712)

github.com/aspect-build/rules_js - 70f46edc780ea5c449174a324f756a3e9feefc25 authored about 2 years ago
Merge pull request #3 from aspect-build/release

release

github.com/aspect-build/homebrew-aspect - c2572238b6269c2d1e32982e0e70351c330d03ef authored about 2 years ago
Update brew formulas for aspect & aspect-pro v5.0.3

github.com/aspect-build/homebrew-aspect - 4a94ad13e3802fd09cb882aa6b0fba0463c203f8 authored about 2 years ago
fix(outputs): don't print 10 blank lines (#966)

Total beginner Go mistake to allocate an array and then extend it like a
slice. Fixes https://gi...

github.com/aspect-build/aspect-cli - fb7b2132ab58934711b53fe64a8079cd4e6ab3ee authored about 2 years ago
chore: cleanup pro plugin (#864)

All features are now standalone OSS plugins in our catalog. Pro is now
just a variant of the CLI...

github.com/aspect-build/aspect-cli - b40fc912c63eb831987b0a45cd82423e5b1ed478 authored about 2 years ago
fix(cli): special case 'bazel-' prefix in docs, likely bazel-lib or bazel-skylib (#866)

GitOrigin-RevId: dc9dbd6e8342f9687de23c0d3a346af3ea1172f3

github.com/aspect-build/aspect-cli - cb3d2af326f07042d7e0f228ac35ea3aa91d8f18 authored about 2 years ago
chore: re-gen docs

github.com/aspect-build/aspect-cli - 5aefa1995bb841609693f22476430323c26822e7 authored about 2 years ago
feat: outputs command pseudo-mnemonic 'ExecutableHash' (#965)

Co-authored-by: Thulio Ferraz Assis <[email protected]>
GitOrigin-RevId: ...

github.com/aspect-build/aspect-cli - f73ce051baf6b8f74255ef4cf74ad5d4f02c7376 authored about 2 years ago
fix: fail with better error message with trying to base64 decode a string that is not base64 encoded (#298)

github.com/bazel-contrib/bazel-lib - 2c66c1c778d1050bf147a9a65fcc6f53ee47f938 authored about 2 years ago
Update plugins.md

github.com/aspect-build/aspect-cli - fb813e6488e9e3dfcda332bc7536bc0752757c72 authored about 2 years ago
chore: update to rules_js 1.11.1 (#270)

github.com/aspect-build/rules_ts - 824ec8364a63d50d2be59d6ae0b8763ff764e4e5 authored about 2 years ago
chore: update to rules_js 1.11.1 (#77)

github.com/aspect-build/rules_jest - 6f9515c966b39c97575593a4bda2bed26fa084af authored about 2 years ago
fix: dont look for root nmprc (#702)

github.com/aspect-build/rules_js - f02a68c2e9d4e38ee15ff1535bfafc3d2d1b9a16 authored about 2 years ago
chore: fix npm_translate_lock warning (#703)

github.com/aspect-build/rules_js - 9cd3605393352aaf1f625706cc1578a86caaa157 authored about 2 years ago
chore: update to rules_js 1.11.0 (#269)

github.com/aspect-build/rules_ts - ff935fd6761c2524abbc8c619ebaadc5d8f6f7b2 authored about 2 years ago
chore: update to rules_js 1.11.0 (#76)

github.com/aspect-build/rules_jest - 4786dec1e55456a5bbdd93489b90751c4ed2805b authored about 2 years ago
feat: add support for :_auth basic auth in .npmrc (#698)

github.com/aspect-build/rules_js - 993d6fc035c034c0774fe321b22ac72db0568b89 authored about 2 years ago
fix: don't use utils.exists on Windows as it is not yet implemented (#700)

github.com/aspect-build/rules_js - c8fdb331a2fbc3c675350e8b1c81b2d27559ebb8 authored about 2 years ago
chore: update to rules_js 1.10.0 (#75)

github.com/aspect-build/rules_jest - befdff6cbd59cf268575185098bb9575b5aa1d3d authored about 2 years ago
fix(deps): update go (#874)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/aspect-build/talkie - c2bf8da9301111f840afb560cf36ae09443dfb1a authored about 2 years ago
chore: use NPM_RC_FILENAME const since it is available (#697)

github.com/aspect-build/rules_js - ee498b49e381462722be498fd6a0c188e0a36800 authored about 2 years ago
feat(talkie): user-provided secrets for services (#955)

This enables us to request deployment-time secrets to be provided by the
user. E.g. a URL for a...

github.com/aspect-build/talkie - 11082c0127858f12c6bf5e813a58f8bc01193d26 authored about 2 years ago
feat: use settings in ~/.npmrc when use_home_npmrc is set to True in npm_translate_lock (#696)

* feat: use settings in ~/.npmrc when use_home_npmrc is set to True in npm_translate_lock

* d...

github.com/aspect-build/rules_js - 99af71837d0af30fd37ba972b43fc558718c5c78 authored about 2 years ago
feat: add support for updating __snapshots__ directories from output directory artifacts

github.com/aspect-build/rules_jest - 591460c31858ea0217e6474ed0e6d34238c26ea6 authored about 2 years ago
chore(deps): update com_grail_bazel_toolchain digest to 2f6e6ad (#898)

github.com/aspect-build/talkie - 2ebce396c8ea03ab1d007a1b4e3651e59076d8b2 authored about 2 years ago
chore(deps): update dependency io_bazel_rules_go to v0.37.0 (#922)

github.com/aspect-build/talkie - a125326400ccf2f2f00789df36a7e757b664477d authored about 2 years ago
chore: add a serve_simple_bin variant to js_run_devserver example (#686)

github.com/aspect-build/rules_js - e6ef13e10db1787d185f248db7defcb522aaf896 authored about 2 years ago
chore: renamed starlark files now that #650 has landed (#695)

github.com/aspect-build/rules_js - e4c825402f52287ac4ea2f6bdb1f87efab321f81 authored about 2 years ago
feat: move @bazel/worker (#684)

* feat: move @bazel/worker

* adresss changes

* update npm

github.com/aspect-build/rules_js - b2c3940f37a3ad09ca443c0cbe75cb0090d53a9c authored about 2 years ago
ci: cancel previous actions from the same PR (#694)

github.com/aspect-build/rules_js - 158215e29c37c504a032b16e438788485e760bf0 authored about 2 years ago
feat: automatically update pnpm lock file when it is out-of-date when update_pnpm_lock is True (#650)

github.com/aspect-build/rules_js - 2efd3dfc4353bc08e20d12c5f0a2c412999a0655 authored about 2 years ago
chore: update doc md file permissions after write_source_files fix (#692)

github.com/aspect-build/rules_js - 86be54589c3066bb8103b889a051fd728c2c72be authored about 2 years ago
fix: fix .npmrc default registry logic (#691)

github.com/aspect-build/rules_js - 1ad71522e95171a7ea529cfe3fa00c9d27985b5b authored about 2 years ago
fix(talkie): image versioning in container_bundle (#940)

Check with `bazel run //buildcop/tests/integration:integration_test`.

Signed-off-by: Thulio F...

github.com/aspect-build/talkie - 244ff601362ae988d4fb362696ebaf21da0bf1a7 authored about 2 years ago
chore: update to pnpm 7.17.1 (#690)

github.com/aspect-build/rules_js - 48c59ba3b8690c785f3893143a321603f1e81f9f authored about 2 years ago
chore: add test coverage for Bazel 5.1.1 & always run bazel test //... on e2e tests in addition to test.sh (#688)

github.com/aspect-build/rules_js - bf388e0e471d94785e1ae96d664dda6542a05c12 authored about 2 years ago
chore: add missing simple pnpm-workspace.yaml files to e2e tests (#689)

github.com/aspect-build/rules_js - 831cacc8ced8ab5c1bcc67f6aaa7002339495e29 authored about 2 years ago