Ecosyste.ms: OpenCollective

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

github.com/aspect-build/rules_js

High-performance Bazel rules for running Node.js tools and building JavaScript projects
https://github.com/aspect-build/rules_js

Revert "fix: bcr actions not triggering"

alexeagle opened this pull request about 2 years ago
chore: update to aspect_bazel_lib 1.11.8

gregmagolan opened this pull request about 2 years ago
feat: add npmrc attribute to npm_translate_lock to be available for pnpm import

gregmagolan opened this pull request about 2 years ago
chore(deps): update dependency rules_nodejs to v5.5.4

renovate[bot] opened this pull request about 2 years ago
ci: re-enable bzlmod

alexeagle opened this pull request about 2 years ago
chore(deps): update dependency @rollup/plugin-node-resolve to v14

renovate[bot] opened this pull request about 2 years ago
Build Error on Windows while executing the lifecycle hooks

lummax opened this issue about 2 years ago
fix: handle http:// package.json references with mismatching package name

gregmagolan opened this pull request about 2 years ago
fix: don't obscure NODE_OPTIONS env var in js_binary launcher

gregmagolan opened this pull request about 2 years ago
chore: update aspect_bazel_lib to 1.11.1 in MODULE.bazel

gregmagolan opened this pull request about 2 years ago
fix: use depsets instead of lists in rules_js providers

gregmagolan opened this pull request about 2 years ago
fix: reduce memory usage from duplicate elements in rules_js providers

gregmagolan opened this pull request about 2 years ago
Help users with duplicate copy_to_bin actions

alexeagle opened this issue about 2 years ago
fix: handle nested symlinks via relative directory symlinks in sandbox

gregmagolan opened this pull request about 2 years ago
feat: demonstrate stamping the version into package.json

alexeagle opened this pull request about 2 years ago
chore: get bleeding edge Bazel with an RBE fix

alexeagle opened this pull request about 2 years ago
fix: add error handling for failure of pnpm import

alexeagle opened this pull request about 2 years ago
Demonstrate usage with protocol buffers and grpc

alexeagle opened this issue about 2 years ago
chore: move lifecycle bundling into Bazel

alexeagle opened this pull request about 2 years ago
fix: provide runfiles of all transitives from npm_link_package_store

gregmagolan opened this pull request about 2 years ago
fix: run lifecycle hooks outside of sandbox by default

gregmagolan opened this pull request about 2 years ago
refactor: cleanup bzl_library in js_image

alexeagle opened this pull request about 2 years ago
chore: cleanup in pnpm_workspace & pnpm_workspace_rerooted e2e

gregmagolan opened this pull request about 2 years ago
feat: support pnpm shared-workspace-lockfile=false mode

gregmagolan opened this pull request about 2 years ago
fix: set copy_data_to_bin default to True to mitigate ESM loader issue #362

gregmagolan opened this pull request about 2 years ago
refactor: remove check for empty root importers

alexeagle opened this pull request about 2 years ago
ESM imports escape the sandbox & runfiles

gregmagolan opened this issue about 2 years ago
feat: add opt-in copy_files_to_bin attribute to js_binary

gregmagolan opened this pull request about 2 years ago
Angular architect test rule escaping its runfiles but not the sandbox

gregmagolan opened this issue about 2 years ago
refactor: follow up fixes and optimizations after JsInfo introduction

gregmagolan opened this pull request about 2 years ago
chore: bump stardoc to latest

alexeagle opened this pull request about 2 years ago
chore: update out-of-date js_library docs

gregmagolan opened this pull request about 2 years ago
chore: rename some dangling 'direct link' references to just 'link'

gregmagolan opened this pull request about 2 years ago
fix: js_binary doesn't need to copy files to bin for runfiles inputs

gregmagolan opened this pull request about 2 years ago
chore: rename some dangling 'direct link' references to just 'link'

gregmagolan opened this pull request about 2 years ago
refactor: pre-factors for introducing JsInfo and related fixes and features

gregmagolan opened this pull request about 2 years ago
chore: update to aspect_bazel_lib_1.9.2

gregmagolan opened this pull request about 2 years ago
chore: update to aspect_bazel_lib 1.9.1

gregmagolan opened this pull request about 2 years ago
chore: update to aspect_bazel_lib 1.9.0

gregmagolan opened this pull request about 2 years ago
chore: update to aspect_bazel_lib 1.8.1

gregmagolan opened this pull request about 2 years ago
fix: pick up DeclarationInfo from srcs in js_libary

gregmagolan opened this pull request about 2 years ago
fix: ensure RUNFILES environment variable is always absolute

gregmagolan opened this pull request about 2 years ago
chore: update to aspect_bazel_lib 1.8.0

gregmagolan opened this pull request about 2 years ago
fix: generate package_json.bzl only when pkg has bins

thesayyn opened this pull request about 2 years ago
WIP

gregmagolan opened this pull request about 2 years ago
docs: fix squished file tree

thesayyn opened this pull request about 2 years ago
declare_symlink experiments

gregmagolan opened this pull request about 2 years ago
docs: fix js_image fs tree

thesayyn opened this pull request about 2 years ago
fix: apply node fs patched symlink guards in spawned child node processes

gregmagolan opened this pull request about 2 years ago
fix: only run tests cases that depend on realpath on linux

gregmagolan opened this pull request about 2 years ago
chore: cleanup bzlmod e2e loose inconsistencies

gregmagolan opened this pull request over 2 years ago
fix: small typo in e2e code

gregmagolan opened this pull request over 2 years ago
chore: refactor duplicate code info helper function in npm_translate_lock

gregmagolan opened this pull request over 2 years ago
fix: fix relative symlinks handing in node fs patches

gregmagolan opened this pull request over 2 years ago
chore: rename pnpm_workspace_dot_dot => pnpm_workspace_rerooted

gregmagolan opened this pull request over 2 years ago
feat: add stamp attribute and docstring to js_run_binary

gregmagolan opened this pull request over 2 years ago
fix: handle transitive file: dependencies

gregmagolan opened this pull request over 2 years ago
fix: determine the RUNFILES directory when running a js_binary in an sh_binary

gregmagolan opened this pull request over 2 years ago
feat: add patch_node_fs attribute to js_binary and js_run_binary for easy opt-out

gregmagolan opened this pull request over 2 years ago
docs: remove stale reference to non-linked 3p targets

alexeagle opened this pull request over 2 years ago
Revert "refactor: ask the runfiles API to create our symlinks"

thesayyn opened this pull request over 2 years ago
chore: add an example of using out_dirs with js_run_binary

gregmagolan opened this pull request over 2 years ago
feat: support file: links in package.json & pnpm lockfile

gregmagolan opened this pull request over 2 years ago
fix: include direct DeclarationInfo files from srcs in npm_package

gregmagolan opened this pull request over 2 years ago
fix: don't use orig fs.realpath from patched lstat

gregmagolan opened this pull request over 2 years ago
refactor: ask the runfiles API to create our symlinks

alexeagle opened this pull request over 2 years ago
refactor: expose bzl_library targets for generated bins

alexeagle opened this pull request over 2 years ago
feat: add an example for js_image_layer

thesayyn opened this pull request over 2 years ago
Support .npmrc public hoisting settings

alexeagle opened this issue over 2 years ago
feat: add coverage support

thesayyn opened this pull request over 2 years ago
fix: improved symlink guards for sandbox, runfiles & execroot

gregmagolan opened this pull request over 2 years ago
chore: mocha example doesn't need copy_to_bin

alexeagle opened this pull request over 2 years ago
node-gyp build error when building locally on osx and windows

kormide opened this issue over 2 years ago
Example of qwik.js

alexeagle opened this issue over 2 years ago
chore: bump bazel-lib to latest

alexeagle opened this pull request over 2 years ago
feat: enable verify_node_modules_ignored by default

alexeagle opened this pull request over 2 years ago
Dependency Dashboard

renovate[bot] opened this issue over 2 years ago
refactor: name launcher script like nodejs_binary does

alexeagle opened this pull request over 2 years ago
Use pnpm workspace dep on a 1p package

alexeagle opened this pull request over 2 years ago
Update migrate.md

alexeagle opened this pull request over 2 years ago
Add .publish run target to npm_package

alexeagle opened this issue over 2 years ago
Refactor public API into near final shape for 1.0 launch

gregmagolan opened this pull request over 2 years ago
Update migrate.md

alexeagle opened this pull request over 2 years ago
refactor: split npm_import data logic from starlark code generation

alexeagle opened this pull request over 2 years ago