From 187a96e685489e6de6ac84ac70fefeec195d9854 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:51:26 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/buddy-bot.yml | 8 ++--- .github/workflows/ci.yml | 16 ++++----- .github/workflows/release.yml | 2 +- bun.lock | 54 ++++++++++++++++-------------- package.json | 2 +- packages/nuxt/package.json | 4 +-- packages/react-native/package.json | 10 +++--- packages/react/package.json | 12 +++---- packages/solid/package.json | 4 +-- packages/svelte/package.json | 4 +-- packages/ts-maps/package.json | 2 +- packages/vue/package.json | 4 +-- 12 files changed, 62 insertions(+), 60 deletions(-) diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index fd8f22e6..5b6d4d10 100644 --- a/.github/workflows/buddy-bot.yml +++ b/.github/workflows/buddy-bot.yml @@ -126,7 +126,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -163,7 +163,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install @@ -244,7 +244,7 @@ jobs: persist-credentials: true - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Setup PHP and Composer (if needed) if: ${{ hashFiles('composer.json') != '' }} @@ -351,7 +351,7 @@ jobs: token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }} - name: Setup Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Install dependencies run: bun install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e02ab67c..385a7af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - uses: actions/checkout@v6 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -42,10 +42,10 @@ jobs: - uses: actions/checkout@v6 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -63,10 +63,10 @@ jobs: - uses: actions/checkout@v6 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -84,10 +84,10 @@ jobs: - uses: actions/checkout@v6 - name: Install Bun - uses: oven-sh/setup-bun@v2.1.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.5 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f8fc51b..c1bb289e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules uses: actions/cache@v5 diff --git a/bun.lock b/bun.lock index c8bc4f71..65b4f42b 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "ts-maps", "devDependencies": { - "@stacksjs/bunpress": "^0.1.4", + "@stacksjs/bunpress": "^0.1.9", "better-dx": "^0.2.15", }, }, @@ -17,11 +17,11 @@ "ts-maps": "workspace:*", }, "devDependencies": { - "@nuxt/kit": "^3.12.0", + "@nuxt/kit": "^3.21.6", "typescript": "^5.9.3", }, "peerDependencies": { - "@nuxt/kit": "^3.12.0", + "@nuxt/kit": "^3.21.6", }, }, "packages/react": { @@ -31,16 +31,16 @@ "ts-maps": "workspace:*", }, "devDependencies": { - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "@types/react": "^19.2.16", + "@types/react-dom": "^19.2.3", + "react": "^19.2.7", + "react-dom": "^19.2.7", "typescript": "^5.9.3", "very-happy-dom": "^0.1.4", }, "peerDependencies": { - "react": ">=18", - "react-dom": ">=18", + "react": ">=18.3.1", + "react-dom": ">=18.3.1", }, }, "packages/react-native": { @@ -50,15 +50,15 @@ "ts-maps": "workspace:*", }, "devDependencies": { - "@types/react": "^19.0.0", - "react": "^19.0.0", + "@types/react": "^19.2.16", + "react": "^19.2.7", "typescript": "^5.9.3", "very-happy-dom": "^0.1.4", }, "peerDependencies": { - "react": ">=18", - "react-native": ">=0.72", - "react-native-webview": ">=13", + "react": ">=18.3.1", + "react-native": ">=0.85.3", + "react-native-webview": ">=13.16.1", }, }, "packages/solid": { @@ -68,11 +68,11 @@ "ts-maps": "workspace:*", }, "devDependencies": { - "solid-js": "^1.8.0", + "solid-js": "^1.9.13", "typescript": "^5.9.3", }, "peerDependencies": { - "solid-js": ">=1.8", + "solid-js": ">=1.9.13", }, }, "packages/svelte": { @@ -82,18 +82,18 @@ "ts-maps": "workspace:*", }, "devDependencies": { - "svelte": "^5.0.0", + "svelte": "^5.56.1", "typescript": "^5.9.3", }, "peerDependencies": { - "svelte": ">=4", + "svelte": ">=4.2.20", }, }, "packages/ts-maps": { "name": "ts-maps", "version": "0.2.7", "devDependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.13", "typescript": "^5.9.3", "very-happy-dom": "^0.1.4", }, @@ -107,10 +107,10 @@ "devDependencies": { "typescript": "^5.9.3", "very-happy-dom": "^0.1.4", - "vue": "^3.4.0", + "vue": "^3.5.35", }, "peerDependencies": { - "vue": ">=3.4", + "vue": ">=3.5.35", }, }, "playground/core-map": { @@ -206,7 +206,7 @@ "@stacksjs/bumpx": ["@stacksjs/bumpx@0.2.6", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0", "@stacksjs/logsmith": "^0.2.1", "bunfig": "^0.15.6" }, "bin": { "bumpx": "./dist/bin/cli.js" } }, "sha512-y4Jz8WKTJtes6/o1vsIbOeuIoqKItfnbeel94qrJKNKsY2CBzU3FT3YwKjs8K52JFfyACCdQa1tGx+lQWtpyTA=="], - "@stacksjs/bunpress": ["@stacksjs/bunpress@0.1.6", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0", "@stacksjs/stx": "^0.2.10", "@stacksjs/ts-cloud": "^0.2.3", "@stacksjs/ts-md": "^0.1.1", "bunfig": "^0.15.6" }, "bin": { "bunpress": "./dist/bin/cli.js" } }, "sha512-Lbd+GQre56j4ciHfDKzzkzMXMp7s30fWXp9eBVN/Dk4U5FnaWzxkQxdzfGFM+SbL731us+loEUJOruxZjOhY5g=="], + "@stacksjs/bunpress": ["@stacksjs/bunpress@0.1.9", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0", "@stacksjs/stx": "^0.2.10", "@stacksjs/ts-cloud": "^0.2.3", "@stacksjs/ts-md": "^0.1.1", "bunfig": "^0.15.6" }, "bin": { "bunpress": "./dist/bin/cli.js" } }, "sha512-q/1G1TrdiAH6LeZrIgmYS+Ri+rGvJ8KrrihyE8SHRjOf/9Yg3SeFifQ8ycLMJfkgQWs7y3f92LiQwcNxEk4N5w=="], "@stacksjs/clapp": ["@stacksjs/clapp@0.2.10", "", {}, "sha512-l/2F0u5ihpae8R4kJ3Pdh6tV7aEpSxu6hCyafhw38Fl9+x2YKxZfUK+fF/G5AVwSzJar3dkKuMxbMcQ0PXKGRg=="], @@ -276,7 +276,7 @@ "@types/node": ["@types/node@25.9.1", "", { "dependencies": { "undici-types": ">=7.24.0 <7.24.7" } }, "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg=="], - "@types/react": ["@types/react@19.2.15", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q=="], + "@types/react": ["@types/react@19.2.16", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w=="], "@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="], @@ -706,11 +706,11 @@ "rc9": ["rc9@3.0.1", "", { "dependencies": { "defu": "^6.1.6", "destr": "^2.0.5" } }, "sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ=="], - "react": ["react@19.2.6", "", {}, "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q=="], + "react": ["react@19.2.7", "", {}, "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ=="], "react-devtools-core": ["react-devtools-core@6.1.5", "", { "dependencies": { "shell-quote": "^1.6.1", "ws": "^7" } }, "sha512-ePrwPfxAnB+7hgnEr8vpKxL9cmnp7F322t8oqcPshbIQQhDKgFDW4tjhF2wjVbdXF9O/nyuy3sQWd9JGpiLPvA=="], - "react-dom": ["react-dom@19.2.6", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.6" } }, "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g=="], + "react-dom": ["react-dom@19.2.7", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.7" } }, "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ=="], "react-is": ["react-is@18.3.1", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], @@ -790,7 +790,7 @@ "supports-color": ["supports-color@8.1.1", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q=="], - "svelte": ["svelte@5.55.9", "", { "dependencies": { "@jridgewell/remapping": "^2.3.4", "@jridgewell/sourcemap-codec": "^1.5.0", "@sveltejs/acorn-typescript": "^1.0.10", "@types/estree": "^1.0.5", "@types/trusted-types": "^2.0.7", "acorn": "^8.12.1", "aria-query": "5.3.1", "axobject-query": "^4.1.0", "clsx": "^2.1.1", "devalue": "^5.8.1", "esm-env": "^1.2.1", "esrap": "^2.2.9", "is-reference": "^3.0.3", "locate-character": "^3.0.0", "magic-string": "^0.30.11", "zimmerframe": "^1.1.2" } }, "sha512-fTjjT8cHLDwigcu2j3pv7Jq04LklXevPB8uBgyHNiTXv+RMNvVnrjS4UEYrLMkhuq1vpCodHjiW+z/95SDs/fg=="], + "svelte": ["svelte@5.56.1", "", { "dependencies": { "@jridgewell/remapping": "^2.3.4", "@jridgewell/sourcemap-codec": "^1.5.0", "@sveltejs/acorn-typescript": "^1.0.10", "@types/estree": "^1.0.5", "@types/trusted-types": "^2.0.7", "acorn": "^8.12.1", "aria-query": "5.3.1", "axobject-query": "^4.1.0", "clsx": "^2.1.1", "devalue": "^5.8.1", "esm-env": "^1.2.1", "esrap": "^2.2.9", "is-reference": "^3.0.3", "locate-character": "^3.0.0", "magic-string": "^0.30.11", "zimmerframe": "^1.1.2" } }, "sha512-eArsJmvl3xZVuTYD852PzIEdg2wgDdIZ1NEsIPbzAukHwi284B18No4nK2rCO9AwsWUDza4Cjvmoa4HaojTl5g=="], "tar-stream": ["tar-stream@3.2.0", "", { "dependencies": { "b4a": "^1.6.4", "bare-fs": "^4.5.5", "fast-fifo": "^1.2.0", "streamx": "^2.15.0" } }, "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg=="], @@ -896,6 +896,8 @@ "@isaacs/cliui/wrap-ansi": ["wrap-ansi@8.1.0", "", { "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", "strip-ansi": "^7.0.1" } }, "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ=="], + "better-dx/@stacksjs/bunpress": ["@stacksjs/bunpress@0.1.6", "", { "dependencies": { "@stacksjs/clapp": "^0.2.0", "@stacksjs/stx": "^0.2.10", "@stacksjs/ts-cloud": "^0.2.3", "@stacksjs/ts-md": "^0.1.1", "bunfig": "^0.15.6" }, "bin": { "bunpress": "./dist/bin/cli.js" } }, "sha512-Lbd+GQre56j4ciHfDKzzkzMXMp7s30fWXp9eBVN/Dk4U5FnaWzxkQxdzfGFM+SbL731us+loEUJOruxZjOhY5g=="], + "better-dx/typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "chalk/ansi-styles": ["ansi-styles@4.3.0", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], diff --git a/package.json b/package.json index b551d475..fcb3d6c9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "preview:docs": "bun --bun bunpress preview docs" }, "devDependencies": { - "@stacksjs/bunpress": "^0.1.4", + "@stacksjs/bunpress": "^0.1.9", "better-dx": "^0.2.15" }, "git-hooks": { diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 47028233..4bfac941 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -53,10 +53,10 @@ "ts-maps": "workspace:*" }, "peerDependencies": { - "@nuxt/kit": "^3.12.0" + "@nuxt/kit": "^3.21.6" }, "devDependencies": { - "@nuxt/kit": "^3.12.0", + "@nuxt/kit": "^3.21.6", "typescript": "^5.9.3" } } diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b9d13a2c..2d17ac2d 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -48,13 +48,13 @@ "ts-maps": "workspace:*" }, "peerDependencies": { - "react": ">=18", - "react-native": ">=0.72", - "react-native-webview": ">=13" + "react": ">=18.3.1", + "react-native": ">=0.85.3", + "react-native-webview": ">=13.16.1" }, "devDependencies": { - "@types/react": "^19.0.0", - "react": "^19.0.0", + "@types/react": "^19.2.16", + "react": "^19.2.7", "typescript": "^5.9.3", "very-happy-dom": "^0.1.4" } diff --git a/packages/react/package.json b/packages/react/package.json index 6c0036c5..7e3de67b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -48,14 +48,14 @@ "ts-maps": "workspace:*" }, "peerDependencies": { - "react": ">=18", - "react-dom": ">=18" + "react": ">=18.3.1", + "react-dom": ">=18.3.1" }, "devDependencies": { - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "@types/react": "^19.2.16", + "@types/react-dom": "^19.2.3", + "react": "^19.2.7", + "react-dom": "^19.2.7", "typescript": "^5.9.3", "very-happy-dom": "^0.1.4" } diff --git a/packages/solid/package.json b/packages/solid/package.json index 849c5bd9..cf3894a5 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -50,10 +50,10 @@ "ts-maps": "workspace:*" }, "peerDependencies": { - "solid-js": ">=1.8" + "solid-js": ">=1.9.13" }, "devDependencies": { - "solid-js": "^1.8.0", + "solid-js": "^1.9.13", "typescript": "^5.9.3" } } diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 39678caf..733d2821 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -48,10 +48,10 @@ "ts-maps": "workspace:*" }, "peerDependencies": { - "svelte": ">=4" + "svelte": ">=4.2.20" }, "devDependencies": { - "svelte": "^5.0.0", + "svelte": "^5.56.1", "typescript": "^5.9.3" } } diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 91cefcfa..aa04889a 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -84,7 +84,7 @@ "typecheck": "bun --bun tsc --noEmit" }, "devDependencies": { - "bunfig": "^0.15.6", + "bunfig": "^0.15.13", "typescript": "^5.9.3", "very-happy-dom": "^0.1.4" }, diff --git a/packages/vue/package.json b/packages/vue/package.json index 6c506209..66bf59ef 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -49,11 +49,11 @@ "ts-maps": "workspace:*" }, "peerDependencies": { - "vue": ">=3.4" + "vue": ">=3.5.35" }, "devDependencies": { "typescript": "^5.9.3", "very-happy-dom": "^0.1.4", - "vue": "^3.4.0" + "vue": "^3.5.35" } }