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

[Bug]: version in pnpm9 lockfile is incorrectly parsed

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

jbedard opened this pull request 7 months ago
fix(pnpm): npm aliases to url specifiers

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

github-actions[bot] opened this pull request 7 months ago
fix(pnpm): support npm: aliases to packages in alternate registries

jbedard opened this pull request 7 months ago
refactor: sort generated npm_translate_lock store targets

jbedard opened this pull request 7 months ago
chore: bump to rules_oci 1.7.6

gregmagolan opened this pull request 7 months ago
fix(pnpm): support npm: alias dependencies with pnpm lockfile v5

jbedard opened this pull request 7 months ago
chore: automate pnpm version mirroring

alexeagle opened this pull request 7 months ago
fix(pnpm): support pnpm9 URL, github version package versions

jbedard opened this pull request 7 months ago
test: add lockfile test cases

jbedard opened this pull request 7 months ago
chore: bump minimum aspect_bazel_lib to 2.7.7

gregmagolan opened this pull request 7 months ago
docs: update section on "Exec failed due to IOException"

fmeum opened this pull request 7 months ago
feat: add include_npm_sources to npm_package

gregmagolan opened this pull request 7 months ago
refactor: do not include registry url in package keys

jbedard opened this pull request 7 months ago
refactor: move npm_registry_url to utils

jbedard opened this pull request 7 months ago
refactor: simplify handling of #423, package aliases

jbedard opened this pull request 7 months ago
chore: bump miminum dep to aspect_bazel_lib 2.7.6

gregmagolan opened this pull request 7 months ago
fix(pnpm): url and git package specifiers

jbedard opened this pull request 7 months ago
[Bug]: pnpm v9 lockfile issues

jbedard opened this issue 7 months ago
Fix typo in onlyBuiltDependencies

surma opened this pull request 7 months ago
[FR]: Preventing input leakage via global caches

Silic0nS0ldier opened this issue 7 months ago
test: generate fresh lockfile each time for pnpm lockfile test

jbedard opened this pull request 7 months ago
[Bug]: rules_js 2.0 pnpm 9 fails to load pnpm-lock.yaml

hjellek opened this issue 7 months ago
chore: update all lockfiles to pnpm v9

gregmagolan opened this pull request 7 months ago
chore: update aspect.dev URL references to aspect.build

gregmagolan opened this pull request 7 months ago
chore: add missing package.json files to npm_translate_lock

jbedard opened this pull request 7 months ago
test: add snapshots of lockfile repositories across pnpm versions

jbedard opened this pull request 7 months ago
refactor: detect and log duplicate package keys

jbedard opened this pull request 7 months ago