npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ankhorage/renovate

v0.2.17

Published

Ankhorage dependency update policy and automation powered by Renovate.

Downloads

2,570

Readme

@ankhorage/renovate

license: MIT npm: v0.2.11 runtime: bun typescript: strict eslint: checked prettier: checked build: checked tests: checked docs: paradox

Ankhorage dependency update policy and automation powered by Renovate.

Usage

Extend the repository-hosted preset from each Ankhorage repository that Renovate manages.

Devtools owner repository configuration

Loads the owner-specific policy that enables and groups the root Bun, ESLint, Knip, Prettier, TypeScript, and validation/publishing dependencies maintained by @ankhorage/devtools. Major upgrades remain reviewable. The trusted reusable workflow detects owner updates, runs the fixed owner synchronization entrypoint from the Devtools base commit in a read-only preparation job, requires byte stability and current status, then commits only the validated owner-managed output. Pull-request code never executes in the write-capable job. Do not use this profile in normal consumer repositories.

Source: examples/devtools-renovate.json5

{
  $schema: 'https://docs.renovatebot.com/renovate-schema.json',
  extends: ['github>ankhorage/renovate:devtools-owner'],
}

Repository configuration

Loads the normal consumer policy from its default branch. Every npm patch release is proposed, fully validated by repository CI, and automerged when green. Minor and major external upgrades stay disabled. The canonical development toolchain follows the same automatic patch policy through its Devtools owner release and synchronization chain instead of drifting independently in consumers. Compatible @ankhorage/ankh and @ankhorage/devtools releases are grouped for the trusted synchronization workflow. The workflow runs the exact lock-selected provider, requires byte stability and current status, and commits the complete managed result without a manual repository sync. After the one-time release-rollout bootstrap, a published Devtools version immediately starts the same Renovate update flow for every repository in the reviewed consumer registry. The preset explicitly owns bun and custom.regex extraction so self-hosted manager filtering cannot silently drop package propagation. Never edit renovate/* branches manually; request Renovate rebase/retry to discard edits and return the branch to Renovate ownership. Renovate remains the only dependency-branch writer. The shared preset also performs a one-time migration of the legacy immutable workflow pin; all other canonical workflow changes remain owned by Devtools sync.

Source: examples/renovate.json5

{
  $schema: 'https://docs.renovatebot.com/renovate-schema.json',
  extends: ['github>ankhorage/renovate'],
}

Generated documentation