From e8adad9d6fd65bd43ac0b927993d78895cd2bcee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 03:24:11 +0000 Subject: [PATCH 1/4] chore(deps): update actions/cache action to v4 --- .github/actions/pnpm-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pnpm-setup/action.yml b/.github/actions/pnpm-setup/action.yml index dc96e3f..1f00b43 100644 --- a/.github/actions/pnpm-setup/action.yml +++ b/.github/actions/pnpm-setup/action.yml @@ -36,7 +36,7 @@ runs: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Setup pnpm cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} From ad436abc954b19547bf121cd1d028e79b9c83d8a Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 18 Jan 2024 00:26:34 -0300 Subject: [PATCH 2/4] fix: @eslegant/js eslint --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 724bf46..4f6d7b7 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,3 +1,4 @@ +// eslint-disable-next-line n/no-unpublished-import import { configs, defineConfig, presets } from '@eslegant/js'; export default defineConfig([ From 2fe67cdd6931023319d08a9bb4d65e02e2d881c5 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Thu, 18 Jan 2024 00:33:45 -0300 Subject: [PATCH 3/4] chore: changeset --- .changeset/chilled-llamas-judge.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilled-llamas-judge.md diff --git a/.changeset/chilled-llamas-judge.md b/.changeset/chilled-llamas-judge.md new file mode 100644 index 0000000..5970fb5 --- /dev/null +++ b/.changeset/chilled-llamas-judge.md @@ -0,0 +1,5 @@ +--- +"lilbetter.js": patch +--- + +Created the boilerplate and package setup From 5e4c8f10884e01d065b450c9acdb0264ba69cd6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jan 2024 03:34:57 +0000 Subject: [PATCH 4/4] =?UTF-8?q?ci:=20=F0=9F=91=B7=F0=9F=A6=8B=20version=20?= =?UTF-8?q?packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/chilled-llamas-judge.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-llamas-judge.md create mode 100644 CHANGELOG.md diff --git a/.changeset/chilled-llamas-judge.md b/.changeset/chilled-llamas-judge.md deleted file mode 100644 index 5970fb5..0000000 --- a/.changeset/chilled-llamas-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"lilbetter.js": patch ---- - -Created the boilerplate and package setup diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a01894a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# lilbetter.js + +## 0.0.1 + +### Patch Changes + +- 2fe67cd: Created the boilerplate and package setup diff --git a/package.json b/package.json index c372749..d8869f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lilbetter.js", - "version": "0.0.0", + "version": "0.0.1", "description": "", "main": "./src/index.js", "scripts": {