From 6469e97d88fe61e5392bc5f0c80e8b282c6fb1ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:10:55 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @stacksjs/eslint-config to 4.14.0-beta.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9213450..4e0af23 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@stacksjs/bumpx": "^0.1.17", "@stacksjs/docs": "^0.70.23", - "@stacksjs/eslint-config": "^4.10.2-beta.3", + "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.8", "@types/bun": "^1.2.10", From 168aa141791aa1ab7521208adc13ced4b4599001 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 06:05:06 +0800 Subject: [PATCH 2/2] chore(deps): update dependency @stacksjs/eslint-config to 4.14.0-beta.3 (updated) --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e0af23..91aa29d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/gitit", "type": "module", - "version": "0.2.1", + "version": "0.2.2", "description": "A simple way to programmatically download templates.", "author": "Chris Breuer ", "license": "MIT", @@ -36,7 +36,10 @@ "bin": { "gitit": "./dist/bin/cli.js" }, - "files": ["README.md", "dist"], + "files": [ + "README.md", + "dist" + ], "scripts": { "build": "bun --bun build.ts && bun run compile", "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/gitit",