diff --git a/.github/workflows/buddy-bot.yml b/.github/workflows/buddy-bot.yml index aa3304e1..f519034b 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.5 + uses: shivammathur/setup-php@2.36.0 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.5 + uses: shivammathur/setup-php@2.36.0 with: php-version: '8.4' tools: composer diff --git a/deps.yaml b/deps.yaml index 6578a3f0..47da7e8a 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.3.0 + bun.sh: ^1.3.1 diff --git a/package.json b/package.json index fcbd25c9..c96be7f9 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "dependencies": { - "better-dx": "^0.2.3" + "better-dx": "^0.2.5" }, "devDependencies": { "@stacksjs/docs": "^0.70.23", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 23e849a4..a667ee70 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -36,12 +36,12 @@ "ts-maps": "workspace:*" }, "devDependencies": { - "@nuxt/devtools": "^3.1.0", - "@nuxt/eslint-config": "^1.10.0", + "@nuxt/devtools": "^3.1.1", + "@nuxt/eslint-config": "^1.11.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.2.1", "nuxt": "^4.2.1", "typescript": "~5.9.3", - "vue-tsc": "^3.1.3" + "vue-tsc": "^3.1.5" } } diff --git a/packages/react/package.json b/packages/react/package.json index b5909164..83ed9fdd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -28,14 +28,14 @@ "react-dom": "^19.2.0" }, "dependencies": { - "@vitejs/plugin-react": "^5.1.0", + "@vitejs/plugin-react": "^5.1.1", "ts-maps": "workspace:*", - "vite": "^7.2.2", + "vite": "^7.2.4", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", + "@types/react": "^19.2.7", + "@types/react-dom": "^19.2.3", "react": "^19.2.0", "react-dom": "^19.2.0", "typescript": "^5.9.3" diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index aeb09d34..aee6e072 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -98,7 +98,7 @@ }, "devDependencies": { "bunfig": "^0.15.6", - "lint-staged": "^16.2.6", + "lint-staged": "^16.2.7", "typescript": "^5.9.3" }, "lint-staged": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 17dc0639..03e8fe18 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -42,8 +42,8 @@ "test": "bun test" }, "dependencies": { - "@vitejs/plugin-vue": "^6.0.1", - "bun-types": "^1.3.2", + "@vitejs/plugin-vue": "^6.0.2", + "bun-types": "^1.3.3", "ts-maps": "workspace:*" }, "devDependencies": { @@ -53,16 +53,16 @@ "@stacksjs/eslint-config": "^4.14.0-beta.3", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", - "@types/bun": "^1.3.2", + "@types/bun": "^1.3.3", "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", "@vue/tsconfig": "^0.8.1", - "bumpp": "^10.3.1", + "bumpp": "^10.3.2", "changelogen": "^0.6.2", "happy-dom": "^20.0.10", "typescript": "^5.9.3", "vite": "^7.2.2", - "vue": "^3.5.24", + "vue": "^3.5.25", "vue-tsc": "^3.1.3" } } diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 9718d5c6..72e1022d 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.1", + "next": "16.0.5", "react": "19.2.0", "react-dom": "19.2.0", "ts-maps": "^0.2.7", @@ -17,11 +17,11 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.17", - "@types/node": "^24.10.0", + "@types/node": "^24.10.1", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", - "eslint-config-next": "16.0.1", + "eslint-config-next": "16.0.5", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" }