From d2133e3abf72f1c91460653d54abca7af022d2ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 12:06:25 +0000 Subject: [PATCH 01/11] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 4 ++-- .github/workflows/ci.yml | 16 ++++++++-------- deps.yaml | 2 +- package.json | 12 ++++++------ packages/nuxt/package.json | 8 ++++---- packages/react/package.json | 6 +++--- packages/ts-maps/package.json | 2 +- packages/vue/package.json | 8 ++++---- 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index bfb51b1..aa3304e 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -130,7 +130,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.3 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer @@ -248,7 +248,7 @@ jobs: - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} - uses: shivammathur/setup-php@2.35.3 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d0eaad..4bc8c5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -44,10 +44,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -67,10 +67,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -90,10 +90,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Bun - uses: oven-sh/setup-bun@v2 + uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/deps.yaml b/deps.yaml index 4655bab..2d291bd 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.2.20 + bun.sh: ^1.2.21 diff --git a/package.json b/package.json index e83eb55..0ae4a4a 100644 --- a/package.json +++ b/package.json @@ -51,18 +51,18 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.17", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", - "@stacksjs/logsmith": "^0.1.8", - "@types/bun": "^1.2.20", + "@stacksjs/logsmith": "^0.1.18", + "@types/bun": "^1.2.22", "@types/clean-css": "^4.2.11", - "buddy-bot": "^0.9.4", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", - "bun-plugin-dtsx": "0.9.5", + "bun-plugin-dtsx": "0.21.12", "cac": "^6.7.14", - "typescript": "^5.9.0" + "typescript": "^5.9.2" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index fe15ef0..a6a2159 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -33,15 +33,15 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@nuxt/kit": "^4.0.3", + "@nuxt/kit": "^4.1.2", "ts-maps": "workspace:*" }, "devDependencies": { - "@nuxt/devtools": "^2.6.2", + "@nuxt/devtools": "^2.6.5", "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", - "@nuxt/schema": "^4.0.3", - "nuxt": "^4.0.3", + "@nuxt/schema": "^4.1.2", + "nuxt": "^4.1.2", "typescript": "~5.9.2" } } diff --git a/packages/react/package.json b/packages/react/package.json index 34bcda3..c5644f9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -31,9 +31,9 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@types/react": "^19.1.10", - "@types/react-dom": "^19.1.7", - "@vitejs/plugin-react": "^5.0.1", + "@types/react": "^19.1.15", + "@types/react-dom": "^19.1.9", + "@vitejs/plugin-react": "^5.0.4", "react": "^19.1.1", "react-dom": "^19.1.1", "typescript": "^5.9.0", diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 73ec71f..5d82b47 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -99,7 +99,7 @@ "devDependencies": { "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.15.0", - "lint-staged": "^16.1.5", + "lint-staged": "^16.2.2", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" }, diff --git a/packages/vue/package.json b/packages/vue/package.json index db928bd..9f9ea5f 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -39,15 +39,15 @@ "test": "bun test" }, "dependencies": { - "bun-types": "^1.2.20" + "bun-types": "^1.2.22" }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", - "@microsoft/api-extractor": "^7.52.11", + "@microsoft/api-extractor": "^7.52.13", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", - "@testing-library/jest-dom": "^6.7.0", + "@testing-library/jest-dom": "^6.8.0", "@types/bun": "^1.2.20", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", @@ -58,7 +58,7 @@ "changelogen": "^0.6.2", "happy-dom": "^18.0.1", "typescript": "^5.9.0", - "vue": "^3.5.18", + "vue": "^3.5.22", "vue-tsc": "^2.2.12" } } From 9d764ee72941b6ca1dd2c28739852e9e2b6a0bd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:04:33 +0000 Subject: [PATCH 02/11] chore(deps): update all non-major dependencies (updated) --- packages/ts-maps/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 5d82b47..718ccd0 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -99,7 +99,7 @@ "devDependencies": { "bun-plugin-dtsx": "^0.21.12", "bunfig": "^0.15.0", - "lint-staged": "^16.2.2", + "lint-staged": "^16.2.3", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" }, From 9ba9217bb3609846916ec8f402132e80de3ed549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:06:35 +0000 Subject: [PATCH 03/11] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- packages/vue/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ae4a4a..0f5a1b3 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", "@stacksjs/logsmith": "^0.1.18", - "@types/bun": "^1.2.22", + "@types/bun": "^1.2.23", "@types/clean-css": "^4.2.11", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", diff --git a/packages/vue/package.json b/packages/vue/package.json index 9f9ea5f..e1a9905 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -39,7 +39,7 @@ "test": "bun test" }, "dependencies": { - "bun-types": "^1.2.22" + "bun-types": "^1.2.23" }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", From e76eb6c2c6df39a846f70ebb8d89de64f3afff85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 06:06:31 +0000 Subject: [PATCH 04/11] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/package.json b/packages/react/package.json index c5644f9..f9a395d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -31,7 +31,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@types/react": "^19.1.15", + "@types/react": "^19.1.16", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.4", "react": "^19.1.1", From f5a5fcbc2322977bc5dbff321b9349a782c0b1ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:05:44 +0000 Subject: [PATCH 05/11] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index e1a9905..0c3c6e6 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -47,7 +47,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", - "@testing-library/jest-dom": "^6.8.0", + "@testing-library/jest-dom": "^6.9.0", "@types/bun": "^1.2.20", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", From 2892a87b4c9ce8368bff432c7760c66d7651f4ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:06:36 +0000 Subject: [PATCH 06/11] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- packages/vue/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f5a1b3..3e48ba5 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "cac": "^6.7.14", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "overrides": { "unconfig": "0.3.10" diff --git a/packages/vue/package.json b/packages/vue/package.json index 0c3c6e6..a1f6435 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", - "@microsoft/api-extractor": "^7.52.13", + "@microsoft/api-extractor": "^7.52.14", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", From ffa9a7615bd3ebeb0a5459cea341717f77c96113 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:17:36 +0000 Subject: [PATCH 07/11] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index a1f6435..cf6ee4b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", - "@microsoft/api-extractor": "^7.52.14", + "@microsoft/api-extractor": "^7.52.15", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", From f55905d9a9094163283d8a164ab682a6f220f46d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:07:35 +0000 Subject: [PATCH 08/11] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index f9a395d..15e436c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -31,8 +31,8 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@types/react": "^19.1.16", - "@types/react-dom": "^19.1.9", + "@types/react": "^19.1.17", + "@types/react-dom": "^19.1.11", "@vitejs/plugin-react": "^5.0.4", "react": "^19.1.1", "react-dom": "^19.1.1", From 7fddfd0eeaa6bbd7d9d1e878dc46682cc16de005 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:08:07 +0000 Subject: [PATCH 09/11] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index cf6ee4b..5bc1f1e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -47,7 +47,7 @@ "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", - "@testing-library/jest-dom": "^6.9.0", + "@testing-library/jest-dom": "^6.9.1", "@types/bun": "^1.2.20", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", From c01f996feef2074985b6a4445d8b8a620687cf57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:05:30 +0000 Subject: [PATCH 10/11] chore(deps): update all non-major dependencies (updated) --- packages/react/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index 15e436c..13c35d9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -31,11 +31,11 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@types/react": "^19.1.17", - "@types/react-dom": "^19.1.11", + "@types/react": "^19.2.0", + "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^5.0.4", - "react": "^19.1.1", - "react-dom": "^19.1.1", + "react": "^19.2.0", + "react-dom": "^19.2.0", "typescript": "^5.9.0", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" From a13eebfdae2b3d22b3d1cd55ecf9d463ed0292df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 08:05:52 +0000 Subject: [PATCH 11/11] chore(deps): update all non-major dependencies (updated) --- packages/vue/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vue/package.json b/packages/vue/package.json index 5bc1f1e..6d9f6ef 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -42,7 +42,7 @@ "bun-types": "^1.2.23" }, "devDependencies": { - "@happy-dom/global-registrator": "^18.0.1", + "@happy-dom/global-registrator": "^19.0.2", "@microsoft/api-extractor": "^7.52.15", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", @@ -56,7 +56,7 @@ "bun-plugin-dtsx": "^0.21.12", "cac": "^6.7.14", "changelogen": "^0.6.2", - "happy-dom": "^18.0.1", + "happy-dom": "^19.0.2", "typescript": "^5.9.0", "vue": "^3.5.22", "vue-tsc": "^2.2.12"