From 0cd1aa9ff287f416c92a20ef7c9f399b4286dd64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 18:06:11 +0000 Subject: [PATCH 01/24] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- package.json | 8 ++++---- packages/nuxt/package.json | 2 +- packages/react/package.json | 6 +++--- packages/ts-maps/package.json | 2 +- packages/vue/package.json | 6 +++--- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index bfb51b1..ce396bf 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.4 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.4 with: php-version: '8.4' tools: composer diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d0eaad..4be87ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ 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 @@ -44,7 +44,7 @@ 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 @@ -67,7 +67,7 @@ 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 @@ -90,7 +90,7 @@ 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 diff --git a/package.json b/package.json index db36bff..4e36884 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.78", "@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.21", "@types/clean-css": "^4.2.11", "buddy-bot": "^0.8.9", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.9.5", "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..b9ffe22 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -37,7 +37,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@nuxt/devtools": "^2.6.2", + "@nuxt/devtools": "^2.6.3", "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.0.3", diff --git a/packages/react/package.json b/packages/react/package.json index 34bcda3..b3ff7c9 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.12", + "@types/react-dom": "^19.1.9", + "@vitejs/plugin-react": "^5.0.2", "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 aac4b02..2534cac 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.14.1", - "lint-staged": "^16.1.5", + "lint-staged": "^16.1.6", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" }, diff --git a/packages/vue/package.json b/packages/vue/package.json index db928bd..8cc6450 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -39,7 +39,7 @@ "test": "bun test" }, "dependencies": { - "bun-types": "^1.2.20" + "bun-types": "^1.2.21" }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", @@ -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.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.21", "vue-tsc": "^2.2.12" } } From 8ac18e8264291e8c950f29db1b59b45dfa54f7bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 00:14:23 +0000 Subject: [PATCH 02/24] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index b9ffe22..61ca100 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.0", "ts-maps": "workspace:*" }, "devDependencies": { "@nuxt/devtools": "^2.6.3", "@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.0", + "nuxt": "^4.1.0", "typescript": "~5.9.2" } } From 3dd1e1714b15a0c8af0523db1b32648cb68370e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:05:17 +0000 Subject: [PATCH 03/24] chore(deps): update all non-major dependencies (updated) --- deps.yaml | 2 +- package.json | 4 ++-- packages/nuxt/package.json | 6 +++--- packages/ts-maps/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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 4e36884..e2f3751 100644 --- a/package.json +++ b/package.json @@ -58,9 +58,9 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", - "buddy-bot": "^0.8.9", + "buddy-bot": "^0.9.5", "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.2" }, diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 61ca100..cd829f3 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -33,15 +33,15 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@nuxt/kit": "^4.1.0", + "@nuxt/kit": "^4.1.1", "ts-maps": "workspace:*" }, "devDependencies": { "@nuxt/devtools": "^2.6.3", "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", - "@nuxt/schema": "^4.1.0", - "nuxt": "^4.1.0", + "@nuxt/schema": "^4.1.1", + "nuxt": "^4.1.1", "typescript": "~5.9.2" } } diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 2534cac..9d0fdf3 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -98,7 +98,7 @@ }, "devDependencies": { "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.14.1", + "bunfig": "^0.15.0", "lint-staged": "^16.1.6", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" From 3d0a1925118e134aacdd828e242b9c780abf193d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 14:08:47 +0000 Subject: [PATCH 04/24] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2f3751..65ee833 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.78", + "@stacksjs/bumpx": "^0.1.82", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From c9dd054ab10e5d1646279908110b13836966f118 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:59:56 +0000 Subject: [PATCH 05/24] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65ee833..c16b630 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.82", + "@stacksjs/bumpx": "^0.1.83", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From ade770a834656bcc5e6df60bf92b8ac1e9ff8ff0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 00:50:25 +0000 Subject: [PATCH 06/24] 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 8cc6450..29013b3 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.11", + "@microsoft/api-extractor": "^7.52.12", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", From 0e2d694c9137949f8614ada4c7d703ad12ea91c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:06:09 +0000 Subject: [PATCH 07/24] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c16b630..e07315c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "devDependencies": { - "@stacksjs/bumpx": "^0.1.83", + "@stacksjs/bumpx": "^0.1.84", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", "@stacksjs/gitlint": "^0.1.5", From 1a4b15a5a52187bedf2b19dfec01d51367e1710b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:08:29 +0000 Subject: [PATCH 08/24] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e07315c..2a8b614 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@stacksjs/logsmith": "^0.1.18", "@types/bun": "^1.2.21", "@types/clean-css": "^4.2.11", - "buddy-bot": "^0.9.5", + "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", "bun-plugin-dtsx": "0.21.12", "cac": "^6.7.14", From ad9fb82c0e14d38606738cdf47dd52d379a2c89f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 16:05:27 +0000 Subject: [PATCH 09/24] 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 29013b3..4a5bb5b 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.12", + "@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", From 9e2ec3198be1d761eb9ccbb2a611d101ed804ec7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 20:06:02 +0000 Subject: [PATCH 10/24] 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 b3ff7c9..d8b9211 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -31,7 +31,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@types/react": "^19.1.12", + "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.2", "react": "^19.1.1", From ee9081888c4cf2c24228f7805c7e1929216894fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 23:30:42 +0000 Subject: [PATCH 11/24] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index cd829f3..220f3c9 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -33,15 +33,15 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@nuxt/kit": "^4.1.1", + "@nuxt/kit": "^4.1.2", "ts-maps": "workspace:*" }, "devDependencies": { "@nuxt/devtools": "^2.6.3", "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", - "@nuxt/schema": "^4.1.1", - "nuxt": "^4.1.1", + "@nuxt/schema": "^4.1.2", + "nuxt": "^4.1.2", "typescript": "~5.9.2" } } From 9c9fdb0050c8f6fe4f3b321c6cf62df391427020 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 14:14:27 +0000 Subject: [PATCH 12/24] 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 4a5bb5b..19c55e2 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -39,7 +39,7 @@ "test": "bun test" }, "dependencies": { - "bun-types": "^1.2.21" + "bun-types": "^1.2.22" }, "devDependencies": { "@happy-dom/global-registrator": "^18.0.1", From 53dc4f072415e821ae88f86d72ba6462f9ca10df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 18:07:44 +0000 Subject: [PATCH 13/24] chore(deps): update all non-major dependencies (updated) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a8b614..0ae4a4a 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.21", + "@types/bun": "^1.2.22", "@types/clean-css": "^4.2.11", "buddy-bot": "^0.9.7", "bun-git-hooks": "^0.2.19", From c4bea2bb52139ff7434bdda5c273916aa694aac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:05:54 +0000 Subject: [PATCH 14/24] 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 d8b9211..e82b9a7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", - "@vitejs/plugin-react": "^5.0.2", + "@vitejs/plugin-react": "^5.0.3", "react": "^19.1.1", "react-dom": "^19.1.1", "typescript": "^5.9.0", From 86194b66d8452e33737a90a9aaf70f5d3331d279 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:11:21 +0000 Subject: [PATCH 15/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/buddy-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index ce396bf..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.4 + 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.4 + uses: shivammathur/setup-php@2.35.5 with: php-version: '8.4' tools: composer From 7007e1fa488f4683ac4539b55e2949bcdcae9712 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:00:24 +0000 Subject: [PATCH 16/24] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 220f3c9..140df0f 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -37,7 +37,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@nuxt/devtools": "^2.6.3", + "@nuxt/devtools": "^2.6.4", "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.1.2", From 68efc116a09a84095cc6d6def04dbe3f8fa0d3e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:05:26 +0000 Subject: [PATCH 17/24] chore(deps): update all non-major dependencies (updated) --- packages/nuxt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 140df0f..a6a2159 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -37,7 +37,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@nuxt/devtools": "^2.6.4", + "@nuxt/devtools": "^2.6.5", "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.1.2", From 35e646ad7ac16a485246129348fb6468a32c754b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:23:27 +0000 Subject: [PATCH 18/24] 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 9d0fdf3..78dc368 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.6", + "lint-staged": "^16.2.0", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" }, From c7b20116da551fe62e49797b45fbf0525da37379 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:07:28 +0000 Subject: [PATCH 19/24] chore(deps): update all non-major dependencies (updated) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4be87ad..4bc8c5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: 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') }} @@ -47,7 +47,7 @@ jobs: 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') }} @@ -70,7 +70,7 @@ jobs: 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') }} @@ -93,7 +93,7 @@ jobs: 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') }} From 48c5e4b165c91899d1b142eb5fff496080af5e76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 02:23:18 +0000 Subject: [PATCH 20/24] 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 19c55e2..9f9ea5f 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -58,7 +58,7 @@ "changelogen": "^0.6.2", "happy-dom": "^18.0.1", "typescript": "^5.9.0", - "vue": "^3.5.21", + "vue": "^3.5.22", "vue-tsc": "^2.2.12" } } From 62067895052990ad62369d85be9ddcdbacbfcfff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:07:58 +0000 Subject: [PATCH 21/24] 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 78dc368..7a1ae64 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.0", + "lint-staged": "^16.2.1", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" }, From 0007f0bbdfb27160ce66c78ba75819f0660f3307 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:05:27 +0000 Subject: [PATCH 22/24] 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 e82b9a7..8da1c7d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -31,7 +31,7 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@types/react": "^19.1.13", + "@types/react": "^19.1.14", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.3", "react": "^19.1.1", From d5bcaa7fc14b25a46a9dfdaaed8a24de32368cef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 16:05:08 +0000 Subject: [PATCH 23/24] 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 8da1c7d..1f21f68 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@types/react": "^19.1.14", "@types/react-dom": "^19.1.9", - "@vitejs/plugin-react": "^5.0.3", + "@vitejs/plugin-react": "^5.0.4", "react": "^19.1.1", "react-dom": "^19.1.1", "typescript": "^5.9.0", From 0d3ada851aff32b3387940da80ec28af16424a2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:04:48 +0000 Subject: [PATCH 24/24] 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 7a1ae64..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.2.1", + "lint-staged": "^16.2.2", "simple-git-hooks": "^2.13.1", "typescript": "^5.9.0" },