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 db36bff..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.8.9", + "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..1f21f68 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.14", + "@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 aac4b02..5d82b47 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -98,8 +98,8 @@ }, "devDependencies": { "bun-plugin-dtsx": "^0.21.12", - "bunfig": "^0.14.1", - "lint-staged": "^16.1.5", + "bunfig": "^0.15.0", + "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" } }