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/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b44cc1c..ba2b9d32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install Bun - uses: oven-sh/setup-bun@v2.0.2 + uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules uses: actions/cache@v4.3.0 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 c276e77b..2a03b371 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "dependencies": { - "better-dx": "^0.2.3" + "better-dx": "^0.2.6" }, "devDependencies": { "@stacksjs/docs": "^0.70.23", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 23e849a4..ae55cc61 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -32,16 +32,16 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@nuxt/kit": "^4.2.1", + "@nuxt/kit": "^4.3.1", "ts-maps": "workspace:*" }, "devDependencies": { - "@nuxt/devtools": "^3.1.0", - "@nuxt/eslint-config": "^1.10.0", + "@nuxt/devtools": "^3.2.2", + "@nuxt/eslint-config": "^1.15.2", "@nuxt/module-builder": "^1.0.2", - "@nuxt/schema": "^4.2.1", - "nuxt": "^4.2.1", + "@nuxt/schema": "^4.3.1", + "nuxt": "^4.3.1", "typescript": "~5.9.3", - "vue-tsc": "^3.1.3" + "vue-tsc": "^3.2.5" } } diff --git a/packages/react/package.json b/packages/react/package.json index 447653e6..61cec673 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -27,16 +27,16 @@ "react-dom": "^19.2.0" }, "dependencies": { - "@vitejs/plugin-react": "^5.1.0", + "@vitejs/plugin-react": "^5.1.4", "ts-maps": "workspace:*", - "vite": "^7.2.2", + "vite": "^7.3.1", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", - "react": "^19.2.0", - "react-dom": "^19.2.0", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "react": "^19.2.4", + "react-dom": "^19.2.4", "typescript": "^5.9.3" }, "exports": { diff --git a/packages/stx/package.json b/packages/stx/package.json index 1b2792cf..ceec9fbb 100644 --- a/packages/stx/package.json +++ b/packages/stx/package.json @@ -51,12 +51,12 @@ }, "devDependencies": { "@stacksjs/eslint-config": "^4.14.0-beta.3", - "@types/bun": "^1.3.2", - "bun-types": "^1.3.2", + "@types/bun": "^1.3.9", + "bun-types": "^1.3.9", "typescript": "^5.9.3" }, "peerDependencies": { - "@stacksjs/stx": ">=0.1.0" + "@stacksjs/stx": ">=0.2.5" }, "peerDependenciesMeta": { "@stacksjs/stx": { diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index 919d4303..9031c6b5 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -99,7 +99,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..8da28bec 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -42,12 +42,12 @@ "test": "bun test" }, "dependencies": { - "@vitejs/plugin-vue": "^6.0.1", + "@vitejs/plugin-vue": "^6.0.4", "bun-types": "^1.3.2", "ts-maps": "workspace:*" }, "devDependencies": { - "@happy-dom/global-registrator": "^20.0.10", + "@happy-dom/global-registrator": "^20.7.0", "@microsoft/api-extractor": "^8.0.0", "@stacksjs/docs": "^0.70.23", "@stacksjs/eslint-config": "^4.14.0-beta.3", @@ -57,12 +57,12 @@ "@types/google.maps": "^3.58.1", "@types/vue": "^2.0.0", "@vue/tsconfig": "^0.8.1", - "bumpp": "^10.3.1", + "bumpp": "^10.4.1", "changelogen": "^0.6.2", - "happy-dom": "^20.0.10", + "happy-dom": "^20.7.0", "typescript": "^5.9.3", "vite": "^7.2.2", - "vue": "^3.5.24", + "vue": "^3.5.29", "vue-tsc": "^3.1.3" } } diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 9718d5c6..6d858654 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,20 +9,20 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.1", + "next": "16.1.6", "react": "19.2.0", "react-dom": "19.2.0", "ts-maps": "^0.2.7", "ts-maps-react": "^0.2.7" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.17", + "@tailwindcss/postcss": "^4.2.1", "@types/node": "^24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", - "eslint-config-next": "16.0.1", - "tailwindcss": "^4.1.17", + "eslint-config-next": "16.1.6", + "tailwindcss": "^4.2.1", "typescript": "^5.9.3" } }