changesets
pnpm
changesets | pnpm | |
---|---|---|
34 | 117 | |
9,306 | 30,445 | |
2.9% | 1.9% | |
8.6 | 9.8 | |
4 days ago | 7 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
changesets
-
How to temporarily silence logs in tests
When you are trying to understand the source code, you can use documentation as your starting point and search for variables and functions to set the direction for your exploration when you are dealing with large projects like Changesets.
-
Manage your versioning and changelogs using Changesets
In this article, an overview of Changesets and its usage in t3-env are provided.
-
Things I wish I knew before I started an open-source project
As a general rule, I recommend against completely automating the release of your software and instead have a manual approval step required at some point in the process. Tools like changesets, the one we use at Latitude, greatly help with this. Changesets takes care of publishing new packages, updating changelogs, and tagging releases, yet it can only do so via automatic pull requests that have the same approval requirements as any other PR at Latitude.
-
How I Build Paradise UI: A React UI Component Library
All these versioning management is done with Changesets library
-
I made a set of devtools for small projects
In my circles, this is the go-to for release automation / changelogs: https://github.com/changesets/changesets
-
Criando um Design System reutilizável entre React e React Native com Tamagui
🦋 Publicando com changesets
- Changesets
-
Nx - Highlights of 2023
Open source libraries and frameworks share a common necessity: the need to develop multiple packages cohesively and efficiently while managing their versioning and publishing to NPM. Nx has emerged as a go-to choice for handling such open source monorepos (as we'll explore further in the next section of this blog post). Until recently, one area Nx did not address directly was versioning and release management. Traditionally, this gap has been filled with tools like release-it, changesets, or custom Node scripts, similar to our approach in the Nx repository.
-
Automate NPM releases on GitHub using changesets 🦋
Doing these tasks by hand can quickly become a hassle. If you're open to receiving contributions from others, it can be an even bigger headache. In this post we'll cover how to use changesets to automate all of these steps.
- Show HN: Changesets, manage your versioning and changelogs
pnpm
-
Node.js now supports TypeScript, JavaScript Rising Stars report is out, NEW developer tools and more
pnpm 10
- Build and Deploy a Monorepo WebSocket web application with Turbo, Express, and Vite on Render Using Docker
-
State of JavaScript 2024 Results, GitHub Copilot Now Free, EPIC Developer Tools, and more
The State of JavaScript 2024 survey results GitHub Copilot is now Free Tailwind CSS 4 JerryScript 3.0 Transformers.js v3.2 Bun 1.1.39 & 1.1.40 pnpm Update ESLint v9.17.0
-
Playwright and Chrome Browser Testing in Heroku
Pretty simple. Now, I just needed to change the code to use Playwright instead of Puppeteer and Jest. Oh, and I also wanted to use pnpm instead of npm. Here’s a link to my forked GitHub repo.
-
OAuth using Better_Auth, nextjs, prisma, shadcn and tailwindcss
pnpm Docs: https://pnpm.io/
-
Handling TypeORM migrations in Electron apps
I started with a basic Electron + TypeScript + React project and use pnpm as my package manager. This tutorial assumes you already have a working Electron app.
-
Wow, pnpm, You’re Really Fast
Then, along came pnpm, a package manager that handles package storage differently, saving users space and reducing build time. Here’s how pnpm describes the difference:
- Revisando Node JS
-
Dockerizing a Next.js Application using a Standalone Build
In my case, I like to use pnpm to reduce the disk size of the node_modules folder. Therefore, the example of the Next.js Docker image uses this package manager, but you can make slight adjustments to use npm or yarn if you prefer.
-
Building Tetris using WebSocket and Svelte Stores
package manager: pnpm
What are some alternatives?
lerna - Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
Bower - A package manager for the web
semver - Semantic Versioning Specification
deno - A modern runtime for JavaScript and TypeScript.
nx - Build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
yarn - The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
tailwind-config-viewer - A local UI tool for visualizing your Tailwind CSS configuration file.
bun - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Visual Studio Code - Visual Studio Code
npm
tailwindcss-classnames - Functional typed classnames for TailwindCSS