Explore tracked sources

Every software and developer-update source on DevUpdate.io, contributed by the community. Browse without an account, or sign in to add any of these to your dashboard.

Descriptions and status summaries are generated by an AI from publicly available data. They may not reflect the current state of a project. More on AI-extracted content. Project owners can request a correction or removal by emailing info@devupdate.io.

Source:Sort:

user-event is a testing utility that simulates real browser user actions by firing events in the same way a user interacts with the page. It is useful for writing higher-level UI tests where actions like userEvent.click update element state similarly to actual user behavior, compared to lower-level fireEvent usage.

Status:

Actively maintained, with the upstream GitHub push on 2026-08-22 and multiple recent updates in late July and August 2026 (v14.6.2 through v14.6.6), indicating ongoing bug fixing.

Last release:

505 updates · last 90 days1 watchers
Open

React Testing Library provides lightweight React DOM testing utilities built on top of react-dom and react-dom/test-utils, with guidance to write maintainable tests that focus on how components are used rather than implementation details. It includes helpers for rendering components and querying the DOM, suitable for testing React UI behavior.

Status:

Actively maintained, last upstream push was 2026-04-02 (and the most recent tagged update shown is v16.3.2 on 2026-01-19), suggesting ongoing work through at least the first half of 2026.

Last release:

471 updates · last 90 days1 watchers
Open

@testing-library/jest-dom provides custom Jest matchers for asserting the state of DOM elements in your tests. It helps make DOM-related assertions more declarative and readable by extending Jest’s `expect`, and it supports use with different setup options such as Jest and Vitest.

Status:

Actively maintained. The most recent upstream push was 2026-08-09, and a follow-up update (v7.0.1) landed the same day, indicating current responsiveness to ecosystem needs.

Last release:

623 updates · last 90 days1 watchers
Open

DOM Testing Library is a lightweight set of DOM testing utilities for JavaScript. It helps you write maintainable tests for web UI by querying DOM nodes in a way that resembles how users find elements on the page, and it can work with simulated DOM environments like JSDOM (including Jest) or in the browser.

Status:

Testing Library DOM Testing Library (testing-library/dom-testing-library) appears in maintenance mode or quiet upkeep, with the last upstream push on 2025-11-12 and the most recent listed updates in mid-2025 (v10.4.1 on 2025-07-27), which is a long gap versus typical active cadence.

Last release:

511 watchers
Open

Official Rolldown plugins collection, with multiple npm packages for common build-time transformations and optimizations. It includes plugins like Babel code transformation, Emotion minification and optimization, JSX attribute removal, styled-jsx CSS scoping, and import/export transformation, plus supporting utilities such as plugin utilities and an AST visitor helper.

Status:

Actively maintained: The upstream Rolldown plugins repo shows a very recent push (2026-08-24), and multiple plugin updates were published in 2026, including new functionality in plugin-emotion@0.2.0 (2026-08-21).

Last release:

485 updates · last 90 days1 watchers
Open

Rolldown is a fast JavaScript and TypeScript bundler written in Rust. It provides Rollup-compatible APIs and a plugin interface, and it is intended as a future bundler for Vite. Useful if you want Rollup-style bundling with a focus on performance.

Status:

Actively maintained: GitHub shows a very recent upstream push on 2026-08-20, and the project has frequent tags with user-visible changes, bug fixes, and CI/dev tooling updates (latest: v1.2.5 on 2026-08-19).

Last release:

6913 updates · last 90 days1 watchers
Open

Oxc is a collection of high-performance JavaScript and TypeScript tools (built in Rust). It provides parsing, transformation, linting, formatting, and minification, and can also include module resolution via related components. It is useful for building fast JavaScript toolchains and powers tools like Rolldown (Vite’s bundler).

Status:

Actively maintained, with very recent upstream and downstream activity (last upstream push on 2026-08-26, and multiple updates across apps, crates within August 2026).

Last release:

6926 updates · last 90 days1 watchers
Open

esbuild is an extremely fast JavaScript bundler for the web that also supports TypeScript, JSX, and CSS out of the box. It provides a straightforward API and tools like minification, tree shaking, source maps, a local server, watch mode, and plugins, useful for building bundles for ESM and CommonJS modules.

Status:

Actively maintained: GitHub activity is current (last upstream push 2026-08-09) and recent version updates continue in 2026, including v0.28.2 on 2026-08-08.

Last release:

572 updates · last 90 days2 watchers
Open

PostCSS Plugins is a collection of PostCSS plugins, plugin packs, utilities, and CLI tools for working with CSS. It includes tools like PostCSS Preset Env (postcss-preset-env) to help transform modern CSS so it can run in more browsers.

