Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
b89e370
chore(deps): update all non-major dependencies
github-actions[bot] Oct 7, 2025
101d68c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 7, 2025
109b3f1
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Oct 8, 2025
829f341
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
c1039a6
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 8, 2025
48c752d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 12, 2025
bf66b78
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 17, 2025
312d712
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 19, 2025
879ea27
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 20, 2025
7367415
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 21, 2025
e570b0e
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 21, 2025
747bc1d
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 24, 2025
7692578
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 26, 2025
f34e439
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Nov 27, 2025
366eda8
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 6, 2025
a6f582c
chore(deps): update all non-major dependencies (updated)
github-actions[bot] Dec 7, 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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

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

- name: Use cached node_modules
uses: actions/[email protected]
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
"preview:docs": "bun --bun vitepress preview docs"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.23",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.4",
"@types/clean-css": "^4.2.11",
"@types/google.maps": "^3.58.1",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12"
"buddy-bot": "^0.9.12",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17"
},
"overrides": {
"unconfig": "0.3.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-inputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"devDependencies": {
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"lint-staged": "^16.2.3",
"bunfig": "^0.15.6",
"lint-staged": "^16.2.7",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"peerDependencies": {
"ts-inputs": "workspace:*",
"vue": "^3.5.22"
"vue": "^3.5.25"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.52.15",
"@microsoft/api-extractor": "^7.55.2",
"@stacksjs/docs": "^0.70.23",
"@types/google.maps": "^3.58.1",
"@vue/tsconfig": "^0.8.1",
"bumpp": "^10.2.3",
"bumpp": "^10.3.2",
"bun-plugin-dtsx": "^0.21.12",
"changelogen": "^0.6.2",
"clean-css": "^5.3.3",
Expand Down