Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
82512a6
chore(deps): update all non-major dependencies
github-actions[bot] Nov 21, 2025
9b87b8d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 22, 2025
3d68bb7
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 22, 2025
0caf9ac
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 24, 2025
62d5cc6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 24, 2025
9c45d1a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 24, 2025
9bf025f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 25, 2025
9cda37a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 26, 2025
6ebf3b4
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 27, 2025
cac33bf
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 27, 2025
42755a2
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 27, 2025
31b8ec5
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 28, 2025
b76e5bb
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 30, 2025
29867b7
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 1, 2025
bf01a8a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 3, 2025
522ff0a
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 6, 2025
96e0ece
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 7, 2025
a5133f3
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 7, 2025
b01726f
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 7, 2025
3990e61
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 8, 2025
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
4 changes: 2 additions & 2 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.3.0
bun.sh: ^1.3.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
}
}
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"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.7",
"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.7",
"@types/react-dom": "^19.2.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/ts-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
14 changes: 7 additions & 7 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.1",
"bun-types": "^1.3.2",
"@vitejs/plugin-vue": "^6.0.2",
"bun-types": "^1.3.4",
"ts-maps": "workspace:*"
},
"devDependencies": {
"@happy-dom/global-registrator": "^20.0.10",
"@happy-dom/global-registrator": "^20.0.11",
"@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.4",
"@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",
"happy-dom": "^20.0.11",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vue": "^3.5.24",
"vue": "^3.5.25",
"vue-tsc": "^3.1.3"
}
}
6 changes: 3 additions & 3 deletions playground/react-samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint": "eslint"
},
"dependencies": {
"next": "16.0.1",
"next": "16.0.7",
"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",
"@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.7",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
Expand Down
Loading