701 watchers
Open

A modern JavaScript library that resolves, parses, and converts CSS color strings, including modern Color Module Level 4 and 5 features like color-mix(), color(), advanced color spaces, var(), and calc(). It is useful for turning CSS color and gradient values into computed or specified results, and for converting between formats like HEX, RGB, HSL, LAB, LCH, and OKLCH. It also exposes utilities for validating colors and gradients.

Status:

Actively maintained, with upstream and GitHub activity within days (last upstream push 2026-08-16, and updates as recent as 2026-08-16, 2026-08-08), indicating an ongoing development cycle rather than a dormant period.

Last release:

486 updates · last 90 days1 watchers
Open

@adobe/css-tools is a Node.js CSS parser and stringifier that turns CSS code into an Abstract Syntax Tree (AST), then converts the AST back into CSS. It supports configurable formatting (pretty-print and minify) and TypeScript types, useful for building CSS tooling, analysis, or automated transformations.

Status:

Maintenance status: The repo shows an upstream push on 2026-06-08, which suggests ongoing development activity, but the last versioned update listed here is v3.0.0 from 2020-07-02, so published updates cadence appears irregular (long gap since the last tagged package update).

Last release:

551 watchers
Open

Ruff is an extremely fast Python linter and code formatter, written in Rust, used to check code style and run automated fixes. It can lint and format Python code from the command line, and it supports configuration via pyproject.toml and editor integrations (for example, VS Code).

Status:

Actively maintained: The upstream push on 2026-08-26 and a steady stream of tagged updates in August 2026 (0.16.4, 0.16.3, 0.16.2, 0.16.1, 0.16.0) indicate ongoing development rather than dormancy.

Last release:

6913 updates · last 90 days1 watchers
Open

This library wraps Zod validation errors in more user-friendly, readable messages, with options to customize formatting. It helps you return or display validation feedback for end users while still preserving the original Zod error details in `error.details`, and it supports Zod v3 and v4.

Status:

Maintenance status: The upstream push is very recent (2026-06-08), and the GitHub source shows ongoing updates after the major 2025 changes, so it appears actively maintained, not dormant.

Last release:

692 watchers
Open

Converts Zod schemas into JSON Schema (including support for schema types, validations, recursive schemas via internal $ref, and options for naming and $ref handling). It is useful if you need to generate JSON Schema definitions from Zod types, including targeting OpenAPI 3.0 or OpenAI strict mode variants.

Status:

Maintenance status: The GitHub repo shows a recent upstream push (2026-03-27), which suggests development activity, but the latest published updates in the provided history are from 2023-02-10 (v3.20.3), indicating slow or intermittent release publishing.

Last release:

242 watchers
Open

Zeptomatch is a tiny glob matcher for JavaScript, designed to match patterns like `*`, `?`, character classes, brace alternations, and numeric or string ranges against file or path strings. It can also compile one or more globs into standalone regular expressions, and supports partial matching (useful during filesystem traversal) with memoization and path separator normalization.

Status:

Zeptomatch is likely in maintenance mode, with the last upstream push on 2025-10-19 and no evidence of updates since then as of 2026-06-09.

Last release:

382 watchers
Open

yoctocolors is a small, fast JavaScript command-line coloring package that applies ANSI color and style formatting in the terminal, including support for nested colors. It is useful for styling CLI output (text colors, background colors, and modifiers like bold or underline) and can detect whether colors are supported, with FORCE_COLOR and NO_COLOR options to override behavior.

Status:

Actively maintained, last upstream push was 2026-07-26, with a new update (v2.2.0) on the same date, indicating current development rather than maintenance mode.

Last release:

621 updates · last 90 days2 watchers
Open

yargs-parser is the option parser used by yargs. It parses command line arguments (as a string or string array) into an object of key/value pairs, supporting common parsing options like aliases, booleans, arrays, type coercion, defaults, env var parsing, and configuration file loading.

Status:

Active maintenance: Evidence suggests the upstream repo had a push on 2026-05-15, but the last published updates in the provided history are from 2025-05-26, so from a consumer perspective it looks quiet/in maintenance-like mode rather than actively releasing changes day to day.

Last release:

522 watchers
Open

Yargs is a Node.js library for building interactive command line tools. It helps parse command line arguments, generate an automatic help menu, and produce shell completion scripts for Bash and Zsh.

Status:

Actively maintained: GitHub tags show ongoing updates in 2026 (latest listed tag v18.1.0 on 2026-07-26, plus a reported upstream push on 2026-08-07), indicating the project is not in maintenance mode.

Last release:

714 updates · last 90 days2 watchers
Open