Skip to content
Closed
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
20 changes: 10 additions & 10 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@ 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.2.0

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.36.0
uses: shivammathur/setup-php@2.37.0
with:
php-version: '8.4'
tools: composer
Expand All @@ -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.2.0

- name: Install dependencies
run: bun install
Expand Down Expand Up @@ -237,18 +237,18 @@ 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.2.0

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.36.0
uses: shivammathur/setup-php@2.37.0
with:
php-version: '8.4'
tools: composer
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.2.0

- name: Install dependencies
run: bun install
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v6.0.2

- 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.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v6.0.2

- 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.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -67,10 +67,10 @@ jobs:
- uses: actions/checkout@v6.0.2

- 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.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
Expand All @@ -90,10 +90,10 @@ jobs:
- uses: actions/checkout@v6.0.2

- 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.4
with:
path: node_modules
key: node-modules-${{ hashFiles('**/bun.lock') }}
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.2.0

- name: Use cached node_modules
uses: actions/cache@v4.3.0
Expand Down
570 changes: 402 additions & 168 deletions bun.lock

Large diffs are not rendered by default.

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
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@nuxt/kit": "^4.3.1",
"@nuxt/kit": "^4.4.2",
"ts-maps": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^3.2.2",
"@nuxt/devtools": "^3.2.4",
"@nuxt/eslint-config": "^1.15.2",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.3.1",
"nuxt": "^4.3.1",
"@nuxt/schema": "^4.4.2",
"nuxt": "^4.4.2",
"typescript": "~5.9.3",
"vue-tsc": "^3.2.5"
"vue-tsc": "^3.2.6"
}
}
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.4.2",
"ts-maps-nuxt": "workspace:*"
},
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"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",
"@vitejs/plugin-react": "^5.2.0",
"ts-maps": "workspace:*",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/stx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
},
"devDependencies": {
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@types/bun": "^1.3.9",
"bun-types": "^1.3.9",
"@types/bun": "^1.3.11",
"bun-types": "^1.3.11",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@stacksjs/stx": ">=0.2.5"
"@stacksjs/stx": ">=0.2.10"
},
"peerDependenciesMeta": {
"@stacksjs/stx": {
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.4.0",
"typescript": "^5.9.3"
},
"lint-staged": {
Expand Down
18 changes: 9 additions & 9 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@
"test": "bun test"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.4",
"bun-types": "^1.3.2",
"@vitejs/plugin-vue": "^6.0.5",
"bun-types": "^1.3.11",
"ts-maps": "workspace:*",
"vue": "^3.5.29"
"vue": "^3.5.30"
},
"devDependencies": {
"@happy-dom/global-registrator": "^20.7.0",
"@happy-dom/global-registrator": "^20.8.4",
"@microsoft/api-extractor": "^8.0.0",
"@stacksjs/docs": "^0.70.23",
"@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.11",
"@types/google.maps": "^3.58.1",
"@types/vue": "^2.0.0",
"@vue/tsconfig": "^0.8.1",
"@vue/tsconfig": "^0.9.0",
"bumpp": "^10.4.1",
"changelogen": "^0.6.2",
"happy-dom": "^20.7.0",
"happy-dom": "^20.8.4",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vue-tsc": "^3.1.3"
"vite": "^7.3.1",
"vue-tsc": "^3.2.6"
}
}
Loading
Loading