Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ jobs:
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
fetch-depth: 0 # Fetch full history for rebasing
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
Expand Down Expand Up @@ -156,14 +156,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
fetch-depth: 0
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Install dependencies
run: bun install
Expand Down Expand Up @@ -237,14 +237,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
fetch-depth: 0
persist-credentials: true

- name: Setup Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.2

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
Expand Down Expand Up @@ -346,12 +346,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
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.1.2

- name: Install dependencies
run: bun install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5.0.1
with:
fetch-depth: 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
Expand Down
25 changes: 12 additions & 13 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/nuxt/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v5
with:
node-version: 24.11.0
node-version: 24.14.0

- run: npm i -g --force corepack@latest && corepack enable

Expand All @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v5
with:
node-version: 24.11.0
node-version: 24.14.0

- run: npm i -g --force corepack@latest && corepack enable

Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate": "nuxi generate"
},
"dependencies": {
"nuxt": "^4.2.1",
"nuxt": "^4.3.1",
"ts-maps-nuxt": "workspace:*"
},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"typecheck": "bunx --bun tsc --noEmit"
},
"peerDependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"dependencies": {
"@vitejs/plugin-react": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/stx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@types/bun": "^1.3.9",
"bun-types": "^1.3.9",
"bun-types": "^1.3.10",
"typescript": "^5.9.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"devDependencies": {
"bunfig": "^0.15.6",
"lint-staged": "^16.2.7",
"lint-staged": "^16.3.0",
"typescript": "^5.9.3"
},
"lint-staged": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.4",
"bun-types": "^1.3.2",
"bun-types": "^1.3.10",
"ts-maps": "workspace:*",
"vue": "^3.5.29"
},
Expand All @@ -54,15 +54,15 @@
"@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.9",
"@types/google.maps": "^3.58.1",
"@types/vue": "^2.0.0",
"@vue/tsconfig": "^0.8.1",
"bumpp": "^10.4.1",
"changelogen": "^0.6.2",
"happy-dom": "^20.7.0",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vue-tsc": "^3.1.3"
"vite": "^7.3.1",
"vue-tsc": "^3.2.5"
}
}
Loading
Loading