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.
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.
Actively maintained, with very recent upstream activity (latest upstream push 2026-09-02) and frequent user-event updates in September 2026 (v14.6.7 on 2026-09-02, followed by earlier August 2026 patch updates).
Last release:
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.
Actively maintained, with the most recent upstream push on 2026-08-27 and a new update released the same day (v16.3.3), indicating ongoing work rather than a long pause.
Last release:
@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.
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:
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.
Active maintenance: The repo shows an upstream push on 2026-09-15, and the library has a very recent update (v10.4.2 on 2026-09-13), indicating active maintenance as of today (2026-09-17).
Last release:
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.
Actively maintained: Evidence shows an upstream push on 2026-09-07 and multiple plugin updates published in the last weeks (for example, plugin-babel@0.2.4 on 2026-09-07, plugin-emotion@0.2.0 on 2026-08-21), indicating ongoing development rather than dormancy.
Last release:
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.
rolldown/rolldown appears actively maintained, with upstream activity as recent as 2026-09-09 and frequent tagged updates in August to September 2026.
Last release:
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).
Actively maintained: The oxc-project/oxc GitHub source shows an upstream push today (2026-09-17), with multiple coordinated updates across crates_v*, apps_v*, oxlint, and oxfmt in the past few weeks.
Last release:
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.
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:
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.
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.
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:
@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.
Maintenance/active work: The repo shows a recent upstream push on 2026-09-07, but the last versioned published update in the provided history is v3.0.0 from 2020-07-02, so the package appears mostly quiet in terms of releases/updates.
Last release:
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).
Ruff (astral-sh/ruff) appears actively maintained, with an upstream push on 2026-09-17 and multiple recent updates in September 2026.
Last release:
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.
The source appears to be user-facing and maintained in principle (upstream push on 2026-09-09), but the most recent tagged/package updates shown here are older (latest noted version v5.0.0 on 2025-11-03), suggesting a quiet period with no recent versioned changes published.
Last release:
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.
Maintenance status: The upstream project is marked as archived, which strongly suggests it is not in active feature development, even though there was a last upstream push on 2026-03-27 (so some activity may still be occurring).
Last release:
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.
Maintenance status: The source appears quiet/in maintenance mode, with the most recent upstream push on 2025-10-19, which is close to 11 months ago as of 2026-09-10.
Last release:
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.
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:
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.
Maintenance status: GitHub activity appears ongoing, with an upstream push on 2026-09-04, but the most recent published updates shown are from 2025-05-26, so package-level changes look less frequent than repo activity.
Last release:
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.
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: