Ecosyste.ms: OpenCollective

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

github.com/aspect-build/rules_jest

Bazel rules to run tests using https://jestjs.io
https://github.com/aspect-build/rules_jest

fix: jest_test rule named the same as the macro

Makes the macro less leaky abstraction, since bazel query still shows a jest_test.

f3d27a1ae5b39e2ea93c23fcfa710d145e4d7783 authored almost 2 years ago
docs: expose jest_test rule, remove tags param

70c3fb0eba7bfe153cf8221c5694f7e2ebf48fea authored almost 2 years ago
fix: don't add jest-cli and jest-unit if they are already in user provided data (#120)

5416c59b5b6f23c00fff19fb68a09819417b8193 authored almost 2 years ago
perf: use rules_js Bazel 6 optimized fs patches if using Bazel 6 and experimental_allow_unresolved_symlinks is on (#119)

369f90e371168501008a0230b72d48493e300424 authored almost 2 years ago
chore: bzlmod

Fixes #79

44e1f3253e95049a24a3e9a7acbc429f9ddd8e30 authored almost 2 years ago
fixup

4dd49017d86dc6879557f74ab3ee5e22f6330fe2 authored almost 2 years ago
chore: fix typo in docstring (#118)

363481ed9b3b6435442bd28780c14279efb95879 authored almost 2 years ago
refactor: remove vendored jest versions; user must provider their own jest-cli from their node_modules (#117)

696c9b2860acd7e5f8d3873ba88cbb2f6d5b1cce authored almost 2 years ago
test: add test case for #114 (#116)

a486b66b002b7dc2eb5d1a7d10c92064e8371282 authored almost 2 years ago
fix: env is valid for js_test and js_run_binary (#115)

6b80b998a70578ce7ab9de011a33faf0c5fed7a9 authored almost 2 years ago
fix: also pass data to js_binary tool for jest snapshot updates (#114)

7586f37a08b65e83830456726b5e9c3e28af6b12 authored almost 2 years ago
chore: update dependencies (#112)

98e927415b8c2491e486d89392badd3dfa938950 authored almost 2 years ago
fix: remove other attributes that don't belong on js_binary

Missed these in #110

3412ddedff132b947a8011be290377d1778a7167 authored almost 2 years ago
refactor: filter rather than mutate

95d8f1961a9c6f3aee2929881b1b74461652e775 authored almost 2 years ago
repro

e521b8bea9b907a0f942af0f7b6f2b2779dd3537 authored almost 2 years ago
repro that timeout works

ea042907d73b8fafb3c816d4dce2ad75907e441f authored almost 2 years ago
fix: timeout/size shouldn't be passed to js_binary

Fixes #95

BREAKING CHANGE:
The default timeout for jest_test is now short (1m by default) rathe...

e78c8113b83436973e53384e5339f994d1103959 authored almost 2 years ago
chore: update to Aspect CLI 5.2.1 (#109)

e6e9cfd5f6ef16e473cc1978a99f00091bb07aad authored almost 2 years ago
chore: update to Aspect CLI 5.2.0-rc0 (#108)

cebafa0cbe8af40a6e24fbb3b90f0c9ea54dc1b4 authored almost 2 years ago
chore: update to aspect_bazel_lib 1.27.2 (#106)

dd62082ecfda7edf766afebb2f4540e7caa140e0 authored almost 2 years ago
chore: update renovate config

0b7279803b0c1a5041a0bca0a34061a6547e7b06 authored almost 2 years ago
chore: update snapshots hint (#104)

32d055c837169cea63d1a6cd6e6f31c4e04204f0 authored almost 2 years ago
fix: auto-detect multiple snapshots when snapshots is True (#103)

510fb867f37b6a4f9f579e274a10e7ab7bf7f563 authored almost 2 years ago
feat: add support for updating multiple __snapshots__ directories from a single coarse grained jest_test target (#102)

5de0eb9226ef353e5fdf5ca744e26dbcefbe8fb6 authored almost 2 years ago
chore: update to rules_js 1.19.0 (#101)

c1d244ad99fa5c16f73d75a2e6bc5689e4739356 authored almost 2 years ago
release: publish release artifact

GitHub's stability guarantee for the archive is iffy, and we want metrics on downloads.GitHub's ...

aeac1f27f7cdb32f8fd4e877ee6663fc505218d1 authored almost 2 years ago
chore: only run macOS CI on landed commits with Bazel 6

1996a13395bb53796400327b8fc3d5d8b3431005 authored almost 2 years ago
Revert "chore: don't add new issues to projects in the new_issue workflow; this doesn't work on forks"

This reverts commit 956233a7390ce5ff42cf3d3e55c6db85fe3b5631.

05ffcd3cf0ac237a534d78c1005e9a1299c88f02 authored almost 2 years ago
chore: don't add new issues to projects in the new_issue workflow; this doesn't work on forks

956233a7390ce5ff42cf3d3e55c6db85fe3b5631 authored almost 2 years ago
chore: remove New PR workflows as it doesn't work on forks

650dd7496dc5a4d728d51a2a22a92f59d0067f74 authored almost 2 years ago
chore: add workflows for new issues & PRs

51e3e257b951293534035f077463f169f49d904c authored almost 2 years ago
chore: Add the macOS runner to the matrix strategy (#94)

cbfd7dcccf4ac923c462b98a9702ed5e4602e6b9 authored almost 2 years ago
chore: update to rules_js 1.17.0 and aspect_bazel_lib 1.24.2 (#98)

2439cd39c7a745706ea9ebf10ff5be7074d9f9d0 authored about 2 years ago
feat: vendor package.json files per version for rules_js v1.17.0 support (#97)

4f4070dea3c9987bcff750fb1cd3caf136bd4659 authored about 2 years ago
fix: support jest_test(config) dependencies

Fixes #90

a78900307736384cc41ab9b509140171740bcfb0 authored about 2 years ago
test: add esm module test case

2793220449323e9a0127b14f72a8873ee466d3b2 authored about 2 years ago
test: add test with jest config in parent directory (#88)

e6dba3e1bfea248475a45b03e9898af47b7ff4ee authored about 2 years ago
fix: invert the chdir argument and adapt paths passed as cli options (#91)

Fixes #89

457085a090f47713e8f34388892260313eb4a5c1 authored about 2 years ago
fix: make snapshot write_source_files update target public visibility (#93)

bad403ab92581729dceccbe4efdb08bf1609b610 authored about 2 years ago
chore: update to rules_js 1.15.1 and aspect_bazel_lib 1.23.3 (#85)

040edbbf45ef0159f0a1afcacb60576bbe268aa1 authored about 2 years ago
chore: update to Aspect CLI 5.1.2 (#84)

12326960670099416e635f7c8564816600e3b3d1 authored about 2 years ago
fix: ensure all jest targets are marked testonly (#82)

efa6596f20bb84bc5933e6daef98aa6dd9998009 authored about 2 years ago
chore: update to aspect_rules_js 1.13.0 (#81)

7dedf2cbaf7deae55537de56de886d58c35c6b05 authored about 2 years ago
chore: update to Bazel 6.0.0 and Aspect CLI 5.1.1 (#80)

caf9e9e5897a64455b4662a5e4bed2dce9844e72 authored about 2 years ago
feat: jest coverage output

bf74849778cc59fefac7973bbe0feff087b6a2b5 authored about 2 years ago
chore: update to rules_js 1.11.1 (#77)

6f9515c966b39c97575593a4bda2bed26fa084af authored about 2 years ago
chore: update to rules_js 1.11.0 (#76)

4786dec1e55456a5bbdd93489b90751c4ed2805b authored about 2 years ago
chore: update to rules_js 1.10.0 (#75)

befdff6cbd59cf268575185098bb9575b5aa1d3d authored about 2 years ago
feat: add support for updating __snapshots__ directories from output directory artifacts

591460c31858ea0217e6474ed0e6d34238c26ea6 authored about 2 years ago
chore: use Aspect CLI 5.0.2 (#74)

439646273dd62f36f7f27155e0d1f47091d768d9 authored about 2 years ago
chore: add examples of using esm with jest_test both .mjs files and with 'type':'module' in package.json (#66)

c1cca1d21640a67cd767fa8059ed2cfd0d6fca26 authored about 2 years ago
chore: add jest versions v28.1.1 through v29.3.1 (#67)

5e70d05f8c7aa086ae2697625f598739346b4b34 authored about 2 years ago
feat: add snapshot update target (#62)

1141e1b3c25df89b6563de3a3aa4cde538f19ee7 authored about 2 years ago
chore: update to rules_js 1.8.0 (#61)

e7bb0bbcc19215b3ed5aa9e8f9336fb365533347 authored about 2 years ago
feat: support jest xml output

26f979e1999743f269d214326ec57afb63c83f11 authored about 2 years ago
chore: update to bazel 6.0.0rc2 (#60)

14d3e9fcb0c76e17ac3234bede4cf85c3056acc1 authored about 2 years ago
chore: update to rules_js 1.7.0 (#59)

8dc6f79874cb5046a68ab986faead7c4efc9f27d authored about 2 years ago
chore: update to aspect_bazel_lib 1.16.2 (#58)

3a2f03d8d2f40d956ec7ebd626fec63fdfa8715d authored about 2 years ago
chore: update to rules_js 1.6.8 (#57)

3f6fa6857725d61d690161f726611d0fca600750 authored about 2 years ago
chore: update to rules_js 1.6.7 (#56)

1a4dd705d60877c24a0e74f294b61d9a8c2f935f authored about 2 years ago
chore: update to rules_js 1.6.6 (#55)

3d962022886a92cec3584ceb4f8590adfe0f7651 authored over 2 years ago
chore: update to Bazel 6.0.0rc1 and test against both 6.0.0rc1 and 5.3.2 on CI (#54)

176e9db382110b0b47795fbd0410d98b67ed8dab authored over 2 years ago
chore: update to aspect_bazel_lib 1.16.0 (#53)

afb182da684e59171119b79d745e3ae3840280fa authored over 2 years ago
feat: support rules_js 1.6.4 with improved version mirroring (#51)

9139435321d3edc214d24172e4a1edbfa9f7276a authored over 2 years ago
chore(deps): update dependency io_bazel_stardoc to v0.5.3 (#28)

* chore(deps): update dependency io_bazel_stardoc to v0.5.3

* Ran //docs:update

Co-authore...

6fc3fc4a8051a856d7dc676a98beff5c6cc271e4 authored over 2 years ago
chore(deps): update dependency bazel_gazelle to v0.27.0 (#42)

* chore(deps): update dependency bazel_gazelle to v0.27.0

* Update Go toolchain and Bazel Sky...

06fd3fd7753cb57b62aecec5a921c0a7df72ac07 authored over 2 years ago
chore(deps): update dependency rules_nodejs to v5.6.0 (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

ddf9294fc7c2bb88891cae443ba7750cc5fb54ef authored over 2 years ago
chore(deps): update dependency aspect_rules_js to v1.4.0 (#49)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

e25c8432c3b7c6f4f5378d52df5139cbba46e93f authored over 2 years ago
chore: update to aspect_bazel_lib 1.12.1 (#48)

9f63b09673848c0c3b8e6d9a52d6d17a1ad0a085 authored over 2 years ago
chore(deps): update dependency aspect_bazel_lib to v1.12.0 (#44)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

3403df049dd2b16788ef6b8838df69ab7fcc68db authored over 2 years ago
chore(deps): update dependency aspect_rules_js to v1.3.1 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

3cd53c4bdf799da6c70d87691ae33c9f5da95c86 authored over 2 years ago
chore(deps): remove build_bazel_integration_testing (#27)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

4c12c891edc4e95ee405a9a21b571c9312cb9fcf authored over 2 years ago
chore(deps): update dependency bazel to v5.3.1 (#43)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

312fb9045bdf2177444e1ceddd2330354a71afc1 authored over 2 years ago
chore: update to rules_js 1.11.8 (#41)

400492f5f34c544759b065e9888dc810bbddef15 authored over 2 years ago
chore(deps): update dependency io_bazel_rules_go to v0.35.0 (#40)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

ebc00ec162e6804a34b2f2e0f4256b1d0cee03a3 authored over 2 years ago
chore(deps): update dependency rules_nodejs to v5.5.4 (#39)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fa7cda011deb423a9b2e61ab0bd3d417f87c0e54 authored over 2 years ago
chore(deps): update dependency bazel_skylib to v1.3.0 (#37)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

abb94a91501f27678e01311686f43d0bbadf94d7 authored over 2 years ago
chore: update to rules_js 1.1.2 (#38)

c51987913312aaede6a303ac23d24adfe7e01d3a authored over 2 years ago
chore: update to rules_js 1.1.0 (#36)

984e3fd5c2406b2e7022838f8e51a10093b0578d authored over 2 years ago
chore(deps): update dependency bazel to v5.3.0 (#35)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

0058d1aab2616b3257fb6137055b52bfb1b484ba authored over 2 years ago
chore: update to rules_js 1.0.0 (#33)

e5f684d273afc03764a48620a7e5013f7db2a36c authored over 2 years ago
chore(deps): update dependency bazel_gazelle to v0.26.0 (#30)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

4b68aeb6cf89385f1cb7dcde67b79858bd03c2e0 authored over 2 years ago
chore(deps): update dependency io_bazel_rules_go to v0.34.0 (#32)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

7634d596623fa8f70b474214ea4ac46f8f87e8e9 authored over 2 years ago
chore(deps): update dependency bazel_skylib to v1.2.1 (#31)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

7d91d5eb7ba8c8d4b28ff08453a27590ecc83bee authored over 2 years ago
chore(deps): update dependency rules_nodejs to v5.5.3 (#29)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

6f4ad461dc74e767df4a6cf2be7edfc7247358a9 authored over 2 years ago
chore(deps): update dependency bazel to v5.2.0

6409081ba64de3dc93f48539665e4207d19c4627 authored over 2 years ago
chore(deps): update actions/cache action to v3

5f60459085c30e4db21a81b58894ee132125cdb2 authored over 2 years ago
chore(deps): update actions/checkout action to v3

cbfd4c37fb729767aee3c4967c7798996ffa442f authored over 2 years ago
fix: use unique npm_import namespace for vendored npm dependencies of rules_jest (#26)

This prevents it from conflicting with the @npm__<package>__<version> imports in user land and i...

a6da90fe27be516fb72d422bce3890141f3bf109 authored over 2 years ago
Remove experimental warning, we commit to this

6fe9f060eb90dcaa8dc391ea6882a2e7b3cd2a44 authored over 2 years ago
refactor: update to rules_js 1.0.0-rc.4 (#24)

fd98a15657f27d37630b231b98195ad54cf5ea85 authored over 2 years ago
chore: update to aspect_bazel_lib_1.9.2 (#23)

15cbd8acf8a4ab85b9c864bbe60d76f3a7f0dafb authored over 2 years ago
chore: update to rules_js 1.0.0-rc.3 (#22)

c62f8addce8d2b02f16a871ae4305bbbd7c31a69 authored over 2 years ago
chore: update to aspect_bazel_lib 1.9.1 (#21)

e77bab2e053945da7d457ff8dbe055e5c8cbe50b authored over 2 years ago
chore: update to aspect_bazel_lib 1.8.1 (#20)

f10d8f3f7f90fd18b9cd5a4d40bbb3c890a568d1 authored over 2 years ago
chore: update to aspect_rules_js 1.0.0-rc.2 (#19)

ad5bd7807ac22c8513fb6dd7935a9267592da67e authored over 2 years ago
chore: update to aspect_bazel_lib 1.8.0 (#18)

59e696b8c0715c31b74e5309001902f9b1f3d495 authored over 2 years ago
chore: update to rules_js 1.0.0-rc.0

7446ab657deb6dc5a950e3aa64b77bcb051f3be3 authored over 2 years ago
fix: fix github actions e2e test configuration

00bcbafc28f74831fcedf98893283619242fc63d authored over 2 years ago
chore: update to aspect_bazel_lib 1.3.1 (brings in relative_file fix) and rules_js 5.5.0

5b3ca02f4dcd10ddcfc4198c875751e32a096dfe authored over 2 years ago