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

fix: handle js_library 1p deps correctly in js_run_devserver

gregmagolan opened this pull request 3 months ago
fix(npm): npm_link_package() in subdirectory to js_library() package

jbedard opened this pull request 3 months ago
[Bug]: `js_run_devserver()` sandbox does not remove deleted files

walkerburgin opened this issue 3 months ago
test(npm): add test using git+ssh protocol in version

jbedard opened this pull request 3 months ago
refactor(npm): change string template var from overused "name" to "pkg"

jbedard opened this pull request 3 months ago
test: remove platform specific system_tar from test snapshots

jbedard opened this pull request 3 months ago
perf(npm): reduce use of string.split

jbedard opened this pull request 3 months ago
perf(npm): reduce package_name() calls

jbedard opened this pull request 3 months ago
refactor: remove pkg_glob api

jbedard opened this pull request 3 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 3 months ago
test(npm): add tests for odd package names

jbedard opened this pull request 3 months ago
perf(npm): reduce array concatenation

jbedard opened this pull request 3 months ago
refactor(npm): assert generated files are never overwritten

jbedard opened this pull request 3 months ago
fix(npm): invalid export of package/resolved.json

jbedard opened this pull request 3 months ago
test: add additional npm: dependency lockfile tests

jbedard opened this pull request 3 months ago
test: include package.json files in npm_translate_lock(data)

jbedard opened this pull request 3 months ago
test: consuming linked js_library vs npm_package

jbedard opened this pull request 3 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 3 months ago
fix: do not put sources+types into NpmPackageStoreInfo.files

jbedard opened this pull request 3 months ago
refactor: remove NpmPackageStoreInfo.files

jbedard opened this pull request 3 months ago
refactor: remove JsInfo provider from npm_package_store

jbedard opened this pull request 3 months ago
[Bug]: Missing test for js_library "sandwich" no-type-check

alexeagle opened this issue 3 months ago
fix(pnpm): npm: aliases to self

jbedard opened this pull request 3 months ago
test(pnpm): normalize typescript version across lockfile version tests

jbedard opened this pull request 3 months ago
[Bug]: js_run_binary does not allow depset srcs

matthewjh opened this issue 3 months ago
[Bug]: version in pnpm9 lockfile is incorrectly parsed

rnons opened this issue 3 months ago
[FR]: Expose `PackageInfo` from imported rules

shs96c opened this issue 3 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 3 months ago
[Bug]: Package `[email protected]` fails to extract

Silic0nS0ldier opened this issue 4 months ago
chore: remove stray TODO

alexeagle opened this pull request 4 months ago
fix: transitive js_library npm package deps

jbedard opened this pull request 4 months ago
refactor: cleanup npm_package_store.bzl

jbedard opened this pull request 4 months ago
Revert "chore(deps): update aspect rulesets (#1631)"

jbedard opened this pull request 4 months ago
test: align pnpm_workspace[_rerooted] tests

jbedard opened this pull request 4 months ago
Revert "chore(deps): update bazel (#1633)"

jbedard opened this pull request 4 months ago
chore: fix rules_lint in non-bzlmod

jbedard opened this pull request 4 months ago
chore(deps): update syncpack digest to 805e36f

renovate[bot] opened this pull request 4 months ago
chore(deps): update com_grail_bazel_toolchain digest to 6edc43b - autoclosed

renovate[bot] opened this pull request 4 months ago
refactor: remove unused peer_dependencies field

jbedard opened this pull request 4 months ago
perf: prioritize package version type checks

jbedard opened this pull request 4 months ago
fix(pnpm): npm: aliases to packages with peer deps

jbedard opened this pull request 4 months ago
perf: do not sanitize npm package labels multiple times

jbedard opened this pull request 4 months ago
refactor(pnpm): strip special characters from pkg labels

jbedard opened this pull request 4 months ago
perf: reduce use of starlark .split

jbedard opened this pull request 4 months ago
perf: remove unused template vars

jbedard opened this pull request 4 months ago
fix: use .cjs extension for fs patches

jbedard opened this pull request 4 months ago
perf: reduce string concatenation in lockfile parsing

jbedard opened this pull request 4 months ago
fix: npm alias with peer deps

jbedard opened this pull request 4 months ago
test: npm: dependencies

jbedard opened this pull request 4 months ago
[Bug]: 2.x regression with aliased package names

alexeagle opened this issue 4 months ago
perf: reduce use of bazel_skylib paths.join

jbedard opened this pull request 4 months ago
refactor: change npm_import(is_gnu_tar) to system_tar

jbedard opened this pull request 4 months ago
perf: Allow opting out of arg/env expansion

DavidZbarsky-at opened this pull request 4 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 4 months ago
WIP Avoid double-parsing lockfile in bzlmod

DavidZbarsky-at opened this pull request 4 months ago
Optimize _is_gnu_tar check

DavidZbarsky-at opened this pull request 4 months ago
perf: do not double process lifecycle_hooks* attributes in bzlmod

jbedard opened this pull request 4 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 4 months ago
perf: use string.elems for char iteration

DavidZbarsky-at opened this pull request 4 months ago
[perf] Optimize npm_package_store

DavidZbarsky-at opened this pull request 4 months ago
perf: minimize cost of checking bazel version

dzbarsky opened this pull request 4 months ago
perf: share single empty depset when using js_info factory

jbedard opened this pull request 4 months ago
DRAFT: Optimize npm_package_store_impl

DavidZbarsky-at opened this pull request 4 months ago
refactor: sort lock translation action cache content

jbedard opened this pull request 4 months ago
chore: fixup load statement ordering in generated bzl

gregmagolan opened this pull request 4 months ago
fix: handle malformed npm packages gracefully in extract action

gregmagolan opened this pull request 4 months ago
fix: handle malformed npm packages gracefully in extract action

gregmagolan opened this pull request 4 months ago
chore: bump minimum rules_nodejs to 6.2.0

gregmagolan opened this pull request 4 months ago
perf: persist None instead of empty depsets in JsInfo

jbedard opened this pull request 4 months ago
refactor: remove optional empty depset direct

jbedard opened this pull request 4 months ago
chore: fixup pattern for try-import of user.bazelrc

gregmagolan opened this pull request 4 months ago
perf: change js_helpers gather_* utils to accept list, not depset

jbedard opened this pull request 4 months ago
perf: do not check JsInfo hasattr for always-set attributes

jbedard opened this pull request 4 months ago
perf: avoid js_info param validation on default values

jbedard opened this pull request 4 months ago
perf: avoid large temp arrays, use single loop

jbedard opened this pull request 4 months ago
perf: avoid cloning data_files when not copy_data_files_to_bin

jbedard opened this pull request 4 months ago
perf: do not put files_runfiles in files + transitive_files

jbedard opened this pull request 4 months ago
refactor: add option for optimized runfiles collection

gregmagolan opened this pull request 4 months ago
Changes by create-pull-request action

github-actions[bot] opened this pull request 4 months ago
refactor: remote non-functional exclude_declarations_from_npm_packages alias

gregmagolan opened this pull request 5 months ago
refactor(pnpm): move pnpm parsing logic to pnpm.bzl

jbedard opened this pull request 5 months ago
fix(pnpm): pnpm9 npm: dependencies with peers

jbedard opened this pull request 5 months ago
fix(pnpm): pnpm9 transitive npm: dependenies

jbedard opened this pull request 5 months ago
refactor(pnpm): remove .parse_pnpm_package_key util

jbedard opened this pull request 5 months ago
test: add test cases for individual pnpm lockfile issues

jbedard opened this pull request 5 months ago