From 0abff6aaa15c422605de1203883e768a428f9d69 Mon Sep 17 00:00:00 2001 From: abrulic1 Date: Mon, 11 Nov 2024 14:02:47 +0100 Subject: [PATCH 1/4] readme updated --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 153e53b..ba970dc 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ![GitHub Repo stars](https://img.shields.io/github/stars/forge42dev/open-source-stack?style=social) ![npm](https://img.shields.io/npm/v/open-source-stack?style=plastic) ![GitHub](https://img.shields.io/github/license/forge42dev/open-source-stack?style=plastic) -![npm](https://img.shields.io/npm/dy/open-source-stack?style=plastic) -![npm](https://img.shields.io/npm/dw/open-source-stack?style=plastic) -![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/open-source-stack?style=plastic) +![npm](https://img.shields.io/npm/dy/open-source-stack?style=plastic) +![npm](https://img.shields.io/npm/dw/open-source-stack?style=plastic) +![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/open-source-stack?style=plastic) Full starter stack to develop CJS/ESM compatible npm packages with TypeScript, Vitest, ESLint, Prettier, and GitHub Actions. @@ -21,8 +21,7 @@ Build your own open-source project today! 🚀 - **TypeScript**: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. - **Vitest**: A modern test runner built on top of Vite. -- **ESLint**: ESLint statically analyzes your code to quickly find problems. -- **Prettier**: Prettier is an opinionated code formatter. +- **Biome**: Biome statically analyzes your code to find issues and formats your code with a consistent, opinionated style. - **GitHub Actions**: Automate your workflow from idea to production. - **tsup** - Zero-config bundler for tiny TypeScript libraries. @@ -54,4 +53,3 @@ Build your own open-source project today! 🚀 - `npm run lint` - Lint the code. - `npm run dev` - Start the package and ESM test app in watch mode for development. - `npm run dev:cjs` - Start the package and CJS test app in watch mode for development. - From 1d3d2fb9b26c7ea906a94828469dca9339575885 Mon Sep 17 00:00:00 2001 From: abrulic1 Date: Mon, 11 Nov 2024 14:04:28 +0100 Subject: [PATCH 2/4] minor version updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7786991..a078660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-source-stack", - "version": "1.0.0", + "version": "1.0.1", "description": "Minimal open-source stack to help you ship an open-source package in TS", "main": "./dist/index.js", "module": "./dist/index.mjs", From b3757a6852ca581487a361beb4b5ee366599301a Mon Sep 17 00:00:00 2001 From: abrulic1 Date: Mon, 11 Nov 2024 14:12:59 +0100 Subject: [PATCH 3/4] reverted minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a078660..7786991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-source-stack", - "version": "1.0.1", + "version": "1.0.0", "description": "Minimal open-source stack to help you ship an open-source package in TS", "main": "./dist/index.js", "module": "./dist/index.mjs", From 81811fbad057c92d69d8de4da33a22659bfad467 Mon Sep 17 00:00:00 2001 From: abrulic1 Date: Mon, 11 Nov 2024 14:19:45 +0100 Subject: [PATCH 4/4] linting fix --- .changeset/config.json | 20 ++++++++++---------- package.json | 11 +++-------- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 720acf5..7eed1d2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": true, - "fixed": [], - "linked": [], - "access": "public", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] -} \ No newline at end of file + "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": true, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] +} diff --git a/package.json b/package.json index 7786991..12c0b21 100644 --- a/package.json +++ b/package.json @@ -49,13 +49,8 @@ "bugs": { "url": "https://github.com/forge42dev/open-source-stack/issues" }, - "files": [ - "dist" - ], - "workspaces": [ - ".", - "test-apps/*" - ], + "files": ["dist"], + "workspaces": [".", "test-apps/*"], "homepage": "https://github.com/forge42dev/open-source-stack#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.15.4", @@ -83,4 +78,4 @@ "engines": { "node": ">=20.0.0" } -} \ No newline at end of file +